wizkid057 / wizstats

Optimized Bitcoin Mining Pool Web Stats
GNU Affero General Public License v3.0
80 stars 56 forks source link

Added estimated payout per day :) #44

Closed Sir-Fancy closed 10 years ago

Sir-Fancy commented 10 years ago

The user stats page was really needing this, so I made a quick edit.

Sir-Fancy commented 10 years ago

I wanted to consistent with the other <B> tags either way. I'll probably submit a commit that changes all the uppercase tags to lower case ;)

LinusU commented 10 years ago

Super! Sorry for nagging you ;)

Sir-Fancy commented 10 years ago

Haha :) Besides the conflict with the case, what do you think of the commit itself?

mootinator commented 10 years ago

I'd actually like to see this in the API somewhere, so I can finish writing an elgius adapter for my WP plugin at some point: https://github.com/mootinator/BTCGroupMiningWP/tree/master/dzminercoop-btcguild

LinusU commented 10 years ago

I like it! Would be great to have it in the api, I'm thinking of making a really simple mobile app just to show current payout and this would be great to have in as well.

wizkid057 commented 10 years ago

I think you may be pulling the hashrate data from the wrong place. You're also pulling a human readable format.

No need to pull in the hashrate, as the 3 hour rate is already saved earlier in $u16avghash.

I was, however, going to add something like this to the stats anyway.

-wk

Sir-Fancy commented 10 years ago

Can I make another pull request so I can contribute? :D

wizkid057 commented 10 years ago

I'll go ahead and whip up a neater version of this