Node Installation
Namada Installation for Pilot
Minimum System Requirements
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-compilerInstall CometBFT
Setup Variable
Add Variable to the machine
Download Pre-built Namada Binary
Init Chain
Add Service File
Enable Namada Service
Check Namada Logs
Check Sync Status
Next Step
Generate New Key
Recover Existing key
Check Alias Address
List Keys
Check Balance
Init Validator
Restart Node after 2 Epoch
Bond Token Validator
Last updated