Last updated 4 months ago
Check logs
Start service
Stop service
Restart service
Check service status
Reload services
Enable Service
Disable Service
Sync info
Node info
Latest Block Info
Your node peer
sudo journalctl -u functionx -f -o cat
sudo systemctl start functionx
sudo systemctl stop functionx
sudo systemctl restart functionx
sudo systemctl status functionx
sudo systemctl daemon-reload
sudo systemctl enable functionx
sudo systemctl disable functionx
fxcored status 2>&1 | jq .SyncInfo
fxcored status 2>&1 | jq .NodeInfo
curl -s localhost:24257/status | jq .result.sync_info.latest_block_height
echo $(fxcored tendermint show-node-id)'@'$(wget -qO- eth0.me)':'$(cat $HOME/.fxcore/config/config.toml | sed -n '/Address to listen for incoming connection/{n;p;}' | sed 's/.*://; s/".*//')