Note: this guide assumes your machine is running Ubuntu 20.04 or 22.04, that you have
sudo
privileges (sudo -s
), that you've bought a proper Domain Name and are pointing it
at the Public IP Address of your machine.
2.18.1
git clone https://github.com/ldtho/Kadena-Node-Installation-Ubuntu.git
cd Kadena-Node-Installation-Ubuntu
sudo bash installnode.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.18.1/chainweb-2.18.1.ghc-8.10.7.ubuntu-22.04.09b4dc6.tar.gz
tar -xvf chainweb-2.18.1.ghc-8.10.7.ubuntu-22.04.09b4dc6.tar.gz
systemctl start kadena-node