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

Signa Graph at top of wallet, calculates history in a strange way? (pool accounts) #1508

Open
pir8radio opened this issue Jul 19, 2021 · 4 comments
Labels
bug Something isn't working desktop Things related to desktop wallet web Web Wallet stuff

Comments

@pir8radio
Copy link

Describe the bug
In a pool account the graph shows a constant decrease as shown in the attached image. With the high end showing a value that the account has never actually held.

To Reproduce
Steps to reproduce the behavior:

  1. Add any pool address using the "Watch Account" feature.
  2. View account

Expected behavior
I would expect to see rises (as blocks are won and signa added to pool account) and then drops as payments are made.. But you will notice there is never a "rise" from mined blocks. Also the calculation for some reason always comes up with a very high signa value on the left side of the graph.. Even though that high amount was never really present in the account. Logic seems to try and reverse calculate from the current balance and transactions, i can't put my finger on it, but something is not right there.

Screenshots
My Pool account:
image

Another Pool account:
image

One more pool account:
image

Desktop (please complete the following information):
N/A

Smartphone (please complete the following information):
N/A

Additional context
Looks the same on desktop as well as web (node) wallet.

@pir8radio pir8radio added the bug Something isn't working label Jul 19, 2021
@ohager
Copy link
Member

ohager commented Jul 19, 2021

Could you give me the addresses of that accounts? So, I can use them as reference when fixing this issue

@ohager ohager added desktop Things related to desktop wallet priority Item with high priority web Web Wallet stuff and removed priority Item with high priority labels Jul 19, 2021
@pir8radio
Copy link
Author

the first graph is my own pool: S-S456-G8QD-HZQ7-B66VL
Second one is VLP pool: S-MBCG-4ERH-FVH5-2GTXB
Third one is FoxyPool: S-N5P2-3ETU-7LXK-DTU3X

@ohager
Copy link
Member

ohager commented Jul 23, 2021

Comment for me: Need to consider Mining Rewards in balance calculation also. This would also affect Solo Miners.

@ohager
Copy link
Member

ohager commented Feb 6, 2023

I looked into this feature...The "problem" atm is, that block rewards are not reflected by transactions, so I need to refactor the chart such that I "inject" the forged blocks and the rewards. I opened an ticket for that (#1716) - this requires a bit more effort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working desktop Things related to desktop wallet web Web Wallet stuff
Projects
None yet
Development

No branches or pull requests

2 participants