Installation of Flo-Electum Wallet (Client)

How to Install an Electrum client for FLO


Electrum is a pure python application. If you want to use the Qt interface, install the Qt dependencies:
sudo apt-get install python3-pyqt5
Install the setuptools:
sudo apt-get install python3-setuptools

Installing Flo-electrum

get the code from Github using git:
git clone https://github.com/bitspill/flo-electrum.git
cd flo-electrum
Run install (this should install dependencies):
python3 setup.py install
Compile the icons file for Qt:
sudo apt-get install pyqt5-dev-tools
pyrcc5 icons.qrc -o gui/qt/icons_rc.py
Compile the protobuf description file:
sudo apt-get install protobuf-compiler
protoc --proto_path=lib/ --python_out=lib/ lib/paymentrequest.proto
Create translations (optional):
sudo apt-get install python-requests gettext
./contrib/make_locale

Creating Binaries

To create binaries, create the 'packages' directory:
./contrib/make_packages
This directory contains the python dependencies used by Electrum.

Start Electrum 

start FLO Core wallet :
(For binary version)
...<Path to FLO-Core Folder>/bin/flo-qt
(for master version) :
flo-qt
start  Flo-ElectrumX server :
systemctl start electrumx
journalctl -u electrumx -f 
If it gives you no errors, enable the service and start ElectrumX at boot:
systemctl enable electrumx
 
Start Electrum client :
electrum 
 

Comments


  1. Gdax is not free from technical errors. Fixing Gdax issues is not that easy as it sounds, because it manages your Gdax accounts with requirements and one wrong step can create big trouble. If you want hassle-free assistance to fix the Gdax account issues, you can dial the Gdax Support Number 1-800-665-6722. The customer care will deliver multiple solutions so that you are able to deal with the error in the best possible way.

    ReplyDelete

Post a Comment

Popular posts from this blog

Installation of Flo-ElectrumX Server

Installation of FLO Core wallet (flo-master)