Bitcoin Forum
June 25, 2024, 02:18:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 54 55 56 57 58 59 60 61 62 63 64 65 66 [67] 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347502 times)
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
January 26, 2015, 12:48:39 PM
 #1321

On a related note, I am I bit concerned about the miner on non-750Ti cards. I'm getting pretty much zero rejects and exactly as many blocks as you could expect against the current network hash rate on my 750 rig, but a fair amount of rejects (but not 100%) on the 970. Can't see any particular reason why the same code would work on 750 and not on 970 though. It is a mystery. Just seems bit odd that near all the rejects I get are on the 970. Could be coincidence but I can't help but wonder...

Code:
[2015-01-23 01:11:53] accepted: 1/1 (100.00%), 10038 khash/s (yay!!!)
[2015-01-23 04:56:03] accepted: 2/2 (100.00%), 10036 khash/s (yay!!!)
[2015-01-23 16:48:20] accepted: 3/3 (100.00%), 10040 khash/s (yay!!!)
[2015-01-24 07:28:52] accepted: 4/4 (100.00%), 10039 khash/s (yay!!!)
[2015-01-24 07:53:30] accepted: 5/5 (100.00%), 10034 khash/s (yay!!!)
[2015-01-24 09:22:16] accepted: 6/6 (100.00%), 10034 khash/s (yay!!!)
[2015-01-25 05:06:02] accepted: 7/7 (100.00%), 10035 khash/s (yay!!!)
[2015-01-25 16:22:12] accepted: 8/8 (100.00%), 10047 khash/s (yay!!!)
[2015-01-25 21:06:44] accepted: 9/9 (100.00%), 10027 khash/s (yay!!!)
[2015-01-26 04:59:57] accepted: 10/10 (100.00%), 10034 khash/s (yay!!!)
[2015-01-26 13:35:12] accepted: 11/11 (100.00%), 10038 khash/s (yay!!!)


I don't believe I had any rejects on your original spreadminer on my 970s.  Seemed to work with the same consistency as 750s for me, unless this is newer code you're talking about.

Talking about the original, yep. Oh well, maybe my 970 is just jinxed Cheesy
register pressure can do that at some extend.
I had a similar problem with a previous version of keccak and compute 5.2 where none of the hash were getting validated due to some bad allocation (The content of the register wasn't what it was supposed to be... and the problem wasn't showing at compile time...)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
January 26, 2015, 01:01:31 PM
 #1322

On a related note, I am I bit concerned about the miner on non-750Ti cards. I'm getting pretty much zero rejects and exactly as many blocks as you could expect against the current network hash rate on my 750 rig, but a fair amount of rejects (but not 100%) on the 970. Can't see any particular reason why the same code would work on 750 and not on 970 though. It is a mystery. Just seems bit odd that near all the rejects I get are on the 970. Could be coincidence but I can't help but wonder...

Code:
[2015-01-23 01:11:53] accepted: 1/1 (100.00%), 10038 khash/s (yay!!!)
[2015-01-23 04:56:03] accepted: 2/2 (100.00%), 10036 khash/s (yay!!!)
[2015-01-23 16:48:20] accepted: 3/3 (100.00%), 10040 khash/s (yay!!!)
[2015-01-24 07:28:52] accepted: 4/4 (100.00%), 10039 khash/s (yay!!!)
[2015-01-24 07:53:30] accepted: 5/5 (100.00%), 10034 khash/s (yay!!!)
[2015-01-24 09:22:16] accepted: 6/6 (100.00%), 10034 khash/s (yay!!!)
[2015-01-25 05:06:02] accepted: 7/7 (100.00%), 10035 khash/s (yay!!!)
[2015-01-25 16:22:12] accepted: 8/8 (100.00%), 10047 khash/s (yay!!!)
[2015-01-25 21:06:44] accepted: 9/9 (100.00%), 10027 khash/s (yay!!!)
[2015-01-26 04:59:57] accepted: 10/10 (100.00%), 10034 khash/s (yay!!!)
[2015-01-26 13:35:12] accepted: 11/11 (100.00%), 10038 khash/s (yay!!!)


tsiv,

I get 100% rejects on my 970 with your miner when finding blocks.

Have since day one and never figured it out. The 750ti's does fine though.

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
January 26, 2015, 01:18:20 PM
 #1323

On a related note, I am I bit concerned about the miner on non-750Ti cards. I'm getting pretty much zero rejects and exactly as many blocks as you could expect against the current network hash rate on my 750 rig, but a fair amount of rejects (but not 100%) on the 970. Can't see any particular reason why the same code would work on 750 and not on 970 though. It is a mystery. Just seems bit odd that near all the rejects I get are on the 970. Could be coincidence but I can't help but wonder...

Code:
[2015-01-23 01:11:53] accepted: 1/1 (100.00%), 10038 khash/s (yay!!!)
[2015-01-23 04:56:03] accepted: 2/2 (100.00%), 10036 khash/s (yay!!!)
[2015-01-23 16:48:20] accepted: 3/3 (100.00%), 10040 khash/s (yay!!!)
[2015-01-24 07:28:52] accepted: 4/4 (100.00%), 10039 khash/s (yay!!!)
[2015-01-24 07:53:30] accepted: 5/5 (100.00%), 10034 khash/s (yay!!!)
[2015-01-24 09:22:16] accepted: 6/6 (100.00%), 10034 khash/s (yay!!!)
[2015-01-25 05:06:02] accepted: 7/7 (100.00%), 10035 khash/s (yay!!!)
[2015-01-25 16:22:12] accepted: 8/8 (100.00%), 10047 khash/s (yay!!!)
[2015-01-25 21:06:44] accepted: 9/9 (100.00%), 10027 khash/s (yay!!!)
[2015-01-26 04:59:57] accepted: 10/10 (100.00%), 10034 khash/s (yay!!!)
[2015-01-26 13:35:12] accepted: 11/11 (100.00%), 10038 khash/s (yay!!!)


tsiv,

I get 100% rejects on my 970 with your miner when finding blocks.

Have since day one and never figured it out. The 750ti's does fine though.
a quick fix would be to recompile without compute_52 (if this is related)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
chrysophylax
Legendary
*
Offline Offline

Activity: 2828
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
January 26, 2015, 01:23:50 PM
 #1324

wow ...

is it just me - or is it that you guys seem to be working together ANYWAY? ...

why dont you merge all the work that you have been doing ( yes i know - easier said than done ) and just work off one fork? ...

seems that each of you awesome devs can bring their own thing to the table - and improve ccminer to an unprecedented level ...

just my observation here guys ...

i know if i could employ you all under the one roof - thats exactly what would happen ...

#crysx

Because then people would get his Spread miner for free?

not necessarily wolf ...

same situation applies - band together and make a private 'short' period for donors to the devs ...

a dev pool if you will ... for a short period of time released only to the donors - as with the current sp spreadminer ( although i cant use that one as its not linux - but beside the point ) ...

seems to work ...

#crysx

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
January 26, 2015, 01:35:38 PM
 #1325

release 2 is sent:

-2 bugfixes in the hash(hopefully no rejected blocks)
-Added another modded kernal. More hash
-Improved the default launch config for 970/980 cards. (they where way off).

best results without the -x parameter.

Since there is no cpu verification, should be tested before deployed.



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

Activity: 39
Merit: 0


View Profile
January 26, 2015, 02:52:12 PM
 #1326

release 2 is sent:

-2 bugfixes in the hash(hopefully no rejected blocks)
-Added another modded kernal. More hash
-Improved the default launch config for 970/980 cards. (they where way off).

best results without the -x parameter.

Since there is no cpu verification, should be tested before deployed.

http://i60.tinypic.com/jg1a1y.png


I still didn't receive spreadminer, I sent you my mail this morning in PM.
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
January 26, 2015, 02:59:58 PM
 #1327

I found a block with release 2 and at +160 mhz core I get around 1760 kh/s per 750 Ti. However for some reason both spreadminers exit whenever I find a block so I have a loop. It says "Thread 1 found a solution" then "First nonce : x" and closes. Says exactly the same if a card crashes, but nothing is crashing when a block is found.

Not your keys, not your coins!
jpouza
Legendary
*
Offline Offline

Activity: 2730
Merit: 1116


View Profile
January 26, 2015, 03:17:54 PM
 #1328

release 2 is sent:

-2 bugfixes in the hash(hopefully no rejected blocks)
-Added another modded kernal. More hash
-Improved the default launch config for 970/980 cards. (they where way off).

best results without the -x parameter.

Since there is no cpu verification, should be tested before deployed.




Nice, testing already, we have similar results now.
jpouza
Legendary
*
Offline Offline

Activity: 2730
Merit: 1116


View Profile
January 26, 2015, 06:49:12 PM
Last edit: January 26, 2015, 07:01:16 PM by jpouza
 #1329

Is Release 2 ok?

jjjordan
Sr. Member
****
Offline Offline

Activity: 271
Merit: 251


View Profile
January 26, 2015, 07:25:39 PM
 #1330

Average (or what it looks like) on EVGA 970 SC  +100 core
tsiv - 4400
sp1 - 4500
sp2 - 4600

Still testing to see if and when it will find a block.
jpouza
Legendary
*
Offline Offline

Activity: 2730
Merit: 1116


View Profile
January 26, 2015, 07:48:58 PM
 #1331

Average (or what it looks like) on EVGA 970 SC  +100 core
tsiv - 4400
sp1 - 4500
sp2 - 4600

Still testing to see if and when it will find a block.

sp_ r2 is not working, I've got a lot of boooos... Sad

reverting to tsiv's miner....
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
January 26, 2015, 07:59:54 PM
 #1332

I am getting all rejects also with my 750ti with version 2.

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
jjjordan
Sr. Member
****
Offline Offline

Activity: 271
Merit: 251


View Profile
January 26, 2015, 08:23:17 PM
 #1333

Average (or what it looks like) on EVGA 970 SC  +100 core
tsiv - 4400
sp1 - 4500
sp2 - 4600

Still testing to see if and when it will find a block.

sp_ r2 is not working, I've got a lot of boooos... Sad

reverting to tsiv's miner....

Same here
frazier34567
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
January 26, 2015, 08:42:52 PM
 #1334

Dropped down to one 750 ti card running sp_r2 spreadminer. but it can take up to 40 hours to find a block with one card.
AliMan
Hero Member
*****
Offline Offline

Activity: 2044
Merit: 502


Vave.com - Crypto Casino


View Profile
January 26, 2015, 11:23:30 PM
 #1335

Are any of you guys running the new miner on Windows 8.1?

██████
██
██
██
██
██
██
██
██
██
██
██████
██████            ██████
 █████            █████
  █████          █████
   █████        █████
 ████████      ████████
  ████████    ████████
      █████  █████ 
    ████████████████
    ████████████████
        ████████   
         ██████     
          ████     
           ██         
AVE.COM | BRANDNEW CRYPTO
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀.. CASINO & BETTING PLATFORM
██████
██
██
██
██
██
██
██
██
██
██
██████
██████
██
██
██
██
██
██
██
██
██
██
██████
🏆🎁
██████
██
██
██
██
██
██
██
██
██
██
██████
██████
██
██
██
██
██
██
██
██
██
██
██████
████████████████████████████████   ████████████████   ██████
.
..PLAY NOW..
.
██████   ███████████████████   █████████████████████████████
██████
██
██
██
██
██
██
██
██
██
██
██████
jpouza
Legendary
*
Offline Offline

Activity: 2730
Merit: 1116


View Profile
January 26, 2015, 11:28:16 PM
 #1336

Are any of you guys running the new miner on Windows 8.1?

Yes.
AliMan
Hero Member
*****
Offline Offline

Activity: 2044
Merit: 502


Vave.com - Crypto Casino


View Profile
January 26, 2015, 11:54:15 PM
 #1337

Are any of you guys running the new miner on Windows 8.1?

Yes.

I get this error when I try to run it:

0xc000007b

Did you ever encounter anything as such?

██████
██
██
██
██
██
██
██
██
██
██
██████
██████            ██████
 █████            █████
  █████          █████
   █████        █████
 ████████      ████████
  ████████    ████████
      █████  █████ 
    ████████████████
    ████████████████
        ████████   
         ██████     
          ████     
           ██         
AVE.COM | BRANDNEW CRYPTO
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀.. CASINO & BETTING PLATFORM
██████
██
██
██
██
██
██
██
██
██
██
██████
██████
██
██
██
██
██
██
██
██
██
██
██████
🏆🎁
██████
██
██
██
██
██
██
██
██
██
██
██████
██████
██
██
██
██
██
██
██
██
██
██
██████
████████████████████████████████   ████████████████   ██████
.
..PLAY NOW..
.
██████   ███████████████████   █████████████████████████████
██████
██
██
██
██
██
██
██
██
██
██
██████
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
January 27, 2015, 06:42:30 AM
 #1338

I got 4 boos overnight and 1 yay yesterday. http://pastebin.com/fCHuLxAm

Not your keys, not your coins!
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
January 27, 2015, 07:37:12 AM
 #1339

Sorry guys I got a boo as well. Will merge one kernal at a time, then let it run overnight to see if the block is accepted.

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

Activity: 2828
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
January 27, 2015, 07:45:35 AM
 #1340

Sorry guys I got a boo as well. Will merge one kernal at a time, then let it run overnight to see if the block is accepted.


im just watching for now sp - not testing for the moment - as linux is the only os i will be running for the miners ...

you always do a great job - so ill be interested to see how it pans out ...

tanx mate ...

#crysx

Pages: « 1 ... 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 54 55 56 57 58 59 60 61 62 63 64 65 66 [67] 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 ... 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!