Releases: blur-network/blur-network-gui
Blur Network GUI v0.1.8.1 'Shift'
Blur 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.1 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
Please check the following sha256sum against the file you downloaded:
blur-network-gui-v0.1.8.1-linux-x86_64.tar.gz:
cee807cb4e86296ad3f966e55a4017dddd6e1b47a03fc52bd3d4020a8acd87cb
blur-network-gui-v0.1.8.1-mac-x86_64.zip:
f3415b7e300826898887a44c680c53a14544b99230b4b88552da5c5f63555a86
blur-network-gui-v0.1.8.1-win-x86_64.zip
f6241b7f38b65b88b5ce5fe0441d1bf16f3c6ebcb6139b7d7d554cb9d543c359
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.
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
Blur Network GUI v0.1.8 'Shift'
Blur Network GUI Wallet & Miner
This is the first full prerelease for the Blur Network GUI Wallet/Miner, which will available on all major platforms (Mac will be released shortly). The GUI is written in Qt and functions on a backend daemon, compiled statically against the corresponding v0.1.8.
Please check the following sha256sum against the file you downloaded:
BlurNetworkGUI-Installer-v0.1.8.exe:
e135c8f2e94df37c10d117a32b1d49aaaf25075e0e12461ab9b0e20c92583d7a
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.01.8-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-linux-x86_64.tar.gz && cd blur-network-gui-v0.1.8-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
Windows:
Download BlurNetworkGUI-Installer.exe
for Windows.
Double click the blur-gui-wallet.exe
executable. 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.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.
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
Blur v0.1.7.6.1 'Lustrous Nebula (CNv8)'
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
Blur Network GUI v0.1.7 'Lustrous Nebula' - Prerelease
Blur Network GUI Wallet & Miner
This is the first prerelease for the Blur Network GUI Wallet/Miner. Not all features have been tested. The GUI is written in Qt and functions on a backend daemon, compiled statically against the corresponding v0.1.7 'Lustrous Nebula' release. Most of the code has been adapted from the Monero & Masari GUI Wallets.
A GUI Wallet for Windows is on the way.
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
Download Dependencies:
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
Install GUI Using a package management system (dpkg or apt)
dpkg:
cd ~/Downloads && sudo dpkg -i blur-gui-wallet_0.1.7-1_all.deb
OR
apt:
cd ~/Downloads && sudo apt install blur-gui-wallet_0.1.7-1_all.deb
If you get a message about dependencies not being installed, run:
sudo apt install --fix-broken
Those dependencies should install, and you will be able to access the GUI Wallet from your Desktop Menu.
Using Precompiled Binaries
Download the file labeled blur-network-gui-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-linux-x86_64.tar.gz && cd blur-network-gui-v0.1.7-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
How To Verify These Binaries:
Please check the following sha256sum against the file you downloaded:
blur-gui-wallet_0.1.7-1_all.deb: e051162457fecac1c943819a6e9a4fbacced79e37b5a612d3a2e94d85472f371
mac-x86_64-blur-network-gui.zip: 3fc1467374db5669b06917573bc3d6b8d1e1865913122298f0f1a2ff186f5a38
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-linux64.tar.bz2
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.
Blur Network GUI Wallet/Miner v0.1.7 'Lustrous Nebula'
Blur Network GUI Wallet & Miner
This is the first prerelease for the Blur Network GUI Wallet/Miner. Most testing has been completed, but not all features have been tested. The GUI functions on a backend daemon compiled statically against the corresponding v0.1.7 'Lustrous Nebula' release of the Blur binaries, with Qt as a front-end. Most of the code has been adapted from the Monero & Masari GUI Wallets.
**This prerelease is for Linux only. The full release will include GUI Wallets for Mac and Windows, as well. **
Getting Started
Download dependencies for Ubuntu 17.10+:
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 build-essential cmake libboost-all-dev libssl-dev libpcsclite-dev libzmq3-dev libunbound-dev libsodium-dev libminiupnpc-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev libgtest-dev doxygen graphviz
Download the blur-network-gui.zip file. Open a terminal, navigate to the directory you downloaded the file into, extract the binaries and shell script from the archive:
cd Downloads && unzip blur-network-gui.zip && cd blur-network-gui
Your terminal should now be within the directory you extracted from the zip archive. To start the wallet, simply run the start-gui-wallet.sh script:
./start-gui-wallet.sh
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
After downloading they public keys, check their fingerprint: gpg --fingerprint D5C9054050576902
You should see the output:
pub rsa4096 2018-06-07 [SC]
F3FE DCCF A90C 5683 1318 3C33 D5C9 0540 5057 6902
uid [ unknown] Blur Network (Blur: The Private Cryptocurrency) <[email protected]>
sub rsa4096 2018-06-07 [E]
Then, verify the files you've downloaded with: gpg --verify blur-network-gui.zip.asc blur-network-gui.zip
The output should say "Good Signature." The warning message is due to no trust index being assigned to the signature, simply ignore it.