Skip to content

kadena-community/node-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Handy script to completely setup a Kadena node

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages