Bitcoin Forum
May 04, 2024, 05:32:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 [780] 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426872 times)
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
June 14, 2014, 12:02:19 AM
 #15581

Aaand it's out: https://github.com/tsiv/ccminer

Should be an easy modification, right now my X13 is using the same code for the first 11 algos as the original X11. At the simplest it just takes a recompile after throwing in the new groestl version.

I did end up messing with the original echo hash, it seemed to have an extraneous xor that made the full 512 bit hash come out wrong. Then using that result for the additional hamsi+fugue hashes kinda ends badly. The funny thing is that it worked fine for X11 because it was the last hashing algo in the chain and the X11 algo only takes the first 256 bits of the hash, discarding the rest and the flipped bit ended up in the discarded part. Was a bitch to track down for sure.



Hi, let me take the time to congratulate you for this excellent piece of work. The fact that you were able to debug the Echo hash proves that you are developing absolutely at the same level as the C&C Hash factory at its best.

Which is now unfortunately the "Cash factory" because Chris H (C. H.) just recently dropped out so he could focus more on his business.

I salute you, noble contributor!!!

Now back to making a killing with XMR and BBR , sorry Wink
1714843979
Hero Member
*
Offline Offline

Posts: 1714843979

View Profile Personal Message (Offline)

Ignore
1714843979
Reply with quote  #2

1714843979
Report to moderator
1714843979
Hero Member
*
Offline Offline

Posts: 1714843979

View Profile Personal Message (Offline)

Ignore
1714843979
Reply with quote  #2

1714843979
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
RavenXBR
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
June 14, 2014, 12:05:32 AM
 #15582

Congratz to all who made these new improvements...  Wink
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
June 14, 2014, 12:07:03 AM
 #15583

Seems like you've already got rid of the MAXWELL_OR_FERMI constant, superb Tongue

yes, the table based Groestl is history, and so are the architecture dependent optimizations we made for it.

Bitslice, baby! That's what it's doing now. More use of ALUs, much less use of the memory controller.
Getting this to run was about 2 weeks of research and implementation. And then some more making the
Compute 3.0 optimized Quad version you're enjoying now.



Bombadil
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
June 14, 2014, 12:07:38 AM
 #15584

Looking pretty nice Cheesy

djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
June 14, 2014, 12:15:51 AM
 #15585

so I guess now jpc algo is using a lot more groestl  Grin

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
tc61
Hero Member
*****
Offline Offline

Activity: 494
Merit: 500


View Profile
June 14, 2014, 12:16:30 AM
 #15586

Hello, I was trying of Groestlcoin with ccminer50.exe on my 750ti, I looked at the configs for 750ti on cudminer.cc
ambiohazardccminer - v1.02groestlccminer50.exe -q -s 1 -a groestlStock | Stock | Stock8800kh but I am getting no where near that hashrate , is this correct or am I doing something wrong.
Posted from Bitcointa.lk - #YahgoukViw0GWS07
Bombadil
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
June 14, 2014, 12:19:25 AM
 #15587

And I have it compiled and ready for everyone to try out: https://mega.co.nz/#!FFU2DYbZ!UT3LyvrLblyA81SZmtZmMv3vwelOe70JCTPrzNfBAoc
Please, still note, this is an unofficial compile, don't blame me for bugs Cheesy

so I guess now jpc algo is using a lot more groestl  Grin
What about Talkcoin he  Cool Cool



I'm collecting hashrates and will do one of my profit calc lists Cheesy
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
June 14, 2014, 12:21:36 AM
 #15588

so I guess now jpc algo is using a lot more groestl  Grin

Previously Groestl was also eliminated in the 1st and 2nd rounds, leaving only 1/4th
of the hashes to be evaluated.

Now with the faster Groestl I made it run Groestl in the 2nd round too. So half the
hashes are fully evaluated now. It's faster in the end - this is what counts.

Christian


cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
June 14, 2014, 12:26:39 AM
 #15589


What about Talkcoin he  Cool Cool


ah yes, NIST5 includes Groestl, too. I amended my posting.
watcoin
Member
**
Offline Offline

Activity: 70
Merit: 10

I am a watable wat


View Profile WWW
June 14, 2014, 12:26:47 AM
 #15590

And I have it compiled and ready for everyone to try out: https://mega.co.nz/#!FFU2DYbZ!UT3LyvrLblyA81SZmtZmMv3vwelOe70JCTPrzNfBAoc
Please, still note, this is an unofficial compile, don't blame me for bugs Cheesy

so I guess now jpc algo is using a lot more groestl  Grin
What about Talkcoin he  Cool Cool



I'm collecting hashrates and will do one of my profit calc lists Cheesy

https://www.virustotal.com/en/file/9d232b4bf2659251312c4ba1d182ec93d43435e6de49dbda045d68a735c15704/analysis/1402705533/

1 false positive so this is a good one.

Thanks!

Bombadil
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
June 14, 2014, 12:27:34 AM
 #15591

so I guess now jpc algo is using a lot more groestl  Grin

Previously Groestl was also eliminated in the 1st and 2nd rounds, leaving only 1/4th
of the hashes to be evaluated.

Now with the faster Groestl I made it run Groestl in the 2nd round too. So half the
hashes are fully evaluated now. It's faster in the end - this is what counts.

Christian




I'm <3'ing it, thank you so much, Christian! You're god Cheesy
DrAlco
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
June 14, 2014, 12:28:55 AM
 #15592

Getting an extra ~1Mhash/s per 780ti card mining x11 (from 4.5Mhash/s to 5.5Mhash/s) with v1.1. A nice little bump Smiley
CodyF86
Full Member
***
Offline Offline

Activity: 161
Merit: 100


View Profile
June 14, 2014, 12:36:16 AM
 #15593

2 770's and an 670...

Groestl:
Before: 17MH
After:   24MH

NIST5:
Before: 20MH
After:   24.5MH
ltcnim
Legendary
*
Offline Offline

Activity: 914
Merit: 1001



View Profile
June 14, 2014, 12:36:41 AM
 #15594

Jackpotcoin with 5x750Ti Linux, stock clocks:

old ccminer: 19.5MH @ 310W
new ccminer: 27.5MH @ 350W

so it's 41% more hashpower for 13% power usage - nice Cheesy

djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
June 14, 2014, 12:43:41 AM
 #15595

interesting:
780ti on jpc is doing now 11.5MHash and on nist5 17MHash/s
750ti                             5.5MHash                    8.2MHash/s

Actually the gap between the 2 cards also decreases (before it was around 2.5 now it is getting close to 2)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
e6ug
Hero Member
*****
Offline Offline

Activity: 773
Merit: 508


Bitcore (BTX) - The Future is Now


View Profile
June 14, 2014, 12:43:52 AM
 #15596

 Grin

Bombadil
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
June 14, 2014, 12:49:18 AM
 #15597

So, does this seem correct for one 750ti?:
-X11:2.6MH/s
-Jackpot:5.5MH/s
-NIST5: 8.4MH/s
-Quark: 4.7MH/s
-Groestl: 8MH/s (!!!!!! was 3.1MH/s before !!!!!)

I used these numbers to generate following list for one 750ti: http://pastebin.com/xcFqtX9E
Still old hashrates for X13. Want to see Christian's magic first Smiley
Again, this list is only a snapshot for this moment, with current prices and difficulties, so lower your own estimates.
tc61
Hero Member
*****
Offline Offline

Activity: 494
Merit: 500


View Profile
June 14, 2014, 12:58:49 AM
 #15598

thx sir
Posted from Bitcointa.lk - #9ZVzh3DcIJnT6NKU
Starscream
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
June 14, 2014, 01:00:01 AM
 #15599

Any chance for some windows release?
Dotcommie
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
June 14, 2014, 01:01:44 AM
 #15600

So, does this seem correct for one 750ti?:
-X11:2.6MH/s
-Jackpot:5.5MH/s
-NIST5: 8.4MH/s
-Quark: 4.7MH/s
-Groestl: 8MH/s (!!!!!! was 3.1MH/s before !!!!!)

I used these numbers to generate following list for one 750ti: http://pastebin.com/xcFqtX9E
Still old hashrates for X13. Want to see Christian's magic first Smiley
Again, this list is only a snapshot for this moment, with current prices and difficulties, so lower your own estimates.

5.25MH seems to be a better estimate on jackpot unless my 3 brands are just all bad at overclocking.  My EVGA FTW cards come overclocked with tdp raised so i'm able to get 5.5 out of those with +10 core and +400 memory, but my MSI Gaming get close and most of my Gigabyte 750Ti's look like they're averaging 5.25.  

Could do more but everytime I use normally stable overclocks with ccminer it spits out large hash numbers and stops working again.  Happens on any of my rigs so I know it's not hardware or anything else.  I've seen most people here with that issue as well, but hey if there's a fix I'd love to hear about so I can just leave them at the perfect overclock.
Pages: « 1 ... 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 [780] 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 ... 1135 »
  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!