mirror of
https://github.com/GOSTSec/ccminer
synced 2025-02-03 18:34:41 +00:00
Tanguy Pruvot
de80c7e9d1
blake: remove unused parameter and fix index in d_hash
that reduce the speed to 92MH/s but the next commit give us 30 more so, todo: merge the whole checkhash proc in gpu_hash and remove this d_hash buffer...
ccminer
Christian Buchner's & Christian H.'s CUDA miner project
Fork by tpruvot@github with X14,X15,X17,WHIRL and Blake256 support BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo
A big part of my recent additions were wrote by djm34, You can also donate some beers (or redbulls)
This variant was tested and built on Linux (ubuntu server 14.04) and VStudio 2013.
Note that the x86 releases are faster than x64 ones on Windows.
About source code dependencies
This project requires some libraries to be built :
-
OpenSSL
-
Curl
-
pthreads
You can download prebuilt .lib and dll on the bitcointalk forum thread
There is also a Tutorial for windows on CudaMining website.
Description
Languages
C
51.9%
Cuda
30.3%
C++
16.8%
Objective-C
0.4%
Shell
0.3%
Other
0.2%