Electrum Bitcoin Wallet

From wiki.N4VX.net
Revision as of 20:31, 1 January 2021 by Admin (talk | contribs) (Created page with "==Installation== Install dependencies: sudo apt-get install python3-pyqt5 libsecp256k1-0 python3-cryptography Download package: wget https://download.electrum.org/4.0.9/Ele...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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