💻Baremetal
[Author: Dood]
System Requirements
CPU
OS
RAM
DISK
4c/8t
Debian 12
>=16GB
>= 1TB SSD/NVME
All commands in this guide are supposed to be executed as root
📜 Scroll
Unofficial Docs & Support:
Pre-Requisites
apt update -y && apt upgrade -y && apt autoremove -y
apt install -y build-essential make gcc musl-dev git curlSetting up Firewall
Set explicit default UFW rules
Allow SSH
Allow remote RPC connections with Linea Node
Not advised to allow all or unknown IP address to RPC port
Enable Firewall
Setup scroll client
Compile Binaries
Create service to run Scroll Node
If possible, replace '--l1.endpoint "https://eth.llamarpc.com"' with your own L1 ethereum endpoint.
Logging
Get Sync status via curl (replace $YOURIP$ with the IP of your server)
References
Last updated
Was this helpful?