Author

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

legendary
Activity: 1512
Merit: 1000
quarkchain.io
- added neoscrypt coded by DJM34 (Optimized by me to run 7% faster )
- added yescrypt coded by DJM34
- faster qubit
- faster x11,x13,x15 etc.. (around 20khash gtx 960)


1.5.49(sp-MOD) is available here: (3-may-2015)

https://github.com/sp-hash/ccminer/releases/tag/1.5.49

The sourcecode is available here:

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


Thanks, SP , just to ask - does now the "g" parameter work correct on qubit?
legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
ok - ill wait for the addition of neoscrypt ... but ...
i cant seem to get the source to compile sp ...
it is the SAME environment and SAME way its been compiled for every one of the source clones ...
the error i get when trying to build now is below ...

I have fixed the makefile. please try again


compilation error somewhere - trying to locate the issue ...

will post when i can replicate ...

#crysx

LINUX COMPILATION ERROR--

I get a compile error in the new yesscrypt algo.       --scryptr

yup ... same ...

below is the out put of mine ...

-------

/yescryptcommon.c' || echo './'`sph/yescryptcommon.c
sph/yescryptcommon.c: In function ‘yescrypt_bsty’:
sph/yescryptcommon.c:332:10: error: invalid storage class for function ‘__declspec’
   static __declspec(thread) int initialized = 0;
          ^
sph/yescryptcommon.c:332:10: warning: return type defaults to ‘int’ [enabled by default]
sph/yescryptcommon.c: In function ‘__declspec’:
sph/yescryptcommon.c:332:3: error: parameter ‘initialized’ is initialized
   static __declspec(thread) int initialized = 0;
   ^
sph/yescryptcommon.c:333:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘yescrypt_shared_t’
   static __declspec(thread) yescrypt_shared_t shared;
                             ^
sph/yescryptcommon.c:334:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘yescrypt_local_t’
   static  __declspec(thread) yescrypt_local_t local;
                             ^
sph/yescryptcommon.c:337:2: error: expected declaration specifiers before ‘if’
  if (!initialized) {
  ^
sph/yescryptcommon.c:349:2: error: expected declaration specifiers before ‘retval’
  retval = yescrypt_kdf(&shared, &local,
  ^
sph/yescryptcommon.c:353:2: error: expected declaration specifiers before ‘return’
  return retval;
  ^
sph/yescryptcommon.c:354:1: error: expected declaration specifiers before ‘}’ token
 }
 ^
sph/yescryptcommon.c:357:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
 {
 ^
sph/yescryptcommon.c:332:10: warning: type of ‘thread’ defaults to ‘int’ [enabled by default]
   static __declspec(thread) int initialized = 0;
          ^
sph/yescryptcommon.c:336:6: error: declaration for parameter ‘retval’ but no such parameter
  int retval;
      ^
sph/yescryptcommon.c:332:33: error: declaration for parameter ‘initialized’ but no such parameter
   static __declspec(thread) int initialized = 0;
                                 ^
sph/yescryptcommon.c:360:1: error: expected ‘{’ at end of input
 }
 ^
sph/yescryptcommon.c: In function ‘yescrypt_bsty’:
sph/yescryptcommon.c:360:1: error: expected declaration or statement at end of input
make[2]: *** [sph/ccminer-yescryptcommon.o] Error 1
make[2]: *** Waiting for unfinished jobs....

-------

then it terminates the make ...

linux also ...

#crysx
hero member
Activity: 677
Merit: 500
Cuda error in func 'scanhash_neoscrypt' at line 67 : out of memory on 3x960 GTX...
PS. Set -i 15.5 - working, -i 16 - error...
legendary
Activity: 1797
Merit: 1028
ok - ill wait for the addition of neoscrypt ... but ...
i cant seem to get the source to compile sp ...
it is the SAME environment and SAME way its been compiled for every one of the source clones ...
the error i get when trying to build now is below ...

I have fixed the makefile. please try again


compilation error somewhere - trying to locate the issue ...

will post when i can replicate ...

#crysx

LINUX COMPILATION ERROR--

I get a compile error in the new yesscrypt algo.       --scryptr
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
- added neoscrypt coded by DJM34 (Optimized by me to run 7% faster )
- added yescrypt coded by DJM34
- faster qubit
- faster x11,x13,x15 etc.. (around 20khash gtx 960)


1.5.49(sp-MOD) is available here: (3-may-2015)

https://github.com/sp-hash/ccminer/releases/tag/1.5.49

The sourcecode is available here:

https://github.com/sp-hash/ccminer
legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
ok - ill wait for the addition of neoscrypt ... but ...
i cant seem to get the source to compile sp ...
it is the SAME environment and SAME way its been compiled for every one of the source clones ...
the error i get when trying to build now is below ...

I have fixed the makefile. please try again


compilation error somewhere - trying to locate the issue ...

will post when i can replicate ...

#crysx
legendary
Activity: 1797
Merit: 1028
ok - ill wait for the addition of neoscrypt ... but ...
i cant seem to get the source to compile sp ...
it is the SAME environment and SAME way its been compiled for every one of the source clones ...
the error i get when trying to build now is below ...

I have fixed the makefile. please try again


RELEASE BUILD v49--

Maybe I am too eager, but github doesn't have the release build yet.  This is a MAJOR release!  Smiley       --scryptr
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
ok - ill wait for the addition of neoscrypt ... but ...
i cant seem to get the source to compile sp ...
it is the SAME environment and SAME way its been compiled for every one of the source clones ...
the error i get when trying to build now is below ...

I have fixed the makefile. please try again
legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
Neo scrypt SP-modded
gtx 750ti: 157  168
gtx 960: 308  320
gtx 970: 504 530
cloning now and compiling ...
will let you know how it goes ...
#crysx
The faster kernal is not submitted to github yet. Run with -a neoscrypt

I have submitted now. 7% faster neoscrypt. (blake rewrite)

trying again now ...

#crysx
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
Neo scrypt SP-modded
gtx 750ti: 157  168
gtx 960: 308  320
gtx 970: 504 530
cloning now and compiling ...
will let you know how it goes ...
#crysx
The faster kernal is not submitted to github yet. Run with -a neoscrypt

I have submitted now. 7% faster neoscrypt. (blake rewrite)
legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
Neo scrypt SP-modded
gtx 750ti: 157  168
gtx 960: 308  320
gtx 970: 504 530
cloning now and compiling ...
will let you know how it goes ...
#crysx

The faster kernal is not submitted to github yet. Run with -a neoscrypt

ok - ill wait for the addition of neoscrypt ... but ...

i cant seem to get the source to compile sp ...

it is the SAME environment and SAME way its been compiled for every one of the source clones ...

the error i get when trying to build now is below ...

--------

make: *** No rule to make target `distclean'.  Stop.
clean
configure.ac:4: installing './config.sub'
configure.ac:6: installing './missing'
Makefile.am:62: error: blank line following trailing backslash
Makefile.am:64: error: ccminer_SOURCES must be set with '=' before using '+='
Makefile.am:6: warning: JANSSON_INCLUDES was already defined in condition TRUE, which includes condition WANT_JANSSON ...
Makefile.am:4: ... 'JANSSON_INCLUDES' previously defined here
Makefile.am: installing './depcomp'
done
./configure.sh: line 10: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.

-------

i have never seen this error before ...

#crysx
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
Neo scrypt SP-modded
gtx 750ti: 157  168
gtx 960: 308  320
gtx 970: 504 530
cloning now and compiling ...
will let you know how it goes ...
#crysx

The faster kernal is not submitted to github yet. Run with -a neoscrypt
legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
Neo scrypt SP-modded

gtx 750ti: 157  168
gtx 960: 308  320
gtx 970: 504 530



cloning now and compiling ...

will let you know how it goes ...

#crysx
legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
Djm34 opened neoscrypt algo... plz include this algo in ccminer! ☺
it is in ccminer (already)

but not the spmod fork djm ...
actually it is a mix of a recent tpruvot release together with some sp algos (for an algo which didn't make to that release  Grin)

o ok ... so is your optimized neoscrypt in there? ...
hmm ??
this version was used to develop yescrypt and I added at the same time neoscrypt

i just had a go at compiling the source and the ccminer that it makes shows no neoscrypt algo present ... this is a git clone from the link you provided - https://github.com/djm34/ccminer-tpsp/ ...

maybe ive made a mistake somewhere along the line ...

ill double check ...

#crysx
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
Neo scrypt SP-modded

gtx 750ti: 157  168
gtx 960: 308  320
gtx 970: 504 530

legendary
Activity: 1400
Merit: 1050
Djm34 opened neoscrypt algo... plz include this algo in ccminer! ☺
it is in ccminer (already)

but not the spmod fork djm ...
actually it is a mix of a recent tpruvot release together with some sp algos (for an algo which didn't make to that release  Grin)

o ok ... so is your optimized neoscrypt in there? ...
hmm ??
this version was used to develop yescrypt and I added at the same time neoscrypt
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
I am optimizing neoscrypt now.

5% faster so far...
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
submitted  x11 +20KHASH (gtx 960)
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
Djm34 opened neoscrypt algo... plz include this algo in ccminer! ☺
I have added it now @github
still some bugs.. Total stats is showing 0 hash in benchmarkmode,
1gb cards are not working

fixed the default intensities. Should now run on the 750 non ti as well

The -i parameter is working but  only low intensities like -i 15

Neoscrypt hashrates standard clock:

gtx 750ti: 157
gtx 960: 308
gtx 970: 504
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
Djm34 opened neoscrypt algo... plz include this algo in ccminer! ☺

I have added it now @github

still some bugs.. Total stats is showing 0 hash in benchmarkmode,
1gb cards are not working
Jump to: