Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
1823774
Topic
172181
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
Quote from: crazyates on April 10, 2013, 07:24:05 PM
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.