Connecting Your Miner (Windows 10/11)
Posted: Sat Sep 02, 2023 2:18 am
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
Simply point your USB miner running on the same machine to "stratum+tcp://localhost:3333"
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"