Lithos Mainnet 1.0.0-PRERELEASE
·
10 commits
to prerelease-mainnet
since this release
Lithos Mainnet Pre-Release
Enabled support for mainnet, and launched initial LithosDex pool and vault. All emissions, rollup, mining, and other non-batching services have been disabled.
To run the application, unzip the file and then run the script in the /bin directory.
./lithos-client
This will automatically read from lithos.conf in your /bin folder.
To run with a custom configuration file add the argument -Dconfig.file=
./lithos-client "-Dconfig.file=path/to/custom/config/file.conf"
To build from source run:
sbt dist
This will create a new zip file in the /target/universal directory
Release Notes:
LithosDex
- Added LithosDex Mainnet contracts
Batching
- Fixed creation height handling in mempool.
Webpanel
- Updated docs with new configuration information, along with some guidance on difficulty selection and information about the LFSM.