freewil / bitcoin-testnet-box

Create your own private bitcoin testnet
MIT License
593 stars 273 forks source link

Fee estimation failed. #60

Open NaNYeYuan opened 2 years ago

NaNYeYuan commented 2 years ago

When sendingfrom1, it shows: error code: -6 error message: Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.

danweller18 commented 1 year ago

to get around this you can set the fallbackfee in the config file by editing files 1/bitcoin.conf & 2/bitcoin.conf and add the line

fallbackfee=0.00001

fallbackfee can be whatever value you like

make stop
make start
M61Shaforostov commented 4 months ago

fallbackfee can be whatever value you like

One clarification: in order to work properly, a fallbackfee must be set to no less than 0.00000001 (in BTC/vB).