File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,13 @@ If no nodes.json file exists, it will be created.
4242 --max-blocks int maximum blocks to track across all peers (0 for no limit) (default 1024)
4343 -D, --max-db-concurrency int maximum number of concurrent database operations to perform (increasing this
4444 will result in less chance of missing data but can significantly increase memory usage) (default 10000)
45+ --max-parents int maximum parent block hashes to track per peer (0 for no limit) (default 1024)
4546 -m, --max-peers int maximum number of peers to connect to (default 2000)
4647 --max-requests int maximum request IDs to track per peer (0 for no limit) (default 2048)
4748 --nat string NAT port mapping mechanism (any| none| upnp| pmp| pmp:< IP> | extip:< IP> ) (default " any" )
4849 -n, --network-id uint filter discovered nodes by this network ID
4950 --no-discovery disable P2P peer discovery
51+ --parents-cache-ttl duration time to live for parent hash cache entries (0 for no expiration) (default 5m0s)
5052 --port int TCP network listening port (default 30303)
5153 --pprof run pprof server
5254 --pprof-port uint port pprof runs on (default 6060)
You can’t perform that action at this time.
0 commit comments