Bitcoin Forum
April 25, 2024, 10:52:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 [586] 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347498 times)
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
June 09, 2016, 12:46:28 PM
 #11701


I don't think that he speaks chinese ;-)

Yeah!!!
//一個手前のスレッドからデータを貰う(同時に一個先のスレッドにデータを送る)

sp still didn't find the sources of this optimized lyra to include to his private? ))

"google translate" says it's japanese

1714042374
Hero Member
*
Offline Offline

Posts: 1714042374

View Profile Personal Message (Offline)

Ignore
1714042374
Reply with quote  #2

1714042374
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714042374
Hero Member
*
Offline Offline

Posts: 1714042374

View Profile Personal Message (Offline)

Ignore
1714042374
Reply with quote  #2

1714042374
Report to moderator
rednoW
Legendary
*
Offline Offline

Activity: 1510
Merit: 1003


View Profile
June 09, 2016, 12:47:56 PM
 #11702


I don't think that he speaks chinese ;-)

Yeah!!!
//一個手前のスレッドからデータを貰う(同時に一個先のスレッドにデータを送る)

sp still didn't find the sources of this optimized lyra to include to his private? ))

"google translate" says it's japanese
You are right again ))
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
June 09, 2016, 12:49:02 PM
Last edit: June 09, 2016, 02:06:55 PM by sp_
 #11703

Spmod #7 lyra2v2 results

standard clocks

980ti (1280 core clock) 35600 (g1 gaming)
970   (1366 core clock) 22600 (g1 gaming)
960  (1350 core clock) 14500 (msi gaming)
750ti (1275 core clock) 6700 (asus strix)

so 970+960 would do around 37100 on 1350mhz core

Both tsiv and djm34 had kernals with the shuffle instruction a few days after the launch. This nicehash kernal has a simple crypt pass to avoid kernal extraction and reverse engineering. So my bet is that it is a private kernal has been used for a long time in binary form before it was bought by nicehash  and spread.

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

Activity: 1510
Merit: 1003


View Profile
June 09, 2016, 12:52:35 PM
 #11704

Spmod #7 lyra2v2 results

standard clocks

980ti (1280 core clock) 35600 (g1 gaming)
970   (1366 core clock) 22600 (g1 gaming)
960  (1350) 14500 (msi gaming)

so 970+960 would do around 37100 on 1350mhz core

Both tsiv and djm34 had kernals with the shuffle instruction a few days after the launch. This nicehash kernal has a simple crypt pass to avoid kernal extraction and reverse engineering. So my bet is that it is a private kernal that has been bougth and spread.

Is that what we've seen in japaneese kernel a first use of nvidia shared memory technology to improve mining speeds?
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
June 09, 2016, 12:54:14 PM
 #11705

Is that what we've seen in japaneese kernel a first use of nvidia shared memory technology to improve mining speeds?

Ofcourse not. Shared mem is already used in groestl, simd,echo, shavite (4 of the hashing algos in x11 in ccminer sp-mod)

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

Activity: 1510
Merit: 1003


View Profile
June 09, 2016, 12:56:50 PM
 #11706

Spmod #7 lyra2v2 results

standard clocks

980ti (1280 core clock) 35600 (g1 gaming)
970   (1366 core clock) 22600 (g1 gaming)
960  (1350 core clock) 14500 (msi gaming)
750ti (1275 core clock) 6700 (asus strix)

so 970+960 would do around 37100 on 1350mhz core

Both tsiv and djm34 had kernals with the shuffle instruction a few days after the launch. This nicehash kernal has a simple crypt pass to avoid kernal extraction and reverse engineering. So my bet is that it is a private kernal that has been bougth and spread.

About what encryption are you talking about?
Isn't it an open source?
https://github.com/nicehash/ccminer-sp/commit/8fd0d35c314266c1b3186a3d16c79212df611f0a
giagge
Legendary
*
Offline Offline

Activity: 1134
Merit: 1001


View Profile
June 09, 2016, 01:01:13 PM
 #11707

Mhm good .
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
June 09, 2016, 01:03:12 PM
 #11708

Doesn't make any sense..

d_hash2[thr_id] = (uint64_t*)(((uint64_t)d_hash2[thr_id] + 127)&~127);
lyra2v2_cpu_init(thr_id, throughput, d_hash2[thr_id]);
(....)
d_hash[thr_id] = (uint64_t*)(((uint64_t)d_hash[thr_id] + 127)&~127);


bether to remove it like this:

lyra2v2_cpu_init(thr_id, throughput, d_hash2[thr_id]);
(...)

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

Activity: 2898
Merit: 1087

Team Black developer


View Profile
June 09, 2016, 01:11:24 PM
 #11709

About what encryption are you talking about?
Isn't it an open source?
https://github.com/nicehash/ccminer-sp/commit/8fd0d35c314266c1b3186a3d16c79212df611f0a

The binary has probobly been sold and spread earlier(closed source).  There is code that will corrupt the hash if you don't add the two lines of code outside the kernal code.

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

Activity: 2898
Merit: 1087

Team Black developer


View Profile
June 09, 2016, 01:21:59 PM
 #11710

sp-mod #7 has been sendt to the donators. Check you inboxes.

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

Activity: 1510
Merit: 1003


View Profile
June 09, 2016, 01:24:07 PM
 #11711

sp-mod #7 has been sendt to the donators. Check you inboxes.
Can you compare hashrates of nicehash lyra2v2 version and yours #7 private after incorporating this open source code in it?
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
June 09, 2016, 01:36:32 PM
 #11712

Seems to work. Why don't you try yourself.

What hashrates are you getting?

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

Activity: 2898
Merit: 1087

Team Black developer


View Profile
June 09, 2016, 01:38:15 PM
 #11713

i am playing with intensy and got this results :
970+960 core 1503 mem 3005

What do you get with sp-mod #7?

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW ZILLIQA + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
fenomenhaa
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250



View Profile
June 09, 2016, 01:46:43 PM
 #11714

Spmod #7 lyra2v2 results peaked

970   (1500 boost core clock) 24500 (evga ssc gaming elpida)
750ti (1430 boost core clock) 7800 (zotac samsung)


           ▄▀▀▀▄
   ▄▀▀▀▄   █   █   ▄▀▀▀▄
   █   █    ▀█▀    █   █
    ▀▀▀▀▄    ▀    ▄▀▀▀▀
DE]   ██▀▀▀█▄   ▀▀█   █
 ▀▀▀      ██▄▄▄█▀      ▀▀▀
        ▄   ▀ ▀   ▄
   ▄▀▀▀█     █     █▀▀▀▄
   █   █   ▄▀▀▀▄   █   █
    ▀▀▀    █   █    ▀▀▀
            ▀▀▀
          ▄▄█▄█▄[/color]
▄▀▀▀▄     ██   ██     ▄▀▀▀▄
█   █▀▀[color=#2C97
██████
██████
██████
██████
██████  ██████
██████  ██████
██████  ██████
██████  ██████  ██████
██████  ██████  ██████
██████  ██████  ██████
██████  ██████  ██████
██████  ██████  ██████
██████  ██████  ██████
✓  SUPER FAST TRANSACTION
✓  USER-FRIENDLY INTERFACE
✓  FAST & EASY REGISTRATION
▄██████
███▀▀▀▀
███
███
███
███
███
███
███
███
███
███▄▄▄▄
▀██████
JOIN AFFILIATE PROGRAM
UP TO 50% COMMISSIONS
██████▄
▀▀▀▀███
███
███
███
███
███
███
███
███
███
▄▄▄▄███
██████▀
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
June 09, 2016, 01:52:01 PM
 #11715

Spmod #7 lyra2v2 results peakedi
970   (1500 boost core clock) 24500 (evga ssc gaming elpida)
750ti (1430 boost core clock) 7800 (zotac samsung)

Nice. Thanks for testing.


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

Activity: 1092
Merit: 1004


View Profile
June 09, 2016, 02:00:23 PM
 #11716

Spmod #7 lyra2v2 results peakedi
970   (1500 boost core clock) 24500 (evga ssc gaming elpida)
750ti (1430 boost core clock) 7800 (zotac samsung)

Nice. Thanks for testing.



Peak hash difference 750TI extra 300Khs compared to Nicehash miner.

Peak hash difference GTX 950 extra 700Khs compared to Nicehash miner.

Peak hash difference GTX 960 extra 800Khs compared to Nicehash miner.

Across the Nvidia's cards SPMOD is best at LYRA2V2 Grin

Buy it Quick
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
June 09, 2016, 02:14:37 PM
 #11717

Spmod #7 lyra2v2 results peaked

970   (1500 boost core clock) 24500 (evga ssc gaming elpida)
750ti (1430 boost core clock) 7800 (zotac samsung)

is that private? 24500 is better thna the one with ncicehash, but maybe it just oc
rednoW
Legendary
*
Offline Offline

Activity: 1510
Merit: 1003


View Profile
June 09, 2016, 02:33:43 PM
 #11718

Seems to work. Why don't you try yourself.

What hashrates are you getting?
I have no private. I have only one poor gtx750. All others are amd
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
June 09, 2016, 02:42:17 PM
 #11719

Seems to work. Why don't you try yourself.

What hashrates are you getting?
I have no private. I have only one poor gtx750. All others are amd

My public private is working pretty good on the 28nm 750's in a grid.

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

Activity: 1793
Merit: 1028



View Profile WWW
June 09, 2016, 03:28:32 PM
 #11720

Spmod #7 lyra2v2 results peakedi
970   (1500 boost core clock) 24500 (evga ssc gaming elpida)
750ti (1430 boost core clock) 7800 (zotac samsung)

Nice. Thanks for testing.



Peak hash difference 750TI extra 300Khs compared to Nicehash miner.

Peak hash difference GTX 950 extra 700Khs compared to Nicehash miner.

Peak hash difference GTX 960 extra 800Khs compared to Nicehash miner.

Across the Nvidia's cards SPMOD is best at LYRA2V2 Grin

Buy it Quick

WHAT HE SAID!!! --

I am getting similar results on my cards.  Private #7 beats the NiceHash Lyra2v2 miner by a significant margin on Lyra2v2, and is easier to overclock.  It accepts higher intensity settings on the command line.       --scrryptr

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
Pages: « 1 ... 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 [586] 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 ... 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!