-
Notifications
You must be signed in to change notification settings - Fork 70
Balance Stats API #32
Comments
This is present for a while now, use this URL: /admin/?format=Json |
@echiu64: That's a different feature entirely. @tecnobrat is requesting that the dashboard show the account balances of the various pools. |
Ah, my mistake. In that case, not sure about account balance, but for pool balance, would be useful to shortlist a set a pools to start with, maybe deepbit, slush and btcguild? |
Current order of % of total hashrate: (Note: BTCGuild is down I believe)
|
I would like to implement this feature in such a way that I don't have to special-case each pool, but rather leave it open for extension by the user. This model will take a bit of work to design, so it probably won't be ready soon. |
I've written some simple perl scrapers for collectd, there are 2 categories, JSON and scraped. I vote we start support (with a generic slant) for deepbit/slush/btcguild, they all have JSON APIs. btcmind (no account) didn't see any reference to a JSON API. |
I would like to request Eligius support as well, though I do not know the status of any API or similar. |
I have a basic JSON only balance view, will push it to github in the next 24 hours. A better version would be to pull it into mysql and graph it. |
I added support for pools supporting JSON, i put examples for deepbit, btcguild and slush. If anyone has other URLs, send me the JSON data and I'll try to help you configure it. See my tree (https://github.com/echiu64/Bitcoin-mining-proxy) |
Here is config for mtred:
|
btcmine:
|
bitcoinpool doesn't use API keys, they allow you to see the balances of any user. Put your USERNAME in the correct location.
|
Eligius has data in a json: http://eligius.st/~luke-jr/raw/5/balances.json You'd have to know the bitcoin address you wanted to look for, no API keys required... I think? |
Sent a pull request for initial balance chart implementation... |
Committed the examples for BTCMine, the others are in there as well |
@edgeman16: I've added Eligius support in my fork based on the work @echiu64 completed for the other pools balance data. Unfortunately Eligius does require a separate script, but I've built it all in so that all you would need to do is update the config file and pull the getEligius.php script. Feel free to grab just the new script and the config entries, or to pull the entire fork. |
Many pools provide an API to view the balance of your account. Perhaps this can be integrated so you can view the balance of all of your pools from the pool overview page.
The text was updated successfully, but these errors were encountered: