How can I force estimatesmartfee to return estimates on regtest?

4

Creating an app that utilizes estimatesmartfee, and it works in production, but I use regtest for automated testing and can't get it to return a value.

Looking at bitcoind tests it is splitting UTXOs in a loop etc.

What is the bare minimum I need to do as far as dummy transactions and mining blocks in order to get estimatesmartfee to work like it does on mainnet.

Thanks.

user3074620

Posted 2019-08-06T08:56:51.487

Reputation: 176

No answers