From dfc6bbbdbca8944b7eb6df98d85b4f3ce8958596 Mon Sep 17 00:00:00 2001 From: kexkey Date: Fri, 12 Feb 2021 15:26:05 -0500 Subject: [PATCH] blockfilterindex incompatible with prune --- cyphernodeconf_docker/templates/bitcoin/bitcoin.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf b/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf index 6ad29d3..b797e92 100644 --- a/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf +++ b/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf @@ -10,13 +10,13 @@ regtest=1 prune=<%= bitcoin_prune_size || 550 %> <% } else { %> txindex=1 +blockfilterindex=1 <% } %> zmqpubrawblock=tcp://0.0.0.0:18501 zmqpubrawtx=tcp://0.0.0.0:18502 listen=1 -blockfilterindex=1 <% if ( features.indexOf('tor') !== -1 && torifyables && torifyables.indexOf('tor_bitcoin') !== -1 ) { %> #tor