Skip to content

sudonanohash/Kadena-Node-Installation-Ubuntu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kadena Node Installation

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.

Version

2.18.1

Installation

git clone https://github.com/ldtho/Kadena-Node-Installation-Ubuntu.git
cd Kadena-Node-Installation-Ubuntu

Installation with proper Domain Name

sudo bash installnode.sh

Installation without proper Domain Name

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.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

About

Kadena Node Installation Ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%