dangitsdavid
Results
2
comments of
dangitsdavid
You can add :loop start ccminer ... the rest of your ccminer batch file timeout /t 3600 (the 3600 is in seconds, so that would be 3600 = 3600 seconds...
@FuSeNoob13 Try adding :loop start ccminer -a youralgorithm -o stratum+tcp://yourpool.yourpoolsite.org:4560 -u YOURUSERNAME.MINER -p x timeout /t 1200 taskkill /f /im ccminer.exe >nul goto loop To your batch file. This should...