From 37d8f0b8602d9dc771a677273dd83e4ea4b32e8e Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 6 Jun 2022 16:13:16 +0000 Subject: [PATCH] Update 'doc/config.md' --- doc/config.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/config.md b/doc/config.md index b1464a1e2..bc40520d0 100644 --- a/doc/config.md +++ b/doc/config.md @@ -9,6 +9,10 @@ Options can either be put in HUSH3.conf or given on the `hushd` commandline when ## Common Options +## addnode=1.2.3.4 + +Tells your node to connect to another node, by IP address or hostname. + ## 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.