Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Fallback Fee #3

Open
orkunkilic opened this issue Aug 28, 2023 · 1 comment
Open

Fallback Fee #3

orkunkilic opened this issue Aug 28, 2023 · 1 comment

Comments

@orkunkilic
Copy link
Member

Current implementation uses 1 sat/vbyte fee if it fails to get fee_rate from node. This occurs a lot on regtest. We need to find proper fallback fee or smarter estimation mechanism.

@eyusufatik
Copy link
Member

eyusufatik commented Sep 12, 2023

One thing that came to my mind is to use %x more of the avg. of last n operations.

You get to have a "decent" fee rate but still be somewhat protected against fee rate spikes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants