HashCore Docs
Manual Configuration

Editing the Configuration File

Directly editing stratum-proxy.yaml to configure HashCore Proxy.

  1. Open the configuration file:
    # Default path
    sudo nano /opt/stratum-proxy/configs/stratum-proxy.yaml
    
    # If using a custom config directory
    sudo nano /FULL_PATH/stratum-proxy.yaml
    
  2. Make your changes and save: Ctrl+OEnter, exit: Ctrl+X.
  3. Restart the proxy:
    docker compose down && docker compose up -d
    
© 2026 HashCore. All rights reserved.