From b241f3c82d5a11eafc493b8faaa8cb5461a5199a Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 25 Mar 2026 08:58:45 +0800 Subject: [PATCH] doc: update example bitcoin conf for 31.0rc2 --- share/examples/bitcoin.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/share/examples/bitcoin.conf b/share/examples/bitcoin.conf index 22af1184faa..6a128dbecda 100644 --- a/share/examples/bitcoin.conf +++ b/share/examples/bitcoin.conf @@ -23,13 +23,13 @@ # If this block is in the chain assume that it and its ancestors are valid # and potentially skip their script verification (0 to verify all, # default: -# 00000000000000000000611fd22f2df7c8fbd0688745c3a6c3bb5109cc2a12cb, +# 00000000000000000000ccebd6d74d9194d8dcdc1d177c478e094bfad51ba5ac, # testnet3: -# 0000000000000065c6c38258e201971a3fdfcc2ceee0dd6e85a6c022d45dee34, +# 000000007a61e4230b28ac5cb6b5e5a0130de37ac1faf2f8987d2fa6505b67f4, # testnet4: -# 000000000000000180a58e7fa3b0db84b5ea76377524894f53660d93ac839d9b, +# 0000000002368b1e4ee27e2e85676ae6f9f9e69579b29093e9a82c170bf7cf8a, # signet: -# 000000128586e26813922680309f04e1de713c7542fee86ed908f56368aefe2e) +# 00000008414aab61092ef93f1aacc54cf9e9f16af29ddad493b908a01ff5c329) #assumevalid= # Maintain an index of compact filters by block (default: 0, values: @@ -78,9 +78,9 @@ # Specify data directory #datadir= -# Maximum database cache size MiB (minimum 4, default: 450). Make sure -# you have enough RAM. In addition, unused memory allocated to the -# mempool is shared with this cache (see -maxmempool). +# Maximum database cache size MiB (minimum 4, default: 1024). Make +# sure you have enough RAM. In addition, unused memory allocated to +# the mempool is shared with this cache (see -maxmempool). #dbcache= # Specify location of debug log file (default: debug.log). Relative paths @@ -492,9 +492,9 @@ # or "all", output all debug logging. If is 0 or "none", # any other categories are ignored. Other valid values for # are: addrman, bench, blockstorage, cmpctblock, coindb, -# estimatefee, http, i2p, ipc, kernel, leveldb, libevent, lock, -# mempool, mempoolrej, net, privatebroadcast, proxy, prune, qt, -# rand, reindex, rpc, scan, selectcoins, tor, txpackages, +# estimatefee, http, i2p, ipc, kernel, leveldb, libevent, mempool, +# mempoolrej, net, privatebroadcast, proxy, prune, qt, rand, +# reindex, rpc, scan, selectcoins, tor, txpackages, # txreconciliation, validation, walletdb, zmq. This option can be # specified multiple times to output multiple categories. #debug=