Last updated 1 year ago
Make sure you already backup your node_key and priv_validator_key, before execute this command
Disable, Delete Node, and Remove all the file
sudo systemctl stop gitopiad && \ sudo systemctl disable gitopiad && \ rm /etc/systemd/system/gitopia.service && \ sudo systemctl daemon-reload && \ cd $HOME && \ rm -rf .gitopia && \ rm -rf $(which gitopiad)