From 157bd7a38ba594b5d7182f2e4ecf88e86e93ea8a Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 6 Jun 2022 16:11:46 +0000 Subject: [PATCH] Update 'doc/config.md' --- doc/config.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/config.md b/doc/config.md index 24981a8ff..b1464a1e2 100644 --- a/doc/config.md +++ b/doc/config.md @@ -17,14 +17,22 @@ Defaults to 0. Performs a full rescan of all of chain history. Can take a very l No default. This option sets the RPC username and should only be used in HUSH3.conf, because setting it from the command-line makes it show up in `ps` output. -# rpcpassword=TOOMANYSECRETS +## rpcpassword=TOOMANYSECRETS No default. This option sets the RPC password and should only be used in HUSH3.conf, because setting it from the command-line makes it show up in `ps` output. -# txindex=1 +## txindex=1 Defaults to 1. This is a default option that should not be changed or things will not work correctly. -# zindex=1 +## zindex=1 -Defaults to 0. This option enables the "shielded index" which also calculates the "anonset" (anonymity set) also known as the "shielded pool". This data is avaailable in the getchaintxstats RPC, if zindex is enabled. \ No newline at end of file +Defaults to 0. This option enables the "shielded index" which also calculates the "anonset" (anonymity set) also known as the "shielded pool". This data is avaailable in the getchaintxstats RPC, if zindex is enabled. + +# Mining options + +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