Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 958 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 958 Bytes

Kadena Node Installation

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.

Installation

wget https://raw.githubusercontent.com/kadena-community/node-setup/master/installnode.sh
sudo bash installnode.sh

Installation without proper Domain Name

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.

Update

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