install

ATOMONE

https://cosmos.directory/atomone

https://explorer.allinbits.services/wallet/suggest

https://github.com/atomone-hub/atomone.git

https://github.com/atomone-hub/genesis

https://github.com/atomone-hub/registry

INSTALL

sudo apt update && apt upgrade -y
sudo apt install curl iptables build-essential git wget jq make gcc nano tmux htop nvme-cli pkg-config libssl-dev libleveldb-dev tar clang bsdmainutils ncdu unzip libleveldb-dev -y

Install GO

Go Installation (for even user)

cd $HOME
VER="1.21.13"
wget "https://golang.org/dl/go$VER.linux-amd64.tar.gz"
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf "go$VER.linux-amd64.tar.gz"
rm "go$VER.linux-amd64.tar.gz"
[ ! -f $HOME/.bash_profile ] && touch $HOME/.bash_profile
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> $HOME/.bash_profile
echo "export GOROOT=$(go1.21.13 env GOROOT) PATH=$GOROOT/bin:$PATH" >> $HOME/.bash_profile
source $HOME/.bash_profile
[ ! -d $HOME/go/bin ] && mkdir -p $HOME/go/bin

Install Binary

Result

Set Vars:

Config and Init App:

Add Genesis File and Addrbook:

Configure Seeds and Peers:

Result

Config Pruning:

Set Custom Port:

Set Service File:

Enable and Start Service:

Check Sync:

Check validator info

Create Validator

Key management

Add new key

Recover existing key

List all keys

Wallet balance

VALIDATOR:

Show pubkey:

Create Validator

Remove node

- Please, before proceeding with the next step! All chain data will be lost! Make sure you have backed up your priv_validator_key.json!

END

Last updated