From ad653d62716341ae40195b15229a7fb79a57da86 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Tue, 21 Nov 2023 22:24:00 -0500 Subject: [PATCH] added stratum server options --- doc/config.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/doc/config.md b/doc/config.md index 44df5ece3..e91b2f48d 100644 --- a/doc/config.md +++ b/doc/config.md @@ -38,10 +38,30 @@ Defaults to 1. This is a default option that should not be changed or things wil 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. Enabling this feature requires a full rescan or full sync from scratch, which is not done by default. If you don't do one of those things, your zindex stats will be incorrect. -# Mining options +# Mining and Stratum server options These options are only of interest to solo miners and mining pool operators.... +## stratum + +Defaults to off. This option enables a Stratum server. + +## stratumaddress=
+ +Defaults to none. This option sets a Stratum Mining address to use when special address of 'x' is sent by miner. + +## stratumbind= + +Defaults to: bind to all interfaces. This option Binds to given address to listen for Stratum work requests. Use [host]:port notation for IPv6. This option can be specified multiple times. + +## stratumport= + +Defaults to 19031 or 19031 for testnet. This option sets the to listen for Stratum work requests on. + +## stratumallowip= + +No default. This option allows Stratum work requests from specified source. Valid for are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times. + # Other options These options are not commonly used and likely on for advanced users and/or developers... @@ -56,4 +76,4 @@ Defaults to 0 in hushd, defaults to 1 in some GUI wallets. Maintain a timestamp ## 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 \ No newline at end of file +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