Post
Topic
Board Mining (Altcoins)
Re: 10MHASH CCminer modded NVIDIA Maxwell kernals by SP.
by
chrysophylax
on 04/01/2015, 22:32:37 UTC
- Fixed some of the random crashes.(ctrl-c exit and network disconnects)
- Blake rewrite to uint2. Faster x11,x13,x14,x15,x17,nist5,quark etc (around 40khash on the 980(x11))
- fixed dropping hashrate on some pools
- less gputhreads,more speed (1 watt less powerusage 750ti)

My 6card rig on the attic is using 207 watt total. (750ti).
This is including cpu and harddrive.(mining quark) 32MHASH base clocks.

(Temperature in the room is around 4 degrees celsius. )

The 24th public beta(windows executable) is available here: (03-jan-2015)

http://www.filedropper.com/release24

The sourcecode is available here:

https://github.com/sp-hash/ccminer

Post your stats here. Card name/gpu clock/memclock

MinGw32
$ ./autogen.sh
configure.ac:4: installing `./config.sub'
configure.ac:6: installing `./missing'
compat/jansson/Makefile.am: installing `./depcomp'
Makefile.am:6: JANSSON_INCLUDES was already defined in condition TRUE, which includes condition WANT_JANSSON ...
Makefile.am:4: ... `JANSSON_INCLUDES' previously defined here
configure.ac:103: error: possibly undefined macro: AC_MSG_ERROR
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

try using the ./build.sh script ...

just edit and insert the PATH variable to the beginning of the script - as per the instructions in the script ...

i dont seem to have an issue with it compiling under fedora 19 x64 when i use that script ...

you can also try - make clean - BEFORE using any of the scripts to clean out the residual files and directories if there are any ...

#crysx