When it rains, it pours The block chain in our wallet got corrupted, so now having to fully re-download it to get back up and running.
good to see you updating us here, im at work at the moment and all my minors are still pointed to your servers, good luck pal.
Whatever pool you choose (and this applies to any coin) I would strongly advise to set up at least 2-3 backup pools. No pool is perfect, and it will keep you hashing at 100% all the time. I'm manually recovering the blockchain at the moment, and we should be back shortly.
--failover-only is the parameter you guys should use.
This is how your .bat-file will look with failover set to other pools;
stratum+tcp://superminer.com:1111 -I 17 -g 1 -u user.woker -p password --failover-only stratum+tcp://megaminer.com:2222 -I 17 -g 1 -u user.woker -p password
Code;
You can do this with as many pools as you wish in the .bat-file. It's the only way you can leave your house and still be sure you are mining 6 hours later
only the first pool should have -o stratum+tcp://superminer.com:1111 and the --failover-only replaces -o right?
Typo from me! --failover does not replace -o
This is how it should look like; -o stratum+tcp://superminer.com:1111 -I 17 -g 1 -u user.woker -p password --failover-only -o stratum+tcp://megaminer.com:2222 -I 17 -g 1 -u user.woker -p password
Yes.
no, typo from me.