📕Commands

📚Useful commands📚

⚙️Service

Info

curl -s http://localhost:26657/status | jq
curl -s http://localhost:26657/status | jq .result.sync_info

Check node logs

sudo journalctl -fu story-geth -o cat
sudo journalctl -fu story -o cat

Restart service

sudo systemctl restart story-geth
sudo systemctl restart story

Stop service

sudo systemctl stop story-geth
sudo systemctl start story

Start service

sudo systemctl start story-geth
sudo systemctl start story

reload/disable/enable

sudo systemctl daemon-reload
sudo systemctl disable story-geth
sudo systemctl disable story
sudo systemctl enable story-geth
sudo systemctl enable story

🥅Working with keys

Key

story validator export --export-evm-key

Last updated