I am trying to setup my own p2pool node (locally, just for my rigs), but I cannot RPC connect to the DOGE server.
I believe I have configured it correctly, I even created a bunch of conf files since I don't know which one is good...:
DogeCoin-Qt.conf Dogecoin-Qt.conf Dogecoin.conf
all the same conf with :
rpcpassword=yyy
rpcport=22555
server=1
I tried to connect p2pool to DOGE but
2013-12-14 21:12:35.449357 > Error while checking Bitcoin connection:
2013-12-14 21:12:35.449408 > Traceback (most recent call last):
2013-12-14 21:12:35.449450 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.
Which could make sense since I don't see a 22555 port on netstat:
tcp 0 0 *:22556 *:* LISTEN 13518/dogecoin-qt
... (a bunch of outside connections)
unix 3 [ ] STREAM CONNECTED 3738377 13518/dogecoin-qt
unix 3 [ ] STREAM CONNECTED 3738344 13518/dogecoin-qt
unix 3 [ ] STREAM CONNECTED 3738378 13518/dogecoin-qt
I tried on 22556 instead but it just times out...
What am I missing?
Thanks!
add to config:
listen=1
allow doge through your firewall. And also see if kespersky or avg anti virus might be blocking doge client from accessing internet.
Doge connects fine to the internet.
I am unable to connect to doge RPC within my LAN.