Node Installation

Namada Installation for Pilot

Minimum System Requirements

  • Validator 16GB 1TB* 4 Core

  • Full Node 8GB 1TB 2 Core

  • Light Node TBD TBD TBD

For this node im using Hetzner AX-41 NVME Dedicated Server

Installation

Install Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"

Update Depencies

sudo apt update && sudo apt upgrade -y
sudo apt install make clang pkg-config libssl-dev build-essential git jq llvm libudev-dev protobuf-compiler

Install CometBFT

Setup Variable

Don't change the CHAIN_ID!!

Add Variable to the machine

Download Pre-built Namada Binary

Init Chain

Add Service File

Enable Namada Service

Check Namada Logs

Check Sync Status

If the result is false then your node already synced.

Note : that Syncing proccess usually takes some times, be patient.

Next Step

After your node is synced Create the wallet

Generate New Key

Recover Existing key

Check Alias Address

List Keys

Check Balance

After you create or import your wallet next step is to Init your validator

Init Validator

If the transaction is success , wait for 2 Epoch!

1 Epoch = 10 Hours

After 2 Epoch restart your node

Restart Node after 2 Epoch

Bond Token Validator

You can Change the --amount to whatever your have in your balance

Done.

Last updated