bitcoinknots / bitcoin

Bitcoin Knots enhanced Bitcoin node/wallet software
MIT License
200 stars 60 forks source link

[p2p] Unsupported format of addrman database #46

Closed ghost closed 1 year ago

ghost commented 2 years ago

I got this error today while running Knots:

2022-02-02T14:04:51Z ERROR: DeserializeDB: Deserialize or I/O error - Unsupported format of addrman database: 4. It is compatible with formats >=4, but the maximum supported by this version of Bitcoin Knots is 3.: iostream error
luke-jr commented 2 years ago

Probably you ran Core master at some point? 22.x only supports addrman v3.

Is this a warning or an error preventing Knots from starting? Does Core behave the same way?

luke-jr commented 2 years ago

Ref https://github.com/bitcoin/bitcoin/issues/24188

ghost commented 2 years ago

Probably you ran Core master at some point?

Yes

Is this a warning or an error preventing Knots from starting?

Warning because bitcoind was still running

Does Core behave the same way?

Will try today