chia-miner
chia-miner copied to clipboard
Work around solution to the permanent every 30 minute crash problem of hpool-miner on Linux
while true; do ./hpool-miner-chia && break; done
Keep Running, even if miner-chia crashes, just run it again forever
...
The above is a BASH file, you run this as say 'loop-crash.sh', what it does is run the miner, and if it crashes, it runs it again; Endless loop;
This is required because the current version ( or new ) constantly crashes few hour, and then you don't know its down until you get the email. It's clear that HPOOL has no intention to fix this problem, thus we need to post a work-around.
Please send the crash information of Miner, thank you
Recommended download: https://github.com/hpool-dev/chia-miner/releases/tag/1.5.3 The new version fixes the software crash problem