Electrum-LTC
Electrum-LTC in Whonix
Introduction[edit]
Installation[edit]
Download and Digital Software Verification[edit]
Perform these steps inside Whonix-Workstation™ (Qubes-Whonix™: anon-whonix
App Qube).
1.
gpg --keyserver keyserver.ubuntu.com --recv-keys 0xCAE1092AD3553FFD21C05DE36FC4C9F7F1BE8FEA
2.
gpg --fingerprint 0xCAE1092AD3553FFD21C05DE36FC4C9F7F1BE8FEA
3.
scurl-download --tlsv1.2 https://electrum-ltc.org/download/electrum-ltc-4.0.9.3-x86_64.AppImage.asc
4.
scurl-download --tlsv1.2 https://electrum-ltc.org/download/electrum-ltc-4.0.9.3-x86_64.AppImage
5.
gpg --verify electrum-ltc-4.0.9.3-x86_64.AppImage.asc
If the file is verified successfully, the output will include Good signature
, which is the most important thing to check.
gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner.
This message does not alter the validity of the signature related to the downloaded key. Rather, this warning refers to the level of trust placed in the Whonix signing key and the web of trust. To remove this warning, the Whonix signing key must be personally signed with your own key.
6.
chmod +x ~/electrum-ltc-4.0.9.3-x86_64.AppImage
7.
mkdir --parents ~/bin
8.
mv electrum-ltc-4.0.9.3-x86_64.AppImage ~/bin/electrum-ltc
Configure Electrum-LTC - Debian based Offline Computer[edit]
User setup specific notice.
- A) Not using Debian based Offline Computer: Ignore this wiki chapter.
- B) Debian based Offline Computer: No special notice.
Should not be needed since offline computer but useful anyhow just in case.
Connect only to one server (own server) instead of any third party servers.
~/bin/electrum-ltc --offline setconfig oneserver true
Connect to own local server.
~/bin/electrum-ltc --offline setconfig server 127.0.0.1:5000:t
Avoid auto connecting to third party servers (and avoid Electrum-LTC first start wizard asking to).
~/bin/electrum-ltc --offline setconfig auto_connect false
Add a Electrum-LTC Start Menu Entry - Debian based Offline Computer[edit]
Creating a Electrum-LTC
start menu entry.
This step is optional.
1. User setup specific notice.
- A) Not using Debian based Offline Computer: If you don't use a Debian based Offline Computer then you cannot use the instructions from this wiki chapter without modification. In that case you would have to drop
--oneserver --server 127.0.0.1:5000:t
below. - B) Debian based Offline Computer: No special notice.
2. Create folder ~/.local/share/applications
.
mkdir -p ~/.local/share/applications
3. Open file ~/.local/share/applications/electrum-ltc.desktop
in a text editor of your choice as a regular, non-root user.
If you are using a graphical environment, run. mousepad ~/.local/share/applications/electrum-ltc.desktop
If you are using a terminal, run. nano ~/.local/share/applications/electrum-ltc.desktop
4. Paste the following contents.
[Desktop Entry] Name=Electrum-LTC Comment=electrum-ltc Exec=bash -c '~/bin/electrum-ltc --oneserver --server 127.0.0.1:5000:t' Terminal=false Type=Application Icon=money-manager-ex StartupWMClass=litecoin MimeType=x-scheme-handler/litecoin; Categories=Finance;
5. Save.
6. Done.
The Electrum-LTC
start menu entry available should be available.
Start from Command Line[edit]
To start Electrum-LTC
from the command line, run.
~/bin/electrum-ltc
See Also[edit]
- ↑ maybe try if below does not work: https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xcae1092ad3553ffd21c05de36fc4c9f7f1be8fea
We believe security software like Whonix needs to remain open source and independent. Would you help sustain and grow the project? Learn more about our 12 year success story and maybe DONATE!