Post
Topic
Board Mining (Altcoins)
Merits 1 from 1 user
Re: NEMOSMINER multi algo profit switching NVIDIA miner
by
cable_loco
on 23/02/2018, 11:14:18 UTC
⭐ Merited by jimmykl (1)
I get an error when I launch the program

http://prntscr.com/iig0jg

When 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/RBW6E

Tried 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:

Code:
    [String]$MPHApiKey #API Key for MiningPoolHubStats.com
    )

$CurrentProduct = "NPlusMiner

After:

Code:
    [String]$MPHApiKey #API Key for MiningPoolHubStats.com
    )
    [Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls"
$CurrentProduct = "NPlusMiner