install_testnet

Humans testnet validator node

Chain id
Latest app ver.
Cosmos SDK ver.
go ver.
Wasm

humans_3000-31

v1.0.0

v0.46

v1.20.1+

off

Official documentation:

Validator setup instructions

Explorer:

https://explorer.creeptah.xyz/testnet-humans

Install guide

Update packages

sudo apt update && sudo apt upgrade -y

Install dependencies

sudo apt install curl git jq lz4 build-essential libssl-dev -y

Install variables

MONIKER="your_moniker"
CHAIN_ID="humans_3000-31"

Install go

Download and build binaries

Install Cosmovisor

Setup Cosmovisor

Init app

Download genesis

Config app

Setup chain to config

Config pruning

Set min gas price

Enable/Disable snapshot (optional)

Enable prometheus (optional)

Create service

Register and start service

Check synchronization status ("catching_up": false is synced)

Create wallet (!Safe your mnemonic)

To recover your wallet using seed phrase (optional)

Check balance

Create validator

Optimisation config.toml

Optimisation app.toml

Upgrade guide

Last updated