EvmosUpgradeGuide
No description available
Install / Use
/learn @web3validator/EvmosUpgradeGuideREADME
This guide about to upgrade evmosd binary
- Create folder where we will download all necessary files:
mkdir $HOME/evmos_temp && cd $HOME/evmos_temp

- Download new version from the evmos git repository in releases:
wget https://github.com/tharsis/evmos/releases/download/v0.1.3/evmos_0.1.3_Linux_x86_64.tar.gz

- Unpack the archive with a simple command
tar -xzf evmos_0.1.3_Linux_x86_64.tar.gz

- Move new binary to the appropriate directory and check the version (it should be 0.1.3)
mv ./bin/evmosd $(which evmosd)
evmosd version

- Than we need too restart the service:
systemctl restart evmosd

- Сheck the logs to calm the soul:
journalctl -u evmosd -f

Enjoy it! Feel free to ask any question https://t.me/HeKit
View on GitHub55/100
Security Score
Audited on Jan 27, 2025
No findings
