more details

This commit is contained in:
Skot Croshere 2022-11-17 17:49:35 -05:00
parent f51fac5829
commit 902bc7d829

View File

@ -11,6 +11,7 @@ ESP-Miner is bitcoin miner software designed to run on the ESP32. It mines on AS
### Firmware
- ESP-Miner connects to and verifies the attached mining ASIC.
- Setting the baud rate, hashing frequency, and filling in some other mystery registers
- This startup-sequence for the BM1387 and BM1397 can be found in cgminer the Kano edition in [driver-gekko.c](https://github.com/kanoi/cgminer/blob/master/driver-gekko.c)
- ESP-Miner connects to your pool or stratum server and subscribes to get the latest work.
@ -26,3 +27,9 @@ ESP-Miner is bitcoin miner software designed to run on the ESP32. It mines on AS
- The catch here is that if it doesn't find a hash over the difficulty, it will not report back at all. So you need to keep track of the hashing frequency and the time so that you can send a new block header to be hashed.
- ESP-Miner will report back to the pool over Stratum the results of mining.
- All of the administrative stuff of running a miner like;
- Set the BM1397 core voltage and current.
- check the fan speed
- check the BM1397 temperature
- optimize the hashing frequency and core voltage for max efficiency