0: Extract NemosMiner-v2.5.2-linux-HIVE-OS zip to c:\NemosMiner
1: Download https://gitforwindows.org/ and only install Git Bash
2: Create a folder in
`c:\users\
3: Open Git Bash
4: Enter
`ssh user@
`1`
6: Enter
`ssh-keygen -t rsa -b 4096 -C "[email protected]"`
7: Save the key at
`/home/user/.ssh/id_rsa`
8: Don't enter a passphrase or anything and complete the creation process
9: Enter
`eval $(ssh-agent -s)`
10: add the key with
`ssh-add /home/user/.ssh/id_rsa`
That creates and establishes the key on the miner. Next up to copy the public key to windows
11: enter exit twice
`exit `
`exit`
12: This puts you back on your local machine. Now Enter
`ssh-copy-id user@
13: Password is
`1`
That should copy the public key. Last thing to do is to move the swap.sh and swap_ccminer.py files
14: On windows move folder hive-script to a usb key and plug usb key onto Hive Machine.
15: Back on git bash enter
`ssh user@
16: Find USB partition using
`lsblk`
17: make folder to mount partition to using
`sudo mkdir /media/usbstick`
18: mount USB stick
`sudo mount -t vfat /dev/sdb1 /media/usbstick `
REPLACE sdb1 with the correct partition from 16
19: Enter folder using
`cd /media/usbstick/hive-script`
20: Move the two files
`mv swap.sh /home/user`
`mv swap_ccminer.py /home/user`
Lastly update the appropriate files back on your Windows box to point to your hive miner.
21: edit file Include.ps1 line 188 - change to your Hive IP node
22: edit file /Bin/ccminer.bat - change to you Hive IP node
Best Regards
Nemo