nheqminer icon indicating copy to clipboard operation
nheqminer copied to clipboard

Auto Reboot / Start

Open SuperCDN opened this issue 8 years ago • 2 comments

Hi guys, you can help me for auto reboot / start every hour, on Linux (Ubuntu)

:start start "Miner Window" %executable% %commandline% echo: echo The software will run for %runforseconds% seconds timeout %runforseconds% taskkill /f /im %executable% echo: echo Restarting the software in %restartinseconds% seconds (%counter%) timeout %restartinseconds% set /a counter+=1 echo: echo: goto start

SuperCDN avatar Aug 19 '17 12:08 SuperCDN

why? I just put a bash in startup app. tell the bash to restart miner everytime it dies

piriya33 avatar Nov 13 '17 05:11 piriya33

That looks like a bat file for windows. Definitely isn't bash syntax.

Amonomen avatar Nov 14 '17 05:11 Amonomen