Skip to main content

AtomOne Upgrade

Upgrade to v2.0.0

Manual upgrade

Loading data...
cd $HOME && rm -rf atomone && \
git clone https://github.com/atomone-hub/atomone atomone && cd atomone && \
git fetch --tags && \
git checkout v2.0.0 && \
make build && \
sudo mv bin/atomoned $(which atomoned) && \
sudo service atomone restart && \
sudo journalctl -fu atomone -o cat

Cosmovisor upgrade

Note

Choose this method only if you're using Cosmovisor to manage binaries and automate chain upgrades.

cd $HOME && rm -rf atomone && \
git clone https://github.com/atomone-hub/atomone atomone && cd atomone && \
git fetch --tags && \
git checkout v2.0.0 && \
make build && \
mkdir -p $HOME/.atomone/cosmovisor/upgrades/v2/bin && \
mv bin/atomoned $HOME/.atomone/cosmovisor/upgrades/v2/bin/