<aside> <img src="https://prod-files-secure.s3.us-west-2.amazonaws.com/6f767d5e-c4ca-4e4e-a39d-7baa69ca6f6c/4a334f1f-a4ef-4020-9c0a-96f79c192a77/nibiru-chain.png" alt="https://prod-files-secure.s3.us-west-2.amazonaws.com/6f767d5e-c4ca-4e4e-a39d-7baa69ca6f6c/4a334f1f-a4ef-4020-9c0a-96f79c192a77/nibiru-chain.png" width="40px" /> Nibiru

https://explorer.nibiru.fi/nibiru-itn-1/staking/nibivaloper1cduuq3d94pnsr5a2zuwlp0693xah6q2ektd7px

</aside>

To run a Nibiru node using the noda tool, you can follow these steps, which compile information from several sources.

Prerequisites

Ensure you have the following system requirements:

Step-by-Step Guide

1. System Update and Environment Installation

First, update your system and install necessary dependencies:

sudo apt update && sudo apt upgrade -y
sudo apt install git build-essential ufw curl jq snapd -y

2. Install the Node

Download and run the installation script for the Nibiru node:

wget -q -O nibiru.sh <https://api.nodes.guru/nibiru.sh> && chmod +x nibiru.sh && sudo /bin/bash nibiru.sh
source $HOME/.bash_profile

3. Apply Addrbook

Download the addrbook to sync with the network:

wget -O $HOME/.nibid/config/addrbook.json <http://65.108.6.45:8000/nibiru/addrbook.json>

4. Restart the Service

Reload the systemd daemon and start the Nibiru node service: