Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My wallet and rewards page don't match #600

Closed
FreeBornAngel opened this issue Nov 7, 2016 · 10 comments
Closed

My wallet and rewards page don't match #600

FreeBornAngel opened this issue Nov 7, 2016 · 10 comments

Comments

@FreeBornAngel
Copy link

The rewards page is listing rewards that never made it to my wallet.
https://steemit.com/@freebornangel/author-rewards
https://steemit.com/@freebornangel/transfers
As you can see i'm missing 45 sbd in rewards?

@TimCliff
Copy link
Contributor

TimCliff commented Nov 8, 2016

Looking at the author rewards page, it says "Estimated author rewards last week: 47.649 STEEM POWER".
In the wallet it says the user has "STEEM POWER: 33.509 STEEM".
There have been no power downs.
I don't think there is 45 SBD in missing rewards, but there is quite a large discrepancy between these two numbers. 33.509 is quite a bit less than 47.649.

@tibonova
Copy link

tibonova commented Nov 8, 2016

Since the "Estimated author rewards last week" is counted by the "Daily average author rewards" x 7, the problem is maybe in the calculation of the latter.

Is there any possibility for that the resteemed content is counted in somehow?

@roadscape
Copy link
Contributor

Since the "Estimated author rewards last week" is counted by the "Daily average author rewards" x 7, the problem is maybe in the calculation of the latter.

Yes, and this is due to temporally limited information from the backend which results in estimates being based on very few data points. This is related to #375 and should be largely resolved by steemit/steem#521

Until it's resolved we may want to remove all "estimates" and "averages" on the rewards tabs, and just show the raw data.

@tibonova
Copy link

tibonova commented Nov 9, 2016

Until it's resolved we may want to remove all "estimates" and "averages" on the rewards tabs, and just show the raw data.

I second that. No data is better than misleading data which makes confusion and distrust.

@FreeBornAngel
Copy link
Author

Can ya'll point me to these 'very few data points'?
I much prefer the conspiracy answer to the gigo answer and would like to confirm that somebody has not jacked me.
Thanks.

@roadscape
Copy link
Contributor

@FreeBornAngel - the rows in "AUTHOR REWARDS HISTORY" is the entire set of data which is used to derive the summary above.

This is an open source project, so you can see how the stats are generated here: https://github.com/steemit/steemit.com/blob/develop/app/components/modules/AuthorRewards.jsx

@FreeBornAngel
Copy link
Author

FreeBornAngel commented Nov 9, 2016

Yes, please forgive me, I'm aware of open source, but greek is still greek even written in front of me.
How can the data set be sooooo far off? Doesn't it just track the garbage coming in?
And as a 'normal' user, the reason the numbers look hinkey are pointless, I'd just leave and tell everybody I know it's a scam and here is a link proving it.

@roadscape
Copy link
Contributor

The last reward shown was 2016-11-07T02:38:09.000Z
The first reward shown was 2016-11-07T01:03:48.000Z

The total STEEM POWER rewarded adds up to 0.449
The time difference between first and last reward is 94.35 minutes
There are 1440 minutes in a day

0.449/(94.35/1440) = ~6.8527 STEEM POWER per day

Which is where you get
image

Multiply 6.8527 by 7 and you get ~47.9689 STEEM POWER per week:
image

If we had more reward records to go off of, the averages wouldn't be so badly skewed, which is why I'm suggesting we hide all "estimates" until the API issue is fixed

@FreeBornAngel
Copy link
Author

Grr,...ok, thank you!!

@roadscape
Copy link
Contributor

I've replaced the existing stats with just a 7-day summary:

image

This might now underestimate total rewards (again, until API is fixed), but still more useful imo.

roadscape added a commit that referenced this issue Nov 9, 2016
remove reward estimates, just show 7-day summary. resolves #600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants