Skip to content

v2.0.0

Compare
Choose a tag to compare
@faetos faetos released this 21 Jun 01:01
· 193 commits to merged since this release
v2.0.0
3b0a43c

2.0.0 Release Notes

Mandatory Release

If you are staking as then you are free to wait until close to block 300,000 before moving over.

This release contains the following enhancements:

  1. Maxnodes - ability to create and manage maxnodes
  2. Rewards changes
  3. Removal of zLYTX

Maxnodes

Maxnode cost 100,000 LYTX to run as collateral. They will receive rewards when we get close to block 300,000 due to the changes in the rewards system we will activate with their rewards. The guide on how to create and run a maxnode is here: https://github.com/LytixChain/lytix/wiki/Maxnode-Guide

Bootstrap

If you are having trouble synching the chain you can copy the bootstrap.dat into your Lytix folder and it will synch from disk up to recently. Then it will connect to the network and get a few remaining blocks.

Procedure:

Make sure that Lytix is not running.
Make a backup of your Lytix directory or at the very least make a backup of your wallet.dat file.

Copy the bootstrap.dat to the following locations:

Windows: %APPDATA%\Lytix
MacOSX: Libraries/Application Support/Lytix
Linux: .lytix

Start the client and you will see at the bottom it will read "Synchronizing from Disk." After it completes then it will reach out to the network to complete synchronization. This may take about 5 minutes to update masternodes, sporks, etc

Thanks

Thank you to luke for his advice and testing for this release. He has put in a lot of time to help move this along.