Edwin Chiu

Results 9 comments of Edwin Chiu

This is present for a while now, use this URL: /admin/?format=Json

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...

I've written some simple perl scrapers for collectd, there are 2 categories, JSON and scraped. JSON is probably the easiest, simply put the URL (which would include any API key/username/password)...

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...

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...

Sent a pull request for initial balance chart implementation...

Committed the examples for BTCMine, the others are in there as well

I find SVG works well over PNG and Canvas

2.4.9-r0 is available in alpine 3.11 and 3.12 now Quick diff to support: ``` diff --git a/Dockerfile b/Dockerfile index 1ce3427..5c3bcaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ #...