From 3431cee99e5ab315336b480901cf2b83ebad53ee Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 6 Jun 2022 16:10:20 +0000 Subject: [PATCH] Update 'doc/config.md' --- doc/config.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/config.md b/doc/config.md index 073a661cc..266f50f6f 100644 --- a/doc/config.md +++ b/doc/config.md @@ -7,7 +7,9 @@ This document explains all options that can be used in HUSH3.conf Options can either be put in HUSH3.conf or given on the `hushd` commandline when starting. If you think you will want to continually use a feature, it's better to put it in HUSH3.conf. If you don't, and start `hushd` without an option on accident, it cause a downtime from a long rescan, that you didn't want to do anyway. -# rescan=1 +## Common Options + +### rescan=1 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.