- {% case page.lang %}
- {% when 'id' or 'da' or 'de' or 'es' or 'fr' or 'it' or 'hu' or 'nl' or 'pl' or 'pt_BR' or 'ro' or 'sl' or 'sv' or 'tr' or 'el' or 'bg' or 'ru' or 'uk' or 'ar' or 'fa' or 'hi' or 'ko' or 'ja' or 'zh_CN' or 'zh_TW' %}
-
In addition to improving Bitcoin's decentralization, Bitcoin Core users get
- better security
- for their bitcoins,
- privacy features
- not available in other wallets, a choice of
- user interfaces,
- and several other powerful features.
-{% for release in array_releases %}
- {% if forloop.index <= 3 %}
-
{{ release }}
- {% endif %}
-{% endfor %}
-
-
-
{% translate more-news-and-rss %}
-
-
-
-
diff --git a/_translations/en.yml b/_translations/en.yml
index 911b74b7..2fd0e024 100644
--- a/_translations/en.yml
+++ b/_translations/en.yml
@@ -28,50 +28,6 @@ en:
owners: "Domain Owners"
partial_list: "Partial List"
github: "Contributors on GitHub"
- bitcoin-core-overview:
- title: "Bitcoin Core"
- bitcoin-core: "Bitcoin Core"
- bitcoin-core-slogan: "Helping you keep Bitcoin decentralized"
- download-bitcoin-core: "Download Bitcoin Core"
- about1: >
- 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.
-
- about2: >
- 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.
-
- about3: >
- 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.
-
- about4: >
- This shared agreement (called consensus) allows people like you to
- only accept valid bitcoins, enforcing Bitcoin's rules against
- even the most powerful miners.
-
- about5: >
- In addition to improving Bitcoin's decentralization, Bitcoin Core
- users get better security for their bitcoins, privacy features not
- available in other wallets, a choice of user interfaces, and
- several other powerful features.
-
- read-more: "Read more"
- news: "News"
-
- more-news-and-rss: >
- For more news, see the complete list of Bitcoin Core releases. For
- notifications of new releases, subscribe to the RSS feed.
-
-
bitcoin-for-businesses:
title: "Bitcoin for Businesses - Bitcoin"
pagetitle: "Bitcoin for Businesses"
@@ -876,37 +832,8 @@ en:
sponsor: "A community website sponsored by"
getstarted: "Get started with Bitcoin"
bitcoin-core: "Bitcoin Core"
- menu-bcc-features: "Features"
- menu-bcc-features-overview: "Overview"
- menu-bcc-help: "Get Help"
- menu-bcc-contribute: "Contribute"
- menu-bcc-news: "News"
- menu-bcc-download: "Download"
- menu-bcc-validation: "Validation"
- menu-bcc-privacy: "Privacy"
- menu-bcc-requirements: "Requirements"
- menu-bcc-user-interface: "User Interface"
- menu-bcc-network-support: "Network Support"
- menu-bcc-contribute-issues: "Bug reports"
- menu-bcc-contribute-code: "Code"
- menu-bcc-contribute-documentation: "Documentation"
- menu-bcc-contribute-translations: "Translations"
- menu-bcc-contribute-tech-support: "Tech Support"
url:
about-us: about-us
- bitcoin-core-contribute: bitcoin-core/contribute/
- bitcoin-core-contribute-documentation: bitcoin-core/contribute/documentation
- bitcoin-core-contribute-issues: bitcoin-core/contribute/issues
- bitcoin-core-contribute-translations: bitcoin-core/contribute/translations
- bitcoin-core-contribute-tech-support: bitcoin-core/contribute/support
- bitcoin-core-features: bitcoin-core/features/
- bitcoin-core-help: bitcoin-core/help
- bitcoin-core-network-support: bitcoin-core/features/network-support
- bitcoin-core-overview: bitcoin-core/
- bitcoin-core-privacy: bitcoin-core/features/privacy
- bitcoin-core-requirements: bitcoin-core/features/requirements
- bitcoin-core-user-interface: bitcoin-core/features/user-interface
- bitcoin-core-validation: bitcoin-core/features/validation
bitcoin-for-developers: bitcoin-for-developers
bitcoin-for-individuals: bitcoin-for-individuals
bitcoin-for-businesses: bitcoin-for-businesses
diff --git a/en/bitcoin-core/index.md b/en/bitcoin-core/index.md
new file mode 100644
index 00000000..82c41671
--- /dev/null
+++ b/en/bitcoin-core/index.md
@@ -0,0 +1,115 @@
+---
+# This file is licensed under the MIT License (MIT) available on
+# http://opensource.org/licenses/MIT.
+
+layout: base-core
+id: bitcoin-core-overview
+columns: 1
+lang: en
+title: Bitcoin Core
+breadcrumbs:
+ - bitcoin
+ - Bitcoin Core
+---
+
+
+# Bitcoin Core
+{:.not-displayed}
+
+
+
+
+{% 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.
+