July 1, 2024

Nubit node install guide!

Nubit is a Bitcoin-native data availability layer designed to revolutionize transaction processing on the Bitcoin network.

Official Documentation.

🧩System requirements:
CPU: 1 Core.
RAM: 500 mb.
SSD: 40 Gb.
OS: Ubuntu 22.04.

💲The hosting services that I use:
▪️Aeza

▪️Zomro

▪️Contabo

▪️Heztner

📦Required packages installation:
sudo apt update && sudo apt update -y sudo apt install curl git wget build-essential jq screen -y

💻Go install node:

screen -S nubit

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

Collapse the screen:CTRL +A +D

logs working node!

💰Backup mnemonic,address,pubkey.:

cat $HOME/nubit-node/mnemonic.txt

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

⚠️⚠️⚠️ PLEASE SAVE! ⚠️⚠️⚠️

📙Registering a node:

We are going to the site

We insert the pubkey that we took above.

We take 3,000 points

Useful commands:

▪️cat $HOME/nubit-node/mnemonic.txt - backup mnemonic

▪️$HOME/nubit-node/bin/nkey list --p2p.network nubit-alphatestnet-1 --node.type light - backupaddress,pubkey

▪️screen -r nubit - check logs

Remove node:

▪️rm -rf .nubit-light-nubit-alphatestnet-1

▪️rm -rf nubit-node

▪️rm -rf .nubit-validator

👥My social:

Main telegram

Telegram channel

Github

Twitter

Debank

Warpcaster

Lens

Thank you for reading the guide!❤️