mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
* add reth book structur * introduction to reth * add system requirement * update docs * Add node detail * add Disclaimer for disk estimate * add Disclaimer for disk estimate * add comman-line options * matrics docs * add logs docs * remove disk usage for now * Add disable-discovery flag in cli docs #597 Co-authored-by: Satoshi Okamoto <satoshi@butcher73.com>
459 B
459 B
Command-Line Options
Command
- node: Start Reth node
- test-chain: Runs Ethereum blockchain tests
- db: database Debugging utilities for troubleshoot and fix issues with database systems.
Options
- -v, --verbose: Use verbose output
- --silent: Silence all output
- --disable-discovery: Do not spawn the discv4 service when running node.
- -h, --help: Print help information
- -V, --version: Print version information