💾Node Installation
XRPL Mainnet guide
Minimum hardware requirements:
Node Type
CPU
RAM
Storage
Mainnet
4
8GB
150GB
1) Auto_install script
Soon2) Manual installation
Preparing the server
sudo apt update && sudo apt upgrade -y
sudo apt install curl tar wget clang pkg-config libssl-dev jq build-essential bsdmainutils git make ncdu gcc git jq chrony liblz4-tool -yGO 1.21.6
ver="1.21.6"
wget "https://golang.org/dl/go$ver.linux-amd64.tar.gz"
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf "go$ver.linux-amd64.tar.gz"
rm "go$ver.linux-amd64.tar.gz"
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> $HOME/.bash_profile
source $HOME/.bash_profile
go versionBuild 26.07.25
exrpd version --long | grep -e version -e commit
version: 8.0.0
commit: 8d92d087b9a1014de748b8887868e0e90b97b56f
Initiation
Create/recover wallet
Download Addrbook and Genesis
sha256sum $HOME/.exrpd/config/genesis.json
30a67f83b14b2b0bc8e5427eb56cbe16ce7dfa4bdad98bbfb5d846a459555f2f
Set up the minimum gas price and Peers/Seeds/Filter peers/MaxPeers
Pruning (optional)
Indexer (optional)
Create a service file
StateSync XRPL Mainnet
SnapShot Mainnet updated every 5 hours (Pruned)
SnapShot Mainnet updated every 3d (Archive)
Start
Create validator
Monitoring
You can set up your node status alarm here - Monitoring
Security
You can create secure management of your wallet and your node by following this links.
Delete node
Last updated
Was this helpful?