doc: update example bitcoin conf for 31.0rc2

This commit is contained in:
fanquake
2026-03-25 08:58:45 +08:00
parent 718c31cfb7
commit b241f3c82d

View File

@@ -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=<hex>
# Maintain an index of compact filters by block (default: 0, values:
@@ -78,9 +78,9 @@
# Specify data directory
#datadir=<dir>
# Maximum database cache size <n> 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 <n> 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=<n>
# Specify location of debug log file (default: debug.log). Relative paths
@@ -492,9 +492,9 @@
# or "all", output all debug logging. If <category> is 0 or "none",
# any other categories are ignored. Other valid values for
# <category> 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=<category>