Describe the issue
My bitcoind 0.15.0 node is fully sync-ed.
$ bitcoin-cli getinfo
{
"deprecation-warning": "WARNING: getinfo is deprecated and will be fully removed in 0.16. Projects should transition to using getblockchaininfo, getnetworkinfo, and getwalletinfo before upgrading to 0.16",
"version": 150000,
"protocolversion": 70015,
"walletversion": 60000,
"balance": 0.00000000,
"blocks": 489885,
"timeoffset": 0,
"connections": 15,
"proxy": "",
"difficulty": 1123863285132.967,
"testnet": false,
"keypoololdest": 1492149683,
"keypoolsize": 1000,
"paytxfee": 0.00000000,
"relayfee": 0.00001000,
"errors": ""
}
Now attempt estimatefee
$ bitcoin-cli estimatefee 2
0.00004999
Now attempt estimatesmartfee
$ bitcoin-cli estimatesmartfee 2
{
"errors": [
"Insufficient data or no feerate found"
],
"blocks": 0
}
Can you reliably reproduce the issue?
Yes, getting this every time running the command.
Expected behaviour
estimatesmartfee to returns the estimation
Actual behaviour
Return error
What version of bitcoin-core are you using?
"version": 150000, "protocolversion": 70015, "walletversion": 60000,
Machine specs:
- OS: Ubuntu
- CPU: Amazon EC2
- RAM: 16GB
- Disk size: 1TB
- Disk Type (HD/SDD): HDD