|
| 1 | +3.0.4 Release Notes |
| 2 | +=============== |
| 3 | + |
| 4 | +LitecoinZ Core version 3.0.4 is now available from: |
| 5 | + |
| 6 | +https://github.com/litecoinz-core/litecoinz/releases/tag/v3.0.4 |
| 7 | + |
| 8 | +This is a new major version release, including new features, various bugfixes and performance improvements, as well as updated translations. |
| 9 | + |
| 10 | +Please report bugs using the issue tracker at GitHub: |
| 11 | + |
| 12 | +https://github.com/litecoinz-core/litecoinz/issues |
| 13 | + |
| 14 | +How to Upgrade |
| 15 | +=============== |
| 16 | + |
| 17 | +No actions are required if you are running version v3.0.0 or later. |
| 18 | + |
| 19 | +If you are running a version older than v3.0.0, shut it down. Wait until it has completely |
| 20 | +shut down (which might take a few minutes for older versions), then make a |
| 21 | +backup of the file wallet.dat and run the installer (on Windows) or just copy |
| 22 | +over /Applications/LitecoinZ-Qt (on Mac) or litecoinz/litecoinz-qt (on Linux). |
| 23 | + |
| 24 | +Run the following command: |
| 25 | + |
| 26 | +```./litecoinzd -upgradewallet -rescan -reindex``` |
| 27 | + |
| 28 | +or |
| 29 | + |
| 30 | +```./litecoinz-qt -upgradewallet -rescan -reindex``` |
| 31 | + |
| 32 | +If running on Windows: |
| 33 | + |
| 34 | +```litecoinzd.exe -upgradewallet -rescan -reindex``` |
| 35 | + |
| 36 | +or |
| 37 | + |
| 38 | +```litecoinz-qt.exe -upgradewallet -rescan -reindex``` |
| 39 | + |
| 40 | +Notable changes |
| 41 | +=============== |
| 42 | + |
| 43 | +Hard Fork at height 765949 |
| 44 | +----------------------------------- |
| 45 | +Switching to the new PoW algorithm Zawy Lwma. This should reduce hash power spikes. |
| 46 | + |
| 47 | +Difficulty reset |
| 48 | +-------------------------- |
| 49 | +Adjusted difficulty for resuming from a long period of inactivity. |
| 50 | + |
| 51 | +SPROUT Addresses |
| 52 | +-------------------------- |
| 53 | +Creating new legacy SPROUT addresses is now disabled. |
| 54 | + |
| 55 | +Fixes: |
| 56 | +====== |
| 57 | + |
| 58 | +- Fix z_getnewaddress issue on encrypted wallet |
| 59 | +- Fix gitian build |
| 60 | +- Fix 'z_getnewaddress' issue |
| 61 | +- Fix missing EXCLUSIVE_LOCKS_REQUIRED |
| 62 | +- Fix 'QFlags is deprecated' warnings |
| 63 | +- Fix 'buttonClicked is deprecated' warnings |
| 64 | +- Fix 'QDateTime is deprecated' warnings |
| 65 | +- Fix 'split is deprecated' warnings |
| 66 | +- Fix 'pixmap is deprecated' warnings |
| 67 | +- Fix bad-sapling-root-in-block issue |
| 68 | + |
| 69 | +Known issues |
| 70 | +=============== |
| 71 | + |
| 72 | +* 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 |
0 commit comments