Installing the Nubit Node
Requirement machine
Light Node:
| SPEC | Recommend |
|---|---|
| CPU | 2 Cores |
| RAM | 1 GB |
| Storage | 50 GB SSD |
| NETWORK | 100 Mbps |
| OS | Ubuntu 22.04 |
| Port | 25565 |
Install Necessary Packages
sudo apt update && sudo apt upgrade -y
sudo apt install curl git wget build-essential jq screen -y
Run a node Nubit
screen -S nubit
curl -sL1 https://nubit.sh | bash
Ctrl + A + D to Detach screen nubit
If you try again run node (Optional)
wget https://nubit.sh/start.sh
chmod -R 777 ./start.sh
./start.sh
Backup your mnemonic wallet
cat $HOME/nubit-node/mnemonic.txt
Congratulations on successfully setting up a Nubit Light Node, ready for the project’s Phase 2 testnet
