Node Management
Check logs
sudo journalctl -u elys -f -o catStart service
sudo systemctl start elysStop service
sudo systemctl stop elysRestart service
sudo systemctl restart elysCheck service status
sudo systemctl status elysReload services
sudo systemctl daemon-reloadEnable Service
sudo systemctl enable elysDisable Service
sudo systemctl disable elysSync info
elysd status 2>&1 | jq .SyncInfoNode info
elysd status 2>&1 | jq .NodeInfoLatest Block Info
curl -s localhost:22057/status | jq .result.sync_info.latest_block_heightYour node peer
echo $(elysd tendermint show-node-id)'@'$(wget -qO- eth0.me)':'$(cat $HOME/.elys/config/config.toml | sed -n '/Address to listen for incoming connection/{n;p;}' | sed 's/.*://; s/".*//')a
Last updated