Files
nanoreth/book/fundamentals/command-line_options.md
Satoshi Okamoto 97d87409bc Reth book for user (#666)
* 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>
2023-01-01 17:16:53 +02:00

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