Bitcoin Forum
June 24, 2024, 04:20:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 [1078] 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426878 times)
Schleicher
Hero Member
*****
Offline Offline

Activity: 675
Merit: 513



View Profile
October 19, 2014, 05:07:14 PM
 #21541

I managed to increase the quark and nist5 speed a little bit.
Source code:
https://github.com/KlausT/ccminer
Compared to djm's m7v7 version:
about 6% faster for quark
about 4% faster for nist5
(on my 750Ti, not overclocked)

AizenSou
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


View Profile
October 20, 2014, 08:22:08 AM
 #21542

I managed to increase the quark and nist5 speed a little bit.
Source code:
https://github.com/KlausT/ccminer
Compared to djm's m7v7 version:
about 6% faster for quark
about 4% faster for nist5
(on my 750Ti, not overclocked)


Nice. So many people have interest in cuda mining now. Thanks for this release, although I will stay with djm's version for a while.
PVmining
Sr. Member
****
Offline Offline

Activity: 330
Merit: 252



View Profile
October 20, 2014, 08:48:52 AM
 #21543

I managed to increase the quark and nist5 speed a little bit.
Source code:
https://github.com/KlausT/ccminer

Big fat thanks!
Love to see you share your optimization with us.

Nice. So many people have interest in cuda mining now.
Thanks for this release, although I will stay with djm's version for a while.

I like to mention tpruvots source once more.
https://github.com/tpruvot/ccminer

clean & mostly up to date.
especially for windows guys easy to compile, because he included everything in source that is needed.
sp_
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
October 20, 2014, 08:58:30 AM
 #21544

I managed to increase the quark and nist5 speed a little bit.
Source code:
https://github.com/KlausT/ccminer
Compared to djm's m7v7 version:
about 6% faster for quark
about 4% faster for nist5
(on my 750Ti, not overclocked)

Good job. These improvements are different from my maxwell mod, so it meens that it will improve the speed of the maxwell mod when I merge them in.

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

Activity: 1151
Merit: 1001


View Profile
October 20, 2014, 10:10:28 AM
 #21545

I managed to increase the quark and nist5 speed a little bit.
Source code:
https://github.com/KlausT/ccminer
Compared to djm's m7v7 version:
about 6% faster for quark
about 4% faster for nist5
(on my 750Ti, not overclocked)

Which VS version for compiling? VS2013 says it cant compile native x86 :S
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
October 20, 2014, 10:55:05 AM
Last edit: October 20, 2014, 11:16:28 AM by djm34
 #21546

I managed to increase the quark and nist5 speed a little bit.
Source code:
https://github.com/KlausT/ccminer

Big fat thanks!
Love to see you share your optimization with us.

Nice. So many people have interest in cuda mining now.
Thanks for this release, although I will stay with djm's version for a while.

I like to mention tpruvots source once more.
https://github.com/tpruvot/ccminer

clean & mostly up to date.
especially for windows guys easy to compile, because he included everything in source that is needed.
what did I (or others) missed in the source which make my version difficult to compile ?  Grin

Anyway some of the change will certainly make their way to my version when I have time (which I don't at the moment... the priority being on new development... and so far I haven't had much time to look back)
I looked a bit into schleicher release and there is some interesting stuff.

Anyhow I am almost done with sk-1024 miner.
current speed 40MH/s on gtx980
                   26MH/s on gtx780ti
                   14MH/s on gtx750ti

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

Activity: 330
Merit: 252



View Profile
October 20, 2014, 11:14:17 AM
 #21547

what did I (or others) missed in the source which make my version difficult to compile ?  Grin

I compiled your source on my linux boxes many times without hazzel.
but on linux I had the usual "suspects" (dependencies) already installed for the common uses.

trying to play around on windows (with vs2013) tprvouts source was the only one just compiling on a fresh system and just needs cuda installed. with your and other releases are some stuff missing (phtread,. curl,...)... and some of these stuff is not as easy to get by as on linux.

Anyway some of the change will certainly make their way to my version when I have time (which I don't at the moment... the priority being on new development... ).
Anyhow I am almost done with sk-1024 miner.
current speed 40MH/s on gtx980
                   26MH/s on gtx780ti
                   14MH/s on gtx750ti

great guy! do you open-source your keccak speedup too?
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
October 20, 2014, 11:32:46 AM
 #21548

what did I (or others) missed in the source which make my version difficult to compile ?  Grin

I compiled your source on my linux boxes many times without hazzel.
but on linux I had the usual "suspects" (dependencies) already installed for the common uses.

trying to play around on windows (with vs2013) tprvouts source was the only one just compiling on a fresh system and just needs cuda installed. with your and other releases are some stuff missing (phtread,. curl,...)... and some of these stuff is not as easy to get by as on linux.

Anyway some of the change will certainly make their way to my version when I have time (which I don't at the moment... the priority being on new development... ).
Anyhow I am almost done with sk-1024 miner.
current speed 40MH/s on gtx980
                   26MH/s on gtx780ti
                   14MH/s on gtx750ti

great guy! do you open-source your keccak speedup too?
at some point yes (rather next week)... but not today as sk1024 will be released as a standalone miner (well nobody want pthreads and boost at the time...).  

Regarding how the dependencies are treated, I don't think everything should be including into ccminer.
It isn't a good idea nor considered as good practice in terms of package management and make things difficult to upgrade hence at that level I prefer to stick with what has been done so far... (even though it is a pain in the ass...)


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

Activity: 1400
Merit: 1050


View Profile WWW
October 20, 2014, 11:38:21 AM
 #21549

what did I (or others) missed in the source which make my version difficult to compile ?  Grin

I compiled your source on my linux boxes many times without hazzel.
but on linux I had the usual "suspects" (dependencies) already installed for the common uses.

trying to play around on windows (with vs2013) tprvouts source was the only one just compiling on a fresh system and just needs cuda installed. with your and other releases are some stuff missing (phtread,. curl,...)... and some of these stuff is not as easy to get by as on linux.

Anyway some of the change will certainly make their way to my version when I have time (which I don't at the moment... the priority being on new development... ).
Anyhow I am almost done with sk-1024 miner.
current speed 40MH/s on gtx980
                   26MH/s on gtx780ti
                   14MH/s on gtx750ti

great guy! do you open-source your keccak speedup too?

It IS open source - the original uint2 keccak wasn't done by djm34.
yep actually it is in cudaminer... but I assume nobody want to piece things together (well the 2 meme-miners (sorry  Grin but the battle of the ego is funny) might pick them faster than I include them in my release.
actually it works also with skein...  

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

Activity: 675
Merit: 513



View Profile
October 20, 2014, 01:17:06 PM
 #21550

I managed to increase the quark and nist5 speed a little bit.
Source code:
https://github.com/KlausT/ccminer
Compared to djm's m7v7 version:
about 6% faster for quark
about 4% faster for nist5
(on my 750Ti, not overclocked)

Which VS version for compiling? VS2013 says it cant compile native x86 :S
I'm using VS Express 2013 for Desktop
For the dependencies I mostly use Christian's files because I'm too lazy to compile them myself:
https://mega.co.nz/#!cQQziBrb!HB1fEEcVM7HQuE3HI1ZcV00GCOA6kV4rwmAWkBaMI84
(see first post in this thread)
I only had to compile MPIR myself.

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

Activity: 756
Merit: 502


View Profile
October 20, 2014, 01:29:45 PM
Last edit: October 20, 2014, 08:48:05 PM by cbuchner1
 #21551

Great stuff going on here in this thread, but ChrisH and I will be sticking to developing prime number maths in CUDA for a while. Implementing a fast Montgomery multiplication / exponentiation is challenging. Almost there... so close ;-)

Christian
tbearhere
Legendary
*
Offline Offline

Activity: 3164
Merit: 1003



View Profile
October 20, 2014, 10:03:30 PM
 #21552

I managed to increase the quark and nist5 speed a little bit.
Source code:
https://github.com/KlausT/ccminer

Big fat thanks!
Love to see you share your optimization with us.

Nice. So many people have interest in cuda mining now.
Thanks for this release, although I will stay with djm's version for a while.

I like to mention tpruvots source once more.
https://github.com/tpruvot/ccminer

clean & mostly up to date.
especially for windows guys easy to compile, because he included everything in source that is needed.
Including the errors.  Grin I get errors when trying to compile.  Undecided
tbearhere
Legendary
*
Offline Offline

Activity: 3164
Merit: 1003



View Profile
October 20, 2014, 11:24:22 PM
 #21553

Can Cudaminer do sha256 ?
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
October 21, 2014, 12:02:47 AM
Last edit: October 21, 2014, 12:14:03 AM by djm34
 #21554

Can Cudaminer do sha256 ?
Grin wanna mine against TH/s asics ?  Grin

yes it can, but it's not worth it (also I don't know if there is one or two loop of sha256... which doesn't change anything actually)
I think it is doing stuff around 300MH/s (say some optimization could double it or quadruple it... it would still be 1GH/s against several TH/s machine (not farm) so unless it is a ninja launch and you are the only one aware it, you don't have a chance to get a block.
And if you get one, it will orphan...

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

Activity: 3164
Merit: 1003



View Profile
October 21, 2014, 01:04:33 AM
 #21555

Can Cudaminer do sha256 ?
Grin wanna mine against TH/s asics ?  Grin

yes it can, but it's not worth it (also I don't know if there is one or two loop of sha256... which doesn't change anything actually)
I think it is doing stuff around 300MH/s (say some optimization could double it or quadruple it... it would still be 1GH/s against several TH/s machine (not farm) so unless it is a ninja launch and you are the only one aware it, you don't have a chance to get a block.
And if you get one, it will orphan...
yep  Cheesy your right djm34. one 750ti would get about 2 coins a day.  on sha256 coin.  Cheesy
sp_
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
October 21, 2014, 04:33:34 AM
 #21556

I'm using VS Express 2013 for Desktop
For the dependencies I mostly use Christian's files because I'm too lazy to compile them myself:
https://mega.co.nz/#!cQQziBrb!HB1fEEcVM7HQuE3HI1ZcV00GCOA6kV4rwmAWkBaMI84
(see first post in this thread)
I only had to compile MPIR myself.

These files contain the heartbleed version of openssl. This meens that the miner computer can be infected.

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

Activity: 675
Merit: 513



View Profile
October 21, 2014, 05:19:55 AM
 #21557

I'm using VS Express 2013 for Desktop
For the dependencies I mostly use Christian's files because I'm too lazy to compile them myself:
https://mega.co.nz/#!cQQziBrb!HB1fEEcVM7HQuE3HI1ZcV00GCOA6kV4rwmAWkBaMI84
(see first post in this thread)
I only had to compile MPIR myself.

These files contain the heartbleed version of openssl. This meens that the miner computer can be infected.
No, not really. I don't use encrypted connections for mining.

sp_
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
October 21, 2014, 05:58:01 AM
 #21558

Can Cudaminer do sha256 ?
Grin wanna mine against TH/s asics ?  Grin
yes it can, but it's not worth it (also I don't know if there is one or two loop of sha256... which doesn't change anything actually)
I think it is doing stuff around 300MH/s (say some optimization could double it or quadruple it... it would still be 1GH/s against several TH/s machine (not farm) so unless it is a ninja launch and you are the only one aware it, you don't have a chance to get a block.
And if you get one, it will orphan...
yep  Cheesy your right djm34. one 750ti would get about 2 coins a day.  on sha256 coin.  Cheesy

But if the ti is used to predict the outcome of the final hash, you might not need to compute all the hashes. Then the TI beat the TH's asiscs.

Predict -> verify (cpu)

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

Activity: 756
Merit: 502


View Profile
October 21, 2014, 06:57:56 AM
Last edit: October 21, 2014, 09:21:37 PM by cbuchner1
 #21559

I'm using VS Express 2013 for Desktop
For the dependencies I mostly use Christian's files because I'm too lazy to compile them myself:
https://mega.co.nz/#!cQQziBrb!HB1fEEcVM7HQuE3HI1ZcV00GCOA6kV4rwmAWkBaMI84
(see first post in this thread)
I only had to compile MPIR myself.

These files contain the heartbleed version of openssl. This meens that the miner computer can be infected.

Nope it's a data leakage bug - read access to 64kb of a memory pool page of recently freed allocations. It carries no infection risk.
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
October 21, 2014, 08:57:31 AM
 #21560

Can Cudaminer do sha256 ?
Grin wanna mine against TH/s asics ?  Grin
yes it can, but it's not worth it (also I don't know if there is one or two loop of sha256... which doesn't change anything actually)
I think it is doing stuff around 300MH/s (say some optimization could double it or quadruple it... it would still be 1GH/s against several TH/s machine (not farm) so unless it is a ninja launch and you are the only one aware it, you don't have a chance to get a block.
And if you get one, it will orphan...
yep  Cheesy your right djm34. one 750ti would get about 2 coins a day.  on sha256 coin.  Cheesy

But if the ti is used to predict the outcome of the final hash, you might not need to compute all the hashes. Then the TI beat the TH's asiscs.

Predict -> verify (cpu)
?

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
Pages: « 1 ... 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 [1078] 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 ... 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!