I have a recurring problem where bminer hangs, and keeps the GPUs going at full power as if they were working - but zero shares are submitted.
As soon as the console window has a key pressed in it, the program will print the error message and exit, but until that - it sits at the "INFO - received job" message. This is every time this error happens.
Options to bminer:
-watchdog=false -gpucheck=90 -share-check=300 -max-network-failures=0
Console output after error has occured
[INFO] [2018-02-26T08:38:40+11:00] [GPU 4] Speed: 536.42 Sol/s 286.65 Nonce/s Temp: 58C Power: 138W 3.89 Sol/J
[INFO] [2018-02-26T08:38:40+11:00] Total 2472.19 Sol/s 1322.92 Nonce/s Accepted shares 370 Rejected shares 1
[INFO] [2018-02-26T08:38:45+11:00] Received new job 509799653315178
[INFO] [2018-02-26T08:38:58+11:00] Received new job 512495257073625
Console output AFTER pressing 'return' in the console window.
[WARN] [2018-02-26T20:14:44+11:00] Get error: End of file, resetting in 5 seconds
[FATA] [2018-02-26T20:14:44+11:00] Too many consecutive (0) failures. Exiting...
[INFO] [2018-02-26T08:39:09+11:00] [GPU 0] Speed: 683.75 Sol/s 366.33 Nonce/s Temp: 56C Power: 174W 3.93 Sol/J
Are my flags set improperly? I was getting the same behaviour with watchdog true - I was hoping to just exit as soon as the error happened and then the batch script could loop and run it again - but since bminer never exits, it won't restart.