dash-docs/en/bitcoin-core/index.md
2016-02-18 14:45:28 -05:00

3.7 KiB

layout id columns lang title breadcrumbs
base-core bitcoin-core-overview 1 en Bitcoin Core
bitcoin
Bitcoin Core

{% assign date_sorted_releases = site.releases | sort: 'optional_date', 'last' %}

Bitcoin Core

{:.not-displayed}

Bitcoin Core: Helping You Keep Bitcoin Decentralized


{% include bitcoin-core/download-bitcoin-core.html %}
Bitcoin Core is programmed to decide which block chain contains valid transactions. The users of Bitcoin Core only accept transactions for that block chain, making it the Bitcoin block chain that everyone else wants to use
It is these users who keep Bitcoin decentralized. They individually run their own Bitcoin Core full nodes, and each of those full nodes separately follows the exact same rules to decide which block chain is valid.

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.


{:.fa-ul} - [Download][bcc download]
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 %}