HashCore Docs
Troubleshooting

Diagnostics

Checking container status and viewing logs — first steps when diagnosing HashCore Proxy issues.

If the system fails to start or behaves unstably, begin by checking container status:

docker compose ps

Normal output — all containers with Up status:

NAME                          STATUS
hashcore-cadvisor             Up (healthy)
hashcore-grafana              Up
hashcore-node-exporter        Up
hashcore-prometheus           Up
hashcore-proxy-configurator   Up
hashcore-stratum-proxy        Up

Viewing Logs for a Specific Container

docker compose logs stratum-proxy
docker compose logs grafana
docker compose logs prometheus

Look for error lines in the logs. If you can't identify the cause — collect a diagnostic report and contact support (see the Support section).

© 2026 HashCore. All rights reserved.