Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DRK] DarkCoin | Anonymous (alpha) | KGW | No Premine | ASIC Resistant
by
Kenta
on 21/02/2014, 13:29:21 UTC
NET HASH @ 6GH/s. It is amazing !!!  Wink

With pool.darkcoin.io down?

Still? Please use p2p from now on so you aren't at the mercy of these pool operators.

Connected to p2pool --> http://112.175.123.82:8372/static/

now all i get are these msg from the miner:
Pool 0 difficulty changed to 0.XX
stratum from pool 0 requested work restart


What should I do??

Nope, that's normal at p2pool.

https://en.bitcoin.it/wiki/P2Pool#Frequently_Asked_Questions



One more p2pool. peer.
http://112.175.123.82:8372/static/
http://112.175.123.94:8372/static/



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:

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