BitShares Forum

Other => Random Discussion => Topic started by: Mining_Eth on February 02, 2020, 01:21:11 pm

Title: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
Post by: Mining_Eth on February 02, 2020, 01:21:11 pm
(https://ip.bitcointalk.org/?u=http%3A%2F%2Fi.imgur.com%2FDs83t79.png&t=609&c=5Oin5xPbfrNjWw)
(https://ip.bitcointalk.org/?u=http%3A%2F%2Fi.imgur.com%2FNAk9fWw.png&t=609&c=qw7hA6LMnfSW4w)

Here's my new pet project. I started this during the easter holidays in 2013 and this uses CUDA to squeeze up to 200% more performance out of nVidia cards - as compared to OpenCL mining applications. [​IMG] ccMiner is a collaborative project by me and a co author also named Christian (call us the C&C Hash Factory, if you will). ccMiner is less polished, but often features new coins+algorithms close to launch date (usually with a clear mining advantage for nVidia).


cudaMiner Algorithms:
scrypt
scrypt-jane
scrypt-N
keccak
blake (github version only)

Installation requirements:
- a recent nVidia driver supporting at least CUDA 5.5
- Visual Studio 2010 SP1 redistributable (redist). Install when MSVCR100.DLL is not found.

ATTENTION! Fermi based devices like GTX 560, 570, 580, 590 seem to run quite hot with this release


cudaMiner latest release:


https://mega.nz/#F!NPxAAIpC!b5fxnKprhJmtDh8I3c1FYw (https://mega.nz/#F!NPxAAIpC!b5fxnKprhJmtDh8I3c1FYw)

MAC-OS X compiled binaries are found here: temp not found
ccMiner Algorithms:
HeavyCoin
MjollnirCoin
Fugue
Groestl
Myriad-Groestl
Diamond-Groestl
JackpotCoin
Quark
AnimeCoin
TalkCoin
X11/DarkCoin
X13/MaruCoin



If you find this useful, please donate a little. How about the first litecoin you successfully mine with this app? LKS1WDKGED647msBQfLBHV3Ls8sveGncnm This is my "motivation address".



Linux compilation is also possible now:
chmod +x configure autogen.sh (.zip does not preserve the x bit)
./autogen.sh && ./configure && make


Christian