CounterpartyXCP / counterblock

Provides extended API services to Counterwallet, as well as Counterparty 3rd-party applications
http://counterparty.io
MIT License
16 stars 68 forks source link

counterblock.conf seems to be missing the counterparty user setting and has wrong password #98

Closed ghost closed 9 years ago

ghost commented 9 years ago

Here's what I got in my counterblock.testnet.conf after installing Federated Node:

[Default]
backend-user=rpc
backend-password=fMCDwgpVeBxD5z
counterparty-password=2LorrudVAKR9MC
rpc-host=0.0.0.0
socketio-host=0.0.0.0
socketio-chat-host=0.0.0.0
redis-enable-apicache=0

testnet=1
armory-utxsvr-enable=1

Also the value of counterparty-password seems wrong (doesn't match rpc-password from server.testnet.conf) too.