Linea
Instructions to set up your Linea node.
Requirements
- Setup your Axelar validator
- Minimum hardware requirements: 4 cores, 16GB RAM, 100GB Disk
- Ubuntu 22.04, Docker(tested on 22.04)
- Official Documentation
Prerequisites
Install geth
Check the appropriate version for the network accordingly in their docs
Download genesis file
Initialize the node
It should give an output similar to this
Setup systemd
Set the necessary variables
Create the systemd service file /etc/systemd/system/geth-linea.service
📝
The following settings will allow your node to be accessed publicly from any machine, so update the IP address from 0.0.0.0 to your vald machine.
Start the service
Check logs
Logs should appear like this
Verify RPC
The Linea RPC is
If you get something like this in response of the above rpc call, your node is setup correctly
Wait for "result"
to become false
before using it in vald config
Configure vald
In order for vald
to connect to your Linea node, your rpc_addr
should be exposed in
vald’s config.toml