Copyright (c) 2018-2020, The Blur Network
Copyright (c) 2014-2018, The Monero Project
See LICENSE.
Or download with sudo snap install blur-wallet
, then issue the command blur-wallet
in your terminal.
(Tested on Ubuntu 18.04 x64)
- Install Monero dependencies
Please note, all of the dependencies are self-managed within the snap package.
-
For Debian distributions (Debian, Ubuntu, Mint, Tails...)
sudo apt install build-essential cmake libboost-all-dev libsodium-dev pkg-config libssl-dev
- Install Qt:
Note: Qt 5.7 is the minimum version required to build the GUI. This makes some distributions (mostly based on debian, like Ubuntu 16.x or Linux Mint 18.x) obsolete. You can still build the GUI if you install an official Qt release, but this is not officially supported.
-
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 qml-module-qtquick-templates2
-
Optional : To build the flag
WITH_SCANNER
-
For Ubuntu
sudo apt install qtmultimedia5-dev qml-module-qtmultimedia libzbar-dev
-
-
Clone repository
git clone https://github.com/blur-network/blur-network-gui.git
-
Build
cd blur-network-gui ./build.sh
The executables can be found in the build/release/bin folder.
-
Start the GUI Wallet
cd build/release/bin ./start-gui-wallet.sh
Using the ./start-gui.sh
script will start a daemon in the background connecting to the seed nodes in the network, with a p2p port at 52541 and rpc on 52542. The daemon will run in the background and only be interactive through the GUI interface. Closing the GUI wallet and clicking 'stop daemon' will terminate the daemon.