Hi guys need help how can automaticly ccminer restart if the miner stops is there a program or a comand to control that?
Thx in advance
The easiest (and dirtiest) way is to have your miner batch file run in a loop:
:start
ccminer.exe ...
goto startand have another batch loop running which restarts ccminer periodically:
:start
timeout -t 1800
taskkill -t -f /im ccminer.exe
goto startThat will restart ccminer every 1800 seconds (30 minutes).
actually I tried to instal win10 twice with the latest drivers at that time, and there were problems with mem hard algo (neoscrypt and lyra). Now with privacy issues, I am not even sure that I will install win10 (I really don't agree with the term of the licence and I don't do anything unlawful)
Yeah, I think I'm going to use win7 until the end of times.