skot / ESP-Miner

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

mining does not resume after public-pool outage #269

Open skot opened 1 month ago

skot commented 1 month ago

after public-pool went down for the fiber upgrade, none of my devices reconnected without a manual reset

skot commented 1 month ago

this was a sneaky outage.. it seemed like public-pool.io was still up, so maybe the socket didn't close, but no new work was being sent?

People reported their hashrate slowly dropping to zero and then never recovering.

skot commented 1 month ago

I think the feature here would be to detect if no new mining.notify stratum messages have arrived within a certain timeout period.

WantClue commented 1 month ago

An esp restart with a certain timer or an rst to the asic could solve this.