mmortal03
Legendary
Offline
Activity: 1762
Merit: 1011
|
|
November 10, 2011, 06:50:38 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? 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 Yep, both issues look to be fixed. Thanks!
|
|
|
|
rearwheels (OP)
|
|
November 10, 2011, 08:00:08 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. yap, sorry abt that. I was eyeballing the json initially.
|
|
|
|
rearwheels (OP)
|
|
November 10, 2011, 08:01:00 AM |
|
"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.
done!
|
|
|
|
sharky112065
|
|
November 10, 2011, 08:12:43 AM |
|
"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.
done! Nice! Looks great. Thank you.
|
Donations welcome: 12KaKtrK52iQjPdtsJq7fJ7smC32tXWbWr
|
|
|
finway
|
|
November 10, 2011, 12:55:38 PM Last edit: November 12, 2011, 01:35:14 AM by finway |
|
Nice, i will try this.
Tried: Nice job!
|
|
|
|
|
rearwheels (OP)
|
|
November 28, 2011, 08:17:31 AM |
|
Could you please add ABCPool.co? Thanks!
After 2mths and 20 days....it's done. I got 2 rigs mining on it to try this out.
|
|
|
|
jamesg
VIP
Legendary
Offline
Activity: 1358
Merit: 1000
AKA: gigavps
|
|
November 30, 2011, 01:01:22 PM |
|
Hi! Could you please add yourbtc.net to your site?
|
|
|
|
rearwheels (OP)
|
|
November 30, 2011, 03:31:01 PM |
|
Hi! Could you please add yourbtc.net to your site?
Done! But please help me test if the workers' status is being shown correctly. i.e. Green = worker alive Red = worker dead The JSON API does not have explicit info on worker status, so I'm using the "Idle Since" value which should be NULL if worker is active (I guess).
|
|
|
|
urstroyer
|
|
November 30, 2011, 04:27:53 PM |
|
Hi! Could you please add yourbtc.net to your site?
Done! But please help me test if the workers' status is being shown correctly. i.e. Green = worker alive Red = worker dead The JSON API does not have explicit info on worker status, so I'm using the "Idle Since" value which should be NULL if worker is active (I guess). Thanks a lot for adding us! idle since = null means worker is active exactly. What does confirmed value mean on btc poolwatch? BTC that have to be payed and not payed yet for whatever reason (payout threeshold for example) or do you mean the sum btc that have been payed out so far? The current value of "Confirmed" is btc that have been payed out, if it should be confirmed payout that has to be payed, please change the value to pending_payout. Great service btw! I like it!
|
|
|
|
rearwheels (OP)
|
|
December 01, 2011, 02:24:30 AM |
|
Hi! Could you please add yourbtc.net to your site?
Done! But please help me test if the workers' status is being shown correctly. i.e. Green = worker alive Red = worker dead The JSON API does not have explicit info on worker status, so I'm using the "Idle Since" value which should be NULL if worker is active (I guess). Thanks a lot for adding us! idle since = null means worker is active exactly. What does confirmed value mean on btc poolwatch? BTC that have to be payed and not payed yet for whatever reason (payout threeshold for example) or do you mean the sum btc that have been payed out so far? The current value of "Confirmed" is btc that have been payed out, if it should be confirmed payout that has to be payed, please change the value to pending_payout. Great service btw! I like it! Thanks for the compliment. Confirmed means it has got 120confirmations, but the pool has not paid it out to you via the auto payment (due to their batch schedule, or the confirmed amount has not reached the auto payment threshold) From the JSON, this is what I have now: confirmed = 'completed_payout' unconfirmed = 'pending_payout' estimated = 'estimated_payout' If completed_payout means a cumulative/historical of all the payouts then my implementation is totally wrong. What I'll do is: confirmed = 'pending_payout' unconfirmed = *remove* estimated = 'estimated_payout' Regards, Koo
|
|
|
|
sharky112065
|
|
December 02, 2011, 07:25:22 AM |
|
How come every so often btc-poolwatch goes down? Tonight neither my phone, or my computer can access it. Seems to be a dns issue. Usually I can get one or the other working when one is acting up (phone or computer aka diff isp's and diff dns servers).
|
Donations welcome: 12KaKtrK52iQjPdtsJq7fJ7smC32tXWbWr
|
|
|
rearwheels (OP)
|
|
December 02, 2011, 07:31:32 AM Last edit: December 02, 2011, 08:28:18 AM by rearwheels |
|
How come every so often btc-poolwatch goes down? Tonight neither my phone, or my computer can access it. Seems to be a dns issue. Usually I can get one or the other working when one is acting up (phone or computer aka diff isp's and diff dns servers).
The name server is down. I'm talking to the support guys on this. Sorry. update: server is up.
|
|
|
|
sharky112065
|
|
December 10, 2011, 05:50:02 AM |
|
Seems to be down again. Has been down for hours... At least this time it does not appear to be a DNS problem.
|
Donations welcome: 12KaKtrK52iQjPdtsJq7fJ7smC32tXWbWr
|
|
|
Graet
VIP
Legendary
Offline
Activity: 980
Merit: 1001
|
|
December 11, 2011, 11:03:57 AM |
|
Seems to be down again. Has been down for hours... At least this time it does not appear to be a DNS problem. for me too I miss it - come back soon
|
|
|
|
rearwheels (OP)
|
|
December 11, 2011, 05:55:46 PM |
|
fixed. sorry about that.
I was overseas and was not monitoring the status of the server so it took a while to get it back up.
|
|
|
|
Graet
VIP
Legendary
Offline
Activity: 980
Merit: 1001
|
|
December 11, 2011, 06:35:24 PM |
|
I hope it is for holiday thanks for taking the time to fix it
|
|
|
|
sharky112065
|
|
December 11, 2011, 06:56:10 PM |
|
fixed. sorry about that.
I was overseas and was not monitoring the status of the server so it took a while to get it back up.
Thank you for fixing it.
|
Donations welcome: 12KaKtrK52iQjPdtsJq7fJ7smC32tXWbWr
|
|
|
|
rearwheels (OP)
|
|
January 17, 2012, 04:28:17 AM |
|
Updated. Please let me know if your information is still not reflected correctly. Tks.
|
|
|
|
|