Klaust ccminer is fixed!
Compiled it with new makefile.am and its working like a champ
Raised my neoscrypt hash rate by more than 20% from 800 to 1030~1060 on GTX-1070
And here is the compiled link if any one wanted
KTccminer Dropbox Download LinkDownload, Extract to /home/m1/KTccminer
Then change neoscrypt lines in 3main
from :
if [ $COIN == "FTC" ]
then
HCD='/home/m1/SPccminer/ccminer'
To:
if [ $COIN == "FTC" ]
then
HCD='/home/m1/KTccminer/ccminer'
And in Nicehash and MPH_switcher lines :
From:
"cmd": "/home/m1/SPccminer/ccminer -a neoscrypt ... rest_of_the_line ...
To:
"cmd": "/home/m1/KTccminer/ccminer -a neoscrypt ... rest_of_the_line ...
Should you also use this version of "KTccminer" that you compiled to undermine cryptonignht (monero) or does it need another directory with a different version of "KTccminer"?
This question because in a previous post you told me to simply remove "-a cryptonight" on the line that concerns this algo