mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +00:00
This commit adds default values to CLI helper and docs. When the default value of a string flag, slice string flag, or map string flag is empty, its helper message won't show any default value.
17 lines
No EOL
536 B
Markdown
17 lines
No EOL
536 B
Markdown
# Bootnode
|
|
|
|
## Options
|
|
|
|
- ```listen-addr```: listening address of bootnode (<ip>:<port>) (default: 0.0.0.0:30303)
|
|
|
|
- ```v5```: Enable UDP v5 (default: false)
|
|
|
|
- ```log-level```: Log level (trace|debug|info|warn|error|crit) (default: info)
|
|
|
|
- ```nat```: port mapping mechanism (any|none|upnp|pmp|extip:<IP>) (default: none)
|
|
|
|
- ```node-key```: file or hex node key
|
|
|
|
- ```save-key```: path to save the ecdsa private key
|
|
|
|
- ```dry-run```: validates parameters and prints bootnode configurations, but does not start bootnode (default: false) |