Useful Commands

# Restart and the node
sudo systemctl restart gear-node && sudo journalctl -fu gear-node --no-hostname -o cat
# Check the logs
sudo journalctl -fu gear-node --no-hostname -o cat
# If the height of the block does not increase
rm /tmp/substrate-wasmer-cache/
sudo systemctl restart gear-node && sudo journalctl -fu gear-node --no-hostname -o cat

Last updated

Was this helpful?