Post
Topic
Board Pools
Re: [10000Th] Eligius: 0% Fee BTC, 105% PPS NMC, No registration, CPPSRB
by
mdude77
on 18/12/2014, 20:24:25 UTC
Where can I see the pool % luck for time periods, like the last week or last month

if you click on block, it will show you luck on certain block


http://eligius.st/~wizkid057/newstats/blocks.php

Is there no easy way to see the total combined luck for a time period?

My windows monitoring app shows it (see my sig).  As of now Eligius is at:

10 blocks: 67.48%
12 hours: 31.29%
24 hours: 35.28%
7 days: 88.6%
30 days: 89.64%
90 days: 96.79%

M

That's pretty cool, pity about it being Windows though. I'll give it a try using Mono, but it would be cool to have something like this that's cross-platform (python maybe). I found your github repo, I might take a look at it, I'm not really a great programmer by any means, but it'd be cool if it could be refactored into something more portable.

The information is available in the APIs from Eligius.  I'm not doing anything fancy, just manipulating the data made publicly available.

I hear you about Windows only.  The thing is, it's really easy in .net, which is why I did it.  I've never seen anything simple in Linux land. Sad

I'm currently exploring other options, namely in the portable device arena, but no promises there.

M