Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
CryptAtomeTrader44
on 20/09/2017, 22:34:47 UTC
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 Link

Download, Extract to /home/m1/KTccminer
Then change neoscrypt lines in 3main

from :
Code:
if [ $COIN == "FTC" ]
then
HCD='/home/m1/SPccminer/ccminer'

To:
Code:
if [ $COIN == "FTC" ]
then
HCD='/home/m1/KTccminer/ccminer'

And in  Nicehash and MPH_switcher lines :

From:
Code:
    "cmd": "/home/m1/SPccminer/ccminer -a neoscrypt ... rest_of_the_line ...

To:
Code:
    "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