I want to control bitcoind running on some other machine from my machine. I have the following configuration:
~/.bitcoin/bitcoin.config on the bitcoind host (192.168.2.4):
rpcuser=xxx
rpcpassword=xxx
gen=1
rcpallowip=127.0.0.1
rcpallowip=192.168.2.6 # This is the other machine
paytxfee=0.01
Now I run the code bitcoind -daemon
But I get the following error:
IOError: [Errno socket error] [Errno 111] Connection refused