Useful Commands
Official docs: https://docs.story.foundation/docs/what-is-story Faucet: https://faucet.story.foundation/
Service operations ⚙️
Check logs
sudo journalctl -u story -fStart service
sudo systemctl start storyStop service
sudo systemctl stop storyRestart service
sudo systemctl restart storyCheck service status
sudo systemctl status storyReload services
sudo systemctl daemon-reloadEnable Service
sudo systemctl enable storyDisable Service
sudo systemctl disable storyNode info
Your node peer
Your enode
Staking
Delegate to yourself
Delegate
Delegate on behalf of other delegator
Add operator
Unstake from yourself
Unstake
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
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
Last updated