chia-miner icon indicating copy to clipboard operation
chia-miner copied to clipboard

Work around solution to the permanent every 30 minute crash problem of hpool-miner on Linux

Open room101-dev opened this issue 4 years ago • 2 comments

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.

room101-dev avatar Aug 13 '21 01:08 room101-dev

Please send the crash information of Miner, thank you

trying2016 avatar Aug 13 '21 06:08 trying2016

Recommended download: https://github.com/hpool-dev/chia-miner/releases/tag/1.5.3 The new version fixes the software crash problem

trying2016 avatar Aug 19 '21 07:08 trying2016