Nubit is a scalable and the first Bitcoin-native data availability layer, secured by Bitcoin, for the Bitcoin community. Nubit enables the scaling of Bitcoin’s data capacities without compromises, empowering applications like Ordinals, layer 2s, price oracles, and indexers thus broadening the scope and efficiency of the Bitcoin ecosystem. It leverages the innovative consensus algorithm and lightning network to inherit the full censorship-resistant nature of Bitcoin.
Prerequisites:
A VPS with minimal specifications (1 Core, 2 Gb RAM, 50Gb SSD)
SSH access to the VPS
Instructions:
Update and upgrade the VPS
sudo apt update && sudo apt upgrade -y
Install necessary packages
sudo apt install curl git wget build-essential jq screen -y
Create a screen session
screen -S nubit
Install the Nubit Light Node
curl -sL1 https://nubit.sh | bash
Detach from the screen session with
Ctrl + A + D
Save the seed phrase
cat $HOME/nubit-node/mnemonic.txt
Important:
Keep the seed phrase safe and secure. It is required to recover your node in case of any issues.
The Nubit Light Node will start syncing headers and downloading the blockchain data. This process may take some time depending on your internet connection speed.
Once the syncing process is complete, you can start using your Nubit Light Node to interact with the Nubit network.
Additional Notes: