Run a Ethereum Mainnet (sepolia) RPC node with docker compose
Clients: erigon3, geth, nethermind, reth • Types: archive, minimal, pruned • Chain ID: 1
Quickstart
# Clone the repo
git clone https://git.stakesquid.eu/StakeSquid/ethereum-rpc-docker.git && cd ethereum-rpc-docker
# Run Ethereum Mainnet (sepolia) with docker compose
COMPOSE_FILE=base.yml:rpc.yml:ethereum-sepolia-erigon3-pruned-trace.yml
docker compose up -d
# Check status
./show-status.sh
Configurations
Available docker-compose configurations for this chain:
| Compose File | Client | Type |
|---|---|---|
ethereum-sepolia-erigon3-archive-trace.yml | erigon3 | archive |
ethereum-sepolia-erigon3-minimal-trace.yml | erigon3 | minimal |
ethereum-sepolia-erigon3-pruned-trace.yml | erigon3 | pruned |
ethereum-sepolia-geth-pruned-pebble-path--nimbus.yml | geth | pruned |
ethereum-sepolia-geth-pruned-pebble-path.yml | geth | pruned |
ethereum-sepolia-nethermind-pruned-rocksdb-trace--nimbus.yml | nethermind | pruned |
ethereum-sepolia-reth-archive-trace--nimbus.yml | reth | archive |
ethereum-sepolia-reth-archive-trace.yml | reth | archive |
ethereum-sepolia-reth-pruned-trace--nimbus.yml | reth | pruned |
ethereum-sepolia-reth-pruned-trace.yml | reth | pruned |
See all configurations in the ethereum-rpc-docker repository.
Chain Information
- Network Family
- ethereum
- Chain
- sepolia
- Chain ID
1- Total Configurations
- 10
Resources
Managed service: Let us run it for you on our fleet.
Contact sebastian@stakesquid.eu to discuss.