Skip to content

LitecoinZ Core 3.0.0

Compare
Choose a tag to compare
@MarkLTZ MarkLTZ released this 24 Oct 01:15
· 96 commits to master since this release
36e5c0e

LitecoinZ Core version 3.0.0 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.0.md

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 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

  • The LitecoinZ splash screen show a wrong disk space requirement (284 GB). Do not worry about it, only 4 GB are required for downloading and storing the LitecoinZ blockchain.
  • 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