src.nth.io/

summaryrefslogtreecommitdiff
path: root/bitcoind/templates
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2025-05-28 21:25:37 -0500
committerLuke Hoersten <[email protected]>2025-05-28 21:25:37 -0500
commit2845b82b8d9962adb07f698001c704b43d60c048 (patch)
tree3603f771a07d4467a95b3e20d094d9eee6ce6636 /bitcoind/templates
parent11dd3f07f505c6dc3dc3dd4fcad6d6208e9c2f5c (diff)
Added filter index config.
Diffstat (limited to 'bitcoind/templates')
-rw-r--r--bitcoind/templates/bitcoin.conf.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/bitcoind/templates/bitcoin.conf.j2 b/bitcoind/templates/bitcoin.conf.j2
index 7f073a2..d04ff34 100644
--- a/bitcoind/templates/bitcoin.conf.j2
+++ b/bitcoind/templates/bitcoin.conf.j2
@@ -29,6 +29,7 @@ zmqpubrawtx=tcp://127.0.0.1:28333
deprecatedrpc=warnings
txindex={{bitcoind_enable_txindex}}
+blockfilterindex={{bitcoind_enable_filterindex}}
{% for node in bitcoind_add_node %}addnode={{node}}
{% endfor %}