-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matteo Crippa
committed
Mar 16, 2024
1 parent
c410a68
commit c260df3
Showing
5 changed files
with
46 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# v0.0.11 | ||
|
||
- Improved network handling | ||
# v0.0.12 | ||
|
||
- Fix ESP8266 getting stuck on the job | ||
- Fix EPS8266 network |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,12 +23,12 @@ The SHA256 code is based on a tweaked version of [NerdSHA256plus](https://github | |
|
||
| Board | Status | Expected Hashrate | | ||
| :---------------- | :----: | :---------------- | | ||
| ESP8266 | 🟩 | ±16 kH/s | | ||
| ESP8266 | 🟩 | ±16 kH/s | | ||
| ESP32 | 🟩 | ±48 kH/s | | ||
| ESP32-S2 | 🟩 | ±19 kH/s | | ||
| ESP32-S3 | 🟩 | ±80 kH/s | | ||
| LILYGO-T-S3 | 🟩 | ±80 kH/s | | ||
| SMALLTV (ESP8266) | 🟩 | ±16 kH/s | | ||
| SMALLTV (ESP8266) | 🟩 | ±16 kH/s | | ||
|
||
_Legend_ | ||
| Icon | Description | | ||
|
@@ -57,12 +57,12 @@ _Legend_ | |
|
||
| Board | Link | | ||
| :------------------------------------------------------- | :----------------------------------------------------------- | | ||
| [ESP8266](https://s.click.aliexpress.com/e/_EuwffHJ) | [0.0.11](https://github.com/matteocrippa/leafminer/releases) | | ||
| [GeekMagic SmartTV]() | [0.0.11](https://github.com/matteocrippa/leafminer/releases) | | ||
| [ESP32](https://s.click.aliexpress.com/e/_Ey6AJnT) | [0.0.11](https://github.com/matteocrippa/leafminer/releases) | | ||
| [ESP32-S2](https://s.click.aliexpress.com/e/_EGJcibR) | [0.0.11](https://github.com/matteocrippa/leafminer/releases) | | ||
| [ESP32-S3](https://s.click.aliexpress.com/e/_EJbAXyl) | [0.0.11](https://github.com/matteocrippa/leafminer/releases) | | ||
| [LILYGO-T-S3](https://s.click.aliexpress.com/e/_ExRWk6H) | [0.0.11](https://github.com/matteocrippa/leafminer/releases) | | ||
| [ESP8266](https://s.click.aliexpress.com/e/_EuwffHJ) | [0.0.12](https://github.com/matteocrippa/leafminer/releases) | | ||
| [GeekMagic SmartTV]() | [0.0.12](https://github.com/matteocrippa/leafminer/releases) | | ||
| [ESP32](https://s.click.aliexpress.com/e/_Ey6AJnT) | [0.0.12](https://github.com/matteocrippa/leafminer/releases) | | ||
| [ESP32-S2](https://s.click.aliexpress.com/e/_EGJcibR) | [0.0.12](https://github.com/matteocrippa/leafminer/releases) | | ||
| [ESP32-S3](https://s.click.aliexpress.com/e/_EJbAXyl) | [0.0.12](https://github.com/matteocrippa/leafminer/releases) | | ||
| [LILYGO-T-S3](https://s.click.aliexpress.com/e/_ExRWk6H) | [0.0.12](https://github.com/matteocrippa/leafminer/releases) | | ||
|
||
- Browse to [ESPWebtool](https://esp.huhn.me/) using a Chrome based browser and follow the instructions. | ||
|
||
|
@@ -115,11 +115,11 @@ Starting from version **0.0.6**, we now offer the capability for mass deployment | |
|
||
If you want to support this project, consider donating: | ||
|
||
| | | | ||
| :------------------ | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| AliExpress Referral | Use referral links in the list of hardware above | | ||
| ⚡️ Lightning | `[email protected]` | | ||
| Bitcoin | `bc1quqr7agnx6e0k9kn8h24zfj5dueeurhzflt3qjg` | | ||
| | | | ||
| :------------------ | :----------------------------------------------- | | ||
| AliExpress Referral | Use referral links in the list of hardware above | | ||
| ⚡️ Lightning | `[email protected]` | | ||
| Bitcoin | `bc1quqr7agnx6e0k9kn8h24zfj5dueeurhzflt3qjg` | | ||
|
||
## Credits | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters