Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
ap1
on 02/07/2014, 04:05:41 UTC
I have updated my repository with x14 and qubit:

https://github.com/djm34/ccminer

It is doing rather well solo mining on Deepcoin, I already found 6 blocks... (which is quite funny as running on hashharder just bring some scrap... ), which are worth close to nothing   Grin

For the moment my 780ti is 2MHash/s faster than my R9 290x (and the R9 didn't find any blocks yet...)

any chance for windows binary ?
tomorrow... takes an hour and half to compile... (and people are always complaining about my binaries... )

I tried compiling djm34's source under Linux but it stayed at the point shown below for more than 2 hours already... I killed it as I thought it was hung but sounds like it is normal to wait a couple of hours? It is a Xeon 1230V2 but I was running cudaminer in parallel while compiling..

Code:
nvcc -g -O2 -I . -Xptxas "-abi=no -v" -gencode=arch=compute_30,code=\"sm_30,compute_30\" -gencode=arch=compute_35,code=\"sm_35,compute_35\" --maxrregcount=80 --ptxas-options=-v -I./compat/jansson -o x13/cuda_whirlpool512.o -c x13/cuda_whirlpool512.cu
x13/cuda_whirlpool512.cu(59): warning: function "HIWORD" was declared but never referenced

x13/cuda_whirlpool512.cu(68): warning: function "REPLACE_HIWORD" was declared but never referenced

x13/cuda_whirlpool512.cu(73): warning: function "LOWORD" was declared but never referenced

x13/cuda_whirlpool512.cu(91): warning: function "REPLACE_LOWORD" was declared but never referenced

x13/cuda_whirlpool512.cu(59): warning: function "HIWORD" was declared but never referenced

x13/cuda_whirlpool512.cu(68): warning: function "REPLACE_HIWORD" was declared but never referenced

x13/cuda_whirlpool512.cu(73): warning: function "LOWORD" was declared but never referenced

x13/cuda_whirlpool512.cu(91): warning: function "REPLACE_LOWORD" was declared but never referenced

x13/cuda_whirlpool512.cu(59): warning: function "HIWORD" was declared but never referenced

x13/cuda_whirlpool512.cu(68): warning: function "REPLACE_HIWORD" was declared but never referenced

x13/cuda_whirlpool512.cu(73): warning: function "LOWORD" was declared but never referenced

x13/cuda_whirlpool512.cu(91): warning: function "REPLACE_LOWORD" was declared but never referenced