Tanguy Pruvot
c859041993
|
10 years ago | |
---|---|---|
JHA | 10 years ago | |
api | 10 years ago | |
compat | 10 years ago | |
heavy | 10 years ago | |
keccak | 10 years ago | |
quark | 10 years ago | |
qubit | 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 | |
bitslice_transformations_quad.cu | 10 years ago | |
blake32.cu | 10 years ago | |
build.sh | 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 | 11 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 | |
cpuminer-config.h.in | 10 years ago | |
crc32.c | 10 years ago | |
cuda.cpp | 10 years ago | |
cuda_checkhash.cu | 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 | |
example-cfg.json | 10 years ago | |
fuguecoin.cpp | 10 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 | |
nvml.cpp | 10 years ago | |
nvml.h | 10 years ago | |
pentablake.cu | 10 years ago | |
scrypt.c | 10 years ago | |
stats.cpp | 10 years ago | |
uint256.h | 11 years ago | |
util.cpp | 10 years ago |
README.md
ccminer
Based on Christian Buchner's & Christian H.'s CUDA project
Fork by tpruvot@github with X14,X15,X17,WHIRL and Blake256 support (NEOS + BlakeCoin), and some 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
There is also a Tutorial for windows on CudaMining website.