Skip to content

Instantly share code, notes, and snippets.

@asverty
Last active December 18, 2021 18:05
Show Gist options
  • Save asverty/fd718dc5a5b80752bb3d8ec81c648f3c to your computer and use it in GitHub Desktop.
Save asverty/fd718dc5a5b80752bb3d8ec81c648f3c to your computer and use it in GitHub Desktop.
#Start service in one cmd
sudo systemctl daemon-reload && sudo systemctl enable evmosd && sudo systemctl restart evmosd
#Check logs
journalctl -u evmosd -f
#And wait for full sync and message: "catching_up": false
curl localhost:26657/status
#Or use Let's node script for ru localization and pretty output by using evmos_node_info cmd
. <(wget -qO- https://raw.githubusercontent.com/SecorD0/utils/main/miscellaneous/insert_variable.sh) -n evmos_node_info -v ". <(wget -qO- https://raw.githubusercontent.com/SecorD0/Evmos/main/node_info.sh) -l RU 2> /dev/null" -a
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment