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

Accounting totals seems to be off #178

Closed
dmp1ce opened this issue Feb 27, 2019 · 7 comments
Closed

Accounting totals seems to be off #178

dmp1ce opened this issue Feb 27, 2019 · 7 comments

Comments

@dmp1ce
Copy link

dmp1ce commented Feb 27, 2019

Nearly ever time I try to total up transactions I get a small discrepancy in the accounting in comparison to what Joule is telling me. I don't know if it is LND, Joule or the way I am totaling transactions. I am just adding up all of the amounts and fees from each transaction. Am I missing something? Is there a hidden fee that LND takes for routing which Joule does not expose?

It is probably just me but I do often see a discrepancy when paying for articles on yalls. I recently saw a discrepancy of 0.00016609 BTC after purchasing some articles and I couldn't see I had made any mistakes in my tally.

@wbobeirne
Copy link
Member

It's hard to be sure without having full access to your transaction history, but that amount sounds inline with the on-chain fee of opening a channel. Could that be the missing piece?

@dmp1ce
Copy link
Author

dmp1ce commented Mar 4, 2019

I think I'm including the fee for opening channels. The balance seems to change every day or two. I'm not sure why. Maybe autopilot on LND? I'm really not sure. I don't think it is a Joule issue though, because balances seem to reflect what is in LND.

@dmp1ce
Copy link
Author

dmp1ce commented Mar 4, 2019

I woke up today and my balance had changed by 169 sats. I haven't made any transactions since last night. I must be missing something on my node that is causing the balance to change.

@wbobeirne
Copy link
Member

Hmm, hard to say, could be related to routing? Either way, I do think this falls on LND as we're just rendering what it returns. Sorry I can't be of more help!

@dmp1ce
Copy link
Author

dmp1ce commented Mar 6, 2019

On IRC it was mentioned that the LND balance changes for version 0.5.2-beta because of the commit fee. There are ways to prevent this with newer versions from my understanding.

@marsrobertson
Copy link

Same here

Maybe better explain in the UI why there is a difference?

image

lncli listchannels

            "capacity": "100000",
            "local_balance": "68685",
            "remote_balance": "0",
            "commit_fee": "31315",
            "commit_weight": "600",
            "fee_per_kw": "43254",

@wbobeirne
Copy link
Member

This ended up getting moved into #194

wbobeirne pushed a commit that referenced this issue May 2, 2021
…n/react-redux-7.2.2

Update react-redux: 7.2.1 → 7.2.2 (patch)
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

3 participants