Установить electrum linux mint

How to install and verify Electrum bitcoin wallet on Linux

Privileged root access will be required to perform the installation.

Difficulty

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

Instructions

Download Electrum Bitcoin Wallet

In the first step, we will be downloading the latest Electrum Bitcoin wallet along with a verification signature. The current version at the day of writing is Electrum 3.0.3. Visit https://electrum.org/ to check for a latest Electrum version and amend the below installation procedure appropriately to reflect your downloaded source code version:

$ wget https://download.electrum.org/3.0.3/Electrum-3.0.3.tar.gz https://download.electrum.org/3.0.3/Electrum-3.0.3.tar.gz.asc

Verify Electrum’s downloaded source code

At this stage, we are ready to verify Electrum’s source code. The source code is signed by Thomas Voegtlin (https://electrum.org). Let’s import a relevant key signature:

$ gpg --keyserver pool.sks-keyservers.net --recv-keys 2BD5824B7F9470E6 gpg: key 2BD5824B7F9470E6: public key "Thomas Voegtlin (https://electrum.org) " imported gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: imported: 1 

Confirm a correct key import as per LINE 2 . Once the key has been imported it is time to perform the verification:

$ gpg --verify Electrum-3.0.3.tar.gz.asc Electrum-3.0.3.tar.gz gpg: Signature made Tue 12 Dec 2017 17:06:09 AEDT gpg: using RSA key 2BD5824B7F9470E6 gpg: Good signature from "Thomas Voegtlin (https://electrum.org) " [unknown] gpg: aka "ThomasV " [unknown] gpg: aka "Thomas Voegtlin " [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 6694 D8DE 7BE8 EE56 31BE D950 2BD5 824B 7F94 70E6 

Note gpg: Good signature on Line 4 . All seems to be in order!

Install Electrum

To install Electrum bitcoin wallet, we first need to preform an installation of all prerequisites:

$ sudo apt-get install python3-setuptools python3-pyqt5 python3-pip

And finally, install Electrum bitcoin wallet using the bellow command:

$ sudo pip3 install Electrum-3.0.3.tar.gz

Start Electrum bitcoin Wallet

Electrum bitcoin wallet is now installed. You can start it from your start menu by clicking on the Electrum wallet icon or by executing electrum command from your terminal:

Navigate to the following page to learn how to create a Bitcoin offline/paper wallet.

Читайте также:  Изменить права владельца linux

How

Comments and Discussions

NEWSLETTER

Subscribe to Linux Career Newsletter to receive latest news, jobs, career advice and featured configuration tutorials.

WRITE FOR US

LinuxConfig is looking for a technical writer(s) geared towards GNU/Linux and FLOSS technologies. Your articles will feature various GNU/Linux configuration tutorials and FLOSS technologies used in combination with GNU/Linux operating system.

When writing your articles you will be expected to be able to keep up with a technological advancement regarding the above mentioned technical area of expertise. You will work independently and be able to produce at minimum 2 technical articles a month.

TAGS

  • VIM tutorial for beginners
  • How to install the NVIDIA drivers on Ubuntu 20.04 Focal Fossa Linux
  • Bash Scripting Tutorial for Beginners
  • How to check CentOS version
  • How to find my IP address on Ubuntu 20.04 Focal Fossa Linux
  • Ubuntu 20.04 Remote Desktop Access from Windows 10
  • Howto mount USB drive in Linux
  • How to install missing ifconfig command on Debian Linux
  • AMD Radeon Ubuntu 20.04 Driver Installation
  • Ubuntu Static IP configuration
  • How to use bash array in a shell script
  • Linux IP forwarding – How to Disable/Enable
  • How to install Tweak Tool on Ubuntu 20.04 LTS Focal Fossa Linux
  • How to enable/disable firewall on Ubuntu 18.04 Bionic Beaver Linux
  • Netplan static IP on Ubuntu configuration
  • How to change from default to alternative Python version on Debian Linux
  • Set Kali root password and enable root login
  • How to Install Adobe Acrobat Reader on Ubuntu 20.04 Focal Fossa Linux
  • How to install the NVIDIA drivers on Ubuntu 18.04 Bionic Beaver Linux
  • How to check NVIDIA driver version on your Linux system
  • Nvidia RTX 3080 Ethereum Hashrate and Mining Overclock settings on HiveOS Linux

LATEST TUTORIALS

  • Enabling SSH on Raspberry Pi: A Comprehensive Guide
  • Boot Your Raspberry Pi from a USB: A Tutorial
  • Checking Your Raspberry Pi’s OS Version
  • Install an OS on Your Raspberry Pi: Step-by-Step
  • Finding Your Raspberry Pi’s IP Address: A Quick Guide
  • Easy Steps to Update Your Raspberry Pi
  • Connecting Your Raspberry Pi to Wi-Fi: A How-To
  • How to install RealVNC viewer on Linux
  • How to check Raspberry Pi RAM size and usage
  • How to check Raspberry Pi model
  • Understanding UEFI and BIOS in Relation to Linux Nvidia Driver Installation
  • How to orchestrate Borg backups with Borgmatic
  • How to monitor filesystem events on files and directories on Linux
  • Debian USB Firmware Loader Script
  • How to install and self host an Ntfy server on Linux
  • How to backup your git repositories with gickup
  • How to bind an SSH public key to a specific command
  • Creating a Bootable USB for Windows 10 and 11 on Linux
  • How to list all displays on Linux
  • List of QR code generators on Linux

Источник

Установить electrum linux mint

Warning: Do not download Electrum from another source than electrum.org. Verify GPG signatures.

Читайте также:  Android ndk linux arm

Latest release: Electrum-4.4.5

Our executables are reproducible, and are signed independently by several builders.
The current executables have been signed by ThomasV, SomberNight, Emzy.

Sources and Binaries

Python (3.8 and higher) Electrum-4.4.5.tar.gz Signatures
Linux Appimage Signatures
Windows (8.1 and higher) Standalone Executable Signatures
Windows Installer Signatures
Portable version (security advice) Signatures
macOS (10.13 and higher) Executable for macOS Signatures
Android (5.0 and higher)
(available on Google Play)
arm 64-bit (arm64-v8a, recommended) Signatures
arm 32-bit (armeabi-v7a) Signatures
x86_64 Signatures

Installation from Python sources

Linux Install dependencies: sudo apt-get install python3-pyqt5 libsecp256k1-dev python3-cryptography
Download package: wget https://download.electrum.org/4.4.5/Electrum-4.4.5.tar.gz
Verify signatures: wget https://download.electrum.org/4.4.5/Electrum-4.4.5.tar.gz.asc
gpg —verify Electrum-4.4.5.tar.gz.asc
Run without installing: tar -xvf Electrum-4.4.5.tar.gz
python3 Electrum-4.4.5/run_electrum
Install with PIP: sudo apt-get install python3-setuptools python3-pip
python3 -m pip install —user Electrum-4.4.5.tar.gz

How to verify GPG signatures

GPG signatures are a proof that distributed files have been signed by the owner of the signing key. For example, if this website was compromised and the original Electrum files had been replaced, signature verification would fail, because the attacker would not be able to create valid signatures. (Note that an attacker would be able to create valid hashes, this is why we do not publish hashes of our binaries here, it does not bring any security).

In order to be able to verify GPG signatures, you need to import the public key of the signer. Electrum binaries are signed with ThomasV’s public key. On Linux, you can import that key using the following command: gpg —import ThomasV.asc . Here are tutorials for Windows and macOS. When you import a key, you should check its fingerprint using independent sources, such as here, or use the Web of Trust.

Notes for Windows users

Electrum binaries are often flagged by various anti-virus software. There is nothing we can do about it, so please stop reporting that to us. Anti-virus software uses heuristics in order to determine if a program is malware, and that often results in false positives. If you trust the developers of the project, you can verify the GPG signature of Electrum binaries, and safely ignore any anti-virus warnings. If you do not trust the developers of the project, you should build the binaries yourself, or run the software from source. Finally, if you are really concerned about malware, you should not use an operating system that relies on anti-virus software.

Old versions of Windows might need to install the KB2999226 Windows update.

Documentation

Источник

Как установить электронный кошелек Electrum Wallet на Linux

Как установить электронный кошелек Electrum Wallet на Linux

Программы

Электронный биткойн-кошелек — это бесплатное программное обеспечение для биткойнов с открытым исходным кодом, выпущенное под лицензией MIT, доступное для Linux, Windows, OS X и Android. По умолчанию он установлен в дистрибутиве Tails Linux.

Читайте также:  Copy files with find linux

Кстати, ранее мы уже писали о том, как можно быстро установить Opera на Linux. Советуем ознакомиться с этой статьей.

В этой статье вы узнаете, как установить электронный кошелек Electrum Wallet на Linux, включая Debian, Ubuntu 16.04, Ubuntu 16.10, Linux Mint, PCLinuxOS, CentOS, Fedora, openSUSE, Arch Linux, Manjaro, Apicity OS.

Электронный кошелек имеет больше возможностей, по сравнению с конкурентами

Биткойн Core кошелек. Вот некоторые из следующих функций:

  • Легкий и быстрый
  • Использование кошелька Electrum с разных устройств
  • Вы не обязаны загружать блокнон.
  • Electrum автоматически генерирует новые принимаемые адреса для использования.
  • MBTC используется в качестве базового блока по умолчанию в Electrum.
  • Двухфакторная аутентификация
  • Поддержка segwit и каналов платежей, RBF (замена за плату) и многосетевые аппаратные кошельки
  • и еще много всего

Как установить электронный кошелек Electrum Wallet на Linux

Последняя стабильная версия — 2.7.17, выпущенная в январе этого года. Она включена в индекс пакета Python. Сначала установите pip — менеджер пакетов Python и пакет PyQt4.

Debian / Ubuntu / Linux Mint / PCLinuxOS

sudo apt install python-pip python-qt4

CentOS / Redhat

sudo yum install python-pip PyQt4

Fedora

sudo dnf install python-pip PyQt4

OpenSUSE

sudo zypper install python-pip python-qt4

Затем используйте pip для установки бумажника Electrum bitcoin.

Sudo pip install https://download.electrum.org/2.7.17/Electrum-2.7.17.tar.gz

Arch Linux / Manjaro / Apicity OS пользователи могут установить его из репозитория.

Как только это будет сделано, запустите Electrum, набрав команду electrum в терминале или из вашей панели запуска приложений.

Начальная настройка

При первом запуске появляется мастер установки. Первый вопрос позволяет выбрать способ подключения к серверу. Мы выбираем простой: автосоединение.

Затем выберите тип кошелька, который вы хотите. Мы выберем стандартный кошелек.

  • Стандартный кошелек является наиболее распространенным типом.
  • Кошелек с двухфакторной аутентификацией обеспечивает более надежную защиту.
  • Многозначный кошелек — это кошелек, который требует, чтобы несколько человек разрешали оплату биткойнов.
  • Смотреть биткойн-адрес позволяет отслеживать баланс адреса, но он не позволяет вам тратить биткойны.

Затем выберите создание нового семени, если вы раньше не использовали кошелек Electrum bitcoin.

На следующем шаге вы увидите свое личное и уникальное семя. Скопируйте его в буфер обмена и сохраните его в безопасном месте. (Не волнуйся, семя на скриншоте не мое настоящее семя.)

Затем вставьте свой «seed» в следующее окно.

После этого вы можете дополнительно зашифровать ключи своего кошелька паролем.

Теперь у вас будет новый адрес биткуина Electrum. В отличие от Bitcoin Core, Electrum не требует локальной копии блока, поэтому вы можете сразу отправлять и получать биткойны.

Перевод из отличного английского ресурса LinuxBabe.

Готово! Надеюсь, этот урок помог вам вопросе о том, как установить электронный кошелек Electrum Wallet на Linux. Как всегда, если вы нашли этот пост полезным, тогда подпишитесь на наш бесплатный информационный бюллетень, чтобы получить последние уроки Linux. Вы также можете поделиться ссылкой на нас в Google+, Twitter или на вашей странице в Facebook. Это очень нам поможет!

Источник

Оцените статью
Adblock
detector