Not advised to allow all or unknown IP address to RPC port
Enable Firewall
sudoufwenable
wget https://golang.org/dl/go1.21.6.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.21.6.linux-amd64.tar.gz
echo 'export PATH=/usr/local/go/bin:$PATH' >> ~/.bashrc
source ~/.bashrc
#check Go version
go version
Setup scroll client
Compile Binaries
git clone https://github.com/scroll-tech/go-ethereum /root/l2geth-source
cd /root/l2geth-source && make nccc_geth
mkdir /root/scroll-datadir
Create service to run Scroll Node
If possible, replace '--l1.endpoint "https://eth.llamarpc.com"' with your own L1 ethereum endpoint.