Post
Topic
Board Mining (Altcoins)
Re: Optiminer/Zcash v1.3.0 (GPU, Linux, AMD)
by
m1n1ngP4d4w4n
on 18/01/2017, 19:56:29 UTC
I have a problem with optiminer. after a few hours it is closed. how to set restart miner?
my bat file:

SET GPU_FORCE_64BIT_PTR=1
optiminer -s zec-eu1.nanopool.org:6666zec -u t1MPFQTjL4HonnrwEZ8gy3DdTaRCkzyKPbr.voron -p x -i 6
pause

If you miner exit, to restart it use something like this in your bat

Code:
:RESTART
optiminer something
goto :RESTART

each time optiminer exit, it will be restarted. You could also look as to why it does that.