SkillAgentSearch skills...

EvmosUpgradeGuide

No description available

Install / Use

/learn @web3validator/EvmosUpgradeGuide
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated1y ago
Forks0

Security Score

55/100

Audited on Jan 27, 2025

No findings