simplecrypto / simplecoin_multi

A multipool capable cryptocurrency mining frontend implementation for powerpool
MIT License
31 stars 43 forks source link

Improved pool stats block overview #104

Open icook opened 10 years ago

icook commented 10 years ago

It's clear that the current "recently mined blocks" section leaves a lot to be desired in terms of general overview. I propose a rework that has a table with a row for each currency we mine. Columns might be something like:

  1. Average luck/round time/shares of last 5 blocks
  2. Current share count towards this currency
  3. Hashrate currently pointed at this currency.
  4. Time reminaing to average solve time since last block find (decreasing)
  5. Average solve time at hashrate (fixed)

It would also be nice if the row had a [+] that could expand out the last 10 blocks solved or something. Thoughts? @ericecook

ericecook commented 10 years ago

Kinda expands #93

I like the phrasing you use for 4, but we'll need to find a compact description (which ideally preserves technically accuracy). If we can't preserve technical accuracy in compact verbiage I'd be in favor of changing it to a simple Round Duration (increasing)

I'm thinking it'd be nice to show the current round stats (2-5) by default, and expand out several more stats rather than just the last 10 blocks.

For the default view we might also include

  1. Current profitability est.
  2. Vardiff port?

For the expanded section

  1. Avg luck for the last X time period
  2. Orphan percentages for the last X time period
  3. Last 20 blocks
icook commented 10 years ago

I've completed a rough implementation of this and pushed it up for now since it's a fair bit better than what we had. Feedback welcome.