mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Bitcoin Core: Remove Basic Translation
This commit is contained in:
parent
8bd04226f3
commit
9b47198e0f
8 changed files with 160 additions and 234 deletions
|
@ -4,7 +4,7 @@ http://opensource.org/licenses/MIT.
|
|||
{% endcomment %}
|
||||
|
||||
<div class="callout">
|
||||
<p><a href="/{{page.lang}}/{% translate download url %}">{% translate download-bitcoin-core bitcoin-core-overview %}</a>
|
||||
<p><a href="/{{page.lang}}/{% translate download url %}">Download Bitcoin Core</a>
|
||||
<img src="/img/os/windows.png" alt="Windows">
|
||||
<img src="/img/os/mac.png" alt="Mac">
|
||||
<img src="/img/os/linux.png" alt="Linux">
|
||||
|
|
|
@ -3,4 +3,4 @@ This file is licensed under the MIT License (MIT) available on
|
|||
http://opensource.org/licenses/MIT.
|
||||
{% endcomment %}
|
||||
|
||||
<a class="logo" href="/{{page.lang}}/{% translate bitcoin-core-overview url %}"><img src="/img/bitcoin-core/bitcoin-core.svg" alt="Bitcoin"></a>
|
||||
<a class="logo" href="/en/bitcoin-core/"><img src="/img/bitcoin-core/bitcoin-core.svg" alt="Bitcoin"></a>
|
||||
|
|
|
@ -4,26 +4,26 @@ http://opensource.org/licenses/MIT.
|
|||
{% endcomment %}
|
||||
|
||||
<ul id="menusimple" class="menusimple menucore" onclick="mobileMenuHover(event);" ontouchstart="mobileMenuHover(event);">
|
||||
<li><a>{% translate menu-bcc-features layout %}</a>
|
||||
<li><a>Features</a>
|
||||
<ul>
|
||||
<li{% if page.id == 'bitcoin-core-feature-overview' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-features url %}">{% translate menu-bcc-features-overview layout %}</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-validation' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-validation url %}">{% translate menu-bcc-validation layout %}</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-privacy' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-privacy url %}">{% translate menu-bcc-privacy layout %}</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-requirements' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-requirements url %}">{% translate menu-bcc-requirements layout %}</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-user-interface' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-user-interface url %}">{% translate menu-bcc-user-interface layout %}</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-donate-bandwidth' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-network-support url %}">{% translate menu-bcc-network-support layout %}</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-feature-overview' %} class="active"{% endif %}><a href="/en/bitcoin-core/features/">Overview</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-validation' %} class="active"{% endif %}><a href="/en/bitcoin-core/features/validation">Validation</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-privacy' %} class="active"{% endif %}><a href="/en/bitcoin-core/features/privacy">Privacy</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-requirements' %} class="active"{% endif %}><a href="/en/bitcoin-core/features/requirements">Requirements</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-user-interface' %} class="active"{% endif %}><a href="/en/bitcoin-core/features/user-interface">User Interface</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-donate-bandwidth' %} class="active"{% endif %}><a href="/en/bitcoin-core/features/network-support">Network Support</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li{% if page.id == 'bitcoin-core-help' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-help url %}">{% translate menu-bcc-help layout %}</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-contribute' %} class="active"{% endif %}><a>{% translate menu-bcc-contribute layout %}</a>
|
||||
<li{% if page.id == 'bitcoin-core-help' %} class="active"{% endif %}><a href="/en/bitcoin-core/help">Get Help</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-contribute' %} class="active"{% endif %}><a>Contribute</a>
|
||||
<ul>
|
||||
<li{% if page.id == 'bitcoin-core-contribute-issues' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-contribute-issues url %}">{% translate menu-bcc-contribute-issues layout %}</a></li>
|
||||
<li{% if page.id == 'development' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate development url %}">{% translate menu-bcc-contribute-code layout %}</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-contribute-documentation' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-contribute-documentation url %}">{% translate menu-bcc-contribute-documentation layout %}</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-contribute-translations' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-contribute-translations url %}">{% translate menu-bcc-contribute-translations layout %}</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-contribute-tech-support' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-contribute-tech-support url %}">{% translate menu-bcc-contribute-tech-support layout %}</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-contribute-issues' %} class="active"{% endif %}><a href="/en/bitcoin-core/contribute/issues">Bug reports</a></li>
|
||||
<li{% if page.id == 'development' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate development url %}">Code</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-contribute-documentation' %} class="active"{% endif %}><a href="/en/bitcoin-core/contribute/documentation">Documentation</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-contribute-translations' %} class="active"{% endif %}><a href="/en/bitcoin-core/contribute/translations">Translations</a></li>
|
||||
<li{% if page.id == 'bitcoin-core-contribute-tech-support' %} class="active"{% endif %}><a href="/en/bitcoin-core/contribute/support">Tech Support</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li{% if page.id == 'version-history' %} class="active"{% endif %}><a href="/en/version-history">{% translate menu-bcc-news layout %}</a></li>
|
||||
<li{% if page.id == 'download' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate download url %}">{% translate menu-bcc-download layout %}</a></li>
|
||||
<li{% if page.id == 'version-history' %} class="active"{% endif %}><a href="/en/version-history">News</a></li>
|
||||
<li{% if page.id == 'download' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate download url %}">Download</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -21,12 +21,11 @@ http://opensource.org/licenses/MIT.
|
|||
{% if page.lang == 'en' %}<li{% if page.id == 'developer-documentation' %} class="active"{% endif %}><a href="/en/developer-documentation">Documentation</a></li>{% endif %}
|
||||
<li{% if page.id == 'vocabulary' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate vocabulary url %}">{% translate menu-vocabulary layout %}</a></li>
|
||||
<li{% if page.id == 'events' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate events url %}">{% translate menu-events layout %}</a></li>
|
||||
{% 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' %}
|
||||
<li{% if page.id == 'download' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate download url %}">{% translate bitcoin-core layout %}</a></li>
|
||||
{% if page.lang == 'en' %}
|
||||
<li><a href="/en/bitcoin-core/">{% translate bitcoin-core layout %}</a></li>
|
||||
{% else %}
|
||||
<li><a href="/{{page.lang}}/{% translate bitcoin-core-overview url %}">{% translate bitcoin-core layout %}</a></li>
|
||||
{% endcase %}
|
||||
<li{% if page.id == 'download' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate download url %}">{% translate bitcoin-core layout %}</a></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</li>
|
||||
<li{% if page.id == 'innovation' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate innovation url %}">{% translate menu-innovation layout %}</a></li>
|
||||
|
|
|
@ -181,30 +181,30 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
{% comment %}<!-- Other internal site links; alphabetical order -->{% endcomment %}
|
||||
[bandwidth sharing guide]: /en/full-node
|
||||
[bcc contribute]: /{{page.lang}}/{% translate bitcoin-core-contribute url %}
|
||||
[bcc contribute]: /en/bitcoin-core/contribute/
|
||||
[bcc contribute code]: /{{page.lang}}/{% translate development url %}
|
||||
[bcc contribute documentation]: /{{page.lang}}/{% translate bitcoin-core-contribute-documentation url %}
|
||||
[bcc contribute issues]: /{{page.lang}}/{% translate bitcoin-core-contribute-issues url %}
|
||||
[bcc contribute support]: /{{page.lang}}/{% translate bitcoin-core-contribute-tech-support url %}
|
||||
[bcc contribute translations]: /{{page.lang}}/{% translate bitcoin-core-contribute-translations url %}
|
||||
[bcc decentralized peer discovery]: /{{page.lang}}/{% translate bitcoin-core-privacy url %}#decentralized-peer-discovery
|
||||
[bcc documentation]: /{{page.lang}}/{% translate bitcoin-core-help url %}#documentation
|
||||
[bcc download]: /{{page.lang}}/{% translate download url %}
|
||||
[bcc features]: /{{page.lang}}/{% translate bitcoin-core-features url %}
|
||||
[bcc forums]: /{{page.lang}}/{% translate bitcoin-core-help url %}#forums
|
||||
[bcc help]: /{{page.lang}}/{% translate bitcoin-core-help url %}
|
||||
[bcc live help]: /{{page.lang}}/{% translate bitcoin-core-help url %}#live
|
||||
[bcc main]: /{{page.lang}}/{% translate bitcoin-core-overview url %}
|
||||
[bcc network support]: /{{page.lang}}/{% translate bitcoin-core-network-support url %}
|
||||
[bcc privacy]: /{{page.lang}}/{% translate bitcoin-core-privacy url %}
|
||||
[bcc privacy data leaking]: /{{page.lang}}/{% translate bitcoin-core-privacy url %}#perfect-privacy-for-received-transactions
|
||||
[bcc requirements]: /{{page.lang}}/{% translate bitcoin-core-requirements url %}
|
||||
[bcc user interface]: /{{page.lang}}/{% translate bitcoin-core-user-interface url %}
|
||||
[bcc user interface lightweight]: /{{page.lang}}/{% translate bitcoin-core-user-interface url %}#lightweight
|
||||
[bcc validation]: /{{page.lang}}/{% translate bitcoin-core-validation url %}
|
||||
[bcc validation decentralization]: /{{page.lang}}/{% translate bitcoin-core-validation url %}#help-protect-decentralization
|
||||
[bcc validation do you validate]: /{{page.lang}}/{% translate bitcoin-core-validation url %}#do-you-validate
|
||||
[bcc validation protection]: /{{page.lang}}/{% translate bitcoin-core-validation url %}#how-validation-protects-your-bitcoins
|
||||
[bcc contribute documentation]: /en/bitcoin-core/contribute/documentation
|
||||
[bcc contribute issues]: /en/bitcoin-core/contribute/issues
|
||||
[bcc contribute support]: /en/bitcoin-core/contribute/support
|
||||
[bcc contribute translations]: /en/bitcoin-core/contribute/translations
|
||||
[bcc decentralized peer discovery]: /en/bitcoin-core/features/privacy#decentralized-peer-discovery
|
||||
[bcc documentation]: /en/bitcoin-core/help#documentation
|
||||
[bcc download]: /en/download
|
||||
[bcc features]: /en/bitcoin-core/features/
|
||||
[bcc forums]: /en/bitcoin-core/help#forums
|
||||
[bcc help]: /en/bitcoin-core/help
|
||||
[bcc live help]: /en/bitcoin-core/help#live
|
||||
[bcc main]: /en/bitcoin-core/
|
||||
[bcc network support]: /en/bitcoin-core/features/network-support
|
||||
[bcc privacy]: /en/bitcoin-core/features/privacy
|
||||
[bcc privacy data leaking]: /en/bitcoin-core/features/privacy#perfect-privacy-for-received-transactions
|
||||
[bcc requirements]: /en/bitcoin-core/features/requirements
|
||||
[bcc user interface]: /en/bitcoin-core/features/user-interface
|
||||
[bcc user interface lightweight]: /en/bitcoin-core/features/user-interface#lightweight
|
||||
[bcc validation]: /en/bitcoin-core/features/validation
|
||||
[bcc validation decentralization]: /en/bitcoin-core/features/validation#help-protect-decentralization
|
||||
[bcc validation do you validate]: /en/bitcoin-core/features/validation#do-you-validate
|
||||
[bcc validation protection]: /en/bitcoin-core/features/validation#how-validation-protects-your-bitcoins
|
||||
[bcc version history]: /en/version-history
|
||||
|
||||
[Bitcoin Core 0.6.0]: /en/release/v0.6.0
|
||||
|
|
|
@ -1,115 +0,0 @@
|
|||
---
|
||||
# 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
|
||||
breadcrumbs:
|
||||
- bitcoin
|
||||
- Bitcoin Core
|
||||
---
|
||||
<link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases">
|
||||
|
||||
<h1 id="bitcoin-core" class="not-displayed">{% translate bitcoin-core %}</h1>
|
||||
|
||||
{% capture slogan %}{% translate bitcoin-core-slogan %}{% endcapture %}
|
||||
<p><img src="/img/bitcoin-core/{{page.lang}}-big-logo.svg" alt="{{slogan | strip_html }}"></p>
|
||||
|
||||
<br class="clear">
|
||||
{% include bitcoin-core/download-bitcoin-core.html %}
|
||||
<br class="clear">
|
||||
|
||||
<div class="show_less_more">
|
||||
<div class="show_less">
|
||||
<p>{% translate about1 %}</p>
|
||||
</div>
|
||||
|
||||
<div class="show_more">
|
||||
<p>{% translate about2 %}</p>
|
||||
|
||||
<p>{% translate about3 %}</p>
|
||||
|
||||
<p>{% translate about4 %}</p>
|
||||
|
||||
{% comment %}
|
||||
<!-- If English, use text with links; else use plain text
|
||||
until linked pages have been translated -->
|
||||
{% endcomment %}
|
||||
{% if page.lang == "en" %}
|
||||
<p>In addition to improving Bitcoin's decentralization, Bitcoin Core users get
|
||||
<a href="/{{page.lang}}/{% translate bitcoin-core-validation url %}">better security</a>
|
||||
for their bitcoins,
|
||||
<a href="/{{page.lang}}/{% translate bitcoin-core-privacy url %}">privacy features</a>
|
||||
not available in other wallets, a choice of
|
||||
<a href="/{{page.lang}}/{% translate bitcoin-core-user-interface url %}">user interfaces</a>,
|
||||
and several other powerful features.</p>
|
||||
{% else %}
|
||||
<p>{% translate about5 %}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<p class="center"><button class="toggle_show_more_less js not-displayed"><span class="fa fa-caret-down"></span> {% translate read-more %}</button></p>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
{% comment %}
|
||||
<!-- If English, use list of links; else link only to the download page -->
|
||||
{% endcomment %}
|
||||
{% if page.lang == "en" %}
|
||||
<div class="two-column-list">
|
||||
<ul class="fa-ul">
|
||||
<li><span class="fa-li fa fa-download fa-2x"></span>
|
||||
<b><a href="/{{page.lang}}/{% translate download url %}">Download</a></b><br
|
||||
>Download Bitcoin Core {{ site.DOWNLOAD_VERSION }}
|
||||
|
||||
<li><span class="fa-li fa fa-rocket fa-2x"></span>
|
||||
<b><a href="/{{page.lang}}/{% translate bitcoin-core-features url %}">Features</a></b><br
|
||||
>Discover what Bitcoin Core offers
|
||||
|
||||
<li><span class="fa-li fa fa-question fa-2x"></span>
|
||||
<b><a href="/{{page.lang}}/{% translate bitcoin-core-help url %}">Get help</a></b><br
|
||||
>Documentation, forums, chat rooms
|
||||
|
||||
<li><span class="fa-li fa fa-code-fork fa-2x"></span>
|
||||
<b><a href="/{{page.lang}}/{% translate bitcoin-core-contribute url %}">Contribute</a></b><br
|
||||
>Code, translations, and more
|
||||
</ul>
|
||||
</div>
|
||||
{% else %}
|
||||
<p class="center font2x"><span class="fa fa-download fa-2x"></span>
|
||||
<b><a href="/{{page.lang}}/{% translate download url %}">{% translate download-bitcoin-core %}</a></b></p>
|
||||
{% endif %}
|
||||
|
||||
<br class="clear">
|
||||
|
||||
<h3 id="news">{% translate news %}</h3>
|
||||
|
||||
{% comment %}<!-- Capture all the releases into a string and convert it to an array -->{% endcomment %}
|
||||
{% capture text_releases %}
|
||||
{% filter_for p in site.pages reversed sort_by:versionint category:release %}
|
||||
{% if p.optional_date %}{{ p.optional_date | date:"%Y-%m-%d" }} - {% endif %}<a href="{{ p.url | replace:'.html','' }}">{{ p.title }}</a>::
|
||||
{% endfilter_for %}
|
||||
{% endcapture %}
|
||||
{% assign array_releases = text_releases | strip_newlines | split: '::' %}
|
||||
|
||||
{% comment %}<!-- show the latest three releases -->{% endcomment %}
|
||||
<ul>
|
||||
{% for release in array_releases %}
|
||||
{% if forloop.index <= 3 %}
|
||||
<li>{{ release }}</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<p>{% translate more-news-and-rss %}</p>
|
||||
|
||||
<br class="clear">
|
||||
|
||||
<script>
|
||||
if ( $( window ).width() > 400 && $( window ).height() > 600 ) {
|
||||
$(".show_more").removeClass("show_more");
|
||||
$(".toggle_show_more_less").removeClass("toggle_show_more_less");
|
||||
}
|
||||
</script>
|
|
@ -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 <b>you</b> 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 <b>keep Bitcoin decentralized.</b> 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, <b>enforcing Bitcoin's rules</b> 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 <a
|
||||
href="/en/version-history">Bitcoin Core releases</a>. For
|
||||
notifications of new releases, <a type="application/rss+xml"
|
||||
href="/en/rss/releases.rss">subscribe to the RSS feed</a>.
|
||||
|
||||
|
||||
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
|
||||
|
|
115
en/bitcoin-core/index.md
Normal file
115
en/bitcoin-core/index.md
Normal file
|
@ -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
|
||||
---
|
||||
<link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases">
|
||||
|
||||
# Bitcoin Core
|
||||
{:.not-displayed}
|
||||
|
||||

|
||||
|
||||
<br class="clear">
|
||||
{% include bitcoin-core/download-bitcoin-core.html %}
|
||||
<br class="clear">
|
||||
|
||||
<div class="show_less_more">
|
||||
<div class="show_less" markdown="block">
|
||||
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
|
||||
</div>
|
||||
|
||||
<div class="show_more" markdown="block">
|
||||
It is these users who <b>keep Bitcoin decentralized.</b> 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, <b>enforcing Bitcoin's rules</b> 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.
|
||||
</div>
|
||||
|
||||
<p class="center"><button class="toggle_show_more_less js not-displayed"><span class="fa fa-caret-down"></span> Read more</button></p>
|
||||
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div markdown="block" class="two-column-list">
|
||||
{:.fa-ul}
|
||||
- <span class="fa-li fa fa-download fa-2x"></span>
|
||||
<b>[Download][bcc download]</b><br
|
||||
>Download Bitcoin Core {{ site.DOWNLOAD_VERSION }}
|
||||
|
||||
- <span class="fa-li fa fa-rocket fa-2x"></span>
|
||||
<b>[Features][bcc features]</b><br
|
||||
>Discover what Bitcoin Core offers
|
||||
|
||||
- <span class="fa-li fa fa-question fa-2x"></span>
|
||||
<b>[Get help][bcc help]</b><br
|
||||
>Documentation, forums, chat rooms
|
||||
|
||||
- <span class="fa-li fa fa-code-fork fa-2x"></span>
|
||||
<b>[Contribute][bcc contribute]</b><br
|
||||
>Code, translations, and more
|
||||
</div>
|
||||
|
||||
<br class="clear">
|
||||
|
||||
### News
|
||||
|
||||
{% comment %}<!-- Capture all the releases into a string and convert it to an array -->{% endcomment %}
|
||||
{% capture text_releases %}
|
||||
{% filter_for p in site.pages reversed sort_by:versionint category:release %}
|
||||
{% if p.optional_date %}{{ p.optional_date | date:"%Y-%m-%d" }} - {% endif %}<a href="{{ p.url | replace:'.html','' }}">{{ p.title }}</a>::
|
||||
{% endfilter_for %}
|
||||
{% endcapture %}
|
||||
{% assign array_releases = text_releases | strip_newlines | split: '::' %}
|
||||
|
||||
{% comment %}<!-- show the latest three releases -->{% 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, <a
|
||||
type="application/rss+xml" href="/en/rss/releases.rss">subscribe to the
|
||||
RSS feed</a>.
|
||||
|
||||
<br class="clear">
|
||||
|
||||
<script>
|
||||
if ( $( window ).width() > 400 && $( window ).height() > 600 ) {
|
||||
$(".show_more").removeClass("show_more");
|
||||
$(".toggle_show_more_less").removeClass("toggle_show_more_less");
|
||||
}
|
||||
</script>
|
||||
|
||||
{% include references.md %}
|
Loading…
Add table
Add a link
Reference in a new issue