This is a tracking issue for an effort to add Fee Estimation with Forecasters (Mempool-Based Fee rate Forecaster) to Bitcoin Core.
For the conceptual motivation behind this work, see issue #27995 and the previous discussion on Delving Bitcoin: Mempool-Based Fee Estimation on Bitcoin Core.
What to Review
Roadmap
- #30391
- #31664
- Create
estimatefee
RPC and Functional Test - Add Fee Estimation Traces
- Add Feature to the Wallet
Complete Feature
Design document https://gist.github.com/ismaelsadeeq/bcfa6b1216eef10076665551d9885722
- Implementation #30157
Next Steps
- Use this feature in the Bitcoin Core wallet
- Use heuristics from the mempool to target a higher/lower percentile in the mempool forecaster
Improving the current BlockPolicyEstimator
in the Short Term
Improving the current BlockPolicyEstimator
after the Cluster Mempool Project
- Make
BlockPolicyEstimator
package-aware: Delving Bitcoin Post