Anyone got any idea how to restart my miner
I mean after the miner crashed how to restart it automatically
My pc doesn?t turn off only the miner crashes
You could wrap it in a loop in the batch file.
e.g.
@echo off
:start
<>
goto start
This other command has the same function too right?
:loop
hsrminer_neoscrypt -o stratum+tcp://pool.unimining.net:4234 -u wallet -p c=DSR,stats
goto loop
AND how to setup a failover? To conect to other pool if the main is down.
Tried with ccminer too without sucess, really wanted to configure a failsafe pool