Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
To estimate fees we use estimateSmartFee and were constantly running into the following error: estimateSmartFee error: “Insufficient data or no feerate found”
As mentioned in other github issues, we could manually delete fee_estimate.dat and mempool.dat from the node. Which isnt scalable, so we moved to testnet4 with the understanding it would provide a more stable testing environment.
Unfortunately, we have now started running into the exact same error on testnet 4, is this expected and are others seeing this issue? Regardless, is there any recommendations on how to bring more stability to getting fees back using estimateSmartFee on testnet4?
Expected behaviour
Fee rate is returned when using estimateSmartFee
Steps to reproduce
Make a call to estimateSmartFee
Relevant log output
No response
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
v.28.1
Operating system and version
Ubuntu
Machine specifications
No response