From 385ca0d113fe17f6bb2ea1d1658295614c31bce6 Mon Sep 17 00:00:00 2001 From: nolim1t Date: Tue, 3 Mar 2020 10:34:25 +0700 Subject: [PATCH] Uncomment block filter index --- stage2/08-configure-bitcoind/files/bitcoin.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stage2/08-configure-bitcoind/files/bitcoin.conf b/stage2/08-configure-bitcoind/files/bitcoin.conf index ef91c15..9343f3f 100644 --- a/stage2/08-configure-bitcoind/files/bitcoin.conf +++ b/stage2/08-configure-bitcoind/files/bitcoin.conf @@ -12,12 +12,14 @@ maxuploadtarget=5000 port=8333 rpcport=8332 -; Prune it up first +; Keep it pruned while we don't have a extenal drive to work with prune=550 + +; When we have one we remove this ; Temporary solution while we don't have the drives ; txindex=1 +; blockfilterindex=1 -blockfilterindex=1 peerbloomfilters=0 addresstype=bech32 avoidpartialspends=1