LitecoinZ Core 3.0.3
LitecoinZ Core version 3.0.3 is now available.
For the release notes please see the git repository:
https://github.com/litecoinz-core/litecoinz/blob/master/doc/release-notes/release-notes-3.0.3.md
How to Upgrade
No actions are required if you are running version v3.0.0 or later.
If you are running a version older than v3.0.0, shut it down. Wait until it has completely
shut down (which might take a few minutes for older versions), then make a
backup of the file wallet.dat and run the installer (on Windows) or just copy
over /Applications/LitecoinZ-Qt (on Mac) or litecoinz/litecoinz-qt (on Linux).
Run the following command:
./litecoinzd -upgradewallet -rescan -reindex
or
./litecoinz-qt -upgradewallet -rescan -reindex
If running on Windows:
litecoinzd.exe -upgradewallet -rescan -reindex
or
litecoinz-qt.exe -upgradewallet -rescan -reindex
Known issues
- There is an issue on Windows with not latin characters in user profile path. To solve this issue please start LitecoinZ using parameters
-datadir
and-paramsdir
specifying a custom folder. Example: litecoinz-qt.exe -datadir=C:\LTZ\Data -paramsdir=C:\LTZ\Params