This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Xolentum GUI Wallet release v1.1.2 - Shark Net, Point Release 2.0 to work with Xolentum core v0.3.2.0 - Shark Net, Point Release 2.0
Known Issues
- The RPC server might hang while syncing, though your wallet will keep syncing. In effect, sync percentage won't update on the UI, it'll directly jump from 0.0% to 100.0%
Installation
Download the binary archive 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
SHA-256 checksums of the binaries are as follows:
a925634a4940526e75a29c6895ec820d0d92d5d4864be6b03b411a3edf6228c5 *xolentum_gui_v1.1.2_linux-x64.zip
a2e9d916e580b4bfacf0627804e33e717b0881f9b2c980869b74653786309199 *xolentum_gui_v1.1.2_mac-x64.zip
b4f44f1ef8c187c03a00efd3ef1e26ad5ab4b89f17fdb6a97a98c0e7c9ea87b5 *xolentum_gui_v1.1.2_win-x64.zip
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.1.2_linux.sig xolentum_gui_v1.1.2_linux.zip
.