Skip to content

Lyra v2.0.1

Latest

Choose a tag to compare

@turinglabsorg turinglabsorg released this 09 Dec 04:51
· 10 commits to master since this release

Release 2.0.1 improves security and wallet updates. This is a complete rebase so something can be different from 1.2.0 version.

Scrypta QT Wallet updates:

  • Fixed UI bugs
  • Added automatic bootstrap feature
  • Removed obfuscation panel (still available in debug console if needed)

Docker compiling containers:
If you want to compile the wallet by yourself please use Docker containers, each container is under docker folder and there are simple scripts to launch, depends on what platform you want to build.

For example, to build for Linux (with inluded dependencies) use docker like this:

cd docker
cd linux
sudo bash build-multi.sh

You've to wait until compilation completes, after that you will find compiled wallet under linux/multi/build folder.