Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
I encountered an error when attempting to use the estimatesmartfee method.
But node only return Insufficient data or no feerate found
Below is the request I sent:
0curl --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "estimatesmartfee", "params": [1] }' -H 'content-type: text/plain;' http://localhost:80
Expected behaviour
Expected output:
0{"result":{"feerate":0.00062,"blocks":1},"error":null,"id":"curltest"}
Steps to reproduce
Start.sh
0sudo bitcoind -daemon -testnet=1 -server=1 -rest=1 -txindex=1 -listen=1 -port=8333 -rpcport=80 -rpcallowip=0.0.0.0/0 -rpcbind=0.0.0.0
.bitcoin/testnet3 directory
0-rw------- 1 root root 221 Jul 26 08:24 banlist.json
1-rw------- 1 root root 7 Oct 4 05:16 bitcoind.pid
2drwx------ 3 root root 36864 Oct 4 01:28 blocks
3drwx------ 2 root root 262144 Oct 4 06:29 chainstate
4-rw------- 1 root root 10033247 Oct 4 06:27 debug.log
5-rw------- 1 root root 247985 Oct 4 06:16 fee_estimates.dat
6drwx------ 3 root root 4096 Jul 26 08:24 indexes
7-rw------- 1 root root 922636 Oct 4 05:16 mempool.dat
8-rw------- 1 root root 1962267 Oct 4 06:16 peers.dat
9-rw------- 1 root root 193 Oct 4 05:16 settings.json
10drwx------ 2 root root 4096 Jul 26 08:24 wallets
Relevant log output
No response
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
v27.1.0
Operating system and version
Ubuntu 24.04 LTS
Machine specifications
No response