Here is the Klaust ccminer v 8.17 compiled with cuda 8
So far I get so much better neoscrypt hashrate with it
SPccminer was giving me around 400 with 1060 and KT is giving me more than 630
KTccminer-v8.17Download, extract and copy it to /home/m1/KTccminer folder.
Please test and check before replacing your old version.
Change 0miner for the coins you want it to be the default miner.
Any one testing KlausT ccminer 8.17 please report your hashrate and changes to default miners so we can change the default miners if its better on those coins.
Thanks.
Just tested yourt KTccminer compiled instead of TPccminer and this is not functional for me.
i just replace TPccminer in command lines by KTccminer in 0miner file.
My rig entering in a loop ...
do I also have to modify the command line in the 0miner file with arguments other than TPcciminer!?
Lower the intensity ...
Ok will try to lower intestity..
for the neoscrypt algo with 1060 what is ur OC settings to get 630 khs?
Oh KTccminer 8.17 not working on my Nvoc19 always screen is terminating
Intensity 17
Power 70
OC 140
MC 600
Still not working on the new KTccminer u link above. tnx for the help i hope we can make it work
i'm using the stable nvoc 19
Hi Guys Happy New Year
Im now using the nvoc 19-2.0 update of Papampi
when im trying to use KTccminer 8.17 to mine x17 algo im stuck on this screen

by the way thanks for all the help so much happy to be part of this community
Compile the miner on your rig
First copy bn.h from openssl-1.0.1e:
cd /home/m1/Downloads
wget http://www.openssl.org/source/openssl-1.0.1e.tar.gz
tar -xvzf openssl-1.0.1e.tar.gz
cp /usr/local/include/openssl/bn.h /home/m1/Downloads/openssl-1.0.1e/bn.h.backup
sudo cp /home/m1/Downloads/openssl-1.0.1e/crypto/bn/bn.h /usr/local/include/openssl/
Then compile the miner again:
cd /home/m1/KTccminer
./autogen.sh
./configure.sh
./build.sh
Revert back to openssl installed version :
sudo cp /home/m1/Downloads/openssl-1.0.1e/bn.h.backup /usr/local/include/openssl/bn.h