Skip to content

kubagdynia/node-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 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, that you've bought a proper Domain Name and are pointing it at the Public IP Address of your machine.

Version

2.25

Installation

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

Installation without proper Domain Name

wget https://raw.githubusercontent.com/kubagdynia/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.25/chainweb-2.25.ghc-9.6.5.ubuntu-22.04.7b2fb3b.tar.gz
tar -xvf chainweb-2.25.ghc-9.6.5.ubuntu-22.04.7b2fb3b.tar.gz
systemctl start kadena-node

About

Handy script to completely setup a Kadena node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%