hello,
i´m running p2pool bitcoin, litecoin, sibcoin and dash. all works fine.
but now i want to setup a
quarkcoin p2pool and if i want test the pool with:
python run_p2pool.py --net quarkcoin myRPCuser myRPCpassword
i allways get this message:
2017-12-24 10:14:31.029922 p2pool (version 13.2-16-g69aadfa)
2017-12-24 10:14:31.030025
2017-12-24 10:14:31.030140 Testing bitcoind RPC connection to 'http://127.0.0.1:11972/' with username 'myRPCuser'...
Error while checking Bitcoin connection:
Traceback (most recent call last):
Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.
i´m using this p2pool for quarkcoin:
my ~/.quarkcoin/quarkcoin.conf looks lite this:
rpcuser=myRPCuser
rpcpassword=myRPCpassword
server=1
daemon=1
maxconnections=80
gen=1
genproclimit=-1
so now i changed my config and did a second test:new ~/.quarkcoin/quarkcoin.conf:
rpcuser=myRPCuser
rpcpassword=myRPCpassword
server=1
daemon=1
listen=1
maxconnections=80
gen=1
genproclimit=-1
rpcport=8372
port=8373
i tried to run with:
python run_p2pool.py --net quarkcoin --bitcoind-rpc-port 8372 --bitcoind-p2p-port 8373 myRPCuser myRPCpassword
and got this message:
2017-12-24 13:52:39.311194 p2pool (version 13.2-16-g69aadfa)
2017-12-24 13:52:39.311408
2017-12-24 13:52:39.311598 Testing bitcoind RPC connection to 'http://127.0.0.1:8372/' with username 'myRPCuser'...
2017-12-24 13:52:39.398251 > Check failed! Make sure that you're connected to the right Client with --bitcoind-rpc-port!
2017-12-24 13:52:40.408582 > Check failed! Make sure that you're connected to the right Client with --bitcoind-rpc-port!
2017-12-24 13:52:41.413383 > Check failed! Make sure that you're connected to the right Client with --bitcoind-rpc-port!
thanks for any help...
(Moderator note: This post was edited by frodocooper to replace the quote tags used for the command-line entries and the log outputs with code tags.)