diff -r f7dc2fa74e74 -r 8de33340cca9 bitcoind/templates/bitcoin.conf.j2 --- a/bitcoind/templates/bitcoin.conf.j2 Mon Oct 07 15:26:03 2024 -0500 +++ b/bitcoind/templates/bitcoin.conf.j2 Mon Oct 07 23:30:59 2024 -0500 @@ -16,6 +16,8 @@ zmqpubrawblock=tcp://127.0.0.1:28332 zmqpubrawtx=tcp://127.0.0.1:28333 +deprecatedrpc=warnings + txindex={{bitcoind_enable_txindex}} {% for node in bitcoind_add_node %}addnode={{node}}