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:
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.