We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When sendingfrom1, it shows: error code: -6 error message: Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.
The text was updated successfully, but these errors were encountered:
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
1/bitcoin.conf
2/bitcoin.conf
fallbackfee=0.00001
fallbackfee can be whatever value you like
make stop make start
Sorry, something went wrong.
One clarification: in order to work properly, a fallbackfee must be set to no less than 0.00000001 (in BTC/vB).
No branches or pull requests
When sendingfrom1, it shows:
error code: -6
error message:
Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.
The text was updated successfully, but these errors were encountered: