Author Topic: Coyote Miner | PPS Mining Pool  (Read 403573 times)

0 Members and 1 Guest are viewing this topic.

Offline bytemaster

Re: Coyote Miner | PPS Mining Pool
« Reply #1031 on: November 12, 2013, 04:13:06 am »
Pools seems down again
Nope... working just fine.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline alexxy

  • Full Member
  • ***
  • Posts: 175
    • View Profile
Re: Coyote Miner | PPS Mining Pool
« Reply #1030 on: November 12, 2013, 04:02:22 am »
Pools seems down again
Vote for my delegates! alexxy | lexx
PTS: PmraxfZ852y9oEKrYMLX1ee3e4qRWPUTFC
BTS: alexxy

Offline bytemaster

Re: Coyote Miner | PPS Mining Pool
« Reply #1029 on: November 12, 2013, 04:01:35 am »
Server just crashed 'too many open files'..

Restarted it.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline testz

Re: Coyote Miner | PPS Mining Pool
« Reply #1028 on: November 12, 2013, 04:01:13 am »
its dropping values again....
 valid: 2  invalid: 0  balance: 0.0175668  paid: 0  earned: 0.0175668  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  h
m: 50.7146
 valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  hpm: 47.6874
 valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  hpm: 39.8898

Nope, we just found 2 blocks before you found 2 shares :)   I really need to fix this because this will always keep coming up.   That is safe to ignore.

Can you update us how many block we was find up to now?

Offline gabainc

  • Full Member
  • ***
  • Posts: 68
    • View Profile
Re: Coyote Miner | PPS Mining Pool
« Reply #1027 on: November 12, 2013, 04:01:01 am »
server is down =
9

Offline testz

Re: Coyote Miner | PPS Mining Pool
« Reply #1026 on: November 12, 2013, 03:59:05 am »
@bytemaster about numbers

24 cores Opteron 6174 ~60hpm (poor parallelization =\)
4 core Core i5 750 ~37hpm (no parallelization penalty)

I can try algo on intel mic but it seems to me i get parallelization bottleneck (it has ~226 threads)

Do you have Xeon Phi? It's my dream  :)

Offline bytemaster

Re: Coyote Miner | PPS Mining Pool
« Reply #1025 on: November 12, 2013, 03:58:12 am »
its dropping values again....
 valid: 2  invalid: 0  balance: 0.0175668  paid: 0  earned: 0.0175668  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  h
m: 50.7146
 valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  hpm: 47.6874
 valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  hpm: 39.8898

Nope, we just found 2 blocks before you found 2 shares :)   I really need to fix this because this will always keep coming up.   That is safe to ignore.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline bytemaster

Re: Coyote Miner | PPS Mining Pool
« Reply #1024 on: November 12, 2013, 03:57:26 am »
@bytemaster seems like you have poor parallelized code, on 24 core machine it gives only ~50-70% load =\

You have lower latencies.  There is some overhead associated with synchronizing threads and when you divide the 2^26 search space into 24 threads, you amplify the amount of time spent in single threaded code.  Try running 3 instances at 8 cores.

By the way, if you have studied my fc library, you will know that my code is entirely lock-free and very well paralyzed.   It looks like I will have to do higher-level division to simulate 3 processes in one.   I just don't have a 24 or 32 core machine to try it on :)

fc is boost based lib, better parallelization may be occured using omp for example. I have also 48 and 64 core machines. So i can test on it.

PS why you dont release miner code?

I started a bounty for people to create faster algorithms, my closed source code is proof it can be done.   ypool seems to have one that is faster.   When an alternative implementation comes out that is equal to mine I will release the code.  It is my way of encouraging more eyes to focus on optimizing the proof of work.   Taunting the savvy, smart, developers to come claim the bounty with an objective measure... "better than my miner for one week".   

As long as I keep my miner closed then open source developers can freely publish their better algorithms and they will not have incentive to keep it closed.   

I don't want anyone else to have a closet, unpublished algorithm that is better than the open source ones available.   If ypool is really 5x the stock client, then I may have some work to do :)   Their code is open source by the way.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline atta2k15

  • Jr. Member
  • **
  • Posts: 36
    • View Profile
Re: Coyote Miner | PPS Mining Pool
« Reply #1023 on: November 12, 2013, 03:56:38 am »
its dropping values again....
 valid: 2  invalid: 0  balance: 0.0175668  paid: 0  earned: 0.0175668  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  h
m: 50.7146
 valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  hpm: 47.6874
 valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  hpm: 39.8898


but after restart i fetches it again from server
  valid: 2  invalid: 0  balance: 0.0175668  paid: 0  earned: 0.0175668  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  h
pm: 39.2615

Offline alexxy

  • Full Member
  • ***
  • Posts: 175
    • View Profile
Re: Coyote Miner | PPS Mining Pool
« Reply #1022 on: November 12, 2013, 03:55:47 am »
@bytemaster about numbers

24 cores Opteron 6174 ~60hpm (poor parallelization =\)
4 core Core i5 750 ~37hpm (no parallelization penalty)

I can try algo on intel mic but it seems to me i get parallelization bottleneck (it has ~226 threads)
Vote for my delegates! alexxy | lexx
PTS: PmraxfZ852y9oEKrYMLX1ee3e4qRWPUTFC
BTS: alexxy

Offline Amazon

  • Hero Member
  • *****
  • Posts: 830
    • View Profile
    • Bitshares Forum
Re: Coyote Miner | PPS Mining Pool
« Reply #1021 on: November 12, 2013, 03:55:01 am »
ypool looks like their client is faster, can anyone do a comparison for me. 

I looked at their code and it was incomprehensible to me at a quick glance.

It is hard to compare the income. ypool does no do pps. So it has big variance block by block.
Forum Donation: PforumPLfVQXTi4QpQqKwoChXHkoHcxGuA

Offline alexxy

  • Full Member
  • ***
  • Posts: 175
    • View Profile
Re: Coyote Miner | PPS Mining Pool
« Reply #1020 on: November 12, 2013, 03:53:06 am »
@bytemaster seems like you have poor parallelized code, on 24 core machine it gives only ~50-70% load =\

You have lower latencies.  There is some overhead associated with synchronizing threads and when you divide the 2^26 search space into 24 threads, you amplify the amount of time spent in single threaded code.  Try running 3 instances at 8 cores.

By the way, if you have studied my fc library, you will know that my code is entirely lock-free and very well paralyzed.   It looks like I will have to do higher-level division to simulate 3 processes in one.   I just don't have a 24 or 32 core machine to try it on :)

fc is boost based lib, better parallelization may be occured using omp for example. I have also 48 and 64 core machines. So i can test on it.

PS why you dont release miner code?
Vote for my delegates! alexxy | lexx
PTS: PmraxfZ852y9oEKrYMLX1ee3e4qRWPUTFC
BTS: alexxy

Offline bytemaster

Re: Coyote Miner | PPS Mining Pool
« Reply #1019 on: November 12, 2013, 03:50:46 am »
@bytemaster seems like you have poor parallelized code, on 24 core machine it gives only ~50-70% load =\

You have lower latencies.  There is some overhead associated with synchronizing threads and when you divide the 2^26 search space into 24 threads, you amplify the amount of time spent in single threaded code.  Try running 3 instances at 8 cores.

By the way, if you have studied my fc library, you will know that my code is entirely lock-free and very well paralyzed.   It looks like I will have to do higher-level division to simulate 3 processes in one.   I just don't have a 24 or 32 core machine to try it on :)
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline bytemaster

Re: Coyote Miner | PPS Mining Pool
« Reply #1018 on: November 12, 2013, 03:48:26 am »
@bytemaster seems like you have poor parallelized code, on 24 core machine it gives only ~50-70% load =\

You have lower latencies.  There is some overhead associated with synchronizing threads and when you divide the 2^26 search space into 24 threads, you amplify the amount of time spent in single threaded code.  Try running 3 instances at 8 cores.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline spoonman

  • Full Member
  • ***
  • Posts: 95
    • View Profile
Re: Coyote Miner | PPS Mining Pool
« Reply #1017 on: November 12, 2013, 03:47:16 am »
ypool looks like their client is faster, can anyone do a comparison for me. 

I looked at their code and it was incomprehensible to me at a quick glance.

with the alpha I was getting ~25hpm on my iMac, now I am getting ~39. Windows ~9 before and now ~14.