Performance tweaks. default tip
authorLuke Hoersten <luke@hoersten.org>
Mon, 01 Sep 2025 12:37:03 -0500
changeset 42 f87088de9e64
parent 41 85750c5b0661
Performance tweaks.
bitcoind/defaults/main.yaml
bitcoind/templates/bitcoin.conf.j2
--- 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"
--- 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