HashCore Docs
System Management

Uninstall

Complete removal of HashCore Proxy — stop containers, delete volumes, and remove the project folder.

  1. Stop and remove containers along with volumes:
    docker compose down -v
    
  2. Delete the project folder:
    rm -rf /opt/stratum-proxy/
    
Data will be permanently deleted
All monitoring data (Prometheus, Grafana) will be deleted. Before uninstalling, save the configuration file configs/stratum-proxy.yaml if you plan to reinstall.
© 2026 HashCore. All rights reserved.