Manual Configuration
SSH Connection
Remote connection to the HashCore Proxy server via SSH for editing the configuration.
- Install the SSH server (done once):
sudo apt update sudo apt install openssh-server -y sudo systemctl start ssh sudo systemctl enable ssh - Connect from another computer:
ssh user@YOUR_SERVER_IPFind the server IP: run
hostname -Iin the Linux terminal. - Open the configuration file and make changes:
sudo nano /opt/stratum-proxy/configs/stratum-proxy.yamlCtrl+O→Enter— save,Ctrl+X— exit. - Restart the proxy:
docker compose down && docker compose up -d