0
Running 18.0 on Testnet, fully synced at 1541869 blocks.
bitcoin-cli estimatesmartfee 10
{
"feerate": 0.00001014,
"blocks": 10
}
bitcoin-cli estimatesmartfee 50
{
"feerate": 0.00001014,
"blocks": 50
}
bitcoin-cli estimatesmartfee 1000
{
"feerate": 0.00001012,
"blocks": 1000
}
bitcoin-cli getblockchaininfo
"verificationprogress": 0.9999922066691247,
"initialblockdownload": false,
"size_on_disk": 24450857625,
Any ideas? Thanks
1What is the problem? Testnet has a bogus fee market; you should expect bogus estimates to come out. – Pieter Wuille – 2019-06-10T16:29:00.213