diff --git a/contrib/debian/examples/HUSH3.conf b/contrib/debian/examples/HUSH3.conf index 3d19720e4..0d6abda58 100644 --- a/contrib/debian/examples/HUSH3.conf +++ b/contrib/debian/examples/HUSH3.conf @@ -7,12 +7,27 @@ # Run a test node (which means you can mine with no peers) #testnode=1 +#set a custom client name/user agent +#clientName=GoldenSandtrout + # Rescan from block height #rescan=123 # Connect via a SOCKS5 proxy #proxy=127.0.0.1:9050 +# Automatically create Tor hidden service +#listenonion=1 + +#Use separate SOCKS5 proxy to reach peers via Tor hidden services +#onion=1.2.3.4:9050 + +# Only connect to nodes in network (ipv4, ipv6, onion or i2p)")); +#onlynet= + +#Tor control port to use if onion listening enabled +#torcontrol=127.0.0.1:9051 + # Bind to given address and always listen on it. Use [host]:port notation for IPv6 #bind= @@ -147,6 +162,8 @@ #txindex=1 # Enable address index #addressindex=1 +# Enable timestamp index +#timestampindex=1 # Enable spent index #spentindex=1 @@ -186,3 +203,7 @@ # Run a command when tx expires # %s in command is replaced with txid #txexpirynotify=/my/elite/script.sh %s + +# Execute this commend to send a tx +# %s is replaced with tx hex +#txsend=/send/it.sh %s