Useful commands
Node
# 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 catFarmer
# Restart the node and check logs
sudo systemctl restart subspacefarm && sudo journalctl -fu subspacefarm --no-hostname -o cat# Stop the node
sudo systemctl stop subspacefarm # Check the logs
sudo journalctl -fu subspacefarm --no-hostname -o catLast updated
Was this helpful?
