Manual Configuration
Editing the Configuration File
Directly editing stratum-proxy.yaml to configure HashCore Proxy.
- 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 - Make your changes and save:
Ctrl+O→Enter, exit:Ctrl+X. - Restart the proxy:
docker compose down && docker compose up -d