💡 Useful commands
⚙️ Service Commands
Check Logs
sudo journalctl -u story -f -o catStart 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
Check the latest block of your validator
View the ports used node
⚙️ Key Command
⚙️ 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:
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