Author

Topic: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. - page 1195. (Read 2347601 times)

legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
- 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
legendary
Activity: 1797
Merit: 1028
- 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
legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
- 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
member
Activity: 98
Merit: 10
- 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.
legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
well - conclusive for me on the intel based cpu system from the previous post ..

hashrate has been increasedand stability will be seen over the next 24 hours ... results below ... x11 ...

now to compile on the amd based cpu system ...

[2015-01-04 18:09:32] accepted: 11/12 (91.67%), 16265 khash/s yay!!!
[2015-01-04 18:09:35] GPU #2: GeForce GTX 750 Ti, 2705 kH/s
[2015-01-04 18:09:36] GPU #1: GeForce GTX 750 Ti, 2704 kH/s
[2015-01-04 18:09:36] GPU #4: GeForce GTX 750 Ti, 2704 kH/s
[2015-01-04 18:09:36] GPU #5: GeForce GTX 750 Ti, 2702 kH/s
[2015-01-04 18:09:36] GPU #0: GeForce GTX 750 Ti, 2700 kH/s
[2015-01-04 18:10:06] GPU #1: GeForce GTX 750 Ti, 2704 kH/s
[2015-01-04 18:10:09] accepted: 12/13 (92.31%), 16265 khash/s yay!!!
[2015-01-04 18:10:30] GPU #3: GeForce GTX 750 Ti, 2749 kH/s
[2015-01-04 18:10:36] GPU #2: GeForce GTX 750 Ti, 2705 kH/s
[2015-01-04 18:10:36] GPU #4: GeForce GTX 750 Ti, 2704 kH/s
[2015-01-04 18:10:36] GPU #5: GeForce GTX 750 Ti, 2702 kH/s
[2015-01-04 18:10:36] GPU #0: GeForce GTX 750 Ti, 2699 kH/s
[2015-01-04 18:10:59] GPU #5: GeForce GTX 750 Ti, 2702 kH/s
[2015-01-04 18:11:03] accepted: 13/14 (92.86%), 16265 khash/s yay!!!
[2015-01-04 18:11:06] GPU #1: GeForce GTX 750 Ti, 2704 kH/s
[2015-01-04 18:11:30] GPU #3: GeForce GTX 750 Ti, 2749 kH/s
[2015-01-04 18:11:36] GPU #2: GeForce GTX 750 Ti, 2705 kH/s
[2015-01-04 18:11:37] GPU #4: GeForce GTX 750 Ti, 2704 kH/s
[2015-01-04 18:11:37] GPU #0: GeForce GTX 750 Ti, 2699 kH/s
[2015-01-04 18:11:57] 192.168.0.205:3333/ x11 block 13441
[2015-01-04 18:11:57] GPU #4: GeForce GTX 750 Ti, 2705 kH/s
[2015-01-04 18:11:57] GPU #1: GeForce GTX 750 Ti, 2704 kH/s
[2015-01-04 18:11:57] GPU #0: GeForce GTX 750 Ti, 2699 kH/s
[2015-01-04 18:11:58] GPU #3: GeForce GTX 750 Ti, 2749 kH/s
[2015-01-04 18:11:58] GPU #2: GeForce GTX 750 Ti, 2705 kH/s
[2015-01-04 18:11:58] GPU #5: GeForce GTX 750 Ti, 2702 kH/s

24 hours of mining will be yours via westhash soon sp ... im just in the process of rebuilding a few of the machines which will take the rest of the week ...

after that - what ever they mine will be on your address for the 24 hour period ... that should buy a cuppla beers ...

#crysx
legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
ive just pulled the latest from git and compiling now ...

takes around 15mins to finish - so ill implement when it finishes ...

will let you know what happens ...

the current hashrate is as below ... ( just a straight copy and paste and is 5 seconds before i post this ) ...

[2015-01-04 16:36:12] 192.168.0.205:3333/ x11 block 13382
[2015-01-04 16:36:12] GPU #3: GeForce GTX 750 Ti, 2742 kH/s
[2015-01-04 16:36:12] GPU #0: GeForce GTX 750 Ti, 2690 kH/s
[2015-01-04 16:36:12] GPU #5: GeForce GTX 750 Ti, 2694 kH/s
[2015-01-04 16:36:12] GPU #2: GeForce GTX 750 Ti, 2697 kH/s
[2015-01-04 16:36:12] GPU #4: GeForce GTX 750 Ti, 2696 kH/s
[2015-01-04 16:36:12] GPU #1: GeForce GTX 750 Ti, 2696 kH/s
[2015-01-04 16:36:45] 192.168.0.205:3333/ x11 block 13383
[2015-01-04 16:36:45] GPU #0: GeForce GTX 750 Ti, 2691 kH/s
[2015-01-04 16:36:45] GPU #5: GeForce GTX 750 Ti, 2694 kH/s
[2015-01-04 16:36:45] GPU #2: GeForce GTX 750 Ti, 2699 kH/s
[2015-01-04 16:36:45] GPU #4: GeForce GTX 750 Ti, 2698 kH/s
[2015-01-04 16:36:45] GPU #3: GeForce GTX 750 Ti, 2741 kH/s
[2015-01-04 16:36:45] GPU #1: GeForce GTX 750 Ti, 2694 kH/s
[2015-01-04 16:37:45] GPU #3: GeForce GTX 750 Ti, 2740 kH/s
[2015-01-04 16:37:45] GPU #0: GeForce GTX 750 Ti, 2693 kH/s
[2015-01-04 16:37:45] GPU #5: GeForce GTX 750 Ti, 2691 kH/s
[2015-01-04 16:37:45] GPU #1: GeForce GTX 750 Ti, 2695 kH/s
[2015-01-04 16:37:45] GPU #2: GeForce GTX 750 Ti, 2698 kH/s
[2015-01-04 16:37:45] GPU #4: GeForce GTX 750 Ti, 2698 kH/s
[2015-01-04 16:38:27] 192.168.0.205:3333/ x11 block 13384
[2015-01-04 16:38:27] GPU #0: GeForce GTX 750 Ti, 2690 kH/s
[2015-01-04 16:38:27] GPU #2: GeForce GTX 750 Ti, 2699 kH/s
[2015-01-04 16:38:27] GPU #4: GeForce GTX 750 Ti, 2697 kH/s
[2015-01-04 16:38:27] GPU #3: GeForce GTX 750 Ti, 2740 kH/s
[2015-01-04 16:38:27] GPU #1: GeForce GTX 750 Ti, 2697 kH/s
[2015-01-04 16:38:28] GPU #5: GeForce GTX 750 Ti, 2695 kH/s
[2015-01-04 16:39:27] GPU #4: GeForce GTX 750 Ti, 2698 kH/s
[2015-01-04 16:39:27] GPU #0: GeForce GTX 750 Ti, 2691 kH/s
[2015-01-04 16:39:27] GPU #3: GeForce GTX 750 Ti, 2741 kH/s
[2015-01-04 16:39:27] GPU #1: GeForce GTX 750 Ti, 2696 kH/s
[2015-01-04 16:39:27] GPU #2: GeForce GTX 750 Ti, 2697 kH/s
[2015-01-04 16:39:27] GPU #5: GeForce GTX 750 Ti, 2694 kH/s
[2015-01-04 16:39:53] GPU #0: GeForce GTX 750 Ti, 2691 kH/s
[2015-01-04 16:39:56] accepted: 1420/1427 (99.51%), 16256 khash/s yay!!!

gigatbyte 750ti oc ( powered ) stock with no intensity settings ...

exact out put of drivers ...

[root@ace-cm002 ~] $ rpm -qa \*nvidia\*
kmod-nvidia-331.67-1.fc19.19.x86_64
kmod-nvidia-3.14.23-100.fc19.x86_64-331.67-1.fc19.19.x86_64
xorg-x11-drv-nvidia-libs-331.67-2.fc19.x86_64
xorg-x11-drv-nvidia-331.67-2.fc19.x86_64

ill post the new stats when the compilation finishes and has been running for 15mins ... no other changes to the system or drivers or settings - just the miner Smiley ...

#crysx
legendary
Activity: 1797
Merit: 1028
Yes.

Another thing. One of rigs was running an old version of the driver 443.11. And it crashed. When I updated the driver the rig was not crashin anymore.

You should upgrade to the latest driver( 23 dec) all my windows binaries are buildt with this driver.

My slower rig is running 346.22, my faster rig is running 340.29 (both Linux).  I haven't changed drivers in my faster rig because it is stable.  I will look at the drivers available for Linux again.  I may reinstall identical versions of the OS.

--scryptr

EDIT:  The latest releases for Linux are from Dec 8th.  The stable version is 340.65, and the beta is 346.22.       --scryptr
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
Yes.

Another thing. One of rigs was running an old version of the driver 443.11. And it crashed. When I updated the driver the rig was not crashin anymore.

You should upgrade to the latest driver( 23 dec) all my windows binaries are buildt with this driver.
legendary
Activity: 1797
Merit: 1028
In version 24, when pressing crtrl-c the miner should wait 10 seconds before exit. Make sure you are building from the head on git, as I did some adjustments.

"From the head"?  Do you mean the "master" branch?       --scryptr
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
Yes its a nice speed but honestly Its not even worth running anymore. Nothing is profitable anymore.
too bad this miner comes soo late, it should have come in jackpot era at the very least
Still possible to make a profit if you know how to use the software...
Not without ridiculously cheap electricity as far as I can tell.
Donate some beers, and I will tell you how to double your profit.
  750ti just broke 6mh/s QUARK ALGO with #24 and my oc is still the same.
How to double your profit?  Grin

The 290x is doing 5.6 Mhash@ stock clocks with the public miner.(quark) no leaked wolf0binaries on quark.

in release 24 My 980 is doing 15.5 MHASh@quark on stock clocks. Almost 300% faster than Amd w290x the competition is sleeping %)

The competition didn't work on Quark Tongue

You should. Very profitable $)
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
In version 24, when pressing crtrl-c the miner should wait 10 seconds before exit. Make sure you are building from the head on git, as I did some adjustments.
legendary
Activity: 1797
Merit: 1028
Does KlausT have his own thread?  I tried to compile his version of ccminer today and got a syntax error on line 6631, something about token "fi" found.
I wanted to try his version because he has reportedly tackled a memory leak problem.  One of my rigs has been crashing intermittantly, and I wanted to see if his version was more stable.
KlausT would be me  Smiley
I can't remember having any syntax errors.
The crashes are probably not the result of a memory leak, I think.
What algo?
Is it crashing after a few minutes, or does it take some hours?

I was mining x11 with sp_'s versions of CCminer 1.5.1-git, v21-v24.  I have two 750ti rigs, one with an AMD FX cpu, the other with an AMD Sempron 145.  Both motherboards are identical, the FX rig has 6x EVGA FTW cards, the Sempron rig has 6x EVGA SC cards (no PCI plug).  The faster (FX) rig handles v21-v24 with no problems.  I am currently using tpruvot's v1.5.2-git on the slower rig, with a loss of 500kh/s for the total rig, but with stable performance.

I managed to get a snap of the slower rig as it went from ~3000kh/s to ~300kh/s.  It had been running v24 for an hour or less.  At this point, if I issue a control-c shutdown command, it confirms the command but does not shut down.  I have to perform a hard reset with the power switch:



I suspected a memory leak because the problem seems to "build-up", it isn't instantaneous.  The problem began around v21-22, and took hours to occcur.       --scryptr

sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
Yes its a nice speed but honestly Its not even worth running anymore. Nothing is profitable anymore.
too bad this miner comes soo late, it should have come in jackpot era at the very least
Still possible to make a profit if you know how to use the software...
Not without ridiculously cheap electricity as far as I can tell.
Donate some beers, and I will tell you how to double your profit.
  750ti just broke 6mh/s QUARK ALGO with #24 and my oc is still the same.
How to double your profit?  Grin

The 290x is doing 5.6 Mhash@ stock clocks with the public miner.(quark) no leaked wolf0binaries on quark.

in release 24 My 980 is doing 15.5 MHASh@quark on stock clocks. Almost 300% faster than Amd w290x the competition is sleeping %)
hero member
Activity: 675
Merit: 514
Does KlausT have his own thread?  I tried to compile his version of ccminer today and got a syntax error on line 6631, something about token "fi" found.
I wanted to try his version because he has reportedly tackled a memory leak problem.  One of my rigs has been crashing intermittantly, and I wanted to see if his version was more stable.
KlausT would be me  Smiley
I can't remember having any syntax errors.
The crashes are probably not the result of a memory leak, I think.
What algo?
Is it crashing after a few minutes, or does it take some hours?
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
Noticed some hash improvements with r24, but I prefer the system smooth to do other stuff.
I'm not using the -i parameter.
r24 I get 8 fps on a 720HD video, with r21 I get 24fps smooth.
Cheers

Yes, I have reduced the number of calls to cudadevice syncronize to gain speed, but it will decrease multitaskng performance. Perhaps i will make a parameter in the command line. Multitask on off.
legendary
Activity: 3164
Merit: 1003
Yes its a nice speed but honestly Its not even worth running anymore. Nothing is profitable anymore.
too bad this miner comes soo late, it should have come in jackpot era at the very least
Still possible to make a profit if you know how to use the software...
Not without ridiculously cheap electricity as far as I can tell.

Donate some beers, and I will tell you how to double your profit.
  750ti just broke 6mh/s QUARK ALGO with #24 and my oc is still the same.
How to double your profit?  Grin
legendary
Activity: 2716
Merit: 1116
Try without the intensity parameter. i get bether hashrate on the 980 and higher on the pool.

Noticed some hash improvements with r24, but I prefer the system smooth to do other stuff.

I'm not using the -i parameter.

r24 I get 8 fps on a 720HD video, with r21 I get 24fps smooth.

Cheers
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
Try without the intensity parameter. i get bether hashrate on the 980 and higher on the pool.
legendary
Activity: 2716
Merit: 1116
I will keep using r21, same hash rates, less video lags.
legendary
Activity: 2716
Merit: 1116
- 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 threads,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

Hash rates unchanged...will test more this r24.

The best version till now for me is Release21 IMHO, runs smooth, I can play videos without lags etc.

Cheers
Jump to: