akhadzhy / node-setup

Handy script to completely setup a Kadena node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kadena Node Installation

Note: this guide assumes your machine is running Ubuntu 20.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/Thanos420NoScope/node-setup/master/installnode.sh
sudo bash installnode.sh

Installation without proper Domain Name

wget https://raw.githubusercontent.com/Thanos420NoScope/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.13/chainweb-2.13.ghc-8.10.7.ubuntu-20.04.b4b8bda.tar.gz
tar -xvf chainweb-2.13.ghc-8.10.7.ubuntu-20.04.b4b8bda.tar.gz
systemctl start kadena-node

About

Handy script to completely setup a Kadena node


Languages

Language:Shell 100.0%