Manual Configuration
Editing the Configuration File
- Open the configuration file:
# Standard path
sudo nano /opt/stratum-proxy/configs/stratum-proxy.yaml
# If a custom config folder is used
sudo nano /FULL_PATH/stratum-proxy.yaml
- Make changes and save the file:
Ctrl + O→Enter, to exit —Ctrl + X. - Restart the proxy:
docker compose down && docker compose up -d
Note: if you are connecting from another device — use an SSH connection (see section 6.4).