NUBIT

NUBIT


  • Once logged into your VPS, run the following commands:
sudo apt-get update && sudo apt-get upgrade -y 
sudo apt-get install curl screen git-all build-essential glibc-source pkg-config libssl-dev clang git-lfs -y
  • Create a new screen session
screen -S nubit
  • Run light node:
curl -sL1 https://nubit.sh | bash
  • The result will look like below. Save your mnemonic, pubkey, and auth key:

NAME: my_nubit_key ADDRESS: nubitxxxxxxxxxx

MNEMONIC (save this somewhere safe!!!): xxxxxxxxxx

PUBKEY xxxxxxxxx AUTH KEY xxxxxxxxxx

  • Press Control+A and then press D to exit the screen
  • You can also reveal and save your Mnemonic (24 Words) by entering the following:
sudo cat $HOME/nubit-node/mnemonic.txt


Report Page