Cheatsheet
Chain-ID: 1315, network: aeneid
Story Client
Node status
curl localhost:26657/status | jqCheck 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
Story-geth
Check logs
Start service
Stop service
Restart service
Check service status
Reload services
Enable Service
Disable Service
Validator commands
Show validator info
Export validator public key
Show validator private key
Staking operations
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
Last updated