Run a Node
Congratulations, now that you have installed Reth, it's time to run it!
In this section, we'll guide you through running a Reth node on various networks and configurations.
Networks
Choose the network you want to run your node on:
- Ethereum - Run a node on Ethereum mainnet or testnets
- Private testnets - Set up and run private test networks
Configuration & Monitoring
Learn how to configure and monitor your node:
- Configuration - Configure your node using reth.toml
- Storage V2 - Understand the default storage layout
- Snapshots - Start from public modular snapshots
- Minimal Storage Mode - Run Reth with the smallest built-in storage profile
- Pruning & Node Modes - Choose archive, full, minimal, or custom-pruned storage
- Monitoring - Set up logs, metrics, and observability
Frequently Asked Questions
Find answers to common questions and troubleshooting tips:
- Transaction Types - Understanding different transaction types
- Ports - Network port configuration
- Profiling - Performance profiling and optimization
List of Supported Networks
| Network | Chain ID | RPC URL |
|---|---|---|
| Ethereum | 1 | https://ethereum.reth.rs/rpc |
| Sepolia Testnet | 11155111 | https://sepolia.drpc.org |
