Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official
by
NxtChoice
on 16/02/2014, 15:31:28 UTC

Successfully set up counterpartyd.conf and bitcoin.conf in the %USER%\Appdata\Roaming\... Folders?

Seems to me that your counterpartyd cannot connect to bitcoind via RPC...

Thanks.

bitcoin.conf
Code:
[b]rpuser[/b]=rpc
rpcpassword=rpcpw1234
server=1
daemon=1
txindex=1

counterpartyd.conf
Code:
[Default]
bitcoind-rpc-connect=localhost
bitcoind-rpc-port=8332
bitcoind-rpc-user=rpc
bitcoind-rpc-password=rpcpw1234
rpc-host=localhost
rpc-user=rpcuser
rpc-password=xcppw1234




Hmm, that looks right. Try restarting bitcoind if you are still getting this issue and seeing if counterpartyd will connect again....also check for any weird characters at the ends of lines in the configs (I would think it would strip these normally, but just in case...)

Thank you very much.

Finally, I got it. I'm so sorry. There is a typo in bitcoin.conf. "rpuser" should be "rpcuser" in the first line.