From e041ee0a80e5f3e10301acf8512a18864af750cd Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Fri, 30 Apr 2021 20:19:20 +0200 Subject: doc: add coinstatsindex to bitcoin.conf --- share/examples/bitcoin.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/examples/bitcoin.conf b/share/examples/bitcoin.conf index 5b7fc776a4..85c67c8470 100644 --- a/share/examples/bitcoin.conf +++ b/share/examples/bitcoin.conf @@ -142,8 +142,11 @@ # both prior transactions and several dozen future transactions. #keypool=100 +# Maintain coinstats index used by the gettxoutsetinfo RPC (default: 0). +#coinstatsindex=1 + # 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). # 1 = allows manual pruning via RPC. # >=550 = target to stay under in MiB. -- cgit v1.2.3