π‘Useful Command
Check your node status using curl
curl -X GET \
-H "X-Algo-API-Token: yourtoken" \
"http://127.0.0.1:8080/v2/status"Check your algorand service status
systemctl status algorandRestart node
systemctl restart algorandCheck node status
goal node status -d /var/lib/algorandβ οΈ Stop node β οΈ
systemctl stop algorandβ οΈ Delete Algorand from your server β οΈ
Add variable
Last updated