P2pool problem
-
There’s a problem in setting up a p2pool. I’ve tried several times setting up a p2pool, but everytime I started the p2pool, it got stuck at “testing bitcoind p2p connection to ‘127.0.0.1:9336’”. It’s driving me crazy, could someone please help me with that? Thx!
Here is my feathercoin.conf:
server=1
daemon=1
rpcuser=stewart
rpcpassword=password
rpcport=9337
port=9336
rpcallowip=*And the message after running p2pool is here:
C:\Python27\p2pool-altcoins-master>C:\Python27\python.exe run_p2pool.py --net fe
athercoin -a 6zHUL6pniqpDSWggKnbCxzr2BxdDdkpnu3 -f 0 --give-author 1 --bitcoind-
p2p-port 9336 --bitcoind-rpc-port 9337 stewart password
2013-12-09 13:47:00.613000 p2pool (version unknown 7032706f6f6c2d616c74636f696e7
32d6d6173746572)
2013-12-09 13:47:00.635000
2013-12-09 13:47:00.635000 Testing bitcoind RPC connection to ‘[url=http://127.0.0.1]http://127.0.0.1[/url]:
9337/’ with username ‘stewart’…
2013-12-09 13:47:00.691000 …success!
2013-12-09 13:47:00.692000 Current block hash: d20a04a46b2549d1d4734dcf1fb5f
3a8cc035ea0236faa6f3e3fa11a21e09352
2013-12-09 13:47:00.693000 Current block height: 128046
2013-12-09 13:47:00.694000
2013-12-09 13:47:00.694000 Testing bitcoind P2P connection to ‘127.0.0.1:9336’…
.
And it just stop here.I’ve checked the network connection, and I found that it was trying every local port to connect to port 9336, but it just couldn’t get the connection established. Actually, I ran into this same problem in LTC p2pool, but by using litecoind.exe(in daemon directory) instead of litecoin-qt, I got it solved. However, there is no daemon directory or feathercoind.exe. By the way, my feathercoin client has been updated to FTC 0.8.5-beta3.
-
Is there anything else running on the machine? I am wondering what it connects to on port 9667? And where it gets this port from, as you --bitcoind-rpc-port states 9337? Any hints on that one?
-
Per your .conf file, you’re feathercoin wallet is binding to port 9336. You don’t need to specify a port= in the conf file unless you just want to. If you want to use that port for your wallet, then you’ll need to specify a different port for --bitcoind-p2p-port.
This guide should help
[url=http://forum.feathercoin.com/index.php?topic=863.0]http://forum.feathercoin.com/index.php?topic=863.0[/url]