Electrum Bitcoin Wallet

From wiki.N4VX.net
Jump to navigation Jump to search

Installation

Install dependencies:

sudo apt-get install python3-pyqt5 libsecp256k1-0 python3-cryptography

Download package:

wget https://download.electrum.org/4.0.9/Electrum-4.0.9.tar.gz

Verify signature:

wget https://download.electrum.org/4.0.9/Electrum-4.0.9.tar.gz.asc
gpg --verify Electrum-4.0.9.tar.gz.asc

Run without installing:

tar -xvf Electrum-4.0.9.tar.gz
python3 Electrum-4.0.9/run_electrum

Install with PIP:

sudo apt-get install python3-setuptools python3-pip
python3 -m pip install --user Electrum-4.0.9.tar.gz