🧩 Useful Commands

🧰 Service Management

Check logs

sudo journalctl -u story -f

Start service

sudo systemctl start story

Stop service

sudo systemctl stop story

Restart service

sudo systemctl restart story

Check service status

sudo systemctl status story

Reload services

sudo systemctl daemon-reload

Enable Service

sudo systemctl enable story

Disable Service

sudo systemctl disable story

Node info

Your node peer

Your enode

💰 Token management

Set or change withdrawal address

Remove operator

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

Unstake

Unstake from yourself

Add operator

Delegate on behalf of other delegator

Delegate

⚡ Validator operations

Validator info

Check Validator public key

Check Validator private key

⚡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

🗑️Delete node

Last updated