skot / ESP-Miner

A bitcoin ASIC miner for the ESP32
GNU General Public License v3.0
317 stars 114 forks source link

Should reconnect if no updates from stratum after a certain amount of time #65

Open johnny9 opened 9 months ago

johnny9 commented 9 months ago

If the pool has dropped the miner's subscription but the tcp connection is still active the Bitaxe can get stuck mining for nothing. We need to have a sanity timer to restart the connection/subscription so it doesn't get stuck.

benjamin-wilson commented 9 months ago

ACK Yes, needed badly