Make sure OpenSSH is installed
- # Run as administrator: Windows PowerShell
- Get-WindowsCapability -Online | ? Name -like 'OpenSSH.Client*'
- # Run Windows PowerShell
- ssh-keygen -t ed25519 -C '""' -f $HOME/.ssh/Stratum -N '""'
- cat $HOME/.ssh/Stratum.pub
- Example: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIARVsO2yk5KzuFqR+sDYOTidrgZtObULeJCEt/0jyJiy"
- Example: "ssh -L 3333:somemicrocurrency.com:3333 stratum@somemicrocurrency.com -p 10022 -i $HOME/.ssh/Stratum"
Simply point your USB miner running on the same machine to "stratum+tcp://localhost:3333"