Blur Network GUI Wallet v0.1.8.2 'Shift'
Pre-releaseBlur Network GUI Wallet & Miner
This is the first full prerelease for 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.8.2 release.
Install Dependencies
One-liner for Dependencies: sudo apt install qtbase5-dev qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-dialogs qml-module-qtquick-xmllistmodel qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel qttools5-dev-tools qml-module-qtquick-templates2 qtquickcontrols2-5-dev
Please check the following sha256sum against the file you downloaded:
blur-network-gui-v0.1.8.2-linux-x86_64.tar.gz:
a0191dbd6b563bc2cd3ffb5591f653f6d2e7403ad1aac284f798b32435ceff15
blur-network-gui-v0.1.8.2-win-x86_64.zip
9c6814bc251ed253e386ef9e8d0aa14354091ee34a10a5e57a2a9b7125304761
Getting Started
TROUBLESHOOTING:
- IF YOUR WALLET DOES NOT SHOW A BALANCE: Go to the 'settings' tab & scroll to the bottom. There should be an area that says "Wallet creation height". Set this to zero, and rescan for transactions. Setting it to a block height prior to the transfers you are missing, should find your coins.
- IF YOUR HASHRATE IS HOVERING AROUND 2-4 H/s: Uncheck the box next to "Background Mining (experimental)" within the Mining tab.
Linux
Using Precompiled Binaries
Download the file labeled blur-network-gui-v.0.1.8.1-linux-x86_64.tar.gz
Open a terminal, navigate to the directory you downloaded the file into, extract the binaries and shell script from the archive:
cd ~/Downloads && tar xvf blur-network-gui-v0.1.8.1-linux-x86_64.tar.gz && cd blur-network-gui-v0.1.8.1-linux-x86_64
Your terminal should now be within the directory you extracted from the zip archive. To start the wallet, simply run the start-gui.sh script:
./start-gui.sh
MacOS:
Download blur-network-gui-v0.1.8.1-mac-x86_64.zip
.
Extract the app from the archive, and double click the app to run.
Windows:
Download blur-network-gui-v0.1.8.1-win-x86_64.zip
.
Double click the BlurNetworkGUI-Installer.exe
executable. Follow the prompts to install required libraries, and executables. The wallet will open upon completion.
How To Verify These Binaries:
Download the zip archive and the accompanying '.asc' file. If you haven't already, download and install GnuPG.
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.8-linux-x86_64.tar.gz.asc
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.