Skip to content

v2.0.3

Compare
Choose a tag to compare
@faetos faetos released this 15 Aug 16:49
· 41 commits to merged since this release
v2.0.3
edb334b

v2.0.3 Release Notes

v2.0.3 is an OPTIONAL release

This release has recent checkpoints and the correct checkpoint for the chain split that occurred at block 312987. It should help keep your nodes on the right chain. Packages have been updated to a more recent Qt as well. We no longer need different Mac OSX builds after this release. This release also has the new branding with the new logo and motto.

Bug Fixes

  1. Fixed the green synch icon in the GUI wallet to show enabled after masternodes synch properly.

  2. Fixed the issues with different builds for Mac OSX Mojave and below. Fixed the pink outlines and background that shows up sometimes in Mojave builds.

  3. Fixed ban crash in the wallet for adding banned nodes manually

Enhancements

  1. Added log viewer in the Tools > Debug Console > Logs (port over from C++Kitty's work). Shows 25 logs at a time and cycles through the debug.log file to give you a view into it from the GUI.

  2. More up to date depends packages. Qt upgraded, as well as several other packages that are used in the build process.

How to Upgrade Wallets

Windows: Before you begin copy your wallet.dat to a safe location. The wallet.dat file is located in %APPDATA%\Lytix\wallet.dat by default. Stop any running clients. Select the *.exe that matches your operating system (32-bit or 64-bit) and install in the default location. The new binary will start and begin to synchronize.

Mac OSX Mojave: Before you begin copy your wallet.dat to a safe location. The wallet.dat file is located in the ~/Library/Application Support/Lytix directory. Stop any running clients and select the Lytix-2.0.3-Mac-OSX-Mojave.dmg disk image. Open the image and copy the Lytix binary to the Applications folder. If it does not run at start you may have to go into the Utilities/Security & Privacy setting and click on run the Lytix binary anyway. The client should start to load and synchronize at that moment.

Mac OSX 10,x: Before you begin copy your wallet.dat to a safe location. The wallet.dat file is located in the ~/Library/Application Support/Lytix directory. Stop any running clients and select the lytix-2.0.3-osx-unsigned.dmg disk image. Open the image and copy the Lytix binary to the Applications folder. If it does not run at start you may have to go into the Utilities/Security & Privacy setting and click on run the Lytix binary anyway. The client should start to load and synchronize at that moment.

Linux: Before you begin copy your wallet.dat to a safe location. The wallet.dat file is normally located in ~/.lytix/wallet.dat. Stop any running clients and select the proper binary for your distribution. Untar and unzip the binary and simply copy them over to the /usr/local/ directory as sudo cp -r lytix-2.0.3/* /usr/local Start the qt wallet by running lytix-qt or the daemon by running lytixd.

How to Upgrade Masternodes

Upgrade the client wallet first that holds you masternode.conf configuration using the procedures above in How to Upgrade Wallets.

Once completed go to the masternode and stop the daemon. Upgrade following the method described above. Restart the daemon. It may be necessary to re-activate the masternode. If the masternode goes missing simply go to the client wallet and re-activate the missing masternode.

How to Upgrade Maxnodes

Upgrade the client wallet first that holds you maxnode.conf configuration using the procedures above in How to Upgrade Wallets.

Once completed go to the maxnode and stop the daemon. Upgrade following the method described above. Restart the daemon. It may be necessary to re-activate the maxnode. If the maxnode goes missing simply go to the client wallet and re-activate the missing maxnode.

Credits

Thank you to luke, tybiboune and BioLogic for their help on the new website and the new logo featured in this release. Thank you akshaynexus for the mac app nap work and advice on some of our issues.