mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +00:00
17 lines
No EOL
359 B
Markdown
17 lines
No EOL
359 B
Markdown
# Bootnode
|
|
|
|
## Options
|
|
|
|
- ```listen-addr```: listening address of bootnode (<ip>:<port>)
|
|
|
|
- ```v5```: Enable UDP v5
|
|
|
|
- ```log-level```: Log level (trace|debug|info|warn|error|crit)
|
|
|
|
- ```nat```: port mapping mechanism (any|none|upnp|pmp|extip:<IP>)
|
|
|
|
- ```node-key```: file or hex node key
|
|
|
|
- ```save-key```: path to save the ecdsa private key
|
|
|
|
- ```dry-run``` |