Bitcoin Forum
May 21, 2024, 03:52:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 [910] 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426873 times)
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
July 23, 2014, 04:26:10 PM
 #18181

Error   169   error LNK2001: unresolved external symbol scanhash_x17   \cpu-miner.obj   ccminer

Not your keys, not your coins!
Bombadil
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
July 23, 2014, 04:34:05 PM
 #18182

Welp. Managed to split the most offensive part of the kernel into four parallel threads per hash, result is spectacularly unimpressive. The best I've come up with breaks even with the current single thread per hash implementation. Well, almost. It's actually a percent slower AND loses compute 2.0 compatibility due to using shuffle. On the other hands it performs a lot more reasonably with various launch configurations, 15 blocks of 32 threads works our equally well as the original 8x60 magic bullet for 750 Ti.

At this point I'm starting to think I'll just forget about that part and start looking if there's something else to be improved. I'm still curious as to how it runs on other hardware, so if a couple of gents on Win boxes with something else than a 750 Ti in would be willing to take it for a spin, I'd appreciate it. I've added the number for SMX/SMM/Whateverthingmabobs into the miner thread start-up info, you'll probably find your card performing best when the block count is a multiple of the SMX count and the number of threads a power of 2. 4/8/16/32/64 are the best bets.

https://github.com/tsiv/ccminer-cryptonight/releases/download/v0.15-rc1/ccminer-cryptonight_20140723_exp.zip

Also, any chances for this code to get released already? Or are you competing against Wolf0 Cheesy
It works like a charm, 220H/s for GTX760, before it was 190. GTX750TIs seem unchanged.
What speed for 750ti ?
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 23, 2014, 04:36:22 PM
 #18183

Error   169   error LNK2001: unresolved external symbol scanhash_x17   \cpu-miner.obj   ccminer
forgot to update vxproj... can you retry now... (that's the problem with github... I don't want to get generated files into github, and I need to finalyze change on vxproj somewhere else...)

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

Activity: 47
Merit: 0


View Profile
July 23, 2014, 05:18:40 PM
 #18184

Anyone got a link to the cuda 6.5 linux release files?
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
July 23, 2014, 05:27:38 PM
 #18185

Thanks djm!

ccminer djm34 commit 54 x64 CUDA 5.5 binaries:
http://www.mediafire.com/download/9382f3s6q2nc62s/ccminer+djm34+c54+x64+CUDA+5.5.zip

X17 hashrate is very close to x15.
I don't mind doing slow compiles.

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

Activity: 1400
Merit: 1050


View Profile WWW
July 23, 2014, 05:38:52 PM
 #18186

Thanks djm!

ccminer djm34 commit 54 x64 CUDA 5.5 binaries:
http://www.mediafire.com/download/9382f3s6q2nc62s/ccminer+djm34+c54+x64+CUDA+5.5.zip

X17 hashrate is very close to x15.
I don't mind doing slow compiles.
Thanks a lot.
yes sha512 and haval256 are very fast...

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

Activity: 3206
Merit: 1069



View Profile
July 23, 2014, 06:21:12 PM
 #18187

Thanks djm!

ccminer djm34 commit 54 x64 CUDA 5.5 binaries:
http://www.mediafire.com/download/9382f3s6q2nc62s/ccminer+djm34+c54+x64+CUDA+5.5.zip

X17 hashrate is very close to x15.
I don't mind doing slow compiles.

can you upload the source for this?
Equitum
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
July 23, 2014, 06:26:31 PM
 #18188

At this point I'm starting to think I'll just forget about that part and start looking if there's something else to be improved. I'm still curious as to how it runs on other hardware, so if a couple of gents on Win boxes with something else than a 750 Ti in would be willing to take it for a spin, I'd appreciate it. I've added the number for SMX/SMM/Whateverthingmabobs into the miner thread start-up info, you'll probably find your card performing best when the block count is a multiple of the SMX count and the number of threads a power of 2. 4/8/16/32/64 are the best bets.

https://github.com/tsiv/ccminer-cryptonight/releases/download/v0.15-rc1/ccminer-cryptonight_20140723_exp.zip

Improved hashrate of about 70H/s on a 780ti. Up from 320 to about 390 (using 8x60). Also doesn't seem to hang and bring the system to it's knees when using all GFX cards.

Seems to be in line with the ~18% improvements I saw when benchmarking only the AES part of the kernel. Have you tried other configs? 390 is still pretty low for a 780 Ti, I think people were getting best results with 4x120 on the 780 Ti.

Getting about 420h/s with 4x120.

I'm getting 505-525 h/s (short run just for benchmark) with my 780 Ti Classified with 6x120 (up from ~475 h/s on the 6/30 release of tsiv's cryptonight ccminer).
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 23, 2014, 06:47:42 PM
 #18189

Thanks djm!

ccminer djm34 commit 54 x64 CUDA 5.5 binaries:
http://www.mediafire.com/download/9382f3s6q2nc62s/ccminer+djm34+c54+x64+CUDA+5.5.zip

X17 hashrate is very close to x15.
I don't mind doing slow compiles.

can you upload the source for this?
you don't need the entire new source, you just need to fix your ccminer.vxproj (because you messed with it sorry... I don't take responsibility for that  Grin)

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

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
July 23, 2014, 06:50:22 PM
 #18190

Thanks djm!

ccminer djm34 commit 54 x64 CUDA 5.5 binaries:
http://www.mediafire.com/download/9382f3s6q2nc62s/ccminer+djm34+c54+x64+CUDA+5.5.zip

X17 hashrate is very close to x15.
I don't mind doing slow compiles.

can you upload the source for this?

Edit: It's from https://github.com/djm34/ccminer , I'm just sticking with cuda 5.5.

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

Activity: 1400
Merit: 1050


View Profile WWW
July 23, 2014, 06:58:14 PM
 #18191

Thanks djm!

ccminer djm34 commit 54 x64 CUDA 5.5 binaries:
http://www.mediafire.com/download/9382f3s6q2nc62s/ccminer+djm34+c54+x64+CUDA+5.5.zip

X17 hashrate is very close to x15.
I don't mind doing slow compiles.

can you upload the source for this?

Edit: It's from https://github.com/djm34/ccminer , I'm just sticking with cuda 5.5.
I updated, again, my github so it uses cuda 5.5 (I started the compilation to check it works correctly... )

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

Activity: 3206
Merit: 1069



View Profile
July 23, 2014, 07:10:15 PM
 #18192

Thanks djm!

ccminer djm34 commit 54 x64 CUDA 5.5 binaries:
http://www.mediafire.com/download/9382f3s6q2nc62s/ccminer+djm34+c54+x64+CUDA+5.5.zip

X17 hashrate is very close to x15.
I don't mind doing slow compiles.

can you upload the source for this?
you don't need the entire new source, you just need to fix your ccminer.vxproj (because you messed with it sorry... I don't take responsibility for that  Grin)

i just dragged new .cu under x13 folder in visual studio, was that maybe lol
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 23, 2014, 07:18:32 PM
 #18193

Thanks djm!

ccminer djm34 commit 54 x64 CUDA 5.5 binaries:
http://www.mediafire.com/download/9382f3s6q2nc62s/ccminer+djm34+c54+x64+CUDA+5.5.zip

X17 hashrate is very close to x15.
I don't mind doing slow compiles.

can you upload the source for this?
you don't need the entire new source, you just need to fix your ccminer.vxproj (because you messed with it sorry... I don't take responsibility for that  Grin)

i just dragged new .cu under x13 folder in visual studio, was that maybe lol
they should be already in x13 (in visual studio), I don't understand why they don't want to stick...

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

Activity: 112
Merit: 10


View Profile
July 23, 2014, 07:44:12 PM
 #18194

I downloaded the new nvidia drivers djm posted with the new cuda software and his x17 binaries work fine
1600KH with asus 760
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 23, 2014, 08:03:26 PM
 #18195

I have uploaded again to github, this time the files should show up in the right place in visual studio...

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

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
July 23, 2014, 08:04:28 PM
 #18196

I updated, again, my github so it uses cuda 5.5 (I started the compilation to check it works correctly... )

I did the same as I only have 5.5.

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

Activity: 1400
Merit: 1050


View Profile WWW
July 23, 2014, 08:42:04 PM
Last edit: July 23, 2014, 08:55:25 PM by djm34
 #18197

I updated, again, my github so it uses cuda 5.5 (I started the compilation to check it works correctly... )

I did the same as I only have 5.5.
no matter what, I don't understand why the net hashrate of that coin is 1.2GHash/s, there are 160ppl in buy order on coinswap and 500ppl (that's the sell order) 5ppl on allcrypt (for 0.004btc...). Refrigeratorcoin from ocminer has a better chance of success... Grin

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

Activity: 112
Merit: 10


View Profile
July 23, 2014, 09:17:53 PM
Last edit: July 23, 2014, 09:35:44 PM by ilovecudacompute
 #18198

Welp. Managed to split the most offensive part of the kernel into four parallel threads per hash, result is spectacularly unimpressive. The best I've come up with breaks even with the current single thread per hash implementation. Well, almost. It's actually a percent slower AND loses compute 2.0 compatibility due to using shuffle. On the other hands it performs a lot more reasonably with various launch configurations, 15 blocks of 32 threads works our equally well as the original 8x60 magic bullet for 750 Ti.

At this point I'm starting to think I'll just forget about that part and start looking if there's something else to be improved. I'm still curious as to how it runs on other hardware, so if a couple of gents on Win boxes with something else than a 750 Ti in would be willing to take it for a spin, I'd appreciate it. I've added the number for SMX/SMM/Whateverthingmabobs into the miner thread start-up info, you'll probably find your card performing best when the block count is a multiple of the SMX count and the number of threads a power of 2. 4/8/16/32/64 are the best bets.

https://github.com/tsiv/ccminer-cryptonight/releases/download/v0.15-rc1/ccminer-cryptonight_20140723_exp.zip

Also, any chances for this code to get released already? Or are you competing against Wolf0 Cheesy
It works like a charm, 220H/s for GTX760, before it was 190. GTX750TIs seem unchanged.

I get 270H(peaks of 297H with -l 8x50)  with this release and a GTX 760 overclocked -->v0.15-rc1 ccminer-cryptonight_20140723
Bombadil
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
July 23, 2014, 09:40:20 PM
 #18199

Welp. Managed to split the most offensive part of the kernel into four parallel threads per hash, result is spectacularly unimpressive. The best I've come up with breaks even with the current single thread per hash implementation. Well, almost. It's actually a percent slower AND loses compute 2.0 compatibility due to using shuffle. On the other hands it performs a lot more reasonably with various launch configurations, 15 blocks of 32 threads works our equally well as the original 8x60 magic bullet for 750 Ti.

At this point I'm starting to think I'll just forget about that part and start looking if there's something else to be improved. I'm still curious as to how it runs on other hardware, so if a couple of gents on Win boxes with something else than a 750 Ti in would be willing to take it for a spin, I'd appreciate it. I've added the number for SMX/SMM/Whateverthingmabobs into the miner thread start-up info, you'll probably find your card performing best when the block count is a multiple of the SMX count and the number of threads a power of 2. 4/8/16/32/64 are the best bets.

https://github.com/tsiv/ccminer-cryptonight/releases/download/v0.15-rc1/ccminer-cryptonight_20140723_exp.zip

Also, any chances for this code to get released already? Or are you competing against Wolf0 Cheesy
It works like a charm, 220H/s for GTX760, before it was 190. GTX750TIs seem unchanged.

I get 270H(peaks of 297H with -l 8x50)  with this release and a GTX 760 overclocked -->v0.15-rc1 ccminer-cryptonight_20140723

Thanks for that launch setting Cheesy 306H/s (MSI gaming, +180core, +500mem). Still have to test what's the most stable, but thanks for giving me a start Wink

Ooh damn, you've released that a looong time ago, tsiv. Should've noticed ^^"

EDIT: 320H/s with +222core, +666mem Tongue I'm waiting anxiously for a driver crash Wink
ilovecudacompute
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
July 23, 2014, 09:44:45 PM
 #18200

Welp. Managed to split the most offensive part of the kernel into four parallel threads per hash, result is spectacularly unimpressive. The best I've come up with breaks even with the current single thread per hash implementation. Well, almost. It's actually a percent slower AND loses compute 2.0 compatibility due to using shuffle. On the other hands it performs a lot more reasonably with various launch configurations, 15 blocks of 32 threads works our equally well as the original 8x60 magic bullet for 750 Ti.

At this point I'm starting to think I'll just forget about that part and start looking if there's something else to be improved. I'm still curious as to how it runs on other hardware, so if a couple of gents on Win boxes with something else than a 750 Ti in would be willing to take it for a spin, I'd appreciate it. I've added the number for SMX/SMM/Whateverthingmabobs into the miner thread start-up info, you'll probably find your card performing best when the block count is a multiple of the SMX count and the number of threads a power of 2. 4/8/16/32/64 are the best bets.

https://github.com/tsiv/ccminer-cryptonight/releases/download/v0.15-rc1/ccminer-cryptonight_20140723_exp.zip

Also, any chances for this code to get released already? Or are you competing against Wolf0 Cheesy
It works like a charm, 220H/s for GTX760, before it was 190. GTX750TIs seem unchanged.



I get 270H(peaks of 297H with -l 8x50)  with this release and a GTX 760 overclocked -->v0.15-rc1 ccminer-cryptonight_20140723

Thanks for that launch setting Cheesy 306H/s (MSI gaming, +180core, +500mem). Still have to test what's the most stable, but thanks for giving me a start Wink

Ooh damn, you've released that a looong time ago, tsiv. Should've noticed ^^"

EDIT: 320H/s with +222core, +666mem Tongue I'm waiting anxiously for a driver crash Wink

Fantastic Bombadill...im on +180 core +300 Memory
If you find any better launch configs please post it
I also asked in the other thread if there are binaries for wolf nvidia xmr miner
Pages: « 1 ... 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 [910] 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 ... 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!