Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
djm34
on 09/07/2014, 10:00:11 UTC
Hi All, I hope someone can point me in the right direction.  I can't seem to get djm34's or savale's fresh algo to work in linux.  Both compile fine, but neither get accepted shares.  I'm mining at supernova.cc

With djm34's code I get this

[2014-07-08 16:38:54] DEBUG: hash <= target
Hash:   000006a28b09feb551c0a36e54023cdc331caef50ffd3c55d50d93e5c6ce7936
Target: 00000ffff0000000000000000000000000000000000000000000000000000000
[2014-07-08 16:38:54] GPU #0: GeForce GTX 750 Ti, 3019 khash/s
[2014-07-08 16:38:54] accepted: 0/3 (0.00%), 3019 khash/s (booooo)
[2014-07-08 16:38:54] DEBUG: reject reason: Share is above target


with savale's code I get this

[2014-07-08 17:13:29] GPU #0: GeForce GTX 750 Ti, 2096 khash/s
[2014-07-08 17:13:31] GPU #0: result for nonce $008560C5 does not validate on CPU! vhash64 548d6403 and htarg 0000000f
[2014-07-08 17:13:32] DEBUG: job_id='129b' extranonce2=00000000 ntime=53bcb35e


These are fresh clones from github.  These are the steps I took to compile it up.

git clone https://github.com/djm34/ccminer
cd ccminer/
./autogen.sh
history | grep config
./configure --prefix=/opt/min/ccminer --with-cuda=/opt/min/cuda6
make

and run them like this

LD_LIBRARY_PATH=/opt/min/cuda6/lib64 ./ccminer -a fresh -f 256 --url stratum+tcp://fresh.suprnova.cc:5000 --user dpuser.machine1 --pass ekr489dr


Any suggestions would be great!
removing the -f 256 if you use my github (I don't know if Savale has incorporated my latest change)