Skip to content

Maximum acceptable fee rate seems very low #1391

Closed
@sstone

Description

@sstone

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:

2018-04-18 13:49:41,721 ERROR fr.acinq.eclair.channel.Channel akka://default/user/$h/switchboard/peer-02f6725f9c1c40333b67faea92fd211c183050f28df32cac3f9d69685fe9665432/$b bbd26dbcaea03b0425f1e8c237de3b9cae1795a333d4a415ddfb814ba467d353 - peer sent error: ascii='update_fee 11008 outside range 253-6300' bin=7570646174655f666565203131303038206f7574736964652072616e6765203235332d36333030

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:

bitcoin-cli estimatesmartfee 2
{
  "feerate": 0.00014278,
  "blocks": 2
}

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 output

N/A

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions