Node Setup using a Redhat based distribution
Redhat Based Node Setup:
Step 1: Add a user called XERO
adduser xero && passwd xero
Step 2: Add the user xero as a sudo user
usermod -aG wheel xero
LOG OUT OF THE VPS AND LOGIN TO THE XERO USER
Step 3: Update yum
sudo yum update
Step 4: install wget
sudo yum install wget systemd -y
Step 5: Download the setup script for your node
Chain Node
wget https://github.com/xero-official/scripts/releases/download/1.0.0/rpmchainnode.sh
Xero Node
wget https://github.com/xero-official/scripts/releases/download/1.0.0/rpmxeronode.sh
Link Node
wget https://github.com/xero-official/scripts/releases/download/1.0.0/rpmlinknode.sh
Super Node
wget https://github.com/xero-official/scripts/releases/download/1.0.0/rpmsupernode.sh
Step 6: Make the script executable
Chain Node
chmod +x rpmchainnode.sh
Xero Node
chmod +x rpmxeronode.sh
Link Node
chmod +x rpmlinknode.sh
Super Node
chmod +x rpmsupernode.sh
Step 7: Execute the script
Chain Node
./rmpchainnode.sh
Xero Node
./rpmxeronode.sh
Link Node
./rpmlinknode.sh
Super Node
./rpmsupernode.sh
Step 8: Add your node by entering "1"
Step 9: Select your type of node from the list
Step 10: Paste your private key containing the nodes collateral.
Congradulations your node setup is complete.
Node Rewards Per Block by Block Height
Block Height | Chain Node Reward | Xero Node Reward | Link Node Reward | Super Node Reward |
---|---|---|---|---|
Block 1 to 1,999,999 | 0.4 XERO | 0.8 XERO | 1.2 XERO | 1.6 XERO |
Block 2,000,000 to 3,999,999 | 0.6 XERO | 1.2 XERO | 1.8 XERO | 2.4 XERO |
Block 4,000,000 to 4,999,999 | 0.8 XERO | 1.6 XERO | 2.4 XERO | 3.6 XERO |
Block 5,000,000 to 6,999,999 | 1 XERO | 2 XERO | 3 XERO | 4 XERO |
Block 7,000,000 to 8,999,999 | 1.2 XERO | 2.4 XERO | 3.6 XERO | 4.8 XERO |
Block 9,999,999 to ∞ | 1.4 XERO | 2.8 XERO | 4.2 XERO | 5.6 XERO |