Useful commands
//
WALLET MANAGEMENT
//
VALIDATOR MANAGEMENT
//
TOKEN MANAGEMENT
//
GOVERNANCE
//
SERVICES MANAGEMENT
//
UTILITY
//
DELETE NODE
WARNING! Use this command wisely Backup your key first it will remove node from your system
sudo systemctl stop story story-geth && sudo systemctl disable story story-geth && sudo rm /etc/systemd/system/story.service /etc/systemd/system/story-geth.service && sudo systemctl daemon-reload && sudo rm -rf $(which story) && rm -rf $HOME/.story
Last updated