Troubleshooting
If a node has lost its heartbeat, run the following on the machine to recover:
Windows (PowerShell as Admin):
schtasks /query /tn HydraNode
schtasks /run /tn HydraNode
# If the task is missing, reinstall:
C:\hydranode\hydranode.exe install
Linux:
systemctl status hydranode
systemctl restart hydranode
# If the service is missing, reinstall:
hydranode install
macOS:
launchctl list | grep hydranode
# If the agent is missing, reinstall:
hydranode install