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
::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
