HashCore Docs
Manual Configuration

Using a Custom Configuration Folder

By default, the proxy uses the /opt/stratum-proxy/configs/ directory. You can specify your own folder for storing configuration files. This is useful for migrating settings or storing configurations in a convenient location.

How to Configure

  1. Open the existing .env file in the project's root directory.
  2. Add or modify the following variable in it: STRATUM_PROXY_DIR=/FULL_PATH/configs

⚠️ The path must be absolute (starting with /).

  1. Save the .env file
  2. After modifying .env, you need to restart the containers:
docker compose down && docker compose up -d

After this, HashCore Proxy will look for the stratum-proxy.yaml file in the directory you specified.

© 2026 HashCore. All rights reserved.