Skip to content

Commit

Permalink
Merge pull request #250 from drego85/patch-3
Browse files Browse the repository at this point in the history
Fix two links
  • Loading branch information
BitMaker-hub authored Nov 30, 2023
2 parents 802b2bd + fd02d29 commit 7326298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Original project https://github.com/valerio-vaccaro/HAN

### Project description

**ESP32 implementing Stratum protocol** to mine on solo pool. Pool can be changed but originally works with [public-pool.io][https://web.public-pool.io] (where Nerdminers are supported).
**ESP32 implementing Stratum protocol** to mine on solo pool. Pool can be changed but originally works with [public-pool.io](https://web.public-pool.io) (where Nerdminers are supported).

This project was initialy developed using ESP32-S3, but currently support other boards. It uses WifiManager to modify miner settings and save them to SPIFF.
The microMiner comes with several screens to monitor it's working procedure and also to show you network mining stats.
Expand Down Expand Up @@ -81,7 +81,7 @@ Update NerdMiner firmware following same flashing steps but only using the file

#### Build troubleshooting

1. Online [ESP Tool[(https://espressif.github.io/esptool-js/) works with chrome, chromium, brave
1. Online [ESP Tool](https://espressif.github.io/esptool-js/) works with chrome, chromium, brave
1. ESPtool recommendations: use 115200bps
1. Build errors > If during firmware download upload stops, it's recommended to enter the board in boot mode. Unplug cable, hold right bottom button and then plug cable. Try programming
1. In extreme case you can "Erase all flash" on ESPtool to clean all current configuration before uploading firmware. There has been cases that experimented Wifi failures until this was made.
Expand Down

0 comments on commit 7326298

Please sign in to comment.