PeerCoinTalk - PeerCoin (PPC) & PrimeCoin (XPM)

Primecoin (XPM) => Mining Primecoin => Topic started by: Sy on September 16, 2013, 10:08:51 am

Title: Sys beeeeer.org stats
Post by: Sy on September 16, 2013, 10:08:51 am
As said in the main thread, i build a little user stats script - so this is the thread for feedback and suggestions - the ANN thread kinda switched topic xD

http://xpm.syware.de/

The layout is...okay i guess, i'm more the coder than the designer xD

Legend:
Value = Block Value
Shares = Your Shares
XPM = Your XPM
Matured = Every block needs to be confirmed enough to mature -> get credited
Stash = Your current pool balance, auto payout is at 3

Strike-through lines -> Orphan Blocks
Green Line -> Payout treshold reached

ToDo:
Add some % again ^^
24h Stats
Overall Stats
Hide Matured
Title: Re: Sys beeeeer.org stats
Post by: masterOfDisaster on September 16, 2013, 10:55:32 am
Nice job, but may I kindly ask to get the frames around the cells back? :)
Title: Re: Sys beeeeer.org stats
Post by: Sy on September 16, 2013, 10:59:53 am
I'll add alternating row colors, i dont like borders ^^
Title: Re: Sys beeeeer.org stats
Post by: masterOfDisaster on September 16, 2013, 11:06:15 am
okilidokili :)
Title: Re: Sys beeeeer.org stats
Post by: Sy on September 16, 2013, 11:43:38 am
Quote from: masterOfDisaster on September 16, 2013, 11:06:15 am
okilidokili :)

Row color added, not sure if too light though  8)
Title: Re: Sys beeeeer.org stats
Post by: masterOfDisaster on September 16, 2013, 01:36:01 pm
Not too light for me. Now it's much easier to keep track. Thanks!
Title: Re: Sys beeeeer.org stats
Post by: Sy on September 16, 2013, 06:35:56 pm
Blocks are adding up quickly - i'll come up with something  ;D
Title: Re: Sys beeeeer.org stats
Post by: Sy on September 17, 2013, 10:01:23 am
Update: Overview on top  8)
Title: Re: Sys beeeeer.org stats
Post by: Grekk on September 17, 2013, 12:13:37 pm
Good job, thank you.

This Orphan blocks?
165410
165390
165287
163476
159242
155339
How to recognize Orphan blocks? How do you know that?
Title: Re: Sys beeeeer.org stats
Post by: Sy on September 17, 2013, 01:05:13 pm
Orphan blocks have reward: 0 in their payout info

Updates:
Some layout changes
Added XPM / Min on Details, can't think of a better number to check if your earnings are sort of consistent
Added Stake - same as above ^^
Added estimate to when a payout will happen according to current blockspeed
Added Value Box BTC & USD
Fixed my data update, the check was always true, getting stuff from beeeeer.org on every load xD its every 10 mins now
Title: Re: Sys beeeeer.org stats
Post by: Grekk on September 17, 2013, 02:43:36 pm
Quote from: Sy on September 17, 2013, 01:05:13 pm
Orphan blocks have reward: 0 in their payout info
165390 It is not orphan block
"reward": 10.157399999999999,
http://www.beeeeer.org/payout/165390
Title: Re: Sys beeeeer.org stats
Post by: Sy on September 17, 2013, 03:02:20 pm
Quote from: Grekk on September 17, 2013, 02:43:36 pm
Quote from: Sy on September 17, 2013, 01:05:13 pm
Orphan blocks have reward: 0 in their payout info
165390 It is not orphan block
"reward": 10.157399999999999,
http://www.beeeeer.org/payout/165390

Fixed an ETA error, i actually calced it twice -.- the orphan block is gone, i cleaned the code a bit, guess i've fixed it on the way  8)
Title: Re: Sys beeeeer.org stats
Post by: masterOfDisaster on September 17, 2013, 04:37:15 pm
My firefox (23.0.1) messes the layout of the page a little bit up (e.g. by putting the XPM/BTC trade info right over the block list). Is this something special and only applying to me? Internet exploder (10.0.8 ) displays the page in a readable way.
Title: Re: Sys beeeeer.org stats
Post by: Sy on September 18, 2013, 07:50:33 am
Quote from: masterOfDisaster on September 17, 2013, 04:37:15 pm
My firefox (23.0.1) messes the layout of the page a little bit up (e.g. by putting the XPM/BTC trade info right over the block list). Is this something special and only applying to me? Internet exploder (10.0.8 ) displays the page in a readable way.

Strange, i guess FF is picky about some tag i either misspelled or forgot to close - can't really put my finger on it but yeah, the problem is present - i'll try to fix it  :-\

Update:
Fixed a few HTML messups, even validated my css (its W3C Valid now! ;D ) html is valid too but FF still messes up so im at a loss right now, no idea why - feel free to investigate yourself if you are good at webdesign, i've formatted the code from my earnings to make it easier to read and pasted it here:
http://pastebin.com/rNNzwxjp
Title: Re: Sys beeeeer.org stats
Post by: mardoc on September 18, 2013, 08:05:08 pm
Quote from: Sy on September 18, 2013, 07:50:33 am
Quote from: masterOfDisaster on September 17, 2013, 04:37:15 pm
My firefox (23.0.1) messes the layout of the page a little bit up (e.g. by putting the XPM/BTC trade info right over the block list). Is this something special and only applying to me? Internet exploder (10.0.8 ) displays the page in a readable way.

Strange, i guess FF is picky about some tag i either misspelled or forgot to close - can't really put my finger on it but yeah, the problem is present - i'll try to fix it  :-\

Update:
Fixed a few HTML messups, even validated my css (its W3C Valid now! ;D ) html is valid too but FF still messes up so im at a loss right now, no idea why - feel free to investigate yourself if you are good at webdesign, i've formatted the code from my earnings to make it easier to read and pasted it here:
http://pastebin.com/rNNzwxjp
I was wondering if it was Firefox or not and tried it out in IE and Chrome and both worked. I decided to look at your stylesheet. I got it working in Firefox by adding float:right; to your details id. I'm not sure if that breaks IE and Chrome, though...
Title: Re: Sys beeeeer.org stats
Post by: Sy on September 19, 2013, 07:06:36 am
Quote from: mardoc on September 18, 2013, 08:05:08 pm
I was wondering if it was Firefox or not and tried it out in IE and Chrome and both worked. I decided to look at your stylesheet. I got it working in Firefox by adding float:right; to your details id. I'm not sure if that breaks IE and Chrome, though...

You are absolutely right, that fixed it, working in all major browsers now, thanks alot!
Title: Re: Sys beeeeer.org stats
Post by: Sy on September 19, 2013, 11:59:11 am
Shortened the block details list, only showing blocks relevant for the pending payments, optional link to show all added  8)

Also the Payments Box only shows payments up to the last Paid IF there are more than 10 entries, otherwise the last 10 are shown.
Title: Re: Sys beeeeer.org stats
Post by: pt0x on September 24, 2013, 07:29:05 pm
Hi Sy's

I'm getting the following error on your webpage:

Fatal error: Allowed memory size of 104857600 bytes exhausted (tried to allocate 28699 bytes) in /kunden/schaunwama.de/webseiten/de.syware/xpm/classes/Block.php on line 53

Is it on maintenance right now?

cheers
Title: Re: Sys beeeeer.org stats
Post by: Sy on September 24, 2013, 07:30:32 pm
Quote from: pt0x on September 24, 2013, 07:29:05 pm
Hi Sy's

I'm getting the following error on your webpage:

Fatal error: Allowed memory size of 104857600 bytes exhausted (tried to allocate 28699 bytes) in Block.php on line 53

Is it on maintenance right now?

cheers

Haha i had to optimize variable setting a bit, not saving all that stuff i dont need reduced the php memory usage by 2800% from 56 MB to 2  ;D
Title: Re: Sys beeeeer.org stats
Post by: pt0x on September 24, 2013, 08:25:51 pm
Quote from: Sy on September 24, 2013, 07:30:32 pm
Quote from: pt0x on September 24, 2013, 07:29:05 pm
Hi Sy's

I'm getting the following error on your webpage:

Fatal error: Allowed memory size of 104857600 bytes exhausted (tried to allocate 28699 bytes) in Block.php on line 53

Is it on maintenance right now?

cheers

Haha i had to optimize variable setting a bit, not saving all that stuff i dont need reduced the php memory usage by 2800% from 56 MB to 2  ;D

wow that's a big % of memory saved!!
Title: Re: Sys beeeeer.org stats
Post by: Sy on September 24, 2013, 08:27:14 pm
Quote from: pt0x on September 24, 2013, 08:25:51 pm
wow that's a big % of memory saved!!

Yes indeed, i went through every block and payout data and when it matched the user, set a few variables plus saved everything into raw_data (you never know!  8) ), i used 3-4 values from that raw_data that i've set specificly now and discard everything else afterwards :)
Title: Re: Sys beeeeer.org stats
Post by: ivanlabrie on September 28, 2013, 03:47:31 am
Stats are spot on atm, right?

I have to donate some xpm to you man...you've done a great job.
Title: Re: Sys beeeeer.org stats
Post by: super3 on September 29, 2013, 08:37:11 pm
Thanks for putting up the stats site. Sent a small donation your way.
Title: Re: Sys beeeeer.org stats
Post by: Sy on October 01, 2013, 02:40:45 pm
Fixed the date cell, forgot that one in my last overhaul ^^ site is getting slow now, almost parsing 6k files on load  ;D

Quote from: ivanlabrie on September 28, 2013, 03:47:31 am
Stats are spot on atm, right?

I have to donate some xpm to you man...you've done a great job.
Update is every 10 mins so...yes i guess  8)

Quote from: super3 on September 29, 2013, 08:37:11 pm
Thanks for putting up the stats site. Sent a small donation your way.
Received, thanks :)
Title: Re: Sys beeeeer.org stats
Post by: super3 on October 01, 2013, 11:42:50 pm
Quote from: Sy on October 01, 2013, 02:40:45 pm
Fixed the date cell, forgot that one in my last overhaul ^^ site is getting slow now, almost parsing 6k files on load  ;D

Quote from: ivanlabrie on September 28, 2013, 03:47:31 am
Stats are spot on atm, right?

I have to donate some xpm to you man...you've done a great job.
Update is every 10 mins so...yes i guess  8)

Quote from: super3 on September 29, 2013, 08:37:11 pm
Thanks for putting up the stats site. Sent a small donation your way.
Received, thanks :)
Are you using PHP to parse all this stuff out?
Title: Re: Sys beeeeer.org stats
Post by: Sy on October 02, 2013, 06:23:19 am
Quote from: super3 on October 01, 2013, 11:42:50 pm
Are you using PHP to parse all this stuff out?

Yep
Title: Re: Sys beeeeer.org stats
Post by: super3 on October 02, 2013, 06:32:37 pm
Quote from: Sy on October 02, 2013, 06:23:19 am
Quote from: super3 on October 01, 2013, 11:42:50 pm
Are you using PHP to parse all this stuff out?

Yep
Are you doing it on each page load?
Title: Re: Sys beeeeer.org stats
Post by: icedaddy on October 03, 2013, 04:28:17 pm
Is it broken? It does not seem to be updating. Might this be the result of the payout method change?

UPDATE: While the block details are not updating some of the numbers in the summary are changing, although I can't verify they are doing so correctly. I can't say they are not either.
Title: Re: Sys beeeeer.org stats
Post by: deFRAGer on October 03, 2013, 11:31:06 pm
Hey guys! I'm new here  :)

I can also confirm that it is not updating. My last block (where it stopped) was 191901

Title: Re: Sys beeeeer.org stats
Post by: hawas on October 04, 2013, 01:08:05 am
Yes, stuck at the same block here :)
Title: Re: Sys beeeeer.org stats
Post by: Sy on October 04, 2013, 08:23:18 am
Confirmed, its hitting a timeout, looking into it right now.

Update 1:
The summarie seems to be counting fine though, its just the details view...

Update 2:
Fixed, Xolo messed up the block output a bit xD
Title: Re: Sys beeeeer.org stats
Post by: xolokram on October 04, 2013, 12:21:21 pm
i'll provide you a serepate JSON interface asap
so you don't have to parse the html garbage
Title: Re: Sys beeeeer.org stats
Post by: Sy on October 04, 2013, 12:53:04 pm
Quote from: xolokram on October 04, 2013, 12:21:21 pm
i'll provide you a serepate JSON interface asap
so you don't have to parse the html garbage

That would be awesome :) no rush over the weekend though, im outa town.
Title: Re: Sys beeeeer.org stats
Post by: xolokram on October 04, 2013, 02:13:42 pm
ok here's the "new" interface:
just add /raw to the url, e.g.
http://www.beeeeer.org/raw/payouts
http://www.beeeeer.org/raw/blocks
http://www.beeeeer.org/raw/block/193476
http://www.beeeeer.org/raw/payout/189813

glhf
try to point all your scripts to these URLs now

- xolokram
Title: Re: Sys beeeeer.org stats
Post by: Sy on October 04, 2013, 02:40:47 pm
Quote from: xolokram on October 04, 2013, 02:13:42 pm
ok here's the "new" interface:
just add /raw to the url, e.g.
http://www.beeeeer.org/raw/payouts
http://www.beeeeer.org/raw/blocks
http://www.beeeeer.org/raw/block/193476
http://www.beeeeer.org/raw/payout/189813

glhf
try to point all your scripts to these URLs now

- xolokram

Nice but im on the jump to a wedding, will change saturday / monday - thanks in advance, looking good!

Update 1:
Sweet, this is WAY faster!

Update 2:
Changed my codebase to the new URLs and added caching, updating right now - will work on database integration over this week...i think  ;D

Update 3:
And running again
Title: Re: Sys beeeeer.org stats
Post by: Sy on October 07, 2013, 10:05:12 am
Done with the old version, added some server stats at the bottom.

Update 15:26
Haha done with the basic database insert
Quote
Foreach done in 1269.29ms, added 596,219 rows.
Title: Re: Sys beeeeer.org stats
Post by: xolokram on October 07, 2013, 05:25:50 pm
Hi Sy,

a user named "topnetdeal" (see http://ppcointalk.org/index.php?topic=501.msg4613#msg4613 ) showed me, that your stats page is not using/parsing the correct values.

from the block information pages (JSON objects), you should use the "reward" field, not the "amount" field. as the "reward" field is the value of the found block minus the pool fee.

also: do you use rounded values to calculate the payouts with your own script?!?

- xolokram
Title: Re: Sys beeeeer.org stats
Post by: Sy on October 07, 2013, 05:31:57 pm
Quote from: xolokram on October 07, 2013, 05:25:50 pm
Hi Sy,

a user named "topnetdeal" (see http://ppcointalk.org/index.php?topic=501.msg4613#msg4613 ) showed me, that your stats page is not using/parsing the correct values.

from the block information pages (JSON objects), you should use the "reward" field, not the "amount" field. as the "reward" field is the value of the found block minus the pool fee.

also: do you use rounded values to calculate the payouts with your own script?!?

- xolokram

I round them at output, not for calculations - for payout i take block->  payout -> address , not payout -> add -> address - i'll look into it in v2 with database support, its so much faster :D
Title: Re: Sys beeeeer.org stats
Post by: xolokram on October 07, 2013, 05:34:21 pm
ok, then there's something else 'wrong'

/edit:
i'm really confused, when you check my page:
block -> payout is the same as payout -> add
payout -> prev is the same as (payout - 1) -> next
and
payout -> next is the same as (payout -> prev) + (payout -> add) (for all users that are not over the 3.01 payout barrier)

or am i missing something???

but this is not what you can see on your web frontend.
Title: Re: Sys beeeeer.org stats
Post by: xolokram on October 07, 2013, 07:03:12 pm
sorry for the double post

you're counting the orphaned blocks as valid blocks. but their value is 0 as you can see in the payout info.
(the reward is not updated in the block info page once the confirmations are checked, it's only visible in the payout info)

i'm sorry if there was a mistunderstanding regarding the block/payout information.

- xolokram
Title: Re: Sys beeeeer.org stats
Post by: Sy on October 08, 2013, 07:11:41 am
Quote from: xolokram on October 07, 2013, 05:34:21 pm
ok, then there's something else 'wrong'

/edit:
i'm really confused, when you check my page:
block -> payout is the same as payout -> add
payout -> prev is the same as (payout - 1) -> next
and
payout -> next is the same as (payout -> prev) + (payout -> add) (for all users that are not over the 3.01 payout barrier)

or am i missing something???

but this is not what you can see on your web frontend.

It's possible that they are the same, i didnt check, just told where i take the values from :)

I'll most likely fix it today, original script is almost (or sometimes) at 30s runetime limit for first creation so it's about time :)
Title: Re: Sys beeeeer.org stats
Post by: Sy on October 08, 2013, 08:43:41 am
DB switch mostly done, it's glitching from time to time when things don't work on the webserver that where fine on my local machine - just wait a few minutes and reload.

Can someone please verifiy that the values are correct? It's definately not counting orphans (anymore? ^^)

Highscore added, cache valid 1h
5 min vor every other page

Update:
I've got 362 cache files, that's around 90 users if everyone visited the 4 available pages and not a single feedback post? come on...

Update 2:
I've set the sites refreshtimer to cachetime + 1 second so you never have to reload the page, just keep it open.
Title: Re: Sys beeeeer.org stats
Post by: xolokram on October 09, 2013, 08:42:45 am
i like the highscore page :)
Title: Re: Sys beeeeer.org stats
Post by: Sy on October 09, 2013, 08:46:14 am
Quote from: xolokram on October 09, 2013, 08:42:45 am
i like the highscore page :)

Haha i'm wondering who the top #3 are, im still on the page but moving down slowly -.-  ;D

Payment Database is at roughly 700k entries now ^^
Title: Re: Sys beeeeer.org stats
Post by: xolokram on October 09, 2013, 08:49:36 am
How many blocks are shown at the "Show payout details" page?
Title: Re: Sys beeeeer.org stats
Post by: Sy on October 09, 2013, 08:52:46 am
Quote from: xolokram on October 09, 2013, 08:49:36 am
How many blocks are shown at the "Show payout details" page?

All blocks that are valid for not paid payouts, the next block at the bottom would been green again since it reached the treshold but as it got paid already (if everything is correct) is not relevant anymore :)

I might remove the full list since it's cachefile is ~1 mb big for "old miners" growing fast, my cache folder contains 596 files, 75 mb total.

But site generation itself is so much faster with the database backend, i could turn off caching for sumary but since i only query your server every 10 mins, no point in generating it more often  8) i also removed around 300 mb of block and payout data i was parsing at the end  ;D ;D ;D
Title: Re: Sys beeeeer.org stats
Post by: icedaddy on October 09, 2013, 05:41:21 pm
I have been noticing that the ETA value jumps around quite a lot; on my most recent payout it just went from 6h (ridiculous for 3200 confirms) to 43.1 h (more reasonable). Can anybody tell me how it is calculated? I would expect to see in the neighborhood of 2 days at inception slowly decreasing over time, not jumping all over the place; am I missing something?

EDIT: The absurdly low value is on the summary if you click on "highschore"; it is more well behaved on the other links...
EDIT: The absurdly low value is now on every page links...

I also noticed on the blocks 197702 has turned orange with strike-out text and zero payout; is that an orphaned block?

I also noticed that on block 202001 the "Mins since Block" was negative (how can that be?)  and my "Stash" decreased even though the "XPM" was positive...
Block     Date            Diff    Value  Stake   XPM     Matured? Stash  Mins since Block
202003 10-10 01:12 9.894 10.23 4.06% 0.4099               1.994   16.6
202001 10-10 01:09 9.894 10.2   4.22% 0.4264               2.4203 -3.8   ???
Title: Re: Sys beeeeer.org stats
Post by: hawas on October 10, 2013, 04:11:16 am
Quote from: Sy on October 08, 2013, 08:43:41 am
Update:
I've got 362 cache files, that's around 90 users if everyone visited the 4 available pages and not a single feedback post? come on...

:D Feedback:
Extremely useful page Sy, thank you for creating it.
I would suggest that after you solve all the glitches, you add some more stats, like xpm/block, total shares submitted, ratio of share lengths, etc.

Keep up the good work
Title: Re: Sys beeeeer.org stats
Post by: Sy on October 10, 2013, 07:23:35 am
Quote from: icedaddy on October 09, 2013, 05:41:21 pm
I have been noticing that the ETA value jumps around quite a lot; on my most recent payout it just went from 6h (ridiculous for 3200 confirms) to 43.1 h (more reasonable). Can anybody tell me how it is calculated? I would expect to see in the neighborhood of 2 days at inception slowly decreasing over time, not jumping all over the place; am I missing something?

EDIT: The absurdly low value is on the summary if you click on "highschore"; it is more well behaved on the other links...
EDIT: The absurdly low value is now on every page links...

I also noticed on the blocks 197702 has turned orange with strike-out text and zero payout; is that an orphaned block?

I also noticed that on block 202001 the "Mins since Block" was negative (how can that be?)  and my "Stash" decreased even though the "XPM" was positive...
Block     Date            Diff    Value  Stake   XPM     Matured? Stash  Mins since Block
202003 10-10 01:12 9.894 10.23 4.06% 0.4099               1.994   16.6
202001 10-10 01:09 9.894 10.2   4.22% 0.4264               2.4203 -3.8   ???

The ETA is calulated by the top summary "package" avg blocktime which is quite jumpy for the first few blocks (~10) and should even out after that, i came to realize though that i could just see at what block we are now, at what block all your blocks have matured and just calculate diff * 1 minute - since thats the target block time.

Orange and strike-out is orphan, that is correct.

The negative time, i'm not 100% sure, that usually happens if the block is found too fast, should never be negative though, the stash decrease is way more odd - i'll look into it.

Quote from: hawas on October 10, 2013, 04:11:16 am
:D Feedback:
Extremely useful page Sy, thank you for creating it.
I would suggest that after you solve all the glitches, you add some more stats, like xpm/block, total shares submitted, ratio of share lengths, etc.

Keep up the good work

ratio of length of shares is tbh pretty boring and very static once you mine more than 24h at the pool, it's the same for all of us :D xpm/block is shown in your details list, same for shares and those numbers decrease with pool growth so they have no real readable meaning imho.

I will work on xpm/day though :)
Title: Re: Sys beeeeer.org stats
Post by: icedaddy on October 10, 2013, 04:33:30 pm
@SY
There has been half a dozen or so instances of the negative "Mins since Block", and the corresponding stash decrease, since the one I initially posted about; one was on a payout block and things got really strange. Would it help debugging if I posted the info and/or the block numbers, or do you see this as well?

I echo what has already been said: Great work, thanks!
Title: Re: Sys beeeeer.org stats
Post by: Sy on October 10, 2013, 05:16:58 pm
I'll check it out tomorrow i guess, still tweaking the db import  8)

Tomorrow Update:
Hmm something broke over night...not sure what - highscore is still working so the data should be okay....

Update:
Working again, payout treshold was removed from my ini, not sure if it was because i overwrote it with an old version (shouldnt ever happen) or if it happened while updating it with the current rates, which brings me to point 2, cryptsy api is down atm, so no USD conversions for now -.-
Title: Re: Sys beeeeer.org stats
Post by: enzo868686 on October 12, 2013, 12:17:07 am
Looks like stats are down, all payouts are showing 00000000
Title: Re: Sys beeeeer.org stats
Post by: zaba73 on October 12, 2013, 12:08:15 pm
All summary showing 0, Stash   and Mins since Block showing 0.
Title: Re: Sys beeeeer.org stats
Post by: Grekk on October 13, 2013, 11:10:05 pm
Sy, What about the new statistics?
Thank you for your work.
Title: Re: Sys beeeeer.org stats
Post by: Sy on October 14, 2013, 08:45:10 am
Quote from: enzo868686 on October 12, 2013, 12:17:07 am
Looks like stats are down, all payouts are showing 00000000
Quote from: zaba73 on October 12, 2013, 12:08:15 pm
All summary showing 0, Stash   and Mins since Block showing 0.
Sorry about that, looks like that if cryptsy fails to update it also fails to rewrite the ini file, thus removing the payout treshold of 3.01 - fixed.

Also removed all those PHP errors, they were meant to only show if visited by me, never tested it though ;D

Quote from: Grekk on October 13, 2013, 11:10:05 pm
Sy, What about the new statistics?
Thank you for your work.
What exactly do you mean?

Hmm it's not updating anymore but block data is written to the db...strange.
Title: Re: Sys beeeeer.org stats
Post by: Sy on October 14, 2013, 03:51:19 pm
Status right now:
The stats aren't working anymore, i'm not sure why since the block data is all there and accounted for at the highscore, i don't have the time right now to fix it though since i'm working on a different codebase for the stats, improving some of the underlying code.

On a second note, the stats won't (for now at least) ever be 100% accurate, they are just a rough estimate - since the payout changed somewhere from 3.00 to 3.01 and i always recalculate the page with the current treshold it won't really fit on the payouts - but the numbers you've earned are correct ^^ (minus fee)

I'll have to rewrite alot anyway once Xolo is done with this weeks work so - hang on, it will work again soon :)

I've also removed the full block history, it just filled up my cache folder and took a long time to generate, i don't see any reason for it at all, we got way too much blocks now for the details to be really informative, i might change the whole thing a bit - maybe something like pool user stats with daily earning bar chart - i would love to add miner monitoring but there is no data on miners and their id yet...
Title: Re: Sys beeeeer.org stats
Post by: enzo868686 on October 14, 2013, 05:28:14 pm
SY,

Take a read over on the main beeeeer support and pool page, they have changed the payout to a PPS model.
Title: Re: Sys beeeeer.org stats
Post by: Sy on October 14, 2013, 05:29:01 pm
Quote from: enzo868686 on October 14, 2013, 05:28:14 pm
SY,

Take a read over on the main beeeeer support and pool page, they have changed the payout to a PPS model.

I know, the data itself is still the same though until xolo updated that one aswell - ill just relax and wait for his update :)
Title: Re: Sys beeeeer.org stats
Post by: Sy on October 22, 2013, 11:43:11 am
Still no working version, ORM is giving me some trouble and other stat sites are emerging, for now check out http://xpm.altcoin-dash.org/ made by churchmouse, it's pretty nice tbh :)