Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels.
by
Mek
on 31/12/2015, 18:11:34 UTC
Free gpu miner for NVIDIA cards:

release 77++ (git)

980ti: 4.1GHASH
980:  3.05GHASH
970: 2,63MHASH
960:  1,71MHASH
750ti: 930MHASH

ccminer -a blakecoin

1.5.77(sp-MOD) is available here: (20-dec-2015)

https://github.com/sp-hash/ccminer/releases/

The sourcecode is available here:

https://github.com/sp-hash/ccminer
Hello, how do I test the hashrate for blakecoin with my card? I tried mining against my wallet (no pool) - it's running on port 21:
Code:
ccminer -a blakecoin --url=http://127.0.0.1:21 --userpass=myuser:mypass
I get this cryptic error:
Code:
[2015-12-31 17:52:14] NVAPI GPU monitoring enabled.
[2015-12-31 17:52:14] 1 miner thread started, using 'blakecoin' algorithm.
[2015-12-31 17:52:14] Binding thread 0 to cpu 0 (mask 1)
Cuda error in func 'blake256_cpu_setBlock_16' at line 703 : invalid device symbol.
My device is GTX670M in a gaming laptop with optimus.
Can you help, please?