Update 'doc/config.md'

This commit is contained in:
Duke Leto 2022-06-06 16:11:46 +00:00
parent 70eb3c39b9
commit 157bd7a38b

View File

@ -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.
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...