Install NKN node to Ubuntu 22.04 without errors

sudo git clone https://github.com/nknorg/nkn.git
sudo snap install go --classic
sudo apt install make
git config --global --add safe.directory (your nkn directory)
cd nkn
sudo make

Create config.json file and copy content from config.mainnet.json

sudo ./nknd --web-gui-create-wallet

if not suceed try

sudo ./nknc wallet -c

Then
Follow from Step 4

if error follow below

Finally run the node by

./nknd

Note- try all CMD in the nkn directory

1 Like