omnilaboratory / OBAndroid

OBAndroid is a self-custodial OmniBOLT Lightning wallet for android devices. It provides a platform for simple, instantaneous Bitcoin/Omnilayer asset payments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fee issues when creating a channel

progressorTCH opened this issue · comments

The default "slow" fee does not match the selected "slow" fee. The difference between "slow" fee and "medium" fee is too small, and the difference between "medium" fee and "slow" fee is too large. Do you need to adjust it?
Regarding the selection of "blocks", select each "block" option, the general rules are as follows:
1-2 are the same, 3 are the same 1, 4 are the same 1, 5-11 are the same, 12-18 are the same, 19-50 are the same
The details are as follows:
微信图片_20230418160743
微信图片_202304181607431
微信图片_202304181607432
微信图片_202304181607433
微信图片_202304181607434

the fee base data here: https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json
today data

{
  "current_block_hash": "00000000000000000000eb3a6d9bf922f5f96bb47c856da4ca0da7af50610dc9",
  "fee_by_block_target": {
    "2": 22168,
    "3": 10064,
    "4": 5980,
    "5": 2992,
    "12": 2260,
    "20": 2104
  }
}

tx with confirms bigger than 20, example 25, will select ("20": 2104) as gas-fee config .

fee data sevral days ago.
截图 2023-04-11 20-10-29

resolved