Useful commands

# Restart the node and check logs
sudo systemctl restart subspaced && sudo journalctl -fu subspaced --no-hostname -o cat
# Stop the node
sudo systemctl stop subspaced
# Check the logs
sudo journalctl -fu subspaced --no-hostname -o cat
# Clean the database
subspace wipe && rm -Rvf $HOME/.local/share/pulsar/node/chains/*
# Edit config
nano $HOME/.config/pulsar/settings.toml
# Delete log files
rm $HOME/.local/share/pulsar/logs/*
# Check version
subspace -V

Last updated

Was this helpful?