bitcoind: add consistent address options

This commit is contained in:
Erik Arvstedt
2021-01-14 13:25:03 +01:00
parent 0c6579b942
commit 5b7e0d09b2
9 changed files with 33 additions and 36 deletions
+1 -1
View File
@@ -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@@