Skip to content

LitecoinZ Core 3.0.1

Compare
Choose a tag to compare
@MarkLTZ MarkLTZ released this 26 Oct 08:41
· 86 commits to master since this release
58b8887

LitecoinZ Core version 3.0.1 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.1.md

How to Upgrade

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
  • sendmany commands could fail with message "Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee". To solve this issue please start LitecoinZ using parameter -fallbackfee=0.0002
  • An issue was discovered on change addresses creation and transactions remains in the mempool with 0 confirmations. To solve this issue please start LitecoinZ using parameters -addresstype=legacy -changetype=legacy -paytxfee=0.0002