Author

Topic: Please help p2pool can't connect to litecoind on local server (Read 2061 times)

full member
Activity: 179
Merit: 100
Hi guys,
 
I'm pretty new to all this, but I'm trying to set up a local p2pool network for my home lan, but I'm having some issues.
I'm running windows, BTW
This is what I've done:
 
Installed litecoin-qt
created litecoin.conf in c:/users/name/litecoin/litecoin.conf
The litecoin.conf looks like this:
 
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=10332
port=10333
server=1
 
 
run litecoin-qt-exe -server
 the server is running, and the blockchain is up to date.
 
Then i run p2pool with this command:
run_p2pool.exe --net litecoin user password
 
and i get the following error
connection was refused by other side: 10061: No connection could be made because the target machine actively refused the connection
 
I've also tried running p2pool with --bitcoind-rpc-port 10332 --bitcoind-address 127.0.0.1 this gives the error make sure you're connected to the right bitcoind with --bitcoind-rpc-port
if i used --bitcoind-rpc-port 10333 I get twister.internet.error.ConnectionDone: Connection was closed cleanly
 
If i go to my browser and head to 127.0.0.1: 10332 I put in the user and password and get the following:
{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}
 
I disabled my firewall, and also allowed the relevant ports, but still nothing!

I've also tried using ubuntu latest build in a bridged VMware and I get essentially the same errors

It's driving me crazy!

Can anyone help!?!?!
 
Jump to: