Electron Cash client — How to use in 10 easy steps

Satochip
8 min readNov 17, 2021

This article is the starting point of the Satochip Electron Cash series which will show you how to use the Bitcoin Cash Electron Cash client as well as the Satochip hardware wallet. Today, you will learn how to use the Electron Cash client in 10 easy and funny steps.

Satochip Bitcoin Cash hardware wallet.
Satochip Bitcoin Cash hardware wallet.

Table of content

  1. Step 1 — Download and install the EC client
  2. Step 2 — Launch the EC wizard
  3. Step 3 — Give a name to your wallet
  4. Step 4 — Create a new wallet
  5. Step 5 — The keystore
  6. Step 6 — Generate your very own seed
  7. Step 7 — Backup your very own seed
  8. Step 8 — Wallet file (.dat) encryption
  9. Step 9 — Send and receive Bitcoin Cash
  10. Step 10 — Backup your Bitcoin Cash wallet

Introduction

The Electron Cash client is a complete and widely used lightweight (SVP) Bitcoin Cash client that works on Windows, Linux and MacOS. Released under MIT licence, the open-source software is based on a client-server protocol. That means the client should connect to a ElectrumX server which will act as the blockchain information provider. Therefore you don’t need to download the entire Bitcoin Cash blockchain on your personal computer 🆒.

In this article, we will explain how to use the Electron Cash client to create, use and backup a simple Bitcoin Cash wallet. The private keys will be stored on your personal computer.

❗️ Disclaimer ❗️ : private keys are needed to get acces to your wallet thus your Bitcoin Cash. If you store your private keys on your personal computer, you have to be sure it is not compromised by a malware or something else…

Step 1 — Download and install the EC client

The Electron Cash (EC) client is available on Windows (7 edition and higher), Linux (Ubuntu, Debian, Manjaro…) and MacOX. If you want you can also run it from the Python sources.

Satochip — Electron Cash client download section.
Electron Cash client download section.

You can download the lastest version from the official Electron Cash website : https://electroncash.org/. We strongly encourage you to check the file signature in order to download and install a verified version of the client.

Installation process is really easy. All you need to do is launch the executable file and follow the installation process. If you try to run the Linux AppImage, you will need to make the file executable using this command in a CLI :

chmod +x YourDownloadedFile.AppImage

Satochip — How to make an AppImage file executable.
How to make an AppImage file executable.

Step 2 — Launch the EC wizard

At the first start, the Electron Cash client will ask you whether you want to connect automatically to the remote ElectrumX servers or select it manually.

Pros of the auto connect are :

  • The client will automatically choose the best server for your needs.
  • If a server is down, it will switch automatically to another .

Cons of the auto connect are :

  • You need to trust ElectrumX server node operator.
  • It learns about your total Bitcoin Cash holdings and past transactions, and can gather all your past Bitcoin Cash addresses.
Satochip — Electron Cash- Auto connect.
Electron Cash— Auto connect.

Step 3 — Give a name to your wallet

The Electron Cash client will save several information on a local .dat extension file on your personal computer. This file will contain public and private keys as well as your transaction history, user labels… The default wallet file is called default_wallet, which is created when you first run the application and is located in the /wallets folder, inside the datadir.

Here, we choose to name our wallet file : Satochip.

Satochip — Give a name to your wallet file.
Give a name to your wallet file.

Step 4 — Create a new wallet

Electron Cash supports many types of wallet :

  • Standard wallet : a deterministic wallet with a single private key behind each address and no extra security option.
  • Multi-signature wallet : a common use-case for this is if you want to collaboratively control funds; maybe you and your friend run a company together and certain funds should only be spendable if you both agree. Another one is security; one of the wallets can be on your main machine, while the other one is on a offline machine. That way you make it very hard for an attacker or malware to steal your coins.
  • Import Bitcoin Cash addresses or private keys : this option will allow you to retrieve a Bitcoin Cash wallet from private keys or create a “watch-only” wallet if you specify one or more Bitcoin Cash addresses.

To keep it simple we will choose a standard wallet.

Satochip — Create a new standard wallet.
Create a new standard wallet.

Step 5 — The keystore

Note : A seed phrase, seed recovery phrase, backup seed phrase or mnemotechnic passphrase is an ordered list of words needed to recover Bitcoin Cash funds. Software wallet like Electron Cash will typically generate a seed phrase and instruct the user to write it down on paper. If the user’s computer breaks or their hard drive becomes corrupted, they can download the same wallet software again and use the paper backup to get their bitcoins back.

Here you have four options :

  • Create a new seed : this will generate a new mnemotechnic passphrase for you. Note : new seed generated by the Electron Cash client does NOT support BIP39 (you can import an existing BIP39 seed but you cannot generate a new one).
  • I already have a seed : choose this option if you already have a mnemotechnic passphrase and want to use it.
  • Use public or private key : choose this option to create a “watch-only” wallet or configure a multi-signatures wallet.
  • Use a hardware device : choose this option if you want to store your private keys in a secure, offline, trusted device called a hardware wallet.

Note : in another article, we will show you how to create a new Bitcoin Cash wallet using a Satochip hardware wallet.

Let’s create a new seed 🌱

Satochip — Create a new seed.
Create a new seed.

Step 6— Generate your very own seed

This is an important step while creating a new Bitcoin Cash wallet : the seed. ❗️Please pay attention❗️

Disclaimer : The seed is a mnemotechnic passphrase that will allow you to open your wallet, spend and retreive your funds. If you loose this phrase, you may loose your Bitcoin Cash !

This is you very own and secret seed (or mnemotechnic passphrase). Carefully write it down and store it in a safe place ! That’s the only thing you need in order to retrieve your Bitcoin Cash wallet.

Satochip — The Satochip.dat wallet personal seed.
The Satochip.dat wallet personal seed.

Step 7 — Backup your very own seed

Because your seed is the most important thing, the Electron Cash client will ask you to type it twice (copy-paste does not work).

Satochip — Seed confirmation screen for the Satochip.dat wallet.
Seed confirmation screen for the Satochip.dat wallet.

Step 8 — Wallet file (.dat) encryption

As said in the Step 3, some sensitive data is stored in your .dat wallet file (here, our wallet file is Satochip.dat).

For security reason, the wallet file may be encrypted on disk. Note that the wallet information will remain unencrypted in the memory of your computer for the duration of your session. If a wallet is encrypted, then its password will be required in order to open it.

Satochip — Wallet file encryption.
Wallet file encryption.

Et voilà ! You have now a fully functional, easy to use and open-source Bitcoin Cash wallet thanks to the Electron Cash client.

Step 9 — Send and receive Bitcoin Cash

Electron Cash interface is quite easy to use. You have several tabs but can add more via the “View” menu.

History : will show you your transactions history; received and spent Bitcoin Cash inlcuding the date, a short description (if added), the amount of the transaction and the remaining balance.

Satochip — Electron Cash history tab.
Electron Cash history tab.

Send : will show you the interface to send Bitcoin Cash to your friends.

Satochip — Electron Cash send tab.
Electron Cash send tab.

Receive : will show you the interface to receive Bitcoin Cash from your friends.

Satochip — Electron Cash receive tab.
Electron Cash receive tab.

Step 10 — Backup your Bitcoin Cash wallet

At the end, what do you really need to backup in order not to loose your precious Bitcoin Cash or restore your wallet to another personal computer ?

Here is the perfect backup list :

  • Your seed as shown in the Step 7. You can write it on a sheet of paper and store it on a secure physical vault.
  • The password (if set) of your encrypted .dat wallet file as shown in the Step 8.
  • Your .dat file as shown in the Step 8. The default path where the wallet files are stored is : ~\AppData\Roaming\ElectronCash

Seed and password can be easily memorized. But the .dat file that contains your private keys must be stored in your personal computer. That’s a major risk because you may have a virus or something similar.

That’s why we strongly encourage you to store your private key in a hardware wallet such the Satochip card.

Satochip Bitcoin Cash hardware wallet on a smart card.
Satochip Bitcoin Cash hardware wallet on a smart card.

More information about Satochip

💮 Join us on Telegram
🐦 Follow us on Twitter
👾 Check out our website
🔨 Take a look at our GitHub

https://satochip.io
Satochip — Secure the future.

--

--

Satochip

Hardware devices powered by open source software to let you safely store and manage #Bitcoin and other digital assets, anytime, anywhere - Secure the Future.