You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tanguy Pruvot
049e577301
|
10 years ago | |
---|---|---|
JHA | 10 years ago | |
compat | 10 years ago | |
heavy | 10 years ago | |
quark | 10 years ago | |
sph | 10 years ago | |
x11 | 10 years ago | |
x13 | 10 years ago | |
x15 | 10 years ago | |
x17 | 10 years ago | |
.gitignore | 10 years ago | |
INSTALL | 10 years ago | |
LICENSE.txt | 11 years ago | |
Makefile.am | 10 years ago | |
README | 11 years ago | |
README.md | 10 years ago | |
README.txt | 10 years ago | |
autogen.sh | 11 years ago | |
bitslice_transformations_quad.cu | 10 years ago | |
blake32.cu | 10 years ago | |
build.sh | 10 years ago | |
ccminer.sln | 10 years ago | |
ccminer.vcxproj | 10 years ago | |
ccminer.vcxproj.filters | 10 years ago | |
compat.h | 11 years ago | |
compile | 11 years ago | |
config.guess | 11 years ago | |
configure.ac | 10 years ago | |
configure.sh | 10 years ago | |
cpu-miner.c | 10 years ago | |
cpuminer-config.h | 10 years ago | |
cpuminer-config.h.in | 10 years ago | |
cuda_fugue256.cu | 10 years ago | |
cuda_fugue256.h | 11 years ago | |
cuda_groestlcoin.cu | 10 years ago | |
cuda_groestlcoin.h | 11 years ago | |
cuda_helper.h | 10 years ago | |
cuda_myriadgroestl.cu | 10 years ago | |
cuda_nist5.cu | 10 years ago | |
elist.h | 11 years ago | |
fuguecoin.cpp | 11 years ago | |
groestl_functions_quad.cu | 10 years ago | |
groestlcoin.cpp | 10 years ago | |
hashlog.cpp | 10 years ago | |
hefty1.c | 11 years ago | |
hefty1.h | 11 years ago | |
install-sh | 11 years ago | |
miner.h | 10 years ago | |
myriadgroestl.cpp | 10 years ago | |
scrypt.c | 10 years ago | |
uint256.h | 11 years ago | |
util.c | 10 years ago |
README.md
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.