⚠️Delete Node

Make sure you already backup your node_key and priv_validator_key, before execute this command

FunctionCommand

Disable, Delete Node, and Remove all the file

sudo systemctl stop planqd && \
sudo systemctl disable planqd && \
rm /etc/systemd/system/planqd.service && \
sudo systemctl daemon-reload && \
cd $HOME && \
rm -rf .planqd && \
rm -rf $(which planqd)

Last updated