Electrum: Unterschied zwischen den Versionen
Die Seite wurde neu angelegt: „Kategorie:Bitcoin“ |
K Textersetzung - „=== Parameter ===↵“ durch „=== Argumente === “ |
||
(24 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
'''topic''' - Beschreibung | |||
== Beschreibung == | |||
== Installation == | |||
=== Python-Quellen === | |||
==== Abhängigkeiten installieren ==== | |||
# apt install python3-pyqt5 libsecp256k1-0 python3-cryptography | |||
==== Paket herunterladen ==== | |||
wget https://download.electrum.org/4.3.1/Electrum-4.3.1.tar.gz | |||
==== Signaturen prüfen ==== | |||
wget https://download.electrum.org/4.3.1/Electrum-4.3.1.tar.gz.asc | |||
gpg --verify Electrum-4.3.1.tar.gz.asc | |||
==== Mit PIP installieren ==== | |||
sudo apt-get install python3-setuptools python3-pip | |||
python3 -m pip install --user Electrum-4.3.1.tar.gz | |||
== Aufruf == | |||
=== Argumente === | |||
=== Optionen === | |||
=== Umgebung === | |||
=== Rückgabewert === | |||
== Konfiguration == | |||
=== Dateien === | |||
== Anwendung == | |||
=== Ohne Installation ausführen === | |||
$ tar -xvf Electrum-4.2.1.tar.gz | |||
$ python3 Electrum-4.2.1/run_electrum | |||
== Sicherheit == | |||
== Dokumentation == | |||
# https://electrum.readthedocs.io/en/latest/ | |||
=== Man-Page === | |||
=== Siehe auch === | |||
== Links == | |||
=== Projekt === | |||
* https://electrum.org/ | |||
=== Weblinks === | |||
# [https://electrum.readthedocs.io/en/latest/ Official documentation] | |||
# [https://bitcoinelectrum.com/ Unofficial guide] | |||
[[Kategorie:Bitcoin]] | [[Kategorie:Bitcoin]] |
Aktuelle Version vom 1. Januar 2025, 16:55 Uhr
topic - Beschreibung
Beschreibung
Installation
Python-Quellen
Abhängigkeiten installieren
# apt install python3-pyqt5 libsecp256k1-0 python3-cryptography
Paket herunterladen
wget https://download.electrum.org/4.3.1/Electrum-4.3.1.tar.gz
Signaturen prüfen
wget https://download.electrum.org/4.3.1/Electrum-4.3.1.tar.gz.asc gpg --verify Electrum-4.3.1.tar.gz.asc
Mit PIP installieren
sudo apt-get install python3-setuptools python3-pip python3 -m pip install --user Electrum-4.3.1.tar.gz
Aufruf
Argumente
Optionen
Umgebung
Rückgabewert
Konfiguration
Dateien
Anwendung
Ohne Installation ausführen
$ tar -xvf Electrum-4.2.1.tar.gz $ python3 Electrum-4.2.1/run_electrum