diff -r 6010e08ece63 -r b3eed94ce29c bitcoind/defaults/main.yaml --- a/bitcoind/defaults/main.yaml Wed May 28 19:58:31 2025 -0500 +++ b/bitcoind/defaults/main.yaml Wed May 28 21:25:37 2025 -0500 @@ -7,6 +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_enable_filterindex: "1" bitcoind_add_node: [] bitcoind_rpc_allow_ip: [] bitcoind_rpc_bind: []