🦥Erigon
System Requirements
Setup production Erigon
Pre-Requisites
sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove -y
sudo apt install -y libgtest-dev libomp-dev libgmp-dev git make wget aria2 gcc pkg-config libusb-1.0-0-dev libudev-dev jq g++ curl libssl-dev screen apache2-utils build-essentialSetting up Firewall
Install GO
Build Erigon RPC Node
Clone the Erigon repository and build cdk-erigon. Check the latest version at releases page.
Configure xLayer Mainnet Parameters
Paste and modify parameters. Save by entering ctrl+X and Y+ENTER
ctrl+X and Y+ENTERLaunch Erigon Node
Create systemd service for cdk-erigon
cdk-erigonStart cdk-erigon
Run curl command in the terminal to check the status of your node
curl command in the terminal to check the status of your nodeMonitor the logs for errors
References
Last updated
Was this helpful?