Install Electrum Litecoin Wallet On Your Raspberry Pi
LAST UPDATED JULY 25, 2015
These short steps assume you are using the Raspbian OS and already have it installed and running. If you need help getting to that point use the DIY steps for installing a Litecoin supernode but stop before installing Litecoin or dependencies.
PRELIMINARIES
Electrum is a Simplified Payment Verification (SPV) wallet. This means it is fast and lightweight (it doesn't need to store the full blockchain, just headers). Electrum depends on other supernodes in the Litecoin network to verify whether a particular litecoin payment can be made. You can find more information about Electrum for Litecoin on their website.
DOWNLOAD ELECTRUM
Install needed dependencies:
pi@raspnode ~ $ sudo apt-get install python-qt4 python-pip -y
Use the Python installer (pip) to download and install Electrum:
pi@raspnode ~ $ sudo pip install https://electrum-ltc.org/download/Electrum-LTC-2.3.2.2.tar.gz
Launch the desktop:
pi@raspnode ~ $ startx
To launch Electrum you can either open a terminal and run:
pi@raspnode ~ $ electrum-ltc
Or you can find the Electrum application in the menu by going to Menu > Internet > Electrum Litecoin Wallet.