Post
Topic
Board Mining
Topic OP
Simple script to restart my miner
by
c0ikws
on 08/04/2013, 22:00:21 UTC
Once in a while, my mining stops for no reason ! What an annoyance to see I've not been mining the whole night !

This batch file restart my miner every hour (Guiminer set to autostart)


:loop
sleep 3600
Taskkill /IM guiminer.exe /F
start E:\Guiminer\guiminer\guiminer.exe
echo GuiMiner Restarted
goto loop


If you want to use it, create text file and paste. Change to your path of your guiminer.exe. Save and rename as .bat. Start ! Voila