Chain ID: atomone-1
| Current Node Version: v1.1.2
Clone Atomone repository
cd $HOME
rm -rf atomone
git clone https://github.com/atomone-hub/atomone.git
cd atomone
git checkout v1.1.2
Build binaries
make build
Prepare binaries for Cosmovisor
mkdir -p ~/.atomone/cosmovisor/upgrades/v1.1.2/bin
mv build/atomoned ~/.atomone/cosmovisor/upgrades/v1.1.2/bin/
rm -rf build
Without Cosmovisor
Clone Atomone repository
cd $HOME
rm -rf atomone
git clone https://github.com/atomone-hub/atomone.git
cd atomone
git checkout v1.1.2
Build binaries
make install
Restart node and check logs
sudo systemctl restart atomoned && sudo journalctl -u atomoned -f --no-hostname -o cat