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