File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -91,20 +91,25 @@ Note that certain chain options affect the format and indexing of the chain data
9191
9292### Pool Options
9393
94- - ` selfish ` : Enable "selfish" mode (no relaying of txes or blocks) (default: false).
9594- ` compact ` : Enable compact block relay (default: true).
9695- ` bip37 ` : Enable serving of bip37 merkleblocks (default: false).
9796- ` listen ` : Accept incoming connections (default: false).
9897- ` max-outbound ` : Max number of outbound connections (default: 8).
9998- ` max-inbound ` : Max number of inbound connections (default: 30).
10099- ` max-proof-rps ` : Max ` getproof ` DNS requests per second (default: 100).
100+ - ` proxy ` : SOCKS proxy used to connect to nodes (using proxy sets listen: false).
101+ - ` onion ` : Connect to tor nodes (default: false, requires proxy if true).
102+ - ` brontide-only ` : Only connect to brontide nodes (default: false).
103+ - ` upnp ` : Attempt to open ports on gateway with UPnP (default: false).
101104- ` seeds ` : Custom list of DNS seeds (comma-separated).
102105- ` host ` : Host to listen on (default: 0.0.0.0).
103106- ` port ` : Port to listen on (default: 12038 for mainnet).
104107- ` brontide-port ` : Port for encrypted p2p server to listen on (default: 44806 for mainnet).
105108- ` public-host ` : Public host to advertise on network.
106109- ` public-port ` : Public port to advertise on network.
110+ - ` public-brontide-port ` : Public brontide port to advertise on network.
107111- ` nodes ` : List of target nodes to connect to (comma-separated).
112+ - ` only ` : Exclusive list of nodes to connect to (comma-separated, overrides ` nodes ` list).
108113
109114### Miner Options
110115
You can’t perform that action at this time.
0 commit comments