Post
Topic
Board Mining support
Re: Is there a way to automatically restart cgminer when it stops mining?
by
crazyates
on 10/04/2013, 19:24:05 UTC
I'm using windows and not linux if that helps, so I don't have access to watchdog.
Which platform are you mining on? Win/linux?
Herpy dee derp.

Just run CGMiner in a .bat file. Here's an example:

Code:
:loop
C:\cgminer\cgminer.exe -c C:\Users\User\cgminer2.conf
timeout /T 10
goto loop