From bb14ba35ebab6838f5e277342e25344f43985845 Mon Sep 17 00:00:00 2001 From: Dario Anongba Varela Date: Thu, 14 Mar 2024 16:57:10 +0100 Subject: [PATCH] increase node capacity --- charts/bitcoind/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/bitcoind/values.yaml b/charts/bitcoind/values.yaml index ff0347b..93af6cd 100644 --- a/charts/bitcoind/values.yaml +++ b/charts/bitcoind/values.yaml @@ -106,13 +106,13 @@ bitcoindGenericConfig: - debug=rpc - shrinkdebugfile=1 - server=1 -- txindex=0 +- txindex=1 - printtoconsole=1 - rpcuser=rpcuser - zmqpubrawtx=tcp://0.0.0.0:28333 - zmqpubrawblock=tcp://0.0.0.0:28332 - blockfilterindex=1 -- dbcache=2000 +- dbcache=4096 # these flags need to be here and not in bitcoindGenericConfig because they have to be present under a separate section inside bitcoind.conf when in testnet/regtest mode bitcoindCustomConfig: