Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DOGE] Dogecoin - very currency - many coin - wow - v1.1 Released
by
svirus
on 15/12/2013, 07:30:39 UTC
Hey people,

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

Quote
#l /home/user/.config/DogeCoin/                
DogeCoin-Qt.conf  Dogecoin-Qt.conf  Dogecoin.conf

all the same conf with :
Quote
rpcuser=xxx
rpcpassword=yyy
rpcport=22555
server=1

I tried to connect p2pool to DOGE but

Quote
Testing bitcoind RPC connection to 'http://127.0.0.1:22555/' with username xxx'...
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:
Quote
#netstat -a -p | grep doge
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