githubEdit

💻Baremetal

[Author: Dood]

System Requirements

CPU

OS

RAM

DISK

4c/8t

Debian 12

>=16GB

>= 1TB SSD/NVME

circle-info

The archive node size is 300G as of 04.03.2024

circle-exclamation

📜 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 curl

Setting up Firewall

Set explicit default UFW rules

Allow SSH

Allow remote RPC connections with Linea Node

circle-exclamation

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?