Post
Topic
Board Mining support
Re: Is there a way to automatically restart cgminer when it stops mining?
by
FatMagic
on 12/04/2013, 23:19:59 UTC
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

Nice! I didn't know this! Thanks it works great.