Connecting Your Miner (Windows 10/11)

Technical discussion about nodes, wallets, transfers, miners, etc.
Post Reply
mqpickens
Posts: 48
Joined: Sat Jun 04, 2022 11:38 pm

Connecting Your Miner (Windows 10/11)

Post 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"
Post Reply