Post
Topic
Board Service Announcements
Topic OP
Electrum-2.6.5 Support ETH/BTC/XMR
by
aldenpogi
on 27/09/2016, 11:32:06 UTC
Electrum - Lightweight Bitcoin client

Licence: MIT Licence
Author: Thomas Voegtlin
Language: Python

Getting started

Electrum is a pure python application. However, if you want to use the
Qt interface, then you need to install the Qt dependencies::

sudo apt-get install python-qt4
If you downloaded the official package (tar.gz), then you can run
Electrum from its root directory, without installing it on your
system; all the python dependencies are included in the 'packages'
directory. To run Electrum from its root directory, just do::

./electrum
If you cloned the git repository, then you need to compile extra files
before you can run Electrum. Read the next section, "Development
Version".

https://github.com/Electrumwallet/Electrum/releases/tag/2.6.5