From dc12f6e742dac76c8fb46047dc7313196751a427 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 1 Sep 2025 12:37:03 -0500 Subject: Performance tweaks. --- bitcoind/defaults/main.yaml | 3 ++- bitcoind/templates/bitcoin.conf.j2 | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'bitcoind') diff --git a/bitcoind/defaults/main.yaml b/bitcoind/defaults/main.yaml index 0c8cf11..10e2c60 100644 --- a/bitcoind/defaults/main.yaml +++ b/bitcoind/defaults/main.yaml @@ -12,5 +12,6 @@ bitcoind_add_node: [] bitcoind_rpc_allow_ip: [] bitcoind_rpc_bind: [] bitcoind_reindex: false -bitcoind_dbcache: "1536" +bitcoind_dbcache: "3072" bitcoind_comment: "" +bitcoind_threads: "4" diff --git a/bitcoind/templates/bitcoin.conf.j2 b/bitcoind/templates/bitcoin.conf.j2 index f0e4206..f82ecd5 100644 --- a/bitcoind/templates/bitcoin.conf.j2 +++ b/bitcoind/templates/bitcoin.conf.j2 @@ -6,7 +6,9 @@ logdir={{bitcoind_log_dir}} maxuploadtarget=1024 dbcache={{bitcoind_dbcache}} - +par={{bitcoind_threads}} +checkblocks=6 +checklevel=0 server=1 rpcbind=127.0.0.1 -- cgit v1.2.3