🖥️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

Check service status

sudo systemctl status story

Restart service

sudo systemctl restart story-geth
sudo systemctl restart story

Stop service

sudo systemctl stop nolusd

Start service

sudo systemctl stop story-geth
sudo systemctl stop story

Reload, disable, enable

Your node peer

Your enode


🔗Validator Management🔗

Validator info

Check Validator public key

Check Validator private key


⚙️Staking⚙️

Add operator

Unstake from yourself

Unstake

Delegate to yourself

Delegate

Delegate on behalf of other delegator

Unstake on behalf of other delegator. To do so, you must be a registered authorized operator for this delegator

Remove operator

Set or change withdrawal address

⛓️Geth commands⛓️

Check the latest block

Peers your client is connected to

Check if syncing is still in progress: will output "true" if geth is syncing

Check gas price

Check account balance

Last updated