Electrum-LCC
Downloads Features Community Questions?

Electrum-LCC is a simple, but powerful Litecoin Cash wallet. A twelve-word security passphrase (or "seed") leaves intruders stranded and your peace of mind intact. Keep it on paper, or in your head... and never worry about losing your Litecoin Cash to theft or hardware failure. No waiting, no lengthy blockchain downloads and no syncing to the network.

NOTICE

Electrum-LCC gives you what you love about the popular Electrum-LTC Litecoin wallet, but for Litecoin Cash. Control your own private keys. Back up your wallet easily with a mnemonic seed phrase. SPV technology provides high security without having to download the blockchain or run a full node. We have forked the Electrum-LTC code repository and added the necessary components for operation with Litecoin Cash. Some Multisig and hardware add-ons are currently not supported.

  Always verify the digital signatures of the files you download! (example procedures

Latest Version: 3.3.8.1 (released 2019-02-19)

 Make sure you back up your wallet/seed if upgrading from an earlier version. 

sudo apt-get install python3-setuptools python3-pyqt5 python3-pip python3-dev libssl-dev
sudo pip3 install scrypt
sudo pip3 install https://electrum-lcc.org/download/Electrum-lcc-3.3.8.1.tar.gz
electrum-lcc
Sources Electrum-LCC-3.3.8.1.tar.gz (checksums; signed by Pooler); Electrum-LCC-3.3.8.1.zip (checksums; signature by Pooler)
  • Use instantly: Electrum doesn't download the blockchain or require your computer to sync with the network. Instead, it is maintained on a tamper-proof, remote server.
  • Safe: Your unique twelve word pass-phrase and private keys are never sent to the Electrum-LCC servers. All information received from the server is verified using Simplified Payment Verification (SPV).
  • Forgiving: Never be concerned about losing your wallet! With your unique twelve-word seed, you can always recover and restore your wallet...even if you sustain the worst of hardware or software failures.
  • Cold storage: Use Electrum-LCC to generate and manage your secure offline wallets, enabling you to take some or all of your funds completely offline.
  • Accessible: Export your private keys to other Litecoin Cash clients, at your convenience.

Development Project page on GitHub
Want to run your own server? ElectrumX
IRC Channel #electrum-lcc (web chat) on Freenode
Forums LitecoinTalk, r/litecoin
Original Announcement Old Litecoin Forum (archived, read-only)


Is there a version of Electrum-LCC for Android?
Android is not currently supported. If you are looking for a mobile wallet, check out LoafWallet, Jaxx or Coinomi.
Does Electrum-LCC support Segwit?
Support for native Segwit transactions is in the works. However, this is not needed for normal operation, even now that the Segwit soft fork has activated.
What is the Seed?
Electrum-LCC uses a 128-bit random seed to generate your private keys. The seed can be represented as a 12-word mnemonic code. You do not need to perform regular backups, because your wallet can be recovered from the seed that you can memorize or write on paper.

Seed Example

What is the gap limit?
The gap limit is the maximum number of consecutive unused addresses in your deterministic sequence of addresses. Electrum-LCC uses a gap limit to stop looking for addresses. This is set to 5 by default, so the client generates new addresses until 5 unused addresses are found.
What does it mean to "freeze" an address?
When you freeze an address, the funds in that address will not be used for sending litecoin cash. You cannot send litecoin cash if you don't have enough funds in non-frozen addresses.
What should I do with my old Litecoin Cash addresses and wallet when switching to Electrum-LCC?
The best way to switch to Electrum is to send all the litecoin cash you have on your old wallet to one of the addresses on your Electrum wallet. This way you'll have all your litecoin cash secured with your seed. Older versions of Electrum could import private keys from another client, but then you had to backup those keys separately, as they could not be restored by the Electrum seed.
Where is my wallet file located?
A default wallet file called default_wallet is created under the /wallets folder when you first run the application. On Windows, this folder is located in \Users\YourUserName\AppData\Roaming\Local\Electrum-LCC. On all other operating systems, it is located in ~/.electrum-lcc.
What is a blockchain?
A blockchain is a long record of every single transaction ever made. Each litecoin cash traded for a good or service is marked on the ledger with a transaction id and the origination and target wallet addresses.
Site produced by Frank Tudor