I get an error when I launch the program
http://prntscr.com/iig0jgWhen it tries to download the miners the error is: Invoke-WebRequest : The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel
I get same error with NemosMiner 2.5.0 and startahashpoolplus.bat. On first launch it won't download any Miners, just gives "Invoke-WebRequest" errors. Then says "No Miners". What gives?
Have you set your User Access Control to none? Then just start up batch regularly (no need for run as admin)
That didn't help.
https://imgur.com/a/RBW6ETried now and still the same problem. 2 days ago was working fine.
My hour is synchronized. My uac is off.
What is the problem this ssl connection?
This error is due to a recent change in Github,
you can either download latest master or edit "NPlusMiner-v1.3.ps1" yourself (in powershell or Notepad++) like this:
Before:
[String]$MPHApiKey #API Key for MiningPoolHubStats.com
)
$CurrentProduct = "NPlusMiner
After:
[String]$MPHApiKey #API Key for MiningPoolHubStats.com
)
[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls"
$CurrentProduct = "NPlusMiner