Node Setup using a Debian based distribution
Debian Based Node Setup:
Step 1: Install Wget
apt-get install wget
Step 2: Add a user called xero
adduser xero
Step 3: Add the xero user to a sudo role
adduser xero sudo
Step 4: Switch to the new xero user
LOG OUT OF THE VPS AND LOGIN TO THE XERO USER
Step 5: Download the setup script for your node
Chain Node
wget https://github.com/xero-official/scripts/releases/download/1.0.0/debianchainnode.sh
Xero Node
wget https://github.com/xero-official/scripts/releases/download/1.0.0/debianxeronode.sh
Link Node
wget https://github.com/xero-official/scripts/releases/download/1.0.0/debianlinknode.sh
Super Node
wget https://github.com/xero-official/scripts/releases/download/1.0.0/debiansupernode.sh
Step 6: Make the script executable
Chain Node
chmod +x debianchainnode.sh
Xero Node
chmod +x debianxeronode.sh
Link Node
chmod +x debianlinknode.sh
Super Node
chmod +x debiansupernode.sh
Step 7: Execute the script
Chain Node
./debianchainnode.sh
Xero Node
./debianxeronode.sh
Link Node
./debianlinknode.sh
Super Node
./debiansupernode.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 |