Namada

How To Install Full Node Namada Testnet

Setting up vars

Save variables to system

echo "export ALIAS=Your_Alias_Validator" >> $HOME/.bash_profile
echo "export NAMADA_TAG=v0.13.3" >> ~/.bash_profile
echo "export TM_HASH=v0.1.4-abciplus" >> ~/.bash_profile
echo "export CHAIN_ID=public-testnet-15.0dacadb8d663" >> ~/.bash_profile
echo "export WALLET=wallet" >> ~/.bash_profile

source $HOME/.bash_profile

Update packages

sudo apt update && sudo apt upgrade -y
sudo apt-get install -y make git-core libssl-dev pkg-config libclang-12-dev build-essential protobuf-compiler ccze

Install dependencies

sudo apt install curl tar wget clang pkg-config libssl-dev libclang-dev -y
sudo apt install jq build-essential bsdmainutils git make ncdu gcc git jq chrony liblz4-tool -y
sudo apt install -y uidmap dbus-user-session

Install Protocol Buffers

Install CometBFT

Namada Download and build binaries

Check namada Version

Init app

For Pre-Genesis

For Post-Genesis

Download configuration

Set seeds and peers

Set minimum gas price

Create service

Register and start service

Last updated