mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-14 11:26:09 -05:00
doc: add coinstatsindex to bitcoin.conf
This commit is contained in:
parent
2b45cf0bcd
commit
e041ee0a80
1 changed files with 4 additions and 1 deletions
|
@ -142,8 +142,11 @@
|
||||||
# both prior transactions and several dozen future transactions.
|
# both prior transactions and several dozen future transactions.
|
||||||
#keypool=100
|
#keypool=100
|
||||||
|
|
||||||
|
# Maintain coinstats index used by the gettxoutsetinfo RPC (default: 0).
|
||||||
|
#coinstatsindex=1
|
||||||
|
|
||||||
# Enable pruning to reduce storage requirements by deleting old blocks.
|
# Enable pruning to reduce storage requirements by deleting old blocks.
|
||||||
# This mode is incompatible with -txindex and -rescan.
|
# This mode is incompatible with -txindex, -coinstatsindex and -rescan.
|
||||||
# 0 = default (no pruning).
|
# 0 = default (no pruning).
|
||||||
# 1 = allows manual pruning via RPC.
|
# 1 = allows manual pruning via RPC.
|
||||||
# >=550 = target to stay under in MiB.
|
# >=550 = target to stay under in MiB.
|
||||||
|
|
Loading…
Add table
Reference in a new issue