Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 

Repository files navigation

Nubit Light Node Guide

alt text

Official Nubit Documentation

https://docs.nubit.org/nubit-da/run-a-node

Hardware for node

alt text

Setting Up a Nubit Node

Step 1: Update and Install Required Packages

sudo apt update && sudo apt upgrade -y
sudo apt install curl git wget build-essential jq screen -y

Step 2: Start a Screen Session

screen -S nubit

Step 3: Install Nubit To install the node, you only need to enter a single script. The node is installed with just one script.

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

Output and Save PUBKEY and AUTHKEY: The script outputs the generated PUBKEY and AUTHKEY, which are essential for node operations and security.

Ensure these keys are saved securely. alt text Step 4: Detach from the Screen Session After starting the node, detach from the screen session to keep it running in the background. You can do this by pressing CTRL + A + D.

Monitor Node Logs

screen -r nubit

How shall I confirm my node is running correctly?

After running:

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

you should see the following message: alt text

For further check:

$HOME/nubit-node/bin/nubit das sampling-stats --node.store $HOME/.nubit-light-nubit-alphatestnet-1

You will receive a response similar to the following to verify that your node is running successfully: alt text

About

Nubit node guide

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors