Issue unable to obtain any fee using estimatesmartfee on main net and test net below response was using bitcoin-cli estimatesmartfee 6 { “errors”: [ “Insufficient data or no feerate found” ], “blocks”: 0 } Using bitcoin core version 0.19.1 downloaded from https://bitcoin.org/en/bitcoin-core/
System is running on AWS EC2 and using EFS
my AWS Linux ec2 is hosted in the private subnet to allow only outgoing transactions to pull in nodes information. it does not allow any incoming connections from external. does it required an incoming connections in order to build up the mempool as well as the fee_estimate?
getmempoolinfo return this { “loaded”: true, “size”: 0, “bytes”: 0, “usage”: 0, “maxmempool”: 300000000, “mempoolminfee”: 0.00001000, “minrelaytxfee”: 0.00001000 }
file size of mempool.dat and fee_estimates.dat is below -rw——- 1 17 Jun 3 02:54 mempool.dat -rw——- 1 247985 Jun 3 02:54 fee_estimates.dat
referring to issue #15568 i tried to delete the same files and the blocks and chainstate folder to resync, but it is still not returning the fees.