Hey everyone. I have a simple question.
What script are you guys using to make sure your miner is running. I am having more thread hangs than usual and now i am going to use the -wd 1 flag. SO, I would love to know what you guys are using to reboot the miner when it closes.
Thanks!
I'm using this in my .bat file, which i found in this thread. It restarts the miner 30 seconds after thread hangs.
timeout /T 5
setx GPU_MAX_ALLOC_PERCENT 100
:BEGIN
NsGpuCNMiner.exe -wd 1 -u ...address... -p x
timeout /t 30
GOTO BEGIN
exit
Only problem is with the error "GPU memory allocation failed. Try to set at least 16 GB of Virtual Memory" it tends to hang when restarting the miner at "POOL", but with "thread hangs" it works great.