A bitcoin ASIC miner for the ESP32. Contribute to skot/ESP-Miner development by creating an account on GitHub.
A bitcoin ASIC miner for the ESP32. Contribute to skot/ESP-Miner development by creating an account on GitHub.
A bitcoin ASIC miner for the ESP32. Contribute to skot/ESP-Miner development by creating an account on GitHub.
A bitcoin ASIC miner for the ESP32. Contribute to skot/ESP-Miner development by creating an account on GitHub.
A bitcoin ASIC miner for the ESP32. Contribute to skot/ESP-Miner development by creating an account on GitHub.
Owner skot commented Nov 30, 2024 The register setting to change the baudrate on the ASIC and the the ESP32 baudrate change were not happening at the same time. I moved the ASIC baudrate register change to happen after the init function is completed (like we do on BM1368 and BM1370...
While this message can be useful, most commonly it is seen after receiving a mining.notify, or briefly getting disconnected from the pool. changing it from a ERROR to WARNING log message to not sca...
Owner skot commented Mar 6, 2025 • edited For the purposes of esp-miner we should just verify the CHIP_ID (0x1366, for example) and maybe the checksum. If there is some oddball ASIC variant out there that sends something different in the other fields, someone will build 1000 bitaxe...
What fix for #69 How change rx timeout to 10s from 60s when 20s or 2 timeouts occour in a row, present a warning rename error handling variables Compiled, Built and Tested on BM1368 no hashing prob...
Merged WantClue merged 1 commit into skot:master from luke-jr:fix_diffcmp_ge Feb 6, 2025 +1 −1 Conversation 0 Commits 1 Checks 2 Files changed 1 ConversationContributor luke-jr commented Feb 3, 2025 Some tiny fraction of shares will be discarded because this was checking > instead ...