From a0d1ad965e2126d7894a482a4110018f254c4e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= Date: Tue, 20 Sep 2022 18:24:07 +0200 Subject: [PATCH] feat(bitcoind): add Compact Filters support --- src/utils/constants.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 21a8a64b8..c9c08e25c 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -188,6 +188,8 @@ export const dockerConfigs: Record = { '-listen=1', '-listenonion=0', '-fallbackfee=0.0002', + '-blockfilterindex=1', + '-peerblockfilters=1', ].join('\n '), // if vars are modified, also update composeFile.ts & the i18n strings for cmps.nodes.CommandVariables variables: ['rpcUser', 'rpcAuth'],