organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
July 24, 2011, 08:43:40 AM |
|
Hey mate, in nofeemining, 'confirmed' actually means 'total ever'. They have a field called 'balance' which is in the api, and this is the same as 'confirmed' in other apis. Everyone always have to do something different!
|
|
|
|
rearwheels (OP)
|
|
July 24, 2011, 08:49:18 AM |
|
Hey mate, in nofeemining, 'confirmed' actually means 'total ever'. They have a field called 'balance' which is in the api, and this is the same as 'confirmed' in other apis. Everyone always have to do something different!
Damn! Fixed. I thought balance is "total ever". I signed up for an account and everything is 0 for me atm, sorry abt this.
|
|
|
|
organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
July 24, 2011, 08:58:49 AM |
|
Hah, no worries, I only figured it out because I was thinking - hey this is cool, I just took out a coin and I have another coin here? Sweet! Only then I looked closer and made sadface
|
|
|
|
organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
July 24, 2011, 09:04:04 AM |
|
btw could you add polmine.pl and rfcpool.com? I just bribed you for some encouragement!
|
|
|
|
rearwheels (OP)
|
|
July 24, 2011, 11:37:35 AM |
|
Added polmine.pl
There's no poolstats available only user stats, if there is one, pls let me know.
|
|
|
|
organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
July 24, 2011, 11:51:36 AM |
|
User stats are fine - they don't do a pool api. Sorry, should have mentioned.
|
|
|
|
rearwheels (OP)
|
|
July 24, 2011, 12:16:25 PM |
|
I'm looking at rfcpool, they have pool stats but not user stats in JSON.
edit. found it.
|
|
|
|
organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
July 24, 2011, 12:33:42 PM |
|
next time I think I'll save you searching and post the apis - sorry about that!
|
|
|
|
rearwheels (OP)
|
|
July 24, 2011, 12:40:30 PM |
|
I was not concentrating.. Anyway it's done! Added rfcpoolWith the MVC and factory design pattern, it's quite easy to add pools.
|
|
|
|
organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
July 24, 2011, 12:46:10 PM |
|
Anyway it's done!
I know! I actually found it before I saw this post! Nice surprise there.
|
|
|
|
The00Dustin
|
|
July 25, 2011, 02:53:41 AM |
|
The link for PolMine is going to NoFeeMining.com.
|
|
|
|
rearwheels (OP)
|
|
July 25, 2011, 03:23:02 AM |
|
The link for PolMine is going to NoFeeMining.com.
Sorry about that. Fixed!
|
|
|
|
The00Dustin
|
|
July 25, 2011, 01:16:07 PM |
|
The link for PolMine is going to NoFeeMining.com. Sorry about that. Fixed! So, I was looking at triplemining's stats page and saw this: Perhaps the admins responded to you, but if they didn't, perhaps they were letting users know because it has been fixed but they didn't think you needed to. Perhaps not, though, I don't know.
|
|
|
|
organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
July 25, 2011, 01:23:51 PM |
|
The link for PolMine is going to NoFeeMining.com. Sorry about that. Fixed! So, I was looking at triplemining's stats page and saw this: Perhaps the admins responded to you, but if they didn't, perhaps they were letting users know because it has been fixed but they didn't think you needed to. Perhaps not, though, I don't know. Was that a convoluted request to add triplemining? If so, I'll second that. But I don't think they do user apis, only pool stats.
|
|
|
|
The00Dustin
|
|
July 25, 2011, 04:05:04 PM |
|
Was that a convoluted request to add triplemining? If so, I'll second that. But I don't think they do user apis, only pool stats. No, actually, someone else requested it, he tried and the API was broken so he was going to e-mail the admins. I was just providing potentially useful information. That said, TripleMining provides API keys to users, so I should think they would have per-user stats. However, those may not be at the same URL, I wouldn't know. EDIT: I guess one could find out easily enough since the API on the workers page is a link... http://api.triplemining.com/json/<APIKEY>
|
|
|
|
|
rearwheels (OP)
|
|
July 25, 2011, 06:15:27 PM |
|
Added TripleMining
I'm not 100% sure if I've interpreted the json reply for worker status correctly. Please try it out.
|
|
|
|
The00Dustin
|
|
July 25, 2011, 06:57:27 PM |
|
Added TripleMiningI'm not 100% sure if I've interpreted the json reply for worker status correctly. Please try it out. The worker name and shares counts look right. I'm not sure that the number you have for stales is right, though, you show 9 stales on my worker while the website appears to say I have no invalids.
|
|
|
|
rearwheels (OP)
|
|
July 25, 2011, 07:04:36 PM |
|
Hm...can you check by doing the following: 1. hit the api url with your api key http://api.triplemining.com/json/<api key> If you are using IE or firefox, you will be asked to save the output to a file. 2. Copy and paste the output into http://jsonlint.com/ and click validate. This will format the json nicely. Double check the "stales" information reported by triplemining json. My only problem with this is that the "alive" is returned as a text and not a boolean value.
|
|
|
|
The00Dustin
|
|
July 25, 2011, 07:53:19 PM |
|
Hm...can you check by doing the following: 1. hit the api url with your api key http://api.triplemining.com/json/<api key> If you are using IE or firefox, you will be asked to save the output to a file. 2. Copy and paste the output into http://jsonlint.com/ and click validate. This will format the json nicely. Double check the "stales" information reported by triplemining json. My only problem with this is that the "alive" is returned as a text and not a boolean value. IE displayed it instead of asking me to save. IMHO, it was human readable, so I didn't mess with jsonlint, but it definitely shows 9 stales. Sounds like a question for triplemining, but I'll let someone else mess with that.
|
|
|
|
|