Skip to content

web3validator/EvmosUpgradeGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

This guide about to upgrade evmosd binary

  1. Create folder where we will download all necessary files:
mkdir $HOME/evmos_temp && cd $HOME/evmos_temp 

image

  1. 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

image

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

image

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

image

  1. Than we need too restart the service:
systemctl restart evmosd

image

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

image

Enjoy it! Feel free to ask any question https://t.me/HeKit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published