wispproject / wallet

Wisp wallet
https://wispproject.com/
MIT License
7 stars 2 forks source link

Wisp Wallet

This is the repository of the official Wisp wallet. For more info, see https://github.com/wispproject/doc/wiki

Building

Note: Please don't try to install third-party libraries on your Linux system manually. You should always use the package manager if possible. The following instructions will show you how to build Wisp on your Linux system using packages from your package manager.

Dependencies

Debian 9 "Stretch", Ubuntu 18.04 LTS, Linux Mint 19

Note: The Qt wallet currently crashes on Debian due to bug #33. Ubuntu and Mint work. On Debian you can use the headless version (wispd) until the bug gets resolved.

For GUI and headless, as root:

For GUI (additionally), as root:

Fedora, Red Hat, CentOS

For GUI and headless, as root:

For GUI (additionally), as root:

Mac OS X

Using the Homebrew package manager:

brew install autoconf automake libtool pkg-config openssl@1.1 libevent boost gcc wget
brew tap KDE-mac/homebrew-kde
brew install qt

Setup

For GUI and headless, as user:

mkdir ~/build
cd ~/build
git clone https://github.com/wispproject/wallet wisp
cd wisp
./autogen.sh

Configure

For headless, as user:

For GUI, as user:

Make

For GUI and headless, as user:

Install

For headless, as root:

For GUI, as root:

Usage

You can now start the Wisp Qt wallet using the "wisp" command. For the Wisp daemon (wispd), please refer to the general Bitcoin usage instructions: