Files
hush3/doc/config.md
2022-06-06 16:17:03 +00:00

2.2 KiB

HUSH3.conf config options

This document explains all options that can be used in HUSH3.conf

Basics

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 can cause downtime from a long rescan, that you didn't want to do anyway.

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.

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.

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.

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

addressindex=1

Defaults to 0 in hushd, defaults to 1 in some GUI wallets. Maintain a full address index, used to query for the balance, txids and unspent outputs for addresses

timestampindex=1

Defaults to 0 in hushd, defaults to 1 in some GUI wallets. Maintain a timestamp index for block hashes, used to query blocks hashes by a range of timestamps

spentindex=1

Defaults to 0 in hushd, defaults to 1 in some GUI wallets. Maintain a full spent index, used to query the spending txid and input index for an outpoint