Skip to content

Commit 1a45104

Browse files
committed
Merge PR #176 from 'rithvikvibhu/pool-options'
2 parents 65723f3 + 274f047 commit 1a45104

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/guides/config.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,26 @@ 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).
94+
- `agent`: Custom user agent comment (default is no comment). Example: `--agent bob-wallet:2.0.0` will make it `/hsd:5.0.1/bob-wallet:2.0.0/` while by default it's `/hsd:5.0.1/`. The entire user agent string must not be more than 255 characters long.
9595
- `compact`: Enable compact block relay (default: true).
9696
- `bip37`: Enable serving of bip37 merkleblocks (default: false).
9797
- `listen`: Accept incoming connections (default: false).
9898
- `max-outbound`: Max number of outbound connections (default: 8).
9999
- `max-inbound`: Max number of inbound connections (default: 30).
100100
- `max-proof-rps`: Max `getproof` DNS requests per second (default: 100).
101+
- `proxy`: SOCKS proxy used to connect to nodes (using proxy sets listen: false).
102+
- `onion`: Connect to tor nodes (default: false, requires proxy if true).
103+
- `brontide-only`: Only connect to brontide nodes (default: false).
104+
- `upnp`: Attempt to open ports on gateway with UPnP (default: false).
101105
- `seeds`: Custom list of DNS seeds (comma-separated).
102106
- `host`: Host to listen on (default: 0.0.0.0).
103107
- `port`: Port to listen on (default: 12038 for mainnet).
104108
- `brontide-port`: Port for encrypted p2p server to listen on (default: 44806 for mainnet).
105109
- `public-host`: Public host to advertise on network.
106110
- `public-port`: Public port to advertise on network.
111+
- `public-brontide-port`: Public brontide port to advertise on network.
107112
- `nodes`: List of target nodes to connect to (comma-separated).
113+
- `only`: Exclusive list of nodes to connect to (comma-separated, overrides `nodes` list).
108114

109115
### Miner Options
110116

0 commit comments

Comments
 (0)