{% extends "base.html" %} {% block page_title %}The ElectrumSV desktop wallet for Bitcoin SV{% endblock %} {% block page_description %}The ElectrumSV wallet, the only Bitcoin SV wallet that allows you to take control of your own coins.{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Take control of your Bitcoin SV

No other wallet gives you control of your bitcoin, like ElectrumSV does. A lot of people are saying that it is the best wallet for Bitcoin SV. You can get the latest version which is available for Windows and MacOS from our downloads section. Or if you're more technically inclined, you can run from source code whether out of preference or because you're using Linux.

A screenshot of the wallet selection screen of the wallet wizard.

The ElectrumSV wallet window.

Features
The keys that provide control of your bitcoin are encrypted and password protected.
Obtain and pay invoices from a range of compatible services including Anypay and Centi. The BIP270 protocol allows users to copy a payment URL or scan a QR code, and by providing it to ElectrumSV streamlining payment.
Place bitcoin under the control of multiple people, where a number of those people are required to sign off together on any spending. ElectrumSV is one of the few wallets that supports multi-signature payments.
Latest Update

ElectrumSV {{DOWNLOAD_LATEST.version}} ({{DOWNLOAD_LATEST.release_date}})
{% if DOWNLOAD_LATEST.article_link.startswith("/") %} What changed? {% else %} What changed? {% endif %}

Need help?

If you need assistance with some issue, please go to our issue tracker and fill out all the details so we can understand enough about your situation.

Otherwise you might consider looking at our documentation to see if it helps you find out what you need to know.

Articles
{% if articles_page.object_list|length > 0 %} {% for article in articles_page.object_list %}
{% endfor %} {% else %}

None at this time.

{% endif %} {% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %}
{% endblock content %}