Bitcoin Forum
June 25, 2024, 08:23:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 ... 279 »
1601  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 19, 2019, 12:52:47 AM
My money is on thesnat21 to be able to make a GPU miner for BBP. He solved the riddle of the BLE headers and made a GPU for that.

TheSnat,  can you execute the AES512 encryption algorithm in your GPU miner and can you load the full KJV bible into its memory and duplicate the chaincalls?

What if I up the reward to 3 MM bbp?



oy, I was not going to worry about it ...  lol i smell a conspiracy Smiley


Just take a look at the BibleHash algo and how much estimated memory it would take to load the KJV array in the GPU executing environment (this is from kjv.cpp), and tell is if you believe its technically possible to duplicate the chained bible hash calls, the AES512 call, the hash call and the concatenated result call in a GPU.  And how secure or not secure you feel that someone will figure it out knowing what you know about c libraries and GPU code programming.

Im not too worried about ASIC, I heard they have such limited memory that loading the bible in it would be preposterous also you need a specific designed chip with the bible that would cost a lot of R&D for the first batch.

Edit: btw guys when you execute one biblehash, it uses 33,000 verses of the bible in a certain hashed order (depending on each hash its different).  IE its memory intensive since the entire bible is memorized.


1602  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 19, 2019, 12:24:33 AM
My money is on thesnat21 to be able to make a GPU miner for BBP. He solved the riddle of the BLE headers and made a GPU for that.

TheSnat,  can you execute the AES512 encryption algorithm in your GPU miner and can you load the full KJV bible into its memory and duplicate the chaincalls?

What if I up the reward to 3 MM bbp?

1603  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 18, 2019, 11:57:17 PM
Ok, great news!

POBH is certified to not give a miner any multi-wallet advantage!

From my tests, I took a Ryzen Windows PC and loaded 5 copies of biblepay.  
Results:
1 biblepay instance running, minersleep=0, 98% cpu utilization, solo mining, 25 threads : 5900 hps
5 biblepay instances running, minersleep=0, 100% cpu utilization, solo mining, 20 threads per instance: 1200 hps each: 6000 hps total for the machine
NOTE: The 100 hps discrepency is because the 1 instance didnt do as much context switching as the 5 (NORMAL).
No edge found!
[...]

Regarding the pools, to ensure there is no exploit for multiwallets, I took the first step of lengthening the POW requirement for every share, so now you will solve less shares per hour but the results should still be the same.  I want a FAIR ENVIRONMENT for everyone in the pool and out of the pool.  Id appreciate it if Dave and Capulo can help us certify the environment by doing some side testing against the pool- just make sure the small miiner and the big miner are equal.  Id like to do more work on this phase also before closing this issue.

Regarding the 10% withdraw limit per day I will look into this today.


To be honest, I'm still confused as to how pool.biblepay pays or calculates its "shares".
Here's what I've tested over the last 2 hours (both servers with dual L5640):
Server A: 1 wallet, nproclimit=40 (maximum)
Server B: 12 wallets, nproclimit=8 each (so "96" in total)

Server A: HPS: 6050, HPS2: 450-480k, shares: approx. 90-100
Server B: HPS: 510-560 each (sum: 6350) , HPS2: between 50 and 70k (sum: approx. 700k), shares: between 9 and 14 (sum: approx. 130)

So either the single instance takes much longer to get to its maximum (but it hasn't changed over the last 30 minutes), or there's still a slight advantage for running multiple wallets on large machines ...
However, this is all for nothing, if the pool looks at "HPS" for payout/block distribution, which I don't know if it does. Wink

Thanks Dave!  So whats nice about this scenario (and I assume your servers A & B are the same specs based on the HPS given above), is you have also given us backing that our "solo mining mode" (multiwallet vs non-multi-wallet in solo mode) yields the same HPS (6050 vs 6350 in your case).  So that is very, very good as it agrees with my figures I posted earlier.

Anyhew, let me take a look at the total shares of the pool next, and get back to you.  Im determined that we should be paying equal to Server B vs Server A so this is fair for everyone.  I had no idea people were launching servers with horizontal copies of BBP to exploit the pool(s).  They probably have been exploiting PurePool with this also...

Ill get back to you on the payout mechanism also, thanks for starting this test.

Oh, one more question if you know the answer:  Did this 95 share payout vs 130 share payout Decrease as of today and was it worse before (IE yesterday), IE did it improve today after I increased the complexity of each share?


To answer your question Dave, pool.biblepay pays the reward based off the Shares solved count (not the HPS) -- as that info is all it can assess for each miner privately.  Up til today, all the shares were equally hard.  So with the info you provided (that multiwallets mining against the pool have a 30% edge), I took a look at the solve data and it appears Possibly what might be happening is since the larger servers all ask for work at approx the same time, they might have an advantage in getting lucky and solving more than one very similar share (since the pool shares are much easier than an actual block).  Another words, lets say you run 20 threads, and thread 15 and 16 on a large server both satisfy the round requirements, and you end up with 2 shares solved in parallel where the small miner only gets 1.  This sounds fair, but the point is only one of those 2 really helps the group (as they were both equally hard but only one is valuable).

So what I did to address this is now we are shaking the bag up and now we hand out various random types of work to every thread, and this should technically result in threads not clashing and solving similar type work. 

When you get a chance can you please re-assess the situation in the pool again and see if A & B are more equal now.

1604  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 18, 2019, 11:40:29 PM
PolisPay important announcement
"it has come to our knowledge through the means of our PolisPay Card Provider and our lawyers,
that our provider was having a set of problems with Mastercard.
As we have been told, Mastercard never gave them permission to sell cards outside of Mexico
...
the implications of this result in us being unable of selling cards outside the country, at least for now,
as Mastercard has blocked our provider from validating transactions from cards with a registered living address in other countries."
https://medium.com/@PolisBlockchain/polispay-important-announcement-7f639965ca43

Its a very sad day for Polis and Crypto payments (again).  When I saw their price drop 50% this morning I went to their thread on bitcointalk and the last post shows this sad info:
https://bitcointalk.org/index.php?topic=2627897.1080

Maybe they will work it out somehow by going with another bank.

Btw, I noticed cryptopia.nz is working out their problems and are back in read only mode.

1605  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 18, 2019, 11:01:14 PM
Ok, great news!

POBH is certified to not give a miner any multi-wallet advantage!

From my tests, I took a Ryzen Windows PC and loaded 5 copies of biblepay.  
Results:
1 biblepay instance running, minersleep=0, 98% cpu utilization, solo mining, 25 threads : 5900 hps
5 biblepay instances running, minersleep=0, 100% cpu utilization, solo mining, 20 threads per instance: 1200 hps each: 6000 hps total for the machine
NOTE: The 100 hps discrepency is because the 1 instance didnt do as much context switching as the 5 (NORMAL).
No edge found!
[...]

Regarding the pools, to ensure there is no exploit for multiwallets, I took the first step of lengthening the POW requirement for every share, so now you will solve less shares per hour but the results should still be the same.  I want a FAIR ENVIRONMENT for everyone in the pool and out of the pool.  Id appreciate it if Dave and Capulo can help us certify the environment by doing some side testing against the pool- just make sure the small miiner and the big miner are equal.  Id like to do more work on this phase also before closing this issue.

Regarding the 10% withdraw limit per day I will look into this today.


To be honest, I'm still confused as to how pool.biblepay pays or calculates its "shares".
Here's what I've tested over the last 2 hours (both servers with dual L5640):
Server A: 1 wallet, nproclimit=40 (maximum)
Server B: 12 wallets, nproclimit=8 each (so "96" in total)

Server A: HPS: 6050, HPS2: 450-480k, shares: approx. 90-100
Server B: HPS: 510-560 each (sum: 6350) , HPS2: between 50 and 70k (sum: approx. 700k), shares: between 9 and 14 (sum: approx. 130)

So either the single instance takes much longer to get to its maximum (but it hasn't changed over the last 30 minutes), or there's still a slight advantage for running multiple wallets on large machines ...
However, this is all for nothing, if the pool looks at "HPS" for payout/block distribution, which I don't know if it does. Wink

Thanks Dave!  So whats nice about this scenario (and I assume your servers A & B are the same specs based on the HPS given above), is you have also given us backing that our "solo mining mode" (multiwallet vs non-multi-wallet in solo mode) yields the same HPS (6050 vs 6350 in your case).  So that is very, very good as it agrees with my figures I posted earlier.

Anyhew, let me take a look at the total shares of the pool next, and get back to you.  Im determined that we should be paying equal to Server B vs Server A so this is fair for everyone.  I had no idea people were launching servers with horizontal copies of BBP to exploit the pool(s).  They probably have been exploiting PurePool with this also...

Ill get back to you on the payout mechanism also, thanks for starting this test.

Oh, one more question if you know the answer:  Did this 95 share payout vs 130 share payout Decrease as of today and was it worse before (IE yesterday), IE did it improve today after I increased the complexity of each share?

1606  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 18, 2019, 10:58:06 PM
looooooooooooooooooooool

ROB tempting tempting tempting



good drugs, hallucinations, delusions, good good bbp, there you go...

Does 10M sound better as GPU miner bounty posted on github and provable to work with PoBH solo and pool mining?
Yes, if you are contributing 9M of it, it sounds waaaay better!

But anyway Im willing to put up 1M of my personal funds to start with.  If you want to fundraise the rest, thats not a bad idea.

The main point is there is a reward now, so if someone wants to hack us go for the reward, hackers!

1607  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 18, 2019, 06:42:40 PM
Now that pool.biblepay.org has been adjusted to be harder to mine per share, I would appreciate it if a volunteer will test the total Shares Rewarded in one hour in a multi-wallet environment vs a non multi wallet environment.

1608  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 18, 2019, 06:31:38 PM
C-CEX is open.  They opened on their own after seeing our mandatory.

1609  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 18, 2019, 06:21:32 PM
from pool:
one limit is 40k and then when you click confrim in email:

This withdrawal amount exceeds BiblePay's hot wallet limit; please withdraw less than 1001 bbp.

and last:
Sorry, a user has recently withdrawn a large sum of BBP. Please wait 120 seconds and try again.

large=1000 Cheesy

increase limits, i dont want to do 120 withdrawals in 2 min intervals

Ill look at this a little later today, but the key is setting up your auto-withdrawals so you get paid automatically once per morning @ 9am.


i'm trying to set autowithdraw, i put address as default withdraw address ans click enable - looks good and saved, but if i checked it in other browser, then default address is empty and auto withdraws in ON
is it ok? or will it withdraw to empty address? Smiley

seems taht it works, but it did only maybe 10% from available amount

Pool.biblepay.org just increased its daily payout to 50% of the users balance. 
1610  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 18, 2019, 06:18:55 PM
Im not sure if the information in this link is still true, but inblue tested it back in September 2017
http://wiki.biblepay.org/Multiple_Instances
Id rather everyone know about it, than just a few

I updated this wiki document to explain the situation and that there is No exploit as of 2019.

1611  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 18, 2019, 05:31:52 PM
MULTIWALLET EXPLANATION


So way back in September of 2017, we degraded the proof-of-bible-hash algorithm by attempting to compensate full mining nodes with More bbp - the goal was to reward the single full node with more bbp for mining as compared to a botnet (we suspected one existed in Japan with 300 copies of biblepay), and the goal was not to penalize rich users with many computers, but instead, at the time it was more about ensuring that if someone Transplanted the algorithm out of biblepay and into a GPU, it would require so much overhead (in speaking to the full node through IO per hash) it would be more wasteful than running the original biblepay-core software miner.

We accomplished this by making the miner do more full-node work (IE work related to the lookup of the information in the txindex) and this sounded novel at first, ensuring more rewards to those running a full node.

However the unintended consequence was people started running multiple copies of biblepay per machine, and this ended giving the multi-wallet an advatage total hashpersecond higher than simply running one copy. 

In response to this inblue measured it and when we found out about it towards the end of 2017, we modified POBH to do more hashing in c (we added a custom c hashing algorithm called biblepay.c) and this consumed additional clock cycles by 50% more per individual bible-hash (still keeping KJV bible lookups and anti-gpu code), meaning we removed the multi-wallet exploit back at Christmas 2017 when we went to F7000 and Sanctuaries.

So now, have no fear, all CPU mining is roughly equal.  All we have to do is ensure no one figures a way to port us to GPU, and that the pools are consistent!

Thank you for supporting BiblePay.
1612  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 18, 2019, 05:17:44 PM
Ok, great news!

POBH is certified to not give a miner any multi-wallet advantage!

From my tests, I took a Ryzen Windows PC and loaded 5 copies of biblepay.  
Results:
1 biblepay instance running, minersleep=0, 98% cpu utilization, solo mining, 25 threads : 5900 hps
5 biblepay instances running, minersleep=0, 100% cpu utilization, solo mining, 20 threads per instance: 1200 hps each: 6000 hps total for the machine
NOTE: The 100 hps discrepency is because the 1 instance didnt do as much context switching as the 5 (NORMAL).
No edge found!

Ill edit the wiki page with this new found info.
I challenge ANYONE that thinks they can run POBH in a GPU, Or bleed any edge out of BiblePay using MultiWallets to publically post here and show us!  Its not possible to cheat our other users!  Ill also pay 1 mil bbp reward to anyone who can prove that they did it publically, with provable environment checked in to github after testing (GPU or Multiwallet).

Ill explain separately why we had a multiwallet conversation in v2 of POBH back in Sept 2017.

Regarding the pools, to ensure there is no exploit for multiwallets, I took the first step of lengthening the POW requirement for every share, so now you will solve less shares per hour but the results should still be the same.  I want a FAIR ENVIRONMENT for everyone in the pool and out of the pool.  Id appreciate it if Dave and Capulo can help us certify the environment by doing some side testing against the pool- just make sure the small miiner and the big miner are equal.  Id like to do more work on this phase also before closing this issue.

Regarding the 10% withdraw limit per day I will look into this today.

1613  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 18, 2019, 05:10:22 PM
What's the plan after PODC retired? Will we stick in POBH or POG after bug fix?

Pure POBH is the temporary plan until BiblePay-Evolution is released.

We should have all the info on Evo in about 5 days - I will be creating a wiki document explaining the whole thing at the same time we go into testnet with Evo (in 5 days).

1614  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 18, 2019, 02:41:31 PM
Daemonko, stop posting here you are banned.  BitcoinTalk admins, ban him.
If you have anything constructive to say email it to Nathaniel@biblepay.org and he will pass it on to the community as someone with integrity that is not banned.

In the mean time, I will certify POBH publically and then ask volunteers to help replicate.
Then we will certify the pools.

1615  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 18, 2019, 02:37:12 PM
hash1 is not affected in solo or pool mining, sum of wallets hash power is +- still same

Please explain in more detail; I thought you told Dave there was a 500% edge?

Edit: I only know of one thing, HPS (not hash1 or hash2 anymore, I think we got rid of that a year ago).



i mean hash1 in pool or hps in solo (i think it is same number) is not affected by multiwallets
if you run 2 wallets, it just split to ~half and so

only hash2 in pool is affected by multiwallets

Thanks, I havent looked at it yet but will be looking at this stuff today and PMs etc.


In this case Purepool should not be affected, as it only counts the valid shares of the users. No HPS2 tricks or anythink like that Smiley



Just to clarify your post to everyone else:  HPS2 was not a TRICK.  HPS2 was just a reading that we passed on to the user of their total clients HPS gathered from the sum of their wallets transmissions to Us.  We always paid off of HPS in the pool.

So to re-state what Ive said all along:

Pool.biblepay used to have two columns:  Your HPS (for share assessment) and your HPS2 (that matched the clients total HPS).  It was useful to see if your miners matched the pool thats all it was.  No tricks, nor has there ever been tricks!

I challenge any Theymos's, any naysayers, anyone who ever points the finger of .01 BBP of corruption on BiblePay or ME, that you will be rebuked and proven wrong in Jesus Name!

Long live Biblepay, and its integrity!

1616  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 18, 2019, 11:52:49 AM
hash1 is not affected in solo or pool mining, sum of wallets hash power is +- still same

Please explain in more detail; I thought you told Dave there was a 500% edge?

Edit: I only know of one thing, HPS (not hash1 or hash2 anymore, I think we got rid of that a year ago).



i mean hash1 in pool or hps in solo (i think it is same number) is not affected by multiwallets
if you run 2 wallets, it just split to ~half and so

only hash2 in pool is affected by multiwallets

Thanks, I havent looked at it yet but will be looking at this stuff today and PMs etc.
1617  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 18, 2019, 02:46:24 AM


So is anyone working on the side project to measure the Solo mining HPS in our POBH algorithm?

I don't see any replies.

This is our #1 priority.

Next, Licht and I need to get together and tweak the pools to ensure multiwallets dont have an edge.  But please take care of #1 first.

1618  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 17, 2019, 02:45:29 PM
hash1 is not affected in solo or pool mining, sum of wallets hash power is +- still same

Please explain in more detail; I thought you told Dave there was a 500% edge?

Edit: I only know of one thing, HPS (not hash1 or hash2 anymore, I think we got rid of that a year ago).

1619  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 17, 2019, 02:12:25 PM
you are not right, difference is much much more than 10-15%, at least 500%, just not adjusting config, run more times same as single. so forgot about # cpu, put nproclimit 20+ everywhere

but this is not bug, it is pool feature to 'help poor miners' boosting their hash power arificialy (hash2)

Ah, now I see what you mean. So the actual "exploit" is not running multiple wallets, but increasing nproclimit far beyond your CPU core number. This is what tricks the pool into thinking that these are all small CPUs and pushes their HPS2.
The multiple wallets are only needed if you have a lot of CPU cores on one machine , because the nproclimit is capped at 40something.

I did some testing on pool.biblepay and this is definitely a thing. The same machines create much more "shares" and a higher "HPS2" (with HPS staying the same) by just increasing nproclimit to 16 or 24 (on 2 core systems).

That being said I think this should be either made clear for all users, or prohibited in some way, because you basically steal payout shares from people with a "conservative" setting ...


We have to remove that edge from both pools within 7 days Lict, if it exists Smiley.

Anyway guys lets focus on solo mining first please tell us if the 2017 edge is water under the bridge?

I'll be available to help revamp the pool after church or tomorrow depending on what happens today.

1620  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries on: March 17, 2019, 02:09:02 PM
Im not sure if the information in this link is still true, but inblue tested it back in September 2018
http://wiki.biblepay.org/Multiple_Instances
Id rather everyone know about it, than just a few

I never saw this document, and I think what I want to do now is have someone test this publically here, and tell me if there really is any multiwallet exploit Now, and let us fix our hash algo if there is before we reopen the exchanges.

I want progress halted until I know the truth, and will not re-open on the exchanges until we work through this together!

There should be NO EXPLOITS IN OUR PRODUCTION ENVIRONMENT FOR USERS WHO ATTEMPT TO STEAL COINS THROUGH SYSTEM CONFIGURATIONS!




I did a short (quick and dirty) test yesterday on the main pool with 2 identical machines (dual L5640 each). Machine A with 1 wallet (nproclimit=24) and machine B with 12 wallets (nproclimit=2). It came down to this:
A: wallet-hps: approx. 5000-5500; pool: 100-120 shares, HPS2 120-150k
B: wallet-hps: approx. 500 each; pool: 8-12 shares each, HPS2 7-14k each.

It's not easy to say, because the pool is wildly fluctuating in its hashrate display, but I think the advantage of running multiple wallets was (at least in this case) maybe 10-15 %. Not sure if this can be considered an "exploit".

Maybe I will test the same on purepool, but as I recall we tested this back in 2017 and on purepool there was no difference/advantage whatsoever ...


P.S.: one of my wallets sometime during the night crashed with the following ouput:
Code:
biblepayd: /usr/include/boost/thread/pthread/recursive_mutex.hpp:113: void boost::recursive_mutex::lock(): Assertion `!pthread_mutex_lock(&m)' failed.
The debug.log only showed this (but from a different timestamp than the crash):
Code:
 terminate called after throwing an instance of 'std::length_error'
  what():  basic_string::_M_create
2019-03-17 00:54:22 CGovernanceManager::UpdateCachesAndClean -- erase obj eda7079b949f1b75d4095d67ce6e30a3ad5f477892abe4017fcb079553f84b07
2019-03-17 00:54:22 CGovernanceManager::UpdateCachesAndClean -- erase obj cab433f02578c62fa70bf82c7e38a601b9d7f28ef4afaf4f0ded8606c7a3b5ac

Thanks Dave on the pool test, I wonder if Purepool is exactly the same.
IMHO, I really would not like to see an advantage at all (above 2%) for people running multi-wallets against a pool.  I don't believe it was intentional to give any 'poor users' a pool advantage, it was some type of effort we were making when we were discouraging bot-net activity.

But the elephant in the room right now is not the pool, its the base hashing algorithm.  We need to prove that there is no advantage to running more than one copy of biblepay in Virtual machines in solo mining first (the pool can be addressed later).

So if anyone will volunteer, please, set up a few copies of biblepay in solo mining mode and total the HPS for us and compare it to one instance at 100% compared to N instances at 100%.


Regarding the comments about HPS2:  Afaik, that figure has been removed from the pools.  That was just an estimate where we tried to match the pool throughput to the client total HPS but was not used for payment.

Pages: « 1 ... 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 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 ... 279 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!