- AUTOMATIC SECURITY UPDATE
- NO ROOT LOGIN
- USER WITH SUDO
- FIREWALL TO BLOCK ALL NON ESSENTIAL PORT
- FAIL2BAN
- ENCRYPTED BACKUP OF YOUR NODE in
~/backup.zip
- DOCKER RESTART
Make two account
- account 1:for withdrawing the reward
- account 2: for the node
Next you will need:
- private (without 0x in front of it) of account 2
- public key of account 2
- public key of account 1
- the amount of xtrac you will send from account 1 to account 2 followed by 18 zeros
5000 XTRAC SENT = 5000000000000000000000
-
ssh into your server with root@ip
-
choose the password for your user (for sudo)
export USERPASSWORD=<yourpassword>
-
run this script
apt install -y curl && sh -c "$(curl -fsSL https://raw.githubusercontent.com/Y0lan/ot-node-installer/main/more-ri.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Y0lan/ot-node-installer/main/custom-profile.sh)" && sudo reboot
You can SSH with login : user-<your hostname>@ip
- private (without 0x in front of it) of account 2
- public key of account 2
- public key of account 1
- the amount of xtrac you will send from account 1 to account 2 followed by 18 zeros
5000 XTRAC SENT = 5000000000000000000000
curl -fsSL https://raw.githubusercontent.com/Y0lan/ot-node-installer/main/setup-node.sh > $HOME/setup-node.sh && chmod +x setup-node.sh && vim setup-node.sh
Once the information are in the script, run it...
./setup-node.sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Y0lan/ot-node-installer/main/backup-start.sh)"
💰💰💰💰💰💰💰💰💰💰💰💰
Next you can add your node into https://othub.origin-trail.network and get telegram notification for each of your job!