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