Bitcoin Forum
July 07, 2024, 04:31:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347503 times)
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
October 19, 2014, 02:52:28 PM
Last edit: October 19, 2014, 04:04:22 PM by go6ooo1212
 #41

Hmm I sam something else - with this boost version 970 almost cant get any accepted share - strange...
EDIT: I lowered OC and started accepting with 4970 kH/s
jjjordan
Sr. Member
****
Offline Offline

Activity: 271
Merit: 251


View Profile
October 19, 2014, 04:03:23 PM
 #42

I have the EVGA SC 970 ACX 1.0 and only getting 5100 at X11.
Using the https://github.com/tpruvot/ccminer/releases
Default clocks and everything.
Which build are you guys using and what clocks?
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
October 19, 2014, 04:05:14 PM
 #43

I have the EVGA SC 970 ACX 1.0 and only getting 5100 at X11.
Using the https://github.com/tpruvot/ccminer/releases
Default clocks and everything.
Which build are you guys using and what clocks?
Tell us more , driver version ? OC settings , miner cfg?
jjjordan
Sr. Member
****
Offline Offline

Activity: 271
Merit: 251


View Profile
October 19, 2014, 04:20:01 PM
 #44

driver version 344.16
"-q -r 3 -R 10 -a" as config
no OC - I click on the DEFAULT in PrecisionX
Win7 x64 4GB
I have some experience mining, but you could say I'm a newbie in cudaminig.
jpouza
Legendary
*
Offline Offline

Activity: 2744
Merit: 1118


View Profile
October 19, 2014, 05:05:16 PM
 #45

3x980 + 1x750Ti:

subefotos
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
October 19, 2014, 05:07:03 PM
 #46

https://github.com/tpruvot/ccminer/releases - this miner seems more optimized on 900s
GTX970 on x13 - 5000 kH/s
GTX980 on x13 - 5850 kH/s

how about consumption?
Hmm I dont have any Watmeter , but MSI AB showes power usage between 85-90% on both cards

still room for improvement then, i think a 970 could reach 6k on x13, at peak maybe
jjjordan
Sr. Member
****
Offline Offline

Activity: 271
Merit: 251


View Profile
October 19, 2014, 05:49:41 PM
 #47

Guys, can you please post your configs and OCs?
On my EVGA SC GTX970 ACX 1.0 I can't get more than:
X11 -  5000-5200
X13 -  4000-4500

It's driving me nuts!
tbearhere
Legendary
*
Offline Offline

Activity: 3164
Merit: 1003



View Profile
October 19, 2014, 07:55:57 PM
 #48

Thanks for testing guys. I managed to remove the bugs in quark and jackpotcoin.
I will compile a version with compute 5.2 wich will give boosts on 970 and 980
Your welcome , I do have a lot of booo's. Please let me know when you have it compiled for 750ti. thank you
SS2006
Sr. Member
****
Offline Offline

Activity: 285
Merit: 250


View Profile
October 19, 2014, 08:13:04 PM
 #49

Thanks for testing guys. I managed to remove the bugs in quark and jackpotcoin.
I will compile a version with compute 5.2 wich will give boosts on 970 and 980

excited for this Smiley
As i mentioned earlier in my testing report for GTX970, no improvements ono x11
SS2006
Sr. Member
****
Offline Offline

Activity: 285
Merit: 250


View Profile
October 19, 2014, 08:15:43 PM
 #50

Guys, can you please post your configs and OCs?
On my EVGA SC GTX970 ACX 1.0 I can't get more than:
X11 -  5000-5200
X13 -  4000-4500

It's driving me nuts!
Restart your computer first
use this ccminer: https://github.com/tpruvot/ccminer/releases
there is no real 'config' u just set pool and set x11 as algo
you should get 5600 stock and 6100 if you OC your clock by 200 and leave memory untouched, using EVGA Precision X 16
jpouza
Legendary
*
Offline Offline

Activity: 2744
Merit: 1118


View Profile
October 19, 2014, 08:59:27 PM
 #51

All ccminers crash sometime (random) when I try to close the 980cards miner, anybody have a clue about this?

Only the 980 crashs, 750Ti closes the miners window OK.

Cheers
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
October 19, 2014, 09:14:05 PM
 #52

Today I worked on x13 (fugue)

      x0 = ((c0 ^ r0) & SPH_C32(0xFF000000)) \
         | ((c1 ^ r1) & SPH_C32(0x00FF0000)) \
         | ((c2 ^ r2) & SPH_C32(0x0000FF00)) \
         | ((c3 ^ r3) & SPH_C32(0x000000FF)); \
      x1 = ((c1 ^ (r0 << Cool) & SPH_C32(0xFF000000)) \
         | ((c2 ^ (r1 << Cool) & SPH_C32(0x00FF0000)) \
         | ((c3 ^ (r2 << Cool) & SPH_C32(0x0000FF00)) \
         | ((c0 ^ (r3 >> 24)) & SPH_C32(0x000000FF)); \
      x2 = ((c2 ^ (r0 << 16)) & SPH_C32(0xFF000000)) \
         | ((c3 ^ (r1 << 16)) & SPH_C32(0x00FF0000)) \
         | ((c0 ^ (r2 >> 16)) & SPH_C32(0x0000FF00)) \
         | ((c1 ^ (r3 >> 16)) & SPH_C32(0x000000FF)); \
      x3 = ((c3 ^ (r0 << 24)) & SPH_C32(0xFF000000)) \
         | ((c0 ^ (r1 >> Cool) & SPH_C32(0x00FF0000)) \
         | ((c1 ^ (r2 >> Cool) & SPH_C32(0x0000FF00)) \
         | ((c2 ^ (r3 >> Cool) & SPH_C32(0x000000FF)); \

Replaced with:
      t0 = __byte_perm(c0, c1, 0x0145);\
      t1 = __byte_perm(c0, c1, 0x2367);\
      t2 = __byte_perm(c2, c3, 0x0145);\
      t3 = __byte_perm(c2, c3, 0x2367);\
      t4 = __byte_perm(t0, t3, 0x0347);\
      t6 = __byte_perm(t1, t2, 0x4703);\
      t7 = __byte_perm(c1, c2, 0x0505);\
      t8 = __byte_perm(c0, c3, 0x6363);\
      t9 = __byte_perm(t7, t8, 0x0145);\
      t10 = __byte_perm(c0, c3, 0x4141);\
      t11 = __byte_perm(c1, c2, 0x1717);\
      t12 = __byte_perm(t10, t11, 0x0145);\
      t13 = __byte_perm(r0, r1, 0x0505);\
      t14 = __byte_perm(r2, r3, 0x3737);\
      t15 = __byte_perm(t13, t14, 0x0145);\
      t16 = __byte_perm(r0, r1, 0x1616);\
      t17 = __byte_perm(r2, r3, 0x3434);\
      t18 = __byte_perm(t16, t17, 0x0145);\
      t19 = __byte_perm(r0, r1, 0x2727);\
      t20 = __byte_perm(r2, r3, 0x0505);\
      t21 = __byte_perm(t19, t20, 0x0145);\
      t22 = __byte_perm(r0, r1, 0x3434);\
      t23 = __byte_perm(r0, r2, 0x5151);\
      t24 = __byte_perm(t22, t23, 0x0145);\
      x0 = t4^t15;\
      x1 = t9^t18;\
      x2 = t6^t21;\
      x3 = t12^t24;\

There is a bug somewhere in the perms so the code doesn't hash correctly. PTX code shows half the assembly instructions used, but the speed is the same/perhaps a little bit faster. seems to be a dead end. :/

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
October 19, 2014, 10:10:06 PM
Last edit: October 19, 2014, 10:20:55 PM by go6ooo1212
 #53

My 970 and 980 are wotking with latest miner on X13 for several hours, but report about 3.5-3.8 % of losses
jjjordan
Sr. Member
****
Offline Offline

Activity: 271
Merit: 251


View Profile
October 19, 2014, 10:31:46 PM
 #54

I am doing now 5700 and more, stock.
Replaced the MB and installed Windows 10.
I love Win10 so far! It looks great Smiley
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
October 19, 2014, 10:34:49 PM
 #55

Probably a little more; and X15 can be improved a lot.

I managed to optimize shabal 22% faster. (x15)
from 104800 MHASH
to 128500 MHASH.

But wirlpool is much slower, so not so much increase in the total hash. x15@ 1800-1850 standard clocked 750ti

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
jpouza
Legendary
*
Offline Offline

Activity: 2744
Merit: 1118


View Profile
October 19, 2014, 10:41:06 PM
 #56

Keep up the good work:

subir foto
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
October 19, 2014, 11:02:19 PM
Last edit: October 19, 2014, 11:14:48 PM by sp_
 #57

A new build is soon ready for the betatesters. This version includes compute5_2 compilation.

On the TI

(x11,x13,x15,x17) Keccak +1%
(x14,x15,x17) shabal: +22%

Jackpotcoin and quark still have issues, the fixes I did yesterday didn't work.

If you like more hashpower, please donate. Smiley I got some free beers from some of you this weekend and it was ‪appriciated.Smiley

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
October 19, 2014, 11:22:26 PM
 #58

Try Hamsi. Easy pickings.

0^m0=m0 ? Trying it now

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
October 20, 2014, 12:03:09 AM
 #59

Works. thanks Smiley

in jh512 replace the swap implementation with these: A small boost.

#define SWAP4(x,y)\
      y = (x &  0xf0f0f0f0UL); \
      x = (x ^ y); \
      y = (y >> 4); \
      x = (x << 4); \
      x= x | y;

#define SWAP2(x,y)\
      y = (x &  0xccccccccUL); \
      x = (x ^ y); \
      y = (y >> 2); \
      x = (x << 2); \
      x= x | y;

#define SWAP1(x,y)\
      y = (x &  0xaaaaaaaaUL); \
      x = (x ^ y); \
      y = (y >> 1); \
      x = x + x; \
      x= x | y;

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
October 20, 2014, 12:22:05 AM
 #60

I have emailed some of you a version of the miner with compute 5.2

Please test and report in the thread.

If I forgot anyone please resend your email on pm.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 1240 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!