Sometimes miner crashes and tries to restart:
"
14:06:42 CUDA: Device: 6 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:43 WARNING: Looks like GPU7 are stopped. Restarting...
14:06:43 INFO: GPU7 are restarted.
14:06:43 CUDA: Device: 7 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:44 WARNING: Looks like GPU0 are stopped. Restarting...
14:06:44 INFO: GPU0 are restarted.
14:06:44 CUDA: Device: 0 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:44 WARNING: Looks like GPU1 are stopped. Restarting...
14:06:44 INFO: GPU1 are restarted.
14:06:44 CUDA: Device: 1 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:44 WARNING: Looks like GPU2 are stopped. Restarting...
14:06:44 INFO: GPU2 are restarted.
14:06:44 CUDA: Device: 2 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:44 WARNING: Looks like GPU3 are stopped. Restarting...
14:06:44 INFO: GPU3 are restarted.
14:06:44 CUDA: Device: 3 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:45 WARNING: Looks like GPU4 are stopped. Restarting...
14:06:45 INFO: GPU4 are restarted.
14:06:45 CUDA: Device: 4 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
"
I kill task manually and start the task again, then everything works fine
It would be very good if he himself began anew independently
windows 10, 8 cards : 6/1070 +2/1080ti
drivers nvidia 01.06.2018 ver. 24.21.13.9811
I had this same problem and I decreased my OC until this stoppped happening. noticed my SOL/s stayed about the same also as i decreased.
this is my run.bat, it will restart on errors and such:
:restart
@echo off
TIMEOUT 3
miner.exe --algo 144_5 --pers BgoldPoW --server us-east.equihash-hub.miningpoolhub.com --port 20595 --user xxxx --pass x --pec --fee x --log 2 --eexit 1
ping 127.0.0.1 > nul
goto :restart