# HG changeset patch # User Luke Hoersten # Date 1756748223 18000 # Node ID f87088de9e647e728b64e597af3ee36a5056dc61 # Parent 85750c5b066132c06c782885bf4264faa9b9709d Performance tweaks. diff -r 85750c5b0661 -r f87088de9e64 bitcoind/defaults/main.yaml --- a/bitcoind/defaults/main.yaml Sun Aug 03 12:51:13 2025 -0500 +++ b/bitcoind/defaults/main.yaml Mon Sep 01 12:37:03 2025 -0500 @@ -12,5 +12,6 @@ bitcoind_rpc_allow_ip: [] bitcoind_rpc_bind: [] bitcoind_reindex: false -bitcoind_dbcache: "1536" +bitcoind_dbcache: "3072" bitcoind_comment: "" +bitcoind_threads: "4" diff -r 85750c5b0661 -r f87088de9e64 bitcoind/templates/bitcoin.conf.j2 --- a/bitcoind/templates/bitcoin.conf.j2 Sun Aug 03 12:51:13 2025 -0500 +++ b/bitcoind/templates/bitcoin.conf.j2 Mon Sep 01 12:37:03 2025 -0500 @@ -6,7 +6,9 @@ maxuploadtarget=1024 dbcache={{bitcoind_dbcache}} - +par={{bitcoind_threads}} +checkblocks=6 +checklevel=0 server=1 rpcbind=127.0.0.1