NUBIT Light Node Guide
July 16th, 2024

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.

Running a Light Node on a Low-Spec VPS

Prerequisites:

  • A VPS with minimal specifications (1 Core, 2 Gb RAM, 50Gb SSD)

  • SSH access to the VPS

Instructions:

  1. Update and upgrade the VPS

    sudo apt update && sudo apt upgrade -y
    
  2. Install necessary packages

    sudo apt install curl git wget build-essential jq screen -y
    
  3. Create a screen session

    screen -S nubit
    
  4. Install the Nubit Light Node

    curl -sL1 https://nubit.sh | bash
    
  5. Detach from the screen session with

    Ctrl + A + D

  6. 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:

  • For more information on running a Nubit Light Node, please refer to the Nubit documentation
  • If you encounter any issues during the setup process, please join the Nubit community for support
Subscribe to dekkeng
Receive the latest updates directly to your inbox.
Mint this entry as an NFT to add it to your collection.
Verification
This entry has been permanently stored onchain and signed by its creator.
More from dekkeng

Skeleton

Skeleton

Skeleton