Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 1148 times)

0 Members and 1 Guest are viewing this topic.

Offline Mining_Eth

  • Full Member
  • ***
  • Posts: 118
    • View Profile



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

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