⚠️Node Deletion
Proceed carefully when initiating this deletion process
Service Management
Reload Services
sudo systemctl daemon-reloadEnable Service
sudo systemctl enable bitbadgeschaindDisable Service
sudo systemctl disable bitbadgeschaindRun Service
sudo systemctl start bitbadgeschaindStop Service
sudo systemctl stop bitbadgeschaindRestart Service
sudo systemctl restart bitbadgeschaindCheck Service Status
sudo systemctl status bitbadgeschaindCheck Service Logs
sudo journalctl -u bitbadgeschaind -f --no-hostname -o catRemove Node
cd $HOME && sudo systemctl stop bitbadgeschaind && sudo systemctl disable bitbadgeschaind && sudo rm /etc/systemd/system/bitbadgeschaind.service && sudo systemctl daemon-reload && sudo rm -rf $(which bitbadgeschaind) && sudo rm -rf $HOME/.bitbadgeschain && sudo rm -rf $(which bitbadgeschaind)Last updated