-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Bisq does not check mempoolminfee when creating new transactions #5229
Comments
Also, we should multiply by the |
Alternative option, or quick fix, could be to increase the mempool on our nodes we use for TX transmissions. |
No, it doesn't matter if our nodes accept or reject the low-fee transactions, no other nodes will accept them |
Sure. It was about the problem of the resync of the wallet part. But if I think more about it, the increase will make the problem even bigger. So not a good idea. |
Yes, this is why typically only miners and block explorers change their mempool settings - normal users changing it does not have any benefit and only negative effects |
Following up from discussions on Keybase, Bisq needs to enforce
mempoolminfee
value, since it currently uses a hard-coded value and the network value is variable:minimumFee
value from https://mempool.space/api/v1/fees/recommendedminimumFee
value from (1) on https://price.bisq.wiz.biz/getFeesminimumFee
value it gets when updating from (2) once per minuteminimumFee
value it gets from (3) inbisq.common.config.BaseCurrencyNetwork::getDefaultMinFeePerVbyte()
cc @jmacxx
The text was updated successfully, but these errors were encountered: