Post
Topic
Board Mining (Altcoins)
Re: NPlusMiner - GUI Pool/Algo switching miner with Plus logic (NVidia)
by
Just_a_miner
on 20/03/2018, 11:53:39 UTC
Could you at least make a choice where i could choose nhsr miner over klausT.
because nhsr miner was giving me like 5-10% better results with same overclocks and didnt crash at all.

Uncomment line 7 in HSRMiner.ps1

Code:
$Commands = [PSCustomObject]@{
    "neoscrypt" = " -d $SelGPUCC" #NeoScrypt
}

Also comment out in CcminerKlaust.ps1

Yep.
If you don't comment in CcminerKlaust.ps1, NPlusMiner will select the best of the two Wink

MrPlus and Nemo, I'm asking you to change default url for hsrminer_neoscrypt_fork from HP version to normal, as normal process priority version gives only slightly less hashrate than HP version (some users even report same hashrate as hp version) but users will have less chance of experiencing issues with high OC settings in multi-algo enviroment:

Code:
$Path = ".\Bin\NVIDIA-Hsrminer\hsrminer_neoscrypt_fork.exe"
$Uri = "https://github.com/justaminer/hsrm-fork/raw/master/hsrminer_neoscrypt_fork.zip"

Advanced users that know what they are doing can manually change path and url back to _hp after they uncomment line 7 in HSRMiner.ps1.

Also I've added "Troubleshooting" section to the 1st msg of my topic, it addresses common issues.