Post
Topic
Board Mining (Altcoins)
Re: Sgminer 5.1.1 Quark problems
by
qaaq
on 03/10/2015, 09:30:35 UTC
i had the same probem, i fixed it by writing this noob script:p

Code:
:loop

cd c:\miner
start powershell.exe c:\miner\start_sgminer.bat
TIMEOUT 3600
taskkill /im sgminer.exe /F >nul
taskkill /im powershell.exe /F >nul

goto loop


it restarts sgminer every 1h