electron-cash
Bitcoin Cash wallet
Electroncash is a lightweight Bitcoin Cash client, based on a client-server protocol. It supports Simple Payment Verification (SPV) and deterministic key generation from a seed. Your secret keys are encrypted and are never sent to other machines/servers. Electroncash does not download the Bitcoin Cash blockchain.
- Versions: 4.4.1
- Website: https://electroncash.org/
- Licenses: Expat
- Package source: gnu/packages/finance.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of electron-cash
as follows:
guix install electron-cash
Or install a particular version:
guix install electron-cash@4.4.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of electron-cash about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/electron-cash'><img src='https://packages.guix.gnu.org/packages/electron-cash/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/electron-cash)
Example Org:
[[https://packages.guix.gnu.org/packages/electron-cash][https://packages.guix.gnu.org/packages/electron-cash/badges/latest-version.svg]]