🐳Docker
[Author: Dood]
System Requirements
CPU | OS | RAM | DISK |
4c/8t | Debian 12 | >=16GB | >= 1TB SSD/NVME |
The archive node size was 300G as of 29.02.2024
This guide was tested with Debian 12 but, should run on every OS that can run Docker
📜 Scroll
Unofficial Docs & Support:
Github
Prerequisites
If not already installed, install Docker
Setting Up a Firewall
Add a rule to block all traffic on the port:
Add a rule for access:
Replace $YOURIP$ with the ip you want to access the RPC from.
Create docker-compose.yml
If possible, replace '--l1.endpoint "https://eth.llamarpc.com"' with your own L1 Ethereum endpoint.
Start the container
Useful tips
View Logs via
Get Sync status via curl
Replace $YOURIP$ with the IP of your server
References
Last updated