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

Discrepancy in Fee Rates Between Bitcoin Mempool and Electrum Wallet’s Lightning Channel #9030

Open
amotlagh opened this issue Apr 29, 2024 · 1 comment

Comments

@amotlagh
Copy link

I’ve observed a significant discrepancy between the fee rate in the Bitcoin mempool, which is currently 20 sat/Vb, and the fee rate for Lightning channel within the Electrum wallet, standing at 149.5 sat/vbyte. Moreover, I’ve encountered an issue where the channel feerate persistently increases whenever I receive satoshis, without any subsequent decrease. This persistent increase in fees is preventing me from using my Lightning channel effectively.

photo_2024-04-29_08-27-17
photo_2024-04-29_08-27-13
photo_2024-04-29_08-27-08

@ecdsa
Copy link
Member

ecdsa commented Apr 29, 2024

The feerate estimation used for Lightning channels is based on ETA estimates returned by bitcoin core, not on the mempool.

I think we may be able to use less aggressive estimates once we have anchor outputs.

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

2 participants