Run a Linea Sepolia (sepolia) RPC node with docker compose
Clients: besu, erigon3, geth • Types: archive, minimal, pruned • Chain ID: 59141
Quickstart
# Clone the repo
git clone https://git.stakesquid.eu/StakeSquid/ethereum-rpc-docker.git && cd ethereum-rpc-docker
# Run Linea Sepolia (sepolia) with docker compose
COMPOSE_FILE=base.yml:rpc.yml:linea-sepolia-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-sepolia-besu-pruned-bonsai.yml | besu | pruned |
linea-sepolia-erigon3-archive-trace.yml | erigon3 | archive |
linea-sepolia-erigon3-minimal-trace.yml | erigon3 | minimal |
linea-sepolia-erigon3-pruned-trace.yml | erigon3 | pruned |
linea-sepolia-geth-archive-leveldb-hash.yml | geth | archive |
linea-sepolia-geth-pruned-pebble-path.yml | geth | pruned |
See all configurations in the ethereum-rpc-docker repository.
Chain Information
- Network Family
- linea
- Chain
- sepolia
- Chain ID
59141- Total Configurations
- 6
Resources
Managed service: Let us run it for you on our fleet.
Contact sebastian@stakesquid.eu to discuss.