Pages:
Author

Topic: Need simple batch restart miner when GPU not working - page 2. (Read 391 times)

sr. member
Activity: 616
Merit: 250
I am using a batch restart miner every hour.

I need a simple GPU watcher, every 10 second check if GPU is over 99%, after triple check if it is lower than 99%, it autorestart miner.

I need just to add another loop in the batch checking GPU.

This is the original code

:loop1
START CMD /C "c:\Users\Administrator\Desktop\ccminer.bat"
timeout /T 3600
taskkill /F /IM ccminer.exe
timeout /T 2
goto loop1
Pages:
Jump to: