diff --git a/electrum.html b/electrum.html index 8b95761..a99f861 100644 --- a/electrum.html +++ b/electrum.html @@ -1,99 +1,100 @@ --- layout: base title: Electrum ABC ---
Electrum ABC -

This wallet software is forked from Electron Cash, with modifications to facilitate use on the eCash network.

+

A desktop eCash wallet

+ +

Electrum ABC is a fast and secure eCash wallet for Windows, MacOS and Linux. It supports mnemonic seed phrases, hardware wallets, multisig wallets, and importing private keys.

+

It enables you to verify that your transactions are in the blockchain without downloading the entire blockchain or trusting a centralized server. Anyone can run a backend server for Electrum ABC — no single entity controls the network.

Join the Electrum ABC telegram group to get in contact with developers or to get help from the community.

-

Upon first use, the software will automatically copy existing Electron Cash wallet files into a new folder specific to Electrum ABC. This allows users to maintain separate wallet histories for either network going forward, and run Electron Cash and Electrum ABC simultaneously to ease coin splitting.

-

NOTE: The coins in the wallet will not split automatically. To ensure that transactions are not replayed between Bitcoin Cash and eCash networks, please refer to one of the coin splitting guides linked at bitcoinabc.org/ecash and make sure your pre-fork coins are safely split prior to transacting on either network.

{% assign releases = site.data.github-releases-electrum %} {% assign bcha_versions_prefix = "4.3." %} {% if releases.size > 0 %} {% assign latestVersion = releases[0].tag_name %}

Download Electrum ABC {{ latestVersion }}

Published: {{ releases[0].published_at | date: "%a %b %e %Y" }}
Linux OSX Windows Source Snapshot
Read the release notes on Github.
{% assign pastReleases = releases | slice:1,15 %} {% if pastReleases.size > 0 %}

Past Releases

{% for release in pastReleases %} {% assign version = release.tag_name %} {% unless version contains bcha_versions_prefix %} {% endunless %} {% endfor %}
Version Published Downloads
{{ version }} {{ release.published_at | date: "%Y %b %e" }}
{% endif %}
{% else %}

Download Electrum ABC on Github

{% endif %}