Post
Topic
Board Mining (Altcoins)
Re: 10MHASH CCminer modded NVIDIA Maxwell kernals by SP.
by
chrysophylax
on 05/01/2015, 00:32:50 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

BUILD.SH SCRYPT  --

Use it!  It works like a charm.  Unless you have an unusual setup, after cloning the file with "git", I just type "sh build.sh" and press enter in the cloned directory.  It works like a charm.  Nothing else is needed, the executable "ccminer" is there after it runs.       --scryptr

scryptr - i actually meant SCRIPT ... its a shell script after all Smiley

but yes - totally agree ... sh build.sh ...

OR if its not an executable - then chmod +x build.sh - then ./build.sh ...

guess which is easier Wink hehehe ...

ok you win scryptr ... sh build.sh is easier ... Tongue

though right off the bat it wont work with the cuda libraries unless you insert the PATH ... at least that what had to be doen with mine ...

so these lines were inserted ...

export PATH=/usr/local/cuda-6.0/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda-6.0/lib64:$LD_LIBRARY_PATH

THEN i could compile without an issue ...

#crysx