I'll try that next time i go to modify my miners batch....
for a batch maybe
--no-client-reconnect
Interesting...... where would I put that in my bat file plz Thx
:start
:loop
ccminer.exe -r 0 -a quark -o stratum+tcp://mine.zpool.ca:4033 -u wallet -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,18,0
timeout /t 1
ccminer.exe -r 0 -a lyra2v2 -o stratum+tcp://mine.zpool.ca:4533 -u wallet -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1
ccminer.exe -r 0 -a neoscrypt -o stratum+tcp://mine.zpool.ca:4233 -u wallet -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,13,0
timeout /t 1
ccminer.exe -r 0 -a qubit -o stratum+tcp://mine.zpool.ca:4733 -u wallet -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 16
timeout /t 1
ccminer.exe -r 0 -a x11 -o stratum+tcp://mine.zpool.ca:3533 -u wallet -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1
ccminer.exe -r 0 -a x13 -o stratum+tcp://mine.zpool.ca:3633 -u wallet -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1
ccminer.exe -r 0 -a x15 -o stratum+tcp://mine.zpool.ca:3733 -u wallet -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1
taskkill -t -f /im ccminer.exe
goto start