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
$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

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:
$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.