Blur Network GUI Wallet v0.1.9.6 'Radiance'
Pre-releasePlease see https://github.com/blur-network/blur/releases for associated changelog.
This is the a pre-release of the Blur Network GUI Wallet/Miner, which will be made available on all major platforms. The GUI is written in Qt and functions on a backend daemon, compiled statically against the corresponding v0.1.9.6 release.
Please check the following sha256sum against the file you downloaded:
blur-network-gui-v0.1.9.6-mac-x86_64.zip
37c961db95567c9a0fe3938cce97887b2a21b929ba247740377a80760e5728a8
blur-network-gui-v0.1.9.6-win-x86_64.zip
460dc7ba41035e198498f28b01441b683ed192638871ef884ffe464b3c603bac
blur-network-gui-v0.1.9.6-linux-x86_64-ubuntu18.tar.gz
d331ad42aa98d710073af9f9c70726901e33c883f615a2c4ed18c19f0ec8eafe
Getting Started
Linux
Using Precompiled Binaries
Download the file labeled blur-network-gui-v0.1.9.6-linux-x86_64-ubuntu18.tar.gz
Open a terminal, navigate to the directory you downloaded the file into, and install with dpkg
or apt
cd ~/Downloads && tar xvzf blur-network-gui-v0.1.9.6-linux-x86_64-ubuntu18.tar.gz && cd blur-network-gui-v0.1.9.6-linux-x86_64
Then run the script:
./start-gui.sh
MacOS:
Download blur-network-gui-v0.1.9.6-mac-x86_64.zip
.
Extract the app from the archive, and double click the app to run.
How To Verify These Binaries:
Download the zip archive and the accompanying '.asc' file. If you haven't already, download and install GnuPG.
Mac or Linux
Type the following command into a terminal: gpg --keyserver sks-keyservers.net --recv-keys D5C9054050576902
Verify the downloaded file with the command: gpg --verify blur-network-gui-v0.1.9.6-linux-x86_64.tar.gz
You should see the output:
gpg: Signature made Tue 25 Sep 2018 02:47:01 AM EDT gpg: using RSA key F3FEDCCFA90C568313183C33D5C9054050576902 gpg: Good signature from "Blur Network (Blur: The Private Cryptocurrency) <[email protected]>" [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner.```
The output should say "Good Signature." The warning message is due to no trust index being assigned to the signature, simply ignore it.