From 3fd094b07f56a6995545d49fe255c567389f72da Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 6 Jun 2022 16:00:33 +0000 Subject: [PATCH] Update 'doc/config.md' --- doc/config.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/config.md b/doc/config.md index 530407c73..073a661cc 100644 --- a/doc/config.md +++ b/doc/config.md @@ -11,6 +11,14 @@ Options can either be put in HUSH3.conf or given on the `hushd` commandline when Defaults to 0. Performs a full rescan of all of chain history. Can take a very long time. Speed this up with `rescanheight=123` to only rescan from a certain block height. Also speed this up with `keepnotewitnesscache=1` to not rebuild the zaddr witness cache. +# rpcuser=hushpuppy + +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 + +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 Defaults to 1. This is a default option that should not be changed or things will not work correctly.