Windows SSH

  1. Start => Run => Command Prompt (CMD)

  2. Enter commands (Replace 192.168.3.52 as your miner's IP address)

ssh -o StrictHostKeyChecking=no root@192.168.3.52
Password: admin
find /app-data/miners/ -name 'start.py' | xargs sed -i -e 's/127.0.0.1/0.0.0.0/g' && reboot

3. Miner will be restarted soon and you will be able to find it from Rigmon.

Last updated