Post
Topic
Board Mining (Altcoins)
Re: Optiminer/Zcash v1.3.0 (GPU, Linux, AMD)
by
batut
on 18/01/2017, 20:14:05 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.




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


correct?