From 56c208715a2b103e59450ff8eab3e6d4aa01e44e Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Mon, 19 Sep 2016 23:38:49 +0200 Subject: [PATCH] fix blockchain conversion info --- _posts/2016-09-19-monero-0.10.0-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2016-09-19-monero-0.10.0-released.md b/_posts/2016-09-19-monero-0.10.0-released.md index cc024227..6f0da651 100644 --- a/_posts/2016-09-19-monero-0.10.0-released.md +++ b/_posts/2016-09-19-monero-0.10.0-released.md @@ -44,7 +44,7 @@ Some highlights of this release are: Due to the space savings and performance gains it is again highly recommended that you delete the contents of your Monero working directory and sync from scratch. This directory can be found in ~/.bitmonero on Linux and OS X, and on Windows in \Users\username\AppData\Roaming\bitmonero or \ProgramData\bitmonero. -Alternatively, you can use ```monero-blockchain-export``` to export your current blockchain, then delete the lmdb folder in your working directory, and finally use ```monero-blockchain-import``` to reimport it. +Alternatively, you can use ```blockchain_export``` from your previous install to export your current blockchain, then delete the lmdb folder in your working directory, and finally use ```monero-blockchain-import``` from 0.10.0 to reimport it. ## Contributors for this Release