💡 Useful commands

⚙️ Service Commands

Check Logs

sudo journalctl -u story -f -o cat

Start service

sudo systemctl start story  

Stop service

sudo systemctl stop story 

Restart service

sudo systmctl restart story 

Check status

sudo systemctl status story 

Enable Service

sudo systemctl enable story 

Reload service

Disable service

Check synchronization status

circle-info

If "Block left - 0" - synchronized

Check the latest block of your validator

View the ports used node


⚙️ Key Command

Export EVM private key


⚙️ Validator Commands

Validator details

Validator private key

Validator pubkey

Node peer

Enode info

⚙️ Tokens Commands

Delegate to yourself

Delegate to another validator

Unstake from yourself

Unstake

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

⚙️ Utility

Set Custom Port

Reset node

Update server name

How much SSD use node (currently)

How much RAM use node (currently)

How much CPU use node (currently)

Delete node

Last updated