mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
fix: ports over everything to bitaxeorg (#774)
This commit is contained in:
parent
dd4ecbc72e
commit
c5609dfce1
@ -2,7 +2,7 @@
|
||||
|
||||
We take security bugs in esp-miner seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
|
||||
|
||||
To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/skot/esp-miner/security/advisories/new) tab.
|
||||
To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/bitaxeorg/ESP-Miner/security/advisories/new) tab.
|
||||
|
||||
A esp-miner maintainer will send a response indicating the next steps in handling your report. After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.
|
||||
|
||||
|
@ -283,7 +283,7 @@ static uint8_t _send_init(uint64_t frequency, uint16_t asic_count)
|
||||
|
||||
do_frequency_ramp_up((float)frequency);
|
||||
|
||||
//register 10 is still a bit of a mystery. discussion: https://github.com/skot/ESP-Miner/pull/167
|
||||
//register 10 is still a bit of a mystery. discussion: https://github.com/bitaxeorg/ESP-Miner/pull/167
|
||||
|
||||
// unsigned char set_10_hash_counting[6] = {0x00, 0x10, 0x00, 0x00, 0x11, 0x5A}; //S19k Pro Default
|
||||
// unsigned char set_10_hash_counting[6] = {0x00, 0x10, 0x00, 0x00, 0x14, 0x46}; //S19XP-Luxos Default
|
||||
|
@ -313,7 +313,7 @@ static uint8_t _send_init(uint64_t frequency, uint16_t asic_count)
|
||||
//ramp up the hash frequency
|
||||
do_frequency_ramp_up(frequency);
|
||||
|
||||
//register 10 is still a bit of a mystery. discussion: https://github.com/skot/ESP-Miner/pull/167
|
||||
//register 10 is still a bit of a mystery. discussion: https://github.com/bitaxeorg/ESP-Miner/pull/167
|
||||
|
||||
// unsigned char set_10_hash_counting[6] = {0x00, 0x10, 0x00, 0x00, 0x11, 0x5A}; //S19k Pro Default
|
||||
// unsigned char set_10_hash_counting[6] = {0x00, 0x10, 0x00, 0x00, 0x14, 0x46}; //S19XP-Luxos Default
|
||||
|
@ -1,5 +1,5 @@
|
||||
## Flashing Factory Image
|
||||
You can flash [factory images](https://github.com/skot/ESP-Miner/releases) to your Bitaxe using generic ESP32 flashing tools such as the [esptool-js website](https://espressif.github.io/esptool-js/)
|
||||
You can flash [factory images](https://github.com/bitaxeorg/ESP-Miner/releases) to your Bitaxe using generic ESP32 flashing tools such as the [esptool-js website](https://espressif.github.io/esptool-js/)
|
||||
|
||||
- Power up your bitaxe via the barrel connector
|
||||
- attach your bitaxe USB to your computer
|
||||
@ -11,7 +11,7 @@ You can flash [factory images](https://github.com/skot/ESP-Miner/releases) to yo
|
||||
- on PC it will prolly be one of those COM ports. Good luck.
|
||||
- Select the proper serial port and then click connect
|
||||
- Once the ESP Tool has connected to your Bitaxe over serial, Set the Flash Address to `0x0`
|
||||
- Under File click "Choose File" and select the [factory image](https://github.com/skot/ESP-Miner/releases) you want to flash. it's called something like `esp-miner-factory-400-v2.1.5d.bin` Be sure to use the image with the same version number as your Bitaxe (400 in this case)
|
||||
- Under File click "Choose File" and select the [factory image](https://github.com/bitaxeorg/ESP-Miner/releases) you want to flash. it's called something like `esp-miner-factory-400-v2.1.5.bin` Be sure to use the image with the same version number as your Bitaxe (400 in this case)
|
||||
- Down below click the "Program" button
|
||||
- Wait paitiently.
|
||||
- Keep waiting until the console on ESP Tool says "Leaving..."
|
||||
|
@ -23,7 +23,7 @@ export class GithubUpdateService {
|
||||
|
||||
public getReleases(): Observable<GithubRelease[]> {
|
||||
return this.httpClient.get<GithubRelease[]>(
|
||||
'https://api.github.com/repos/skot/esp-miner/releases'
|
||||
'https://api.github.com/repos/bitaxeorg/esp-miner/releases'
|
||||
).pipe(
|
||||
map((releases: GithubRelease[]) => releases.filter((release: GithubRelease) => !release.prerelease))
|
||||
);
|
||||
|
@ -10,7 +10,7 @@
|
||||
# ESP-Miner
|
||||
esp-miner is open source ESP32 firmware for the [Bitaxe](https://github.com/skot/bitaxe)
|
||||
|
||||
If you are looking for premade images to load on your Bitaxe, check out the [releases](https://github.com/skot/ESP-Miner/releases) page. Maybe you want [instructions](https://github.com/skot/ESP-Miner/blob/master/flashing.md) for loading factory images.
|
||||
If you are looking for premade images to load on your Bitaxe, check out the [releases](https://github.com/bitaxeorg/ESP-Miner/releases) page. Maybe you want [instructions](https://github.com/bitaxeorg/ESP-Miner/blob/master/flashing.md) for loading factory images.
|
||||
|
||||
# Bitaxetool
|
||||
We also have a command line python tool for flashing Bitaxe and updating the config called Bitaxetool
|
||||
|
Loading…
x
Reference in New Issue
Block a user