freewil / bitcoin-testnet-box

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

Specify fallback fee when starting bitcoin daemon #63

Open hikchi opened 1 year ago

hikchi commented 1 year ago

This PR was fixed with an additional arg of -fallbackfee in the Makefile.

Without the arg, we'd not be able to send test bitcoin via sendfrom1 command as it showed Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.

image

M61Shaforostov commented 4 months ago

Resolves #60 .

M61Shaforostov commented 4 months ago

Why do you set it to 0.00002? I would rather utilize the minimum possible value, that is 0.00000001.