-
Notifications
You must be signed in to change notification settings - Fork 355
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
Weird fee estimation #79
Comments
Do you mean the |
If you want mempool based fee estimates, you should compute your own in the client, as Electrum does in mempool mode. |
thanks! will dig in that direction |
Note that |
@SomberNight are there still plans to add a protocol version 1.5 that officially documents the 2nd argument of |
Yes. The protocol 1.5/2.0 (#90) stuff is still on my TODO list, but realistically I don't know when I can get to it. |
Im constantly comparing result of
estimatefee
with https://mempool.space and electrumxalways provides way higher values. And occasionally I use Electrum-desktop - I think I noticed if offers incorrect (too high) fee as well.
bitcoind ver:
0.20.1
electrumx ver:
1.15.0
(from this repo)The text was updated successfully, but these errors were encountered: