HashCore Docs
Manual Configuration

Connect via SSH

  1. Install SSH server (one-time operation):
sudo apt update
sudo apt install openssh-server -y
sudo systemctl start ssh
sudo systemctl enable ssh
  1. Connect via SSH from another computer using the terminal:
ssh user@your_server_IP

Note: You can find the server's IP address using the hostname -I command in the Linux terminal.

  1. Open the configuration file and make changes:
# Standard path
sudo nano /opt/stratum-proxy/configs/stratum-proxy.yaml

Useful keyboard shortcuts in nano:Ctrl + OEnter — save, Ctrl + X — exit.

  1. Restart the proxy:
docker compose down && docker compose up -d
© 2026 HashCore. All rights reserved.