bitcoind: add consistent address options
This commit is contained in:
parent
0c6579b942
commit
5b7e0d09b2
9 changed files with 33 additions and 36 deletions
|
|
@ -21,7 +21,7 @@ let
|
|||
[BLOCKCHAIN]
|
||||
blockchain_source = bitcoin-rpc
|
||||
network = ${bitcoind.network}
|
||||
rpc_host = ${bitcoind.rpcbind}
|
||||
rpc_host = ${bitcoind.rpc.address}
|
||||
rpc_port = ${toString bitcoind.rpc.port}
|
||||
rpc_user = ${bitcoind.rpc.users.privileged.name}
|
||||
@@RPC_PASSWORD@@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue