Tanguy Pruvot
0a0fd33cac
|
8 years ago | |
---|---|---|
Algo256 | 8 years ago | |
JHA | 9 years ago | |
api | 9 years ago | |
compat | 8 years ago | |
heavy | 9 years ago | |
lbry | 8 years ago | |
lyra2 | 9 years ago | |
neoscrypt | 8 years ago | |
quark | 8 years ago | |
qubit | 9 years ago | |
res | 8 years ago | |
scrypt | 9 years ago | |
sph | 8 years ago | |
x11 | 8 years ago | |
x13 | 8 years ago | |
x15 | 8 years ago | |
x17 | 8 years ago | |
.gitignore | 9 years ago | |
INSTALL | 10 years ago | |
LICENSE.txt | 11 years ago | |
Makefile.am | 8 years ago | |
README.md | 9 years ago | |
README.txt | 8 years ago | |
algos.h | 8 years ago | |
api.cpp | 8 years ago | |
autogen.sh | 11 years ago | |
bench.cpp | 9 years ago | |
bignum.cpp | 9 years ago | |
bignum.hpp | 9 years ago | |
build.cmd | 10 years ago | |
build.sh | 10 years ago | |
ccminer.conf | 10 years ago | |
ccminer.cpp | 8 years ago | |
ccminer.sln | 10 years ago | |
ccminer.vcxproj | 8 years ago | |
ccminer.vcxproj.filters | 8 years ago | |
compat.h | 9 years ago | |
compile | 9 years ago | |
config.guess | 9 years ago | |
configure.ac | 8 years ago | |
configure.sh | 8 years ago | |
crc32.c | 10 years ago | |
cuda.cpp | 8 years ago | |
cuda_checkhash.cu | 9 years ago | |
cuda_debug.cuh | 9 years ago | |
cuda_fugue256.h | 9 years ago | |
cuda_groestlcoin.cu | 8 years ago | |
cuda_groestlcoin.h | 8 years ago | |
cuda_helper.h | 9 years ago | |
cuda_myriadgroestl.cu | 8 years ago | |
cuda_nist5.cu | 9 years ago | |
cuda_skeincoin.cu | 9 years ago | |
cuda_vector_uint2x4.h | 9 years ago | |
elist.h | 11 years ago | |
fuguecoin.cpp | 9 years ago | |
groestlcoin.cpp | 8 years ago | |
hashlog.cpp | 10 years ago | |
hefty1.c | 11 years ago | |
hefty1.h | 11 years ago | |
install-sh | 9 years ago | |
miner.h | 8 years ago | |
myriadgroestl.cpp | 8 years ago | |
nvapi.cpp | 8 years ago | |
nvml.cpp | 8 years ago | |
nvml.h | 8 years ago | |
pentablake.cu | 9 years ago | |
pools.conf | 9 years ago | |
pools.cpp | 9 years ago | |
scrypt-jane.cpp | 9 years ago | |
scrypt.cpp | 9 years ago | |
serialize.hpp | 9 years ago | |
skein.cu | 9 years ago | |
skein2.cpp | 9 years ago | |
stats.cpp | 9 years ago | |
sysinfos.cpp | 10 years ago | |
uint256.h | 11 years ago | |
util.cpp | 8 years ago | |
zr5.cu | 9 years ago |
README.md
ccminer
Based on Christian Buchner's & Christian H.'s CUDA project, no more active on github recently.
Fork by tpruvot@github with X14,X15,X17,Blake256,BlakeCoin,Lyra2RE,Skein,ZR5 and others, check the README.txt
BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo
A part of the recent algos were originally written by djm34.
This variant was tested and built on Linux (ubuntu server 14.04) and VStudio 2013 on Windows 7.
Note that the x86 releases are generally faster than x64 ones on Windows.
The recommended CUDA Toolkit version is 6.5.19, but some light algos could be faster with the version 7.5 (like blake and skein).
About source code dependencies
This project requires some libraries to be built :
-
OpenSSL (prebuilt for win)
-
Curl (prebuilt for win)
-
pthreads (prebuilt for win)
The tree now contains recent prebuilt openssl and curl .lib for both x86 and x64 platforms (windows).
To rebuild them, you need to clone this repository and its submodules : git clone https://github.com/peters/curl-for-windows.git compat/curl-for-windows
On Linux, you can use the helper ./build.sh (edit it if required)
There is also an old Tutorial for windows on CudaMining website.