mmortal03
Legendary
Offline
Activity: 1762
Merit: 1011
|
|
October 08, 2011, 06:42:20 AM |
|
There is a typo on the reported hash rate of BitcoinPool. It shows up as Speed:91.06 MH/s instead of Speed:91.06 GH/s.
Also, do you have any idea why BitcoinPool constantly shows up as red, even when mining just fine? Is the typo on your end or on BitcoinPool's end?
|
|
|
|
sharky112065
|
|
October 22, 2011, 07:29:04 PM |
|
Is it possible we can get an update for btcguild? Since they changed to pps the stats no longer show up.
|
Donations welcome: 12KaKtrK52iQjPdtsJq7fJ7smC32tXWbWr
|
|
|
rearwheels (OP)
|
|
November 09, 2011, 01:19:53 PM |
|
Is it possible we can get an update for btcguild? Since they changed to pps the stats no longer show up.
Sorry for the wait. It's done. Please take a look.
|
|
|
|
rearwheels (OP)
|
|
November 09, 2011, 01:21:34 PM |
|
Sorry guys, I've been in bad health for quite a while so I've been away.
I noticed quite a few pools have merge mining now. Let me know if you want to see the NMC earned displayed or something. (I'm still trying to read up on this.)
|
|
|
|
rearwheels (OP)
|
|
November 09, 2011, 01:24:59 PM |
|
There is a typo on the reported hash rate of BitcoinPool. It shows up as Speed:91.06 MH/s instead of Speed:91.06 GH/s.
Updated, maths error on my part... Thanks.
|
|
|
|
rearwheels (OP)
|
|
November 09, 2011, 01:28:49 PM |
|
There is a typo on the reported hash rate of BitcoinPool. It shows up as Speed:91.06 MH/s instead of Speed:91.06 GH/s.
Also, do you have any idea why BitcoinPool constantly shows up as red, even when mining just fine? Hmm...bitcoinpool replies in the json "active"="No" or "active"="Yes". I've made some changes to my code. Please let me know if the change solved this problem. Regards, Koo
|
|
|
|
sharky112065
|
|
November 09, 2011, 01:41:20 PM |
|
Is it possible we can get an update for btcguild? Since they changed to pps the stats no longer show up.
Sorry for the wait. It's done. Please take a look. Awesome! Thanks so much.
|
Donations welcome: 12KaKtrK52iQjPdtsJq7fJ7smC32tXWbWr
|
|
|
sharky112065
|
|
November 09, 2011, 03:46:42 PM |
|
One slight problem still. Btcguild shows unconfirmed. Should change it to confirmed as it is now a pps only pool.
|
Donations welcome: 12KaKtrK52iQjPdtsJq7fJ7smC32tXWbWr
|
|
|
DeathAndTaxes
Donator
Legendary
Offline
Activity: 1218
Merit: 1079
Gerald Davis
|
|
November 09, 2011, 03:57:13 PM |
|
Anyone else getting btcpoolwatch database errors when getting refreshes of Slush pool API?
|
|
|
|
organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
November 09, 2011, 04:01:42 PM |
|
Anyone else getting btcpoolwatch database errors when getting refreshes of Slush pool API?
yep. must be my exahash farm.
|
|
|
|
rearwheels (OP)
|
|
November 10, 2011, 12:49:03 AM |
|
One slight problem still. Btcguild shows unconfirmed. Should change it to confirmed as it is now a pps only pool.
oh, ic. There are 2 values from btcguild, paid and unpaid. I'm displaying it as follows: paid="confirmed" unpaid="estimated" Does this represent the values well? I can't change much due to all of them being sub-classed from the same parent (if you know what I'm talking about...software engineering stuff). I'll have to relook at my design to cater for different payments. Regards, Koo
|
|
|
|
rearwheels (OP)
|
|
November 10, 2011, 12:50:04 AM |
|
Anyone else getting btcpoolwatch database errors when getting refreshes of Slush pool API?
Looks like Slush pool information has changed and there's only historical information. So I've removed it.
|
|
|
|
rearwheels (OP)
|
|
November 10, 2011, 12:50:52 AM |
|
Anyone else getting btcpoolwatch database errors when getting refreshes of Slush pool API?
yep. must be my exahash farm. Long time no see!
|
|
|
|
slush
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
November 10, 2011, 12:56:12 AM |
|
Looks like Slush pool information has changed and there's only historical information. So I've removed it.
What changed? I only added few extra fields, but everything should be backward compatible.
|
|
|
|
rearwheels (OP)
|
|
November 10, 2011, 01:05:47 AM |
|
I'm getting the json from here: http://mining.bitcoin.cz/stats/json/The current code parses it for "active_workers" and "ghash_ps" which are not in the json. Please let me know if this has changed from last time or I'm looking at something else.
|
|
|
|
slush
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
November 10, 2011, 01:13:28 AM |
|
The current code parses it for "active_workers" and "ghash_ps" which are not in the json. Please let me know if this has changed from last time or I'm looking at something else.
ghash_ps is here. active_workers is away for almost half a year. But it's pretty easy to turn it back on this server. If you wait a moment, it will be in json again...
|
|
|
|
slush
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
November 10, 2011, 01:19:44 AM |
|
ok, active_workers is back :-)
|
|
|
|
rearwheels (OP)
|
|
November 10, 2011, 01:21:36 AM |
|
got it! The values are after the histories.
I see the active users has been added back in.
I've put back in the code to display the pool info.
Thanks Slush.
|
|
|
|
slush
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
November 10, 2011, 01:25:12 AM |
|
got it! The values are after the histories.
json dictionary is unordered, so I have no control how information is serialized. But as far as you parse it with json decoder, those values will be there forever.
|
|
|
|
sharky112065
|
|
November 10, 2011, 01:35:27 AM |
|
One slight problem still. Btcguild shows unconfirmed. Should change it to confirmed as it is now a pps only pool.
oh, ic. There are 2 values from btcguild, paid and unpaid. I'm displaying it as follows: paid="confirmed" unpaid="estimated" Does this represent the values well? I can't change much due to all of them being sub-classed from the same parent (if you know what I'm talking about...software engineering stuff). I'll have to relook at my design to cater for different payments. Regards, Koo "Confirmed Rewards" on the left side should be from ["unpaid_rewards":0.84874402]. "Estimated" on the right side should be removed. Btcguild is now pps and miners get paid for all valid shares submitted. There is no waiting for confirmed blocks. This is why they charge a fee now. Should look just like Arsbitcoin.
|
Donations welcome: 12KaKtrK52iQjPdtsJq7fJ7smC32tXWbWr
|
|
|
|