Skip to main content

Nubit Light Node Installation

Run the Script​

curl -sL1 https://nubit.sh | bash

Then, when the logs first flow, it will give your wallet address, mnemonics, PUBKEY and AUTH KEY, save them and keep them in a safe place and press CTRL C and stop the node.

Open Screen and Restart Node​

screen -S nubit

then use the code we used first;

curl -sL1 https://nubit.sh | bash

Then exit the screen with CTRL A D.

Getting Points​

Enter the PUPKEY you saved above on the Aplha page and confirm it.

Video​

Watch the video

Useful Codes

Learning Nubit Wallet Address​

$HOME/nubit-node/bin/nubit state account-address --node.store $HOME/.nubit-light-nubit-alphatestnet-1

Nubit Wallet PUPKEY Learning​

$HOME/nubit-node/bin/nkey list --p2p.network nubit-alphatestnet-1 --node.type light

Learning Nubit Wallet Mnemonics​

cat $HOME/nubit-node/mnemonic.txt

Changing Wallet​

Deleting Existing Wallet​

$HOME/nubit-node/bin/nkey delete my_nubit_key -f --node.type light --p2p.network nubit-alphatestnet-1

Adding an Existing Wallet​

$HOME/nubit-node/bin/nkey add CUZDAN_NAME --recover --keyring-backend test --node.type light --p2p.network nubit-alphatestnet-1

Viewing the List of Wallets​

$HOME/nubit-node/bin/nkey list --p2p.network nubit-alphatestnet-1 --node.type light

Uninstall Node​

rm -rf $HOME/nubit-node
rm -rf $HOME/.nubit-light-nubit-alphatestnet-1