Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fee estimation failed. #60

Open
NaNYeYuan opened this issue Feb 11, 2022 · 2 comments
Open

Fee estimation failed. #60

NaNYeYuan opened this issue Feb 11, 2022 · 2 comments

Comments

@NaNYeYuan
Copy link

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

@danweller18
Copy link

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
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants