install_node
UnUniFi validator node
Install guide
Update packages
sudo apt update && sudo apt upgrade -yInstall dependencies
Install go
Download and build binaries
Configuration of Shell Variables
Init app
Download genesis
Config app
Reset chain data
Install cosmovisor (recommended approach):
Set up folder structure
Set up genesis binary
Create service
Register and start service
Check synchronization status ("catching_up": false is synced)
Create wallet (!Safe your mnemonic)
Check balance
Create validator
Show address validator
Check validator status
Usefull command
Last updated