Problematic fee estimation in coordinator #14175
-
|
https://mempool.space/testnet4/tx/c8f8961bf0cc51e8f8607eaf9e129537e8d5d96a01f4db6376b6189e82c5b9af At the time of broadcasting this coinjoin, my coordinator's mempool looked like this: As you can see, it's less than a block long (334kb). The network is not congested at all. Therefore, the 13 sat/vb that the coordinator selected is clearly a waste of money. In my coordinator/Config.json, I have "ConfirmationTarget": 3. What could be the issue here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Wasabi listens to whatever feerate your node says, and Bitcoin Core's fee estimation is complete shit. There is an additional sanity check (at least on mainnet) that queries the current fee rate from mempool.space and sets that as the ceiling. |
Beta Was this translation helpful? Give feedback.
Wasabi listens to whatever feerate your node says, and Bitcoin Core's fee estimation is complete shit. There is an additional sanity check (at least on mainnet) that queries the current fee rate from mempool.space and sets that as the ceiling.