Bitcoin Forum
May 05, 2024, 06:40:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 ... 760 »
  Print  
Author Topic: Claymore's ZCash/BTG AMD GPU Miner v12.6 (Windows/Linux)  (Read 3839039 times)
snakey
Legendary
*
Offline Offline

Activity: 1386
Merit: 1001



View Profile
November 06, 2016, 08:59:43 AM
 #941

so if he removed blake2b, will it be slower?
1714891230
Hero Member
*
Offline Offline

Posts: 1714891230

View Profile Personal Message (Offline)

Ignore
1714891230
Reply with quote  #2

1714891230
Report to moderator
1714891230
Hero Member
*
Offline Offline

Posts: 1714891230

View Profile Personal Message (Offline)

Ignore
1714891230
Reply with quote  #2

1714891230
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
doktor83
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
November 06, 2016, 09:01:20 AM
 #942

claymore is the real man, give him some zec because thats what he needs, not some text in a readme file.

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
zawawa
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
November 06, 2016, 09:02:30 AM
 #943

I had to remove v1.0 and v1.1 from google drive and mega, because I was pointed that I used a small part of mrb's work.
It will take up to 24 hours to revise my code and create own implementation, then I will upload updated version.


Details are:

Code:
mrb> Claymore, you took and reused my blake.c code and didn't include the copyright notice as required by silentarmy's MIT license:
mrb> https://forum.z.cash/t/silentarmy-v3-now-a-full-miner-multi-gpu-stratum/3580/640
mrb> I request that you cease infringing by:
mrb> (1) either including the full "License" section of silentarmy's README.md along with your distribution of your zcash miner,
mrb> (2) or stop using my blake.c code.

Of course this is only ~100 lines of code, and we are all lazy programmers and I understand why you did it :) but you ought to do the right thing.
Thanks,
-Marc Bevand
[/quote]

Oh, you are correct, I really missed this point. I was in a big hurry to release first version asap, so I concentrated on main Wagner's algo,
blake is not interesting for me at this point since it takes only 10% of total GPU time and it's trivial in fact, blake algo is not that I can call something new.
But to make some start point asap I included your blake.c into my sources and then forgot about it and did not create my implementation. That's what happens if you are in a hurry.
It is very unpleasant situation for me, I will do the following:

1. I remove v1.0 and v1.1 versions of my miner. In fact, I already removed current packages from google drive and MEGA, I will upload updated versions soon. In next version I will remove your blake.c from my sources.
2. I apologize, it's only my fault that I used this part of your code. I was not going to do it in public version.
3. I want to send you some compensation from my ZEC dev fee if you don't mind, just send me your ZEC address.
4. I'm not going to hide my fault in any way, I will post this message in my miner thread in first post.

Nice to see mature, thoughtful responses from both parties. Let's move on, then.

Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4V
BTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
rednoW
Legendary
*
Offline Offline

Activity: 1510
Merit: 1003


View Profile
November 06, 2016, 09:05:04 AM
 #944

Sounds to me more like professional jealously.

Absolutely not. Some users discovered it and simply told me about it: https://forum.z.cash/t/silentarmy-v3-now-a-full-miner-multi-gpu-stratum/3580/629

This cryptomined fellow is like a Spanish Inquisition.
Very aggressive to put as much black PR as he can on claymore...

Doesn't look like aggression to me though..

Not even jealousy..


Just facts, that aren't completely true.

I went ahead and setup Claymore's 2.5% fee miner and ran it.

My 2x480's in my test machine never got over 47 sol per card. (Let it run for an hour).
While the Silent army one modified by Nerdralph never got lower than 48!! Even spikes to 56Sol.  Grin
Also let it run for an hour to get a better look on the pool results. And yup, those were even higher then the reported sols as well.

So basically, Claymore didn't take the silent army kernel and implemented it, he took it, made it slower and put a big ass fee next to it and made all of you people think that you hit the jackpot, haha  Grin

And now laughing his ass off watching his "Sols" go up in all those pools  Cheesy and thinking : "Suckers...."

  Cool


Edit: I have to admit, after reading the convo between Mrb and Claymore, respect that he admitted his fault and doesn't try to hide it. Kudo's.

What about cpu usage on nedralph ft. mrb miner vs. claymore's?
wpalczynski
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
November 06, 2016, 09:05:32 AM
 #945

I had to remove v1.0 and v1.1 from google drive and mega, because I was pointed that I used a small part of mrb's work.
It will take up to 24 hours to revise my code and create own implementation, then I will upload updated version.


Details are:

Code:
mrb> Claymore, you took and reused my blake.c code and didn't include the copyright notice as required by silentarmy's MIT license:
mrb> https://forum.z.cash/t/silentarmy-v3-now-a-full-miner-multi-gpu-stratum/3580/640
mrb> I request that you cease infringing by:
mrb> (1) either including the full "License" section of silentarmy's README.md along with your distribution of your zcash miner,
mrb> (2) or stop using my blake.c code.

Of course this is only ~100 lines of code, and we are all lazy programmers and I understand why you did it :) but you ought to do the right thing.
Thanks,
-Marc Bevand
[/quote]

Oh, you are correct, I really missed this point. I was in a big hurry to release first version asap, so I concentrated on main Wagner's algo,
blake is not interesting for me at this point since it takes only 10% of total GPU time and it's trivial in fact, blake algo is not that I can call something new.
But to make some start point asap I included your blake.c into my sources and then forgot about it and did not create my implementation. That's what happens if you are in a hurry.
It is very unpleasant situation for me, I will do the following:

1. I remove v1.0 and v1.1 versions of my miner. In fact, I already removed current packages from google drive and MEGA, I will upload updated versions soon.
In next version I will remove your blake.c from my sources.
2. I apologize, it's only my fault that I used this part of your code. I was not going to do it in public version.
3. I want to send you some compensation from my ZEC dev fee if you don't mind, just send me your ZEC address.
4. I'm not going to hide my fault in any way, I will post this message in my miner thread in first post.

Good response.  Not a huge infraction and you stepped up to the plate.

wpalczynski
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
November 06, 2016, 09:08:01 AM
 #946

I had to remove v1.0 and v1.1 from google drive and mega, because I was pointed that I used a small part of mrb's work.

used a small Huh

you used all mrb's work.


zcash_blake2b_init
mrb:
https://forum.z.cash/uploads/zcash/original/2X/d/d31391cb4322780a846f37bcc12e204801088f78.jpg
claymore:
https://forum.z.cash/uploads/zcash/original/2X/6/61b8e7613c2989ef356c81aec8993e6e3039cbdc.jpg

zcash_blake2b_update
mrb:
https://forum.z.cash/uploads/zcash/original/2X/7/726cd836dd65080358be0bbc3c674784ad84e52b.png
claymore:
https://forum.z.cash/uploads/zcash/original/2X/f/fe0019f4d3fa52b834d4e7ba91e17ed4349b2251.png

solve_equihash
mrb:
https://forum.z.cash/uploads/zcash/original/2X/6/670d2ed87ccca99edb255812335e6d54f24a3477.jpg
claymore:
https://forum.z.cash/uploads/zcash/original/2X/d/d856f9a8a9c4991e5be94121d00e03859123e1fe.jpg

sub_413330   zcash_blake2b_init
sub_413420   zcash_blake2b_update
sub_40AD00  solve_equihash




I had to remove v1.0 and v1.1 from google drive and mega, because I was pointed that I used a small part of mrb's work.
It will take up to 24 hours to revise my code and create own implementation, then I will upload updated version.


Details are:

Code:
mrb> Claymore, you took and reused my blake.c code and didn't include the copyright notice as required by silentarmy's MIT license:
mrb> https://forum.z.cash/t/silentarmy-v3-now-a-full-miner-multi-gpu-stratum/3580/640
mrb> I request that you cease infringing by:
mrb> (1) either including the full "License" section of silentarmy's README.md along with your distribution of your zcash miner,
mrb> (2) or stop using my blake.c code.

Of course this is only ~100 lines of code, and we are all lazy programmers and I understand why you did it :) but you ought to do the right thing.
Thanks,
-Marc Bevand
[/quote]

Oh, you are correct, I really missed this point. I was in a big hurry to release first version asap, so I concentrated on main Wagner's algo,
blake is not interesting for me at this point since it takes only 10% of total GPU time and it's trivial in fact, blake algo is not that I can call something new.
But to make some start point asap I included your blake.c into my sources and then forgot about it and did not create my implementation. That's what happens if you are in a hurry.
It is very unpleasant situation for me, I will do the following:

1. I remove v1.0 and v1.1 versions of my miner. In fact, I already removed current packages from google drive and MEGA, I will upload updated versions soon. In next version I will remove your blake.c from my sources.
2. I apologize, it's only my fault that I used this part of your code. I was not going to do it in public version.
3. I want to send you some compensation from my ZEC dev fee if you don't mind, just send me your ZEC address.
4. I'm not going to hide my fault in any way, I will post this message in my miner thread in first post.

Original author says its only 100 lines of code.

doktor83
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
November 06, 2016, 09:12:58 AM
 #947

100 lines of code could make your miner run 200% faster , so it's not "only" Cheesy

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
Hotmetal
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
November 06, 2016, 09:15:04 AM
 #948

so if he removed blake2b, will it be slower?

It wasn't just blake.. It was a lot of other stuff as well
bobben2
Full Member
***
Offline Offline

Activity: 279
Merit: 104


View Profile
November 06, 2016, 09:23:30 AM
 #949

Sounds to me more like professional jealously.

Absolutely not. Some users discovered it and simply told me about it: https://forum.z.cash/t/silentarmy-v3-now-a-full-miner-multi-gpu-stratum/3580/629

This cryptomined fellow is like a Spanish Inquisition.
Very aggressive to put as much black PR as he can on claymore...

Doesn't look like aggression to me though..

Not even jealousy..


Just facts, that aren't completely true.

I went ahead and setup Claymore's 2.5% fee miner and ran it.

My 2x480's in my test machine never got over 47 sol per card. (Let it run for an hour).
While the Silent army one modified by Nerdralph never got lower than 48!! Even spikes to 56Sol.  Grin
Also let it run for an hour to get a better look on the pool results. And yup, those were even higher then the reported sols as well.

So basically, Claymore didn't take the silent army kernel and implemented it, he took it, made it slower and put a big ass fee next to it and made all of you people think that you hit the jackpot, haha  Grin

And now laughing his ass off watching his "Sols" go up in all those pools  Cheesy and thinking : "Suckers...."

  Cool


Edit: I have to admit, after reading the convo between Mrb and Claymore, respect that he admitted his fault and doesn't try to hide it. Kudo's.

What about cpu usage on nedralph ft. mrb miner vs. claymore's?

Here (top cmd):

rig1 i5-4460  CPU @ 3.20GHz  silentarmy  xubuntu  16.04

 2127 bobben      20   0 16,209g  81344  53428 S   8,6  1,0   0:52.44 sa-solver
 2128 bobben      20   0 16,209g  80824  52908 R   7,6  1,0   0:52.86 sa-solver
 2129 bobben      20   0 16,209g  80884  52956 S   7,6  1,0   0:48.63 sa-solver
 2130 bobben      20   0 16,209g  80976  53116 S   7,0  1,0   0:49.08 sa-solver
 2132 bobben      20   0 16,209g  80624  52824 S   5,6  1,0   0:37.96 sa-solver
 2133 bobben      20   0 16,209g  80648  52852 S   5,3  1,0   0:37.14 sa-solver
 

rig2 i5-3570 CPU @ 3.40GHz   zecminer64 (claymore)  xubuntu 14.04

 8567 bobben      20   0 4986220 137240  79912 S   6,5  1,7   1:08.99 zecminer64


Two rigs, both have 3 gpus each.
I know, the i5-3570 is a better cpu (or haswell inferior to ivy bridge), but the numbers are convincing in favour of Claymore.

Fellow miners, get your thens and thans in order and help other forum readers understand what you are writing. Remember the grammar basics:  B larger THAN A (comparator operator). If something THEN ....
caloydgreat
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 06, 2016, 09:29:30 AM
 #950

I think it would be best to both parties and to all miners if this would just be for free. Without the dev fees.
Please remove the dev fees in your zcash miner @Claymore. Just let it be for the public and all of us miners will appreciate you more and I think @mrb would have no objection to that.

Please remove the dev fees. Just this once.
Thank you.
DStefanov
Sr. Member
****
Offline Offline

Activity: 425
Merit: 250


View Profile WWW
November 06, 2016, 09:35:05 AM
 #951

I think it would be best to both parties and to all miners if this would just be for free. Without the dev fees.
Please remove the dev fees in your zcash miner @Claymore. Just let it be for the public and all of us miners will appreciate you more and I think @mrb would have no objection to that.

Please remove the dev fees. Just this once.
Thank you.

Huh?!??!??!?
There is no logic in what you want !!
By going to the store if you donate bread or have to buy it?
Developers also need to eat!  Wink

osnwt
Sr. Member
****
Offline Offline

Activity: 353
Merit: 251


View Profile
November 06, 2016, 09:36:24 AM
 #952

What about cpu usage on nedralph ft. mrb miner vs. claymore's?
That really is the main weak factor of silentarmy miner.

I had to install miner on my friend's PC that is very slow single core Celeron with 1GB of RAM and RX470 x 2 cards. Silentarmy gave me only 7Sol/s per thread, so around 28 Sol/s for TWO RX470. The limiting factor was CPU and bus. I replaced the MB by a better one and got double performance - around 56 Sol/s. Still not a lot since the same miner with H81Pro BTC and G3240 gave more. Replacing the miner by CZM (let me call so the Claymore's Zcash miner further), I've got 90 Sol/s on that slowest mobo with single core CPU.

So I hope mrb will pay some attention to this. Otherwise his miner isn't slower for modern cards. Can't say so yet for 79xx. But have to admit that 50% of success of CZM is remote management + telemetry, stability and easy use on all platforms. That pays for itself. And with the same performance people will use CZM just for that.

As for me, I would use freeware miner and add telemetry scripting if necessary. But of course, we now need the same performance just to stay in a line with the majority.
Nikolaj
Sr. Member
****
Offline Offline

Activity: 445
Merit: 255


View Profile
November 06, 2016, 09:39:32 AM
 #953

I had to remove v1.0 and v1.1 from google drive and mega, because I was pointed that I used a small part of mrb's work.
It will take up to 24 hours to revise my code and create own implementation, then I will upload updated version.


Details are:

Code:
mrb> Claymore, you took and reused my blake.c code and didn't include the copyright notice as required by silentarmy's MIT license:
mrb> https://forum.z.cash/t/silentarmy-v3-now-a-full-miner-multi-gpu-stratum/3580/640
mrb> I request that you cease infringing by:
mrb> (1) either including the full "License" section of silentarmy's README.md along with your distribution of your zcash miner,
mrb> (2) or stop using my blake.c code.

Of course this is only ~100 lines of code, and we are all lazy programmers and I understand why you did it :) but you ought to do the right thing.
Thanks,
-Marc Bevand
[/quote]

Oh, you are correct, I really missed this point. I was in a big hurry to release first version asap, so I concentrated on main Wagner's algo,
blake is not interesting for me at this point since it takes only 10% of total GPU time and it's trivial in fact, blake algo is not that I can call something new.
But to make some start point asap I included your blake.c into my sources and then forgot about it and did not create my implementation. That's what happens if you are in a hurry.
It is very unpleasant situation for me, I will do the following:

1. I remove v1.0 and v1.1 versions of my miner. In fact, I already removed current packages from google drive and MEGA, I will upload updated versions soon. In next version I will remove your blake.c from my sources.
2. I apologize, it's only my fault that I used this part of your code. I was not going to do it in public version.
3. I want to send you some compensation from my ZEC dev fee if you don't mind, just send me your ZEC address.
4. I'm not going to hide my fault in any way, I will post this message in my miner thread in first post.

Nice to see mature, thoughtful responses from both parties. Let's move on, then.

Very nice behaviour. Congrats Wink
Searing
Copper Member
Legendary
*
Offline Offline

Activity: 2898
Merit: 1464


Clueless!


View Profile
November 06, 2016, 09:42:05 AM
 #954

I think it would be best to both parties and to all miners if this would just be for free. Without the dev fees.
Please remove the dev fees in your zcash miner @Claymore. Just let it be for the public and all of us miners will appreciate you more and I think @mrb would have no objection to that.

Please remove the dev fees. Just this once.
Thank you.


Sorry to say. He has a product the kicks butt. I realize pools for ZEC are charging 4% that will lessen some with competition.....add this 2.5% and it looks steep together at 6.5%

but again. IF your product rocks why would you not charge 2.5% and code this mess for free. That is just silly. He also charged for the ETH versions.

From what I understand his previous mining stuff for ETH was 1%. This being a new coin and more of a gamble...he up'd the amount for the risk/time he put in.

Anyway...if this does NOT work out for him and others have your view and they all beat a path someplace else..well hell he may then lessen his fee at some point.

But no fee at all ....don't be silly Smiley

Also imho by getting such out NOW rather then later. (ie free as time permits no rush) anyone mining GPU's is probably gonna make out way way ahead mining NOW with stuff that
works at this speed way way way above the curve and the 2.5% fee is a non issue. Then again it could all go beanie baby by next Wednesday and everyone has other concerns then.

Anyway its his time....it is his way to price.....if it is too high others will also make code as good  then that will 'encourage' him to maybe lower his prices then.

but again....don't like it use something else imho ..not a slam..just how I see his situation and pricing at this time etc

 


Old Style Legacy Plug & Play BBS System. Get it from www.synchro.net. Updated 1/1/2021. It also works with Windows 10 and likely 11 and allows 16 bit DOS game doors on the same Win 10 Machine in Multi-Node! Five Minute Install! Look it over it uninstalls just as fast, if you simply want to look it over. Freeware! Full BBS System! It is a frigging hoot!:)
Oldminer2013
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
November 06, 2016, 09:45:01 AM
 #955

https://forum.z.cash/uploads/zcash/original/2X/e/e1fcb5b08910fcc7b461495a70e7777d6e725f86.png

opencl kernel name
mrb                               Claymore
kernel_init_ht                kt
kernel_round0               kr0
kernel_round1               kr1
kernel_round2               kr2
......

you used opencl blake solve_equihash...

small Huh

I had to remove v1.0 and v1.1 from google drive and mega, because I was pointed that I used a small part of mrb's work.

used a small Huh

you used all mrb's work.

zcash_blake2b_init
mrb:
https://forum.z.cash/uploads/zcash/original/2X/d/d31391cb4322780a846f37bcc12e204801088f78.jpg
claymore:
https://forum.z.cash/uploads/zcash/original/2X/6/61b8e7613c2989ef356c81aec8993e6e3039cbdc.jpg

zcash_blake2b_update
mrb:
https://forum.z.cash/uploads/zcash/original/2X/7/726cd836dd65080358be0bbc3c674784ad84e52b.png
claymore:
https://forum.z.cash/uploads/zcash/original/2X/f/fe0019f4d3fa52b834d4e7ba91e17ed4349b2251.png

solve_equihash
mrb:
https://forum.z.cash/uploads/zcash/original/2X/6/670d2ed87ccca99edb255812335e6d54f24a3477.jpg
claymore:
https://forum.z.cash/uploads/zcash/original/2X/d/d856f9a8a9c4991e5be94121d00e03859123e1fe.jpg

sub_413330   zcash_blake2b_init
sub_413420   zcash_blake2b_update
sub_40AD00  solve_equihash




I had to remove v1.0 and v1.1 from google drive and mega, because I was pointed that I used a small part of mrb's work.
It will take up to 24 hours to revise my code and create own implementation, then I will upload updated version.


Details are:

Code:
mrb> Claymore, you took and reused my blake.c code and didn't include the copyright notice as required by silentarmy's MIT license:
mrb> https://forum.z.cash/t/silentarmy-v3-now-a-full-miner-multi-gpu-stratum/3580/640
mrb> I request that you cease infringing by:
mrb> (1) either including the full "License" section of silentarmy's README.md along with your distribution of your zcash miner,
mrb> (2) or stop using my blake.c code.

Of course this is only ~100 lines of code, and we are all lazy programmers and I understand why you did it :) but you ought to do the right thing.
Thanks,
-Marc Bevand
[/quote]

Oh, you are correct, I really missed this point. I was in a big hurry to release first version asap, so I concentrated on main Wagner's algo,
blake is not interesting for me at this point since it takes only 10% of total GPU time and it's trivial in fact, blake algo is not that I can call something new.
But to make some start point asap I included your blake.c into my sources and then forgot about it and did not create my implementation. That's what happens if you are in a hurry.
It is very unpleasant situation for me, I will do the following:

1. I remove v1.0 and v1.1 versions of my miner. In fact, I already removed current packages from google drive and MEGA, I will upload updated versions soon. In next version I will remove your blake.c from my sources.
2. I apologize, it's only my fault that I used this part of your code. I was not going to do it in public version.
3. I want to send you some compensation from my ZEC dev fee if you don't mind, just send me your ZEC address.
4. I'm not going to hide my fault in any way, I will post this message in my miner thread in first post.






denis1995
Full Member
***
Offline Offline

Activity: 256
Merit: 100


View Profile
November 06, 2016, 09:46:14 AM
 #956

Sounds to me more like professional jealously.

Absolutely not. Some users discovered it and simply told me about it: https://forum.z.cash/t/silentarmy-v3-now-a-full-miner-multi-gpu-stratum/3580/629

This cryptomined fellow is like a Spanish Inquisition.
Very aggressive to put as much black PR as he can on claymore...

Doesn't look like aggression to me though..

Not even jealousy..


Just facts, that aren't completely true.

I went ahead and setup Claymore's 2.5% fee miner and ran it.

My 2x480's in my test machine never got over 47 sol per card. (Let it run for an hour).
While the Silent army one modified by Nerdralph never got lower than 48!! Even spikes to 56Sol.  Grin
Also let it run for an hour to get a better look on the pool results. And yup, those were even higher then the reported sols as well.

So basically, Claymore didn't take the silent army kernel and implemented it, he took it, made it slower and put a big ass fee next to it and made all of you people think that you hit the jackpot, haha  Grin

And now laughing his ass off watching his "Sols" go up in all those pools  Cheesy and thinking : "Suckers...."

  Cool


Edit: I have to admit, after reading the convo between Mrb and Claymore, respect that he admitted his fault and doesn't try to hide it. Kudo's.

So silent army is better than claymore? I am getting with clymore 46 sols with 390 how much i will get with silent army?
adaseb
Legendary
*
Offline Offline

Activity: 3752
Merit: 1710



View Profile
November 06, 2016, 09:51:10 AM
 #957

Well since you can't short ZEC, this millionaire must be buying for some reason.

Seems like a legit buy order, orders are getting filled.





.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
caloydgreat
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 06, 2016, 09:55:08 AM
 #958

I think it would be best to both parties and to all miners if this would just be for free. Without the dev fees.
Please remove the dev fees in your zcash miner @Claymore. Just let it be for the public and all of us miners will appreciate you more and I think @mrb would have no objection to that.

Please remove the dev fees. Just this once.
Thank you.

Huh?!??!??!?
There is no logic in what you want !!
By going to the store if you donate bread or have to buy it?
Developers also need to eat!  Wink

I understand where you are coming from but there is already animosity in the air. If the miner released by @claymore is open-sourced there would be no drama. As you know the issue is, the source of the code is open and created by another good developer, used by claymore as admitted by himself, enforced small % as dev fees without acknowledgement of the source. This is just one way to settle the infringement and there can be many others.

To answer your store question: Find money to buy food to eat, but have it the right way. There can be ways other than enforcing dev fee on this one.
Eliovp
Legendary
*
Offline Offline

Activity: 1050
Merit: 1293

Huh?


View Profile WWW
November 06, 2016, 09:56:39 AM
 #959

What about cpu usage on nedralph ft. mrb miner vs. claymore's?
That really is the main weak factor of silentarmy miner.

I had to install miner on my friend's PC that is very slow single core Celeron with 1GB of RAM and RX470 x 2 cards. Silentarmy gave me only 7Sol/s per thread, so around 28 Sol/s for TWO RX470. The limiting factor was CPU and bus. I replaced the MB by a better one and got double performance - around 56 Sol/s. Still not a lot since the same miner with H81Pro BTC and G3240 gave more. Replacing the miner by CZM (let me call so the Claymore's Zcash miner further), I've got 90 Sol/s on that slowest mobo with single core CPU.

So I hope mrb will pay some attention to this. Otherwise his miner isn't slower for modern cards. Can't say so yet for 79xx. But have to admit that 50% of success of CZM is remote management + telemetry, stability and easy use on all platforms. That pays for itself. And with the same performance people will use CZM just for that.

As for me, I would use freeware miner and add telemetry scripting if necessary. But of course, we now need the same performance just to stay in a line with the majority.


I must have a seriously powerful celeron cpu then i guess..

2 x 480 both doing 50+ sol with nerdralph's silentarmy mod...

Reference here: https://bitcointalk.org/index.php?topic=1670733.msg16783529#msg16783529

Weak factor...  Cheesy

DStefanov
Sr. Member
****
Offline Offline

Activity: 425
Merit: 250


View Profile WWW
November 06, 2016, 10:12:25 AM
 #960

I think it would be best to both parties and to all miners if this would just be for free. Without the dev fees.
Please remove the dev fees in your zcash miner @Claymore. Just let it be for the public and all of us miners will appreciate you more and I think @mrb would have no objection to that.

Please remove the dev fees. Just this once.
Thank you.

Huh?!??!??!?
There is no logic in what you want !!
By going to the store if you donate bread or have to buy it?
Developers also need to eat!  Wink

I understand where you are coming from but there is already animosity in the air. If the miner released by @claymore is open-sourced there would be no drama. As you know the issue is, the source of the code is open and created by another good developer, used by claymore as admitted by himself, enforced small % as dev fees without acknowledgement of the source. This is just one way to settle the infringement and there can be many others.

To answer your store question: Find money to buy food to eat, but have it the right way. There can be ways other than enforcing dev fee on this one.


One question will ask you to finish comments!
You do not know use foreign software, which is the work of someone to make money from it !!!! Why do it then? Do not use it.
Have you heard of the Copyright Law ....?!?!?
This is where I does not matter, but you think you have entirely mistaken thinking.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 ... 760 »
  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!