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