install_mainnet
Humans mainnet validator node
Chain id
Latest app ver.
Cosmos SDK ver.
go ver.
Wasm
humans_1089-1
v1.0.0
v0.46
v1.20.1+
off
Official documentation:
Explorer:
https://explorer.creeptah.xyz/humans
Install guide
Update packages
sudo apt update && sudo apt upgrade -yInstall dependencies
sudo apt install curl git jq lz4 build-essential libssl-dev -yInstall variables
MONIKER="your_moniker"
CHAIN_ID="humans_1089-1"Install go
Download and build binaries
Install Cosmovisor
Setup Cosmovisor
Init app
Download genesis
Config app
Setup chain to config
Setup peers
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
Last updated