Page 1 of 1

Connecting Your Miner (Windows 10/11)

Posted: Sat Sep 02, 2023 2:18 am
by mqpickens
Without a node, you can still connect your USB miner (via an encrypted SSH tunnel) to a friend or neighbor that does have one.

Make sure OpenSSH is installed
  • # Run as administrator: Windows PowerShell
  • Get-WindowsCapability -Online | ? Name -like 'OpenSSH.Client*'
Generate New Key Pair -- Read/Copy Newly Created Public Key
  • # Run Windows PowerShell
  • ssh-keygen -t ed25519 -C '""' -f $HOME/.ssh/Stratum -N '""'
  • cat $HOME/.ssh/Stratum.pub
Email Public Key to Level 1 (Teller) Node
  • Example: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIARVsO2yk5KzuFqR+sDYOTidrgZtObULeJCEt/0jyJiy"
Level 1 (Teller) Node Email Response The command given by from the person operating the Node/Hub can be entered into the Powershell to open up a Secure Tunnel with port forwarding.

Simply point your USB miner running on the same machine to "stratum+tcp://localhost:3333"