coldcore icon indicating copy to clipboard operation
coldcore copied to clipboard

Error in setup when fee estimation is not ready

Open GreenmanPGI opened this issue 1 year ago • 2 comments

The setup ended since the fee estimation was not ready.

Error! Hit unexpected exception msg: 'Fee estimation faild. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee' code:-4

GreenmanPGI avatar Dec 06 '22 23:12 GreenmanPGI

Thanks for the report.

Were you performing a new wallet setup when this occurred? What was the step that you were on when you hit this error message?

As a temporary workaround, you can restart bitcoind with the -fallbackfee option:

-fallbackfee=<amt>

    A fee rate (in BTC/kvB) that will be used when fee estimation has insufficient data. 0 to entirely disable the fallbackfee feature. (default: 0.00) 

jamesob avatar Dec 07 '22 13:12 jamesob

Yes, I was doing a new wallet setup.

Jeffrey J. Gotts Owner Gotts Engineering, LLC

“It is curious in how great a degree human progress depends on the individual. Humans, numbered in thousands of millions, seem organized into an ant-like society. Yet this is not so. New ideas, the impetus of all development, come from individual people, not from corporations or states. New ideas, fragile as spring flowers, easily bruised by the tread of the multitude, may yet may be cherished by the solitary wanderer.”

Fred Hoyle - 1957

Sent from Proton Mail mobile

-------- Original Message -------- On Dec 7, 2022, 8:48 AM, jamesob wrote:

Thanks for the report.

Were you performing a new wallet setup when this occurred? What was the step that you were on when you hit this error message?

As a temporary workaround, you can restart bitcoind with the -fallbackfee option:

-fallbackfee=

A fee rate (in BTC/kvB) that will be used when fee estimation has insufficient data. 0 to entirely disable the fallbackfee feature. (default: 0.00)

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

GreenmanPGI avatar Dec 07 '22 23:12 GreenmanPGI