This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
v1.0.0 Stable
This is the stable release for Xolentum GUI wallet - v1.0.0
.
Issues addressed
- The import from wallet file issue has been fixed.
- Entries not being added to the address book has been fixed.
- Amount of outgoing transactions being reduced has been fixed.
Known Issues
- The RPC server might hang while syncing, though your wallet will keep syncing. In effect, sync percentage won't reflect on the UI, it'll directly jump from 0.0% to 100.0%
Installation
Currently, Mac is unsupported. Other binaries have been shared. Download the zip
file for your platform. For Windows, use the .exe
file and for Linux use the .deb
file (.AppImage
if that's an option for you).
Verification
The binaries have been signed by my PGP key available at bin/build/sohamb03.asc
in the repository. A .sig
file has been shared for verification of the binaries. To verify the binaries, you have to download the .sig
file for the platform you are using, and verify using GPG.
For example, on Linux, use gpg --verify xolentum_gui_v1.0.0_linux.sig xolentum_gui_v1.0.0_linux.zip
.