Tanguy Pruvot
576884b199
|
10 years ago | |
---|---|---|
Algo256 | 10 years ago | |
JHA | 10 years ago | |
api | 10 years ago | |
compat | 10 years ago | |
heavy | 10 years ago | |
lyra2 | 10 years ago | |
neoscrypt | 10 years ago | |
pluck | 10 years ago | |
quark | 10 years ago | |
qubit | 10 years ago | |
res | 10 years ago | |
scrypt | 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.md | 10 years ago | |
README.txt | 10 years ago | |
api.cpp | 10 years ago | |
autogen.sh | 11 years ago | |
bignum.cpp | 10 years ago | |
bignum.hpp | 10 years ago | |
build.cmd | 10 years ago | |
build.sh | 10 years ago | |
ccminer.conf | 10 years ago | |
ccminer.cpp | 10 years ago | |
ccminer.sln | 10 years ago | |
ccminer.vcxproj | 10 years ago | |
ccminer.vcxproj.filters | 10 years ago | |
compat.h | 10 years ago | |
compile | 11 years ago | |
config.guess | 11 years ago | |
configure.ac | 10 years ago | |
configure.sh | 10 years ago | |
cpuminer-config.h | 10 years ago | |
crc32.c | 10 years ago | |
cuda.cpp | 10 years ago | |
cuda_checkhash.cu | 10 years ago | |
cuda_fugue256.h | 10 years ago | |
cuda_groestlcoin.cu | 10 years ago | |
cuda_groestlcoin.h | 10 years ago | |
cuda_helper.h | 10 years ago | |
cuda_myriadgroestl.cu | 10 years ago | |
cuda_nist5.cu | 10 years ago | |
cuda_skeincoin.cu | 10 years ago | |
cuda_vector.h | 10 years ago | |
elist.h | 11 years ago | |
fuguecoin.cpp | 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 | 10 years ago | |
miner.h | 10 years ago | |
myriadgroestl.cpp | 10 years ago | |
nvml.cpp | 10 years ago | |
nvml.h | 10 years ago | |
pentablake.cu | 10 years ago | |
pools.conf | 10 years ago | |
pools.cpp | 10 years ago | |
scrypt-jane.cpp | 10 years ago | |
scrypt.cpp | 10 years ago | |
serialize.hpp | 10 years ago | |
skein.cu | 10 years ago | |
skein2.cpp | 10 years ago | |
stats.cpp | 10 years ago | |
sysinfos.cpp | 10 years ago | |
uint256.h | 11 years ago | |
util.cpp | 10 years ago | |
zr5.cu | 10 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 wrote 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.
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.