💻Baremetal
System Requirements
CPU
OS
RAM
DISK
Setup of BSC 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
sudo ufw default deny incoming
sudo ufw default allow outgoingInstall GO
Build Erigon RPC Node
Check for the latest actual release at https://github.com/node-real/bsc-erigon/releases
Create Data directory and jwt secret file
Create Systemd service for BSC Erigon
Launch BSC Erigon
Monitor the logs for errors
During the initialization, first you are expected to see logs of a snapshot download process:
Run curl command in the terminal to check the status of your node
curl command in the terminal to check the status of your nodeReferences
Last updated
Was this helpful?