Validator
✅ Validator Node v201.0.7
⚠️ Testnet Only - Setup Namada Validator Node with automated variable management.
🖥 Node Information:
- Node version: v201.0.7
- Cometbft version: v0.37.16
- Chain Id: housefire-alpaca.cc0d3e0c033be
- Service Name: namadad.service⚙️ Hardware Requirement:
- Memory: 16 GB
- CPU: 4 cores
- Disk: 1 TB NVME SSD
- Bandwidth: 100 MBps (Download / Upload)✅ Installation steps:
Install dependences
cd /root
sudo apt update
sudo apt install make unzip clang pkg-config git-core libudev-dev libssl-dev \
build-essential libclang-18-dev git jq ncdu bsdmainutils protobuf-compiler htop \
lsof net-tools -y < "/dev/null"Install & Update Rustup
Install Cometbft
Install Protoc
Download and build last version
✅ Set Environment Variables:
Run a script and set vars:
Join the network
Expected output:
Downloading config release from https://github.com/vknowable/namada-campfire/releases/download/housefire-alpaca/housefire-alpaca.cc0d3e0c033be.tar.gz ... Successfully configured for chain ID housefire-alpaca.cc0d3e0c033be
Verify Configuration Files
Download WASM Files
Add Seed to config.toml
Test start node
Verify Executable Location
Create Systemd Service
Start Service
Check Node Status
Use snapshots for fast sync: Snapshot_1 or Snapshot_2
✅ Wallet & Faucet
Add Your Wallet
Use one of the Faucets
Faucet_1: Click here
Faucet_2: Click here
Check balance
✅ Initialize Validator:
Create Validator
Find Validator Address
✅ Bond Validator:
Check Balance
Bond Tokens (Adjust amount as needed)
Check bonds
Query Active Validators
Check Validator State
Unjail Validator (If needed)
✅ Update Node:
Update System Packages
Verify CometBFT Version
Update CometBFT (If Needed)
Update Rust
Backup Current Binary
Build Namada from Source
Move Binaries
Verify Version
Restart service & Check logs
Clean Up
Last updated