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