-
Notifications
You must be signed in to change notification settings - Fork 942
Maximum acceptable fee rate seems very low #1391
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
Comments
Are these errors also related? |
@redstorm1 that is a side effect of the #1251: our minimum is 253 so that we will not violate bitcoind minimum, due to a difference in fee calculation between what is actually specified in the BOLT, and what bitcoind uses. I am unsure but maybe other LN software does not follow the calculation specified in the BOLT but instead uses the bitcoind calculation. |
Is this still an issue in practice? |
Marked as stale and closing due to inactivity. Please re-open if still an issue. |
Issue and Steps to Reproduce
Our eclair->c-lightning channel with 02f6725f9c1c40333b67faea92fd211c183050f28df32cac3f9d69685fe9665432 gets closed very often after sending an
update_fee
message because c-lightning thinks our fee rate is too high.Here is the last instance:
We use bitgo to estimate fees and check every 10 minutes. We got a fee estimate of 43 sat/byte ~= 43000 sat/Kb ~= 11000 sat/Kw
We checked right away with 2 different bitcoin nodes which have been running for a long time and got:
Which gives 0.00014278 btc/kB = 14278 sat/Kb = 3569 sat/Kw
My understanding is that c-lightning will accept up to 5 times the fee estimated by the bitcoin node it is connected to, it does not seem to be the case here
getinfo
outputN/A
The text was updated successfully, but these errors were encountered: