Skip to content

A GUI Wallet for the Blur Network, forked from Monero's GUI. This is a graphical front end for the BLUR wallet, which can be run with a full, or remote, node to communicate with the Blur Network.

License

Notifications You must be signed in to change notification settings

blur-network/blur-network-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blur Network GUI Wallet

Blur Network Wallet

Copyright (c) 2018-2020, The Blur Network
Copyright (c) 2014-2018, The Monero Project

License

See LICENSE.

Get it from the Snap Store

blur-wallet

Or download with sudo snap install blur-wallet, then issue the command blur-wallet in your terminal.

Compiling the Blur Network GUI Wallet from source

On Linux:

(Tested on Ubuntu 18.04 x64)

  1. 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

  1. 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

  1. Clone repository

    git clone https://github.com/blur-network/blur-network-gui.git

  2. Build

    cd blur-network-gui
    ./build.sh
    

The executables can be found in the build/release/bin folder.

  1. 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.

About

A GUI Wallet for the Blur Network, forked from Monero's GUI. This is a graphical front end for the BLUR wallet, which can be run with a full, or remote, node to communicate with the Blur Network.

Resources

License

Stars

Watchers

Forks

Packages

No packages published