Electrum is a wallet for Bitcoin cryptocurrency. It has been around since 2011 and has remained a popular choice among users thanks to its advantages like being free, decentralized, redundant, and safe. For those looking to get started, the electrum bitcoin wallet download is available for various platforms. It is possible to get started with using the Electrum Bitcoin wallet on Linux by installing it on distributions like Debian Linux and Ubuntu Linux. Popular debian and ubuntu distributions make it easy to install and run Electrum. In this tutorial, you will learn how to install Electrum wallet on Debian/Ubuntu, and verify the download to make sure all is safe.
In this tutorial you will learn:
How to download Electrum Bitcoin wallet
How to verify the integrity of Electrum Bitcoin Wallet download
How to install Electrum Bitcoin Wallet on Debian and Ubuntu
Software Requirements and Linux Command Line Conventions
Category
Requirements, Conventions or Software Version Used
System
Debian based Linux distros
Software
Electrum Bitcoin Wallet
Other
Privileged access to your Linux system as root or via the sudo command.
Conventions
# – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command $ – requires given linux commands to be executed as a regular non-privileged user
Install Electrum Bitcoin wallet on Debian/Ubuntu step by step instructions
Follow along with the instructions below to get Electrum Bitcoin wallet installed on a Debian based Linux distro such as Debian Linux and Ubuntu Linux.
Easy Method
Before going into the steps below, some users will be happy to know that Electrum Bitcoin wallet can be installed in a single step via the Snap package manager:
$ sudo snap install electrum
If you do not have Snap, and do not want it, or just want to do the manual process, then follow along with the step by step instructions below.
Step by step installation
Open a command line terminal and use the following apt commands to install the necessary dependencies:
Next, we will download the latest version of the Electrum wallet from the official website by using the wget command. You should navigate to the official download page to verify what version you can get. In our case, it is version 4.4.6, so this will be reflected in the command below:
The next step is to verify the GPG signature of the download. This helps confirm that we have indeed downloaded the correct file. Start by importing the Thomas V public key. This is the developer that signs the download.
As long as you recieve the following output, then you have successfully verified that you have an authentic download of the file:
gpg: Good signature from "Thomas Voegtlin (https://electrum.org) <thomasv@electrum.org>" [full]
gpg: aka "ThomasV <thomasv1@gmx.de>" [full]
gpg: aka "Thomas Voegtlin <thomasv1@gmx.de>" [full]
If you would like to run the download without actually installing the application, use the following tar command to unpack the compressed file and then use Python to run it:
$ tar -xvf Electrum-4.4.6.tar.gz
$ python3 Electrum-4.4.6/run_electrum
If you would like to install the application on your system so that you can continue to find it in the application launcher whenever you need it, then the following commands will install the dependency packages and fully install the Electrum Bitcoin wallet:
You can now open the Electrum wallet from your Debian or Ubuntu application launcher or by executing the following command, which will send you to the initial installation prompts to get your Bitcoin wallet set up:
In this tutorial, we saw how to install the Electrum Bitcoin wallet on Debian based Linux distros such as Debian Linux and Ubuntu Linux. This included an easy method via Snap package manager as well as the manual process which is more lengthy and involves verifying the signature of the package. Electrum excels in user privacy, and also proves to be very accessible, with clients that cater to a variety of systems.