Post
Topic
Board Mining (Altcoins)
Re: Claymore MRO/QCN/FCN/BCN GPU Miner v3.1
by
Cr@zyheo
on 22/06/2014, 13:11:29 UTC
Claymore added an option Watchdog -wd1 which shuts down the miner if one of the threads stops working which happens quite often on my rigs.

do you guys know of any secure and free app for windows that can relaunch the EXE/BAT of the miner if it shuts down? like cgwatcher? but for exe/bat

I was hoping that's what this does:

Code:
timeout /T 5
setx GPU_MAX_ALLOC_PERCENT 100
:BEGIN
start "CryptoNote" /low /wait NsGpuCNMiner.exe -o stratum+tcp://mine.yourpool.lol:777 -u walletaddress -p x -wd 1 -ee 1
timeout /t 30
GOTO BEGIN
exit

there's a 30 second timer (you can adjust that up or down) and then it restarts if it's not running

When i close the miner manually it asks me if to restart it or not, it doesn't work.
Try to kill miner with this command and you will see how it work
Quote
taskkill /F /T /IM NsGpuCNMiner.exe