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