Nice, but can someone set up a p2pool nearer to EU or US?
I'd be happy to contribute/partner/invest in a server, but I work offshore and maintenance is too complicated when I'm behind very tight proxies
How do I pass a second (failover) pool to minerd? it doesn't seem to like second arguments... Or maybe I"m just doing it wrong
minerd doesn't have pool support, but you can do something like this with in a bat-file:
:POOLTRY
minerd --retries=3 --retry-pause=3 --algo=X11 --threads=6 --userpass=user:x --url=pool1.com:1111
minerd --retries=3 --retry-pause=3 --algo=X11 --threads=6 --userpass=user:x --url=pool2.com:2222
minerd --retries=3 --retry-pause=3 --algo=X11 --threads=6 --userpass=user:x --url=pool3.com:3333
GOTO POOLTRY