From 609d59b3ad5ef800607fbe8b6c3243b98dd63e26 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 6 Jun 2022 16:15:46 +0000 Subject: [PATCH] Update 'doc/config.md' --- doc/config.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/config.md b/doc/config.md index bc40520d0..d15856597 100644 --- a/doc/config.md +++ b/doc/config.md @@ -39,4 +39,16 @@ These options are only of interest to solo miners and mining pool operators.... # Other options -These options are not commonly used and likely on for advanced users and/or developers... \ No newline at end of file +These options are not commonly used and likely on for advanced users and/or developers... + +## addressindex=1 + +Defaults to 0 in hushd, defaults to 1 in some GUI wallets. Maintain a full address index, used to query for the balance, txids and unspent outputs for addresses + +## timestampindex=1 + +Defaults to 0 in hushd, defaults to 1 in some GUI wallets. Maintain a timestamp index for block hashes, used to query blocks hashes by a range of timestamps + +## spentindex=1 + +Defaults to 0 in hushd, defaults to 1 in some GUI wallets. Maintain a full spent index, used to query the spending txid and input index for an outpoint \ No newline at end of file