How can I check if my Webhash Node is running?
To verify if your node is running, open your terminal and execute the following command:
sudo docker psYou should see an output displaying three containers in a running state:
- node (Core Webhash Node) 
- pinner (Handles data persistence) 
- telegraf (Monitors node performance) 
If all three are running, your node is fully operational. If any container is missing or stopped, let us know in Discord for assistance.
Last updated