diff options
| author | Luke Hoersten <[email protected]> | 2025-09-01 12:37:03 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2025-09-01 12:37:03 -0500 |
| commit | dc12f6e742dac76c8fb46047dc7313196751a427 (patch) | |
| tree | 79048dd7c6e12b06e2ae2bd43f2ff29d38c802ef /bitcoind/templates/bitcoin.conf.j2 | |
| parent | 4f6c1ba4204462daf76cbd514180fef58bc6f200 (diff) | |
Performance tweaks.
Diffstat (limited to 'bitcoind/templates/bitcoin.conf.j2')
| -rw-r--r-- | bitcoind/templates/bitcoin.conf.j2 | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
