From fa120bd01c7fc27eb9d3e4ecbf4b4ccc3b728686 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sun, 10 Sep 2017 04:26:35 +0200 Subject: doc: Old fee_estimates.dat are discarded by 0.15.0 --- doc/release-notes.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/release-notes.md b/doc/release-notes.md index 5a391462c7..3d25dd2317 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -21,13 +21,17 @@ How to Upgrade If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then run the -installer (on Windows) or just copy over /Applications/Bitcoin-Qt (on Mac) +installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac) or `bitcoind`/`bitcoin-qt` (on Linux). The first time you run version 0.15.0, your chainstate database will be converted to a new format, which will take anywhere from a few minutes to half an hour, depending on the speed of your machine. +The file format of `fee_estimates.dat` changed in version 0.15.0. Hence, a +downgrade from version 0.15.0 or upgrade to version 0.15.0 will cause all fee +estimates to be discarded. + Note that the block database format also changed in version 0.8.0 and there is no automatic upgrade code from before version 0.8 to version 0.15.0. Upgrading directly from 0.7.x and earlier without redownloading the blockchain is not supported. -- cgit v1.2.3