3.7 KiB
layout | id | columns | lang | title | breadcrumbs | ||
---|---|---|---|---|---|---|---|
base-core | bitcoin-core-overview | 1 | en | Bitcoin Core |
|
{% assign date_sorted_releases = site.releases | sort: 'optional_date', 'last' %}
Bitcoin Core
{:.not-displayed}
{% include bitcoin-core/download-bitcoin-core.html %}
There's no voting or other corruptible process involved: there's just individual software following identical rules—"math"—to evaluate identical blocks and coming to identical conclusions about which block chain is valid.
This shared agreement (called consensus) allows people like you to only accept valid bitcoins, enforcing Bitcoin's rules against even the most powerful miners.
In addition to improving Bitcoin's decentralization, Bitcoin Core users get [better security][bcc validation] for their bitcoins, [privacy features][bcc privacy] not available in other wallets, a choice of [user interfaces][bcc user interface] and several other powerful features.
Download Bitcoin Core {{ site.DOWNLOAD_VERSION }}
-
[Features][bcc features]<br
Discover what Bitcoin Core offers
-
[Get help][bcc help]<br
Documentation, forums, chat rooms
-
[Contribute][bcc contribute]<br
Code, translations, and more
News
{% comment %}{% endcomment %} {% capture text_releases %} {% for p in date_sorted_releases reversed %} {% if p.optional_date %}{{ p.optional_date | date:"%Y-%m-%d" }} - {% endif %}{{ p.title }}:: {% endfor %} {% endcapture %} {% assign array_releases = text_releases | strip_newlines | split: '::' %}
- New Bitcoin Core website {% comment %}{% endcomment %} {% for release in array_releases %} {% if forloop.index <= 3 %}
- {{ release }} {% endif %} {% endfor %}
For more news, see the complete list of [Bitcoin Core releases][bcc version history]. For notifications of new releases, subscribe to the RSS feed.
{% include references.md %}