plink.exe

  1. Run below commands (replace 192.168.3.52 to your miner's IP address)

echo y | plink.exe -ssh root@192.168.3.52 -pw 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 and you will be able to find miner from Rigmon.

One line command is useful when you use with programming script or Excel for multiple miner setup.

Last updated