Note: this guide assumes your machine is running Ubuntu 18.04, that you have
sudo
privileges, that you've bought a proper Domain Name and are pointing it
at the Public IP Address of your machine.
wget https://raw.githubusercontent.com/kadena-community/node-setup/master/installnode.sh
sudo bash installnode.sh
wget https://raw.githubusercontent.com/kadena-community/node-setup/master/installnodeip.sh
sudo bash installnodeip.sh
And follow the instructions.
A log of the install is stored in /tmp/install.log
if there were any errors.
cd /root/kda
systemctl stop kadena-node
rm chainweb-node
wget https://github.com/kadena-io/chainweb-node/releases/download/2.1.1/chainweb-2.1.1.ghc-8.8.4.ubuntu-18.04.d99165c.tar.gz
tar -xvf chainweb-2.1.1.ghc-8.8.4.ubuntu-18.04.d99165c.tar.gz
systemctl start kadena-node