changeset 38 | 6010e08ece63 |
parent 37 | d89c55c55f7c |
child 39 | b3eed94ce29c |
--- a/bitcoind/defaults/main.yaml Wed May 28 19:24:22 2025 -0500 +++ b/bitcoind/defaults/main.yaml Wed May 28 19:58:31 2025 -0500 @@ -7,3 +7,7 @@ bitcoind_url: "https://bitcoincore.org/bin/bitcoin-core-{{bitcoind_version}}/bitcoin-{{bitcoind_version}}-{{bitcoind_arch}}-linux-gnu.tar.gz" bitcoind_conf_dir: "/home/{{bitcoind_user}}/.bitcoin" bitcoind_enable_txindex: "1" +bitcoind_add_node: [] +bitcoind_rpc_allow_ip: [] +bitcoind_rpc_bind: [] +bitcoind_enable_wallet: false