Post
Topic
Board Mining (Altcoins)
Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.5.5 (Linux / Windows)
by
m1n1ngP4d4w4n
on 16/11/2017, 13:22:00 UTC
Hello dstm, may I suggest add failover pools feature like in ewbf and cgminer, thanks.

I second this feature request.

(I actually thought it was already in there and I just didnt get around to setting it up yet)

You can probably get something similar with setting up a batch script that after it exit the miner because of disconnect (use the --noreconnect miner switch) it restart the miner on a different pool. Have to be sure the miner exit on pool error. But should work

kinda like

Code:
::looppool
your zm cmline pool 1 --noreconnect
goto pool 2

:: pool 2
your zm cmline pool 2 --noreconnect
goto pool 3

:: pool 3
your zm cmline pool 3 --noreconnect
goto looppool

but i agree, config files and pool failover are awesome Wink