Skip to content

Blur v0.1.7.6.1 'Lustrous Nebula (CNv8)'

Pre-release
Pre-release
Compare
Choose a tag to compare
@blur-network blur-network released this 14 Nov 20:06
8db8e04

Blur Network GUI Wallet & Miner

This is the first full prerelease for the Blur Network GUI Wallet/Miner, available on all major platforms. Windows was compiled for Windows 10, Linux for Ubuntu 18.04.1, and Mac for 10.12 Sierra, and above. The GUI is written in Qt and functions on a backend daemon, compiled statically against the corresponding v0.1.7.6.1 'Lustrous Nebula' release. Most of the code has been adapted from the Monero & Masari GUI Wallets.

Please check the following sha256sum against the file you downloaded:

blur-network-gui-v0.1.7.6.1-linux-x86_64.tar.gz:
c18dd64ba304b6a678cb2d157ff9ab379535b3dcd58a4cccaf3312f5bf81ac61

blur-network-gui-v0.1.7.6.1-mac-x86_64.zip:
c971d2a88a65da48c335f53821589e9ed4446c735e480463df1a10aa20f9bca9

BlurNetworkGUI-Installer.exe
015f5524debf0bac56030d196ebc97dc34815588f6c1fae221fa300d006cd32d

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-v01.7.6.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.7.6.1-linux-x86_64.tar.gz && cd blur-network-gui-v0.1.7.6.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

Mac/Windows:

Download blur-network-gui-mac-x86_64.zip for Mac.

Download BlurNetworkGUI-Installer.exe for Windows.

Double click the executable/app. Follow the prompts and your wallet will start.

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.7.6.1-linux-x86_64.tar.xz

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.

If you have trouble running any of the binaries:

Install the CLI dependencies (includes those required to build source):

sudo apt update && sudo apt install build-essential cmake pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev doxygen graphviz libpcsclite-dev libpgm-dev

Install the GUI 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