- The Bitcoin fee estimation is now more accurate. It uses a combination of
estimatesmartfee
from Bitcoin Core andmempool.get_fee_histogram
from Electrum to ensure our distance from the mempool tip is appropriate. If our Electrum server doesn't support fee estimation, we use the mempool.space API. The mempool space API can be disabled using thebitcoin.use_mempool_space_fee_estimation
option in the config file. It defaults totrue
. - ASB: You can use the
--trace
flag to log all messages to the terminal. This is useful for debugging but shouldn't be used in production because it will log a lot of data, especially related to p2p networking and tor bootstrapping. If you want to debug issues in production, read the tracing-logs inside the data directory instead.