mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Handle urls translations automatically in pages
Internal page urls are now all declared once in _config.yml for each language Translators can translate file and anchor urls without needing to manually update all pages
This commit is contained in:
parent
d44bc95a22
commit
21441d310d
56 changed files with 346 additions and 265 deletions
13
README.md
13
README.md
|
@ -29,13 +29,12 @@ Installing dependencies on older Ubuntu and Debian distributions
|
||||||
|
|
||||||
1. Begin, Run ./_contrib/translate (ISO 639-1 language code) (language name) to create your language. Ex : ./_contrib/translate fr "Français"
|
1. Begin, Run ./_contrib/translate (ISO 639-1 language code) (language name) to create your language. Ex : ./_contrib/translate fr "Français"
|
||||||
2. Texts, Open .html files in the appropriate folder and in _layouts and translate all human readable english dialogs (without touching the html tags and the page id).
|
2. Texts, Open .html files in the appropriate folder and in _layouts and translate all human readable english dialogs (without touching the html tags and the page id).
|
||||||
3. Links, Update the name of each .html file so that it reflects your language and update the links in the .html files accordingly.
|
3. Links, Update the name of each .html file so that it reflects your language. Add translated links to your pages in _config.yml.
|
||||||
4. Sitemap, Add links to your translated pages in _config.yml under their equivalent english version.
|
4. Images, Update the few images that contain text with any vector image editing software like Inkscape.
|
||||||
5. Images, Update the few images that contain text with any vector image editing software like Inkscape.
|
5. Languages, Make sure that the languages are listed in alphabetical order in _config.yml
|
||||||
6. Languages, Make sure that the languages are listed in alphabetical order in _config.yml
|
6. Post, Remove pages that use _posts such as "version-history" and "news". Those are not meant to be translated yet.
|
||||||
7. Post, Remove pages that use _posts such as "version-history" and "news". Those are not meant to be translated yet.
|
7. Press, Remove "press coverage" and "interviewees" in the Press center. The rest can be translated.
|
||||||
8. Press, Remove "press coverage" and "interviewees" in the Press center. The rest can be translated.
|
8. Preview, Check that texts that are limited in size display nicely. For example, right side buttons and some titles have height or width restrictions. You can preview your work without building the website. Just visit the existing english page, open the javascript console of your browser (CTRL + SHIFT + J on Google Chrome) and copy the following command to make the page editable : document.body.contentEditable=true . This will allow you to edit and preview the page in your browser like a document.
|
||||||
9. Preview, Check that texts that are limited in size display nicely. For example, right side buttons and some titles have height or width restrictions. You can preview your work without building the website. Just visit the existing english page, open the javascript console of your browser (CTRL + SHIFT + J on Google Chrome) and copy the following command to make the page editable : document.body.contentEditable=true . This will allow you to edit and preview the page in your browser like a document.
|
|
||||||
|
|
||||||
### Update
|
### Update
|
||||||
|
|
||||||
|
|
89
_config.yml
89
_config.yml
|
@ -6,78 +6,133 @@ langs:
|
||||||
fr: Français
|
fr: Français
|
||||||
en: English
|
en: English
|
||||||
es: Español
|
es: Español
|
||||||
|
|
||||||
section:
|
section:
|
||||||
index:
|
index:
|
||||||
en:
|
en:
|
||||||
fr:
|
|
||||||
es:
|
es:
|
||||||
|
fr:
|
||||||
about:
|
about:
|
||||||
en: about
|
en: about
|
||||||
fr: a-propos
|
|
||||||
es: acerca-de
|
es: acerca-de
|
||||||
|
fr: a-propos
|
||||||
bitcoin-for-developers:
|
bitcoin-for-developers:
|
||||||
en: bitcoin-for-developers
|
en: bitcoin-for-developers
|
||||||
fr: bitcoin-pour-developpeurs
|
|
||||||
es: bitcoin-para-desarrolladores
|
es: bitcoin-para-desarrolladores
|
||||||
|
fr: bitcoin-pour-developpeurs
|
||||||
bitcoin-for-enthusiasts:
|
bitcoin-for-enthusiasts:
|
||||||
en: bitcoin-for-enthusiasts
|
en: bitcoin-for-enthusiasts
|
||||||
fr: bitcoin-pour-passionnes
|
|
||||||
es: bitcoin-para-entusiastas
|
es: bitcoin-para-entusiastas
|
||||||
|
fr: bitcoin-pour-passionnes
|
||||||
bitcoin-for-individuals:
|
bitcoin-for-individuals:
|
||||||
en: bitcoin-for-individuals
|
en: bitcoin-for-individuals
|
||||||
fr: bitcoin-pour-particuliers
|
|
||||||
es: bitcoin-para-personas
|
es: bitcoin-para-personas
|
||||||
|
fr: bitcoin-pour-particuliers
|
||||||
bitcoin-for-businesses:
|
bitcoin-for-businesses:
|
||||||
en: bitcoin-for-businesses
|
en: bitcoin-for-businesses
|
||||||
fr: bitcoin-pour-entreprises
|
|
||||||
es: bitcoin-para-empresas
|
es: bitcoin-para-empresas
|
||||||
|
fr: bitcoin-pour-entreprises
|
||||||
bitcoin-for-press:
|
bitcoin-for-press:
|
||||||
en: bitcoin-for-press
|
en: bitcoin-for-press
|
||||||
choose-your-wallet:
|
choose-your-wallet:
|
||||||
en: choose-your-wallet
|
en: choose-your-wallet
|
||||||
fr: choisir-votre-porte-monnaie
|
|
||||||
es: elige-tu-monedero
|
es: elige-tu-monedero
|
||||||
|
fr: choisir-votre-porte-monnaie
|
||||||
community:
|
community:
|
||||||
en: community
|
en: community
|
||||||
fr: communaute
|
|
||||||
es: comunidad
|
es: comunidad
|
||||||
|
fr: communaute
|
||||||
development:
|
development:
|
||||||
en: development
|
en: development
|
||||||
fr: developpement
|
|
||||||
es: desarrollo
|
es: desarrollo
|
||||||
|
fr: developpement
|
||||||
download:
|
download:
|
||||||
en: download
|
en: download
|
||||||
fr: telecharger
|
|
||||||
es: descargar
|
es: descargar
|
||||||
|
fr: telecharger
|
||||||
foundation:
|
foundation:
|
||||||
en: foundation
|
en: foundation
|
||||||
fr: fondation
|
|
||||||
es: fundacion
|
es: fundacion
|
||||||
|
fr: fondation
|
||||||
how-it-works:
|
how-it-works:
|
||||||
en: how-it-works
|
en: how-it-works
|
||||||
fr: comment-ca-marche
|
|
||||||
es: como-funciona
|
es: como-funciona
|
||||||
|
fr: comment-ca-marche
|
||||||
resources:
|
resources:
|
||||||
en: resources
|
en: resources
|
||||||
fr: ressources
|
|
||||||
es: recursos
|
es: recursos
|
||||||
|
fr: ressources
|
||||||
secure-your-wallet:
|
secure-your-wallet:
|
||||||
en: secure-your-wallet
|
en: secure-your-wallet
|
||||||
support-bitcoin:
|
support-bitcoin:
|
||||||
en: support-bitcoin
|
en: support-bitcoin
|
||||||
fr: supporter-bitcoin
|
|
||||||
es: apoya-bitcoin
|
es: apoya-bitcoin
|
||||||
|
fr: supporter-bitcoin
|
||||||
version-history:
|
version-history:
|
||||||
en: version-history
|
en: version-history
|
||||||
vocabulary:
|
vocabulary:
|
||||||
en: vocabulary
|
en: vocabulary
|
||||||
fr: vocabulaire
|
|
||||||
es: vocabulario
|
es: vocabulario
|
||||||
|
fr: vocabulaire
|
||||||
you-need-to-know:
|
you-need-to-know:
|
||||||
en: you-need-to-know
|
en: you-need-to-know
|
||||||
fr: vous-devez-savoir
|
|
||||||
es: debes-saber
|
es: debes-saber
|
||||||
|
fr: vous-devez-savoir
|
||||||
|
|
||||||
|
vocabulary:
|
||||||
|
address:
|
||||||
|
en: address
|
||||||
|
es: direccion
|
||||||
|
fr: adresse
|
||||||
|
block-chain:
|
||||||
|
en: blockchain
|
||||||
|
es: cadena-de-bloques
|
||||||
|
fr: chaine-de-bloc
|
||||||
|
block:
|
||||||
|
en: block
|
||||||
|
es: bloque
|
||||||
|
fr: bloc
|
||||||
|
btc:
|
||||||
|
en: btc
|
||||||
|
es: btc
|
||||||
|
fr: btc
|
||||||
|
confirmation:
|
||||||
|
en: confirmation
|
||||||
|
es: confirmacion
|
||||||
|
fr: confirmation
|
||||||
|
cryptography:
|
||||||
|
en: cryptography
|
||||||
|
es: criptografia
|
||||||
|
fr: cryptographie
|
||||||
|
double-spend:
|
||||||
|
en: double-spend
|
||||||
|
es: doble-gasto
|
||||||
|
fr: double-depense
|
||||||
|
hash-rate:
|
||||||
|
en: hash-rate
|
||||||
|
es: velocidad-de-hash
|
||||||
|
fr: taux-de-hash
|
||||||
|
mining:
|
||||||
|
en: mining
|
||||||
|
es: mineria
|
||||||
|
fr: minage
|
||||||
|
p2p:
|
||||||
|
en: p2p
|
||||||
|
es: p2p
|
||||||
|
fr: p2p
|
||||||
|
private-key:
|
||||||
|
en: private-key
|
||||||
|
es: llave-privada
|
||||||
|
fr: cle-privee
|
||||||
|
signature:
|
||||||
|
en: signature
|
||||||
|
es: firma
|
||||||
|
fr: signature
|
||||||
|
wallet:
|
||||||
|
en: wallet
|
||||||
|
es: monedero
|
||||||
|
fr: porte-monnaie
|
||||||
|
|
||||||
|
|
||||||
safe: false
|
safe: false
|
||||||
auto: false
|
auto: false
|
||||||
|
|
|
@ -8,10 +8,7 @@ fi
|
||||||
cp -R en ${1}
|
cp -R en ${1}
|
||||||
cp _layouts/base-en.html _layouts/base-${1}.html
|
cp _layouts/base-en.html _layouts/base-${1}.html
|
||||||
sed -i "s_layout: base-en_layout: base-${1}_g" ${1}/*.html
|
sed -i "s_layout: base-en_layout: base-${1}_g" ${1}/*.html
|
||||||
sed -i "s_href=\"/en/_href=\"/${1}/_g" ${1}/*.html
|
sed -i "s_lang: en_lang: ${1}_g" ${1}/*.html
|
||||||
sed -i "s_src=\"/en/_src=\"/${1}/_g" ${1}/*.html
|
|
||||||
sed -i "s_href=\"/en/_href=\"/${1}/_g" _layouts/base-${1}.html
|
|
||||||
sed -i "s_src=\"/en/_src=\"/${1}/_g" _layouts/base-${1}.html
|
|
||||||
sed -i "s_lang: en_lang: ${1}_g" _layouts/base-${1}.html
|
sed -i "s_lang: en_lang: ${1}_g" _layouts/base-${1}.html
|
||||||
sed -i "s/ALERT_CLASS_en/ALERT_CLASS_${1}/g" _layouts/base-${1}.html
|
sed -i "s/ALERT_CLASS_en/ALERT_CLASS_${1}/g" _layouts/base-${1}.html
|
||||||
sed -i "s/ALERT_en/ALERT_${1}/g" _layouts/base-${1}.html
|
sed -i "s/ALERT_en/ALERT_${1}/g" _layouts/base-${1}.html
|
||||||
|
|
|
@ -1,31 +1,24 @@
|
||||||
---
|
---
|
||||||
lang: en
|
lang: en
|
||||||
menufor:
|
menufor:
|
||||||
- text: Individuals
|
bitcoin-for-individuals: Individuals
|
||||||
url: bitcoin-for-individuals
|
bitcoin-for-businesses: Businesses
|
||||||
- text: Businesses
|
bitcoin-for-developers: Developers
|
||||||
url: bitcoin-for-businesses
|
bitcoin-for-enthusiasts: Enthusiasts
|
||||||
- text: Developers
|
bitcoin-for-press: Press
|
||||||
url: bitcoin-for-developers
|
|
||||||
- text: Enthusiasts
|
|
||||||
url: bitcoin-for-enthusiasts
|
|
||||||
- text: Press
|
|
||||||
url: bitcoin-for-press
|
|
||||||
menu:
|
menu:
|
||||||
- text: How it works
|
how-it-works: How it works
|
||||||
url: how-it-works
|
vocabulary: Vocabulary
|
||||||
- text: Vocabulary
|
resources: Resources
|
||||||
url: vocabulary
|
community: Community
|
||||||
- text: Resources
|
development: Development
|
||||||
url: resources
|
foundation: Foundation
|
||||||
- text: Community
|
about: About
|
||||||
url: community
|
button:
|
||||||
- text: Development
|
wallet: Choose your wallet
|
||||||
url: development
|
know: You need to know
|
||||||
- text: Foundation
|
support: Support Bitcoin
|
||||||
url: foundation
|
footer: © Bitcoin Project 2009–2013 Released under the <a href="http://creativecommons.org/licenses/MIT/" target="_blank">MIT license</a>
|
||||||
- text: About
|
|
||||||
url: about
|
|
||||||
---
|
---
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html lang="{{ page.lang }}">
|
<html lang="{{ page.lang }}">
|
||||||
|
@ -65,13 +58,13 @@ menu:
|
||||||
<a id="logo" href="/{{ page.lang }}/"><img src="/img/logotop.svg" alt="Bitcoin"></a>
|
<a id="logo" href="/{{ page.lang }}/"><img src="/img/logotop.svg" alt="Bitcoin"></a>
|
||||||
<a href="#" id="menumobile" onclick="mobileshow(event);"></a>
|
<a href="#" id="menumobile" onclick="mobileshow(event);"></a>
|
||||||
<ul id="menufor">
|
<ul id="menufor">
|
||||||
{% for link in page.menufor %}{% assign active = nil %}{% capture fullurl %}{{ '/' | append:page.lang | append:'/' | append:link.url | append:'.html' }}{% endcapture %}{% if page.url == fullurl %}{% assign active = 'active' %}{% endif %}
|
{% for link in page.menufor %}{% assign id = link[0]%}{% capture fullurl %}{{ '/' | append:page.lang | append:'/' | append:site.section[id][page.lang] | append:'.html' }}{% endcapture %}
|
||||||
<li{% if active %} class="{{ active }}"{% endif %}><a href="/{{ page.lang }}/{{ link.url }}">{{ link.text }}</a></li>
|
<li{% if page.url == fullurl %} class="active"{% endif %}><a href="/{{ page.lang }}/{{ site.section[id][page.lang] }}">{{ link[1] }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
<ul id="menu">
|
<ul id="menu">
|
||||||
{% for link in page.menu %}{% assign active = nil %}{% capture fullurl %}{{ '/' | append:page.lang | append:'/' | append:link.url | append:'.html' }}{% endcapture %}{% if page.url == fullurl %}{% assign active = 'active' %}{% endif %}
|
{% for link in page.menu %}{% assign id = link[0]%}{% capture fullurl %}{{ '/' | append:page.lang | append:'/' | append:site.section[id][page.lang] | append:'.html' }}{% endcapture %}
|
||||||
<li{% if active %} class="{{ active }}"{% endif %}><a href="/{{ page.lang }}/{{ link.url }}">{{ link.text }}</a></li>
|
<li{% if page.url == fullurl %} class="active"{% endif %}><a href="/{{ page.lang }}/{{ site.section[id][page.lang] }}">{{ link[1] }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div></div>
|
</div></div>
|
||||||
|
@ -81,16 +74,16 @@ menu:
|
||||||
</div>
|
</div>
|
||||||
<div id="rightbox"{% if page.mode == "wide" %} class="wide"{% endif %}>
|
<div id="rightbox"{% if page.mode == "wide" %} class="wide"{% endif %}>
|
||||||
<div id="choose">
|
<div id="choose">
|
||||||
<a href="/en/choose-your-wallet"><img src="/img/but_start.svg" alt="Choose your wallet">Choose your wallet</a>
|
<a href="/{{page.lang}}/{{site.section.choose-your-wallet[page.lang]}}"><img src="/img/but_start.svg" alt="{{page.button.wallet}}">{{page.button.wallet}}</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="before">
|
<div id="before">
|
||||||
<a href="/en/you-need-to-know"><img src="/img/but_warn.svg" alt="You need to know">You need to know</a>
|
<a href="/{{page.lang}}/{{site.section.you-need-to-know[page.lang]}}"><img src="/img/but_warn.svg" alt="{{page.button.know}}">{{page.button.know}}</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="support">
|
<div id="support">
|
||||||
<a href="/en/support-bitcoin"><img src="/img/but_involve.svg" alt="Support Bitcoin">Support Bitcoin</a>
|
<a href="/{{page.lang}}/{{site.section.support-bitcoin[page.lang]}}"><img src="/img/but_involve.svg" alt="{{page.button.support}}">{{page.button.support}}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer"><a href="http://bitcoin2013.com" class="conferencebanner"><img src="/img/bitcoin2013_banner.png" alt="Bitcoin conference"></a><div>© Bitcoin Project 2009–2013 Released under the <a href="http://creativecommons.org/licenses/MIT/" target="_blank">MIT license</a></div></div>
|
<div id="footer"><div>{{page.footer}}</div></div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">svgfallback();</script>
|
<script type="text/javascript">svgfallback();</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -1,29 +1,23 @@
|
||||||
---
|
---
|
||||||
lang: es
|
lang: es
|
||||||
menufor:
|
menufor:
|
||||||
- text: Personas
|
bitcoin-for-individuals: Personas
|
||||||
url: bitcoin-para-personas
|
bitcoin-for-businesses: Empresas
|
||||||
- text: Empresas
|
bitcoin-for-developers: Desarrolladores
|
||||||
url: bitcoin-para-empresas
|
bitcoin-for-enthusiasts: Entusiastas
|
||||||
- text: Desarrolladores
|
|
||||||
url: bitcoin-para-desarrolladores
|
|
||||||
- text: Entusiastas
|
|
||||||
url: bitcoin-para-entusiastas
|
|
||||||
menu:
|
menu:
|
||||||
- text: Como funciona
|
how-it-works: Como funciona
|
||||||
url: como-funciona
|
vocabulary: Vocabulario
|
||||||
- text: Vocabulario
|
resources: Recursos
|
||||||
url: vocabulario
|
community: Comunidad
|
||||||
- text: Recursos
|
development: Desarrollo
|
||||||
url: recursos
|
foundation: Fundación
|
||||||
- text: Comunidad
|
about: Acerca de
|
||||||
url: comunidad
|
button:
|
||||||
- text: Desarrollo
|
wallet: Elige tu monedero
|
||||||
url: desarrollo
|
know: Debes saber
|
||||||
- text: Fundación
|
support: Apoya Bitcoin
|
||||||
url: fundacion
|
footer: © Bitcoin Project 2009–2013 Publicado bajo la <a href="http://creativecommons.org/licenses/MIT/" target="_blank">licencia MIT</a>
|
||||||
- text: Acerca de
|
|
||||||
url: acerca-de
|
|
||||||
---
|
---
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html lang="{{ page.lang }}">
|
<html lang="{{ page.lang }}">
|
||||||
|
@ -63,13 +57,13 @@ menu:
|
||||||
<a id="logo" href="/{{ page.lang }}/"><img src="/img/logotop.svg" alt="Bitcoin"></a>
|
<a id="logo" href="/{{ page.lang }}/"><img src="/img/logotop.svg" alt="Bitcoin"></a>
|
||||||
<a href="#" id="menumobile" onclick="mobileshow(event);"></a>
|
<a href="#" id="menumobile" onclick="mobileshow(event);"></a>
|
||||||
<ul id="menufor">
|
<ul id="menufor">
|
||||||
{% for link in page.menufor %}{% assign active = nil %}{% capture fullurl %}{{ '/' | append:page.lang | append:'/' | append:link.url | append:'.html' }}{% endcapture %}{% if page.url == fullurl %}{% assign active = 'active' %}{% endif %}
|
{% for link in page.menufor %}{% assign id = link[0]%}{% capture fullurl %}{{ '/' | append:page.lang | append:'/' | append:site.section[id][page.lang] | append:'.html' }}{% endcapture %}
|
||||||
<li{% if active %} class="{{ active }}"{% endif %}><a href="/{{ page.lang }}/{{ link.url }}">{{ link.text }}</a></li>
|
<li{% if page.url == fullurl %} class="active"{% endif %}><a href="/{{ page.lang }}/{{ site.section[id][page.lang] }}">{{ link[1] }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
<ul id="menu">
|
<ul id="menu">
|
||||||
{% for link in page.menu %}{% assign active = nil %}{% capture fullurl %}{{ '/' | append:page.lang | append:'/' | append:link.url | append:'.html' }}{% endcapture %}{% if page.url == fullurl %}{% assign active = 'active' %}{% endif %}
|
{% for link in page.menu %}{% assign id = link[0]%}{% capture fullurl %}{{ '/' | append:page.lang | append:'/' | append:site.section[id][page.lang] | append:'.html' }}{% endcapture %}
|
||||||
<li{% if active %} class="{{ active }}"{% endif %}><a href="/{{ page.lang }}/{{ link.url }}">{{ link.text }}</a></li>
|
<li{% if page.url == fullurl %} class="active"{% endif %}><a href="/{{ page.lang }}/{{ site.section[id][page.lang] }}">{{ link[1] }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div></div>
|
</div></div>
|
||||||
|
@ -79,16 +73,16 @@ menu:
|
||||||
</div>
|
</div>
|
||||||
<div id="rightbox"{% if page.mode == "wide" %} class="wide"{% endif %}>
|
<div id="rightbox"{% if page.mode == "wide" %} class="wide"{% endif %}>
|
||||||
<div id="choose">
|
<div id="choose">
|
||||||
<a href="/es/elige-tu-monedero"><img src="/img/but_start.svg" alt="Elige tu monedero">Elige tu monedero</a>
|
<a href="/{{page.lang}}/{{site.section.choose-your-wallet[page.lang]}}"><img src="/img/but_start.svg" alt="{{page.button.wallet}}">{{page.button.wallet}}</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="before">
|
<div id="before">
|
||||||
<a href="/es/debes-saber"><img src="/img/but_warn.svg" alt="Debes saber">Debes saber</a>
|
<a href="/{{page.lang}}/{{site.section.you-need-to-know[page.lang]}}"><img src="/img/but_warn.svg" alt="{{page.button.know}}">{{page.button.know}}</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="support">
|
<div id="support">
|
||||||
<a href="/es/apoya-bitcoin"><img src="/img/but_involve.svg" alt="Apoya Bitcoin">Apoya Bitcoin</a>
|
<a href="/{{page.lang}}/{{site.section.support-bitcoin[page.lang]}}"><img src="/img/but_involve.svg" alt="{{page.button.support}}">{{page.button.support}}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer"><div>© Bitcoin Project 2009–2013 Publicado bajo la <a href="http://creativecommons.org/licenses/MIT/" target="_blank">licencia MIT</a></div></div>
|
<div id="footer"><div>{{page.footer}}</div></div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">svgfallback();</script>
|
<script type="text/javascript">svgfallback();</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -1,29 +1,23 @@
|
||||||
---
|
---
|
||||||
lang: fr
|
lang: fr
|
||||||
menufor:
|
menufor:
|
||||||
- text: Particuliers
|
bitcoin-for-individuals: Particuliers
|
||||||
url: bitcoin-pour-particuliers
|
bitcoin-for-businesses: Entreprises
|
||||||
- text: Entreprises
|
bitcoin-for-developers: Développeurs
|
||||||
url: bitcoin-pour-entreprises
|
bitcoin-for-enthusiasts: Passionnés
|
||||||
- text: Développeurs
|
|
||||||
url: bitcoin-pour-developpeurs
|
|
||||||
- text: Passionnés
|
|
||||||
url: bitcoin-pour-passionnes
|
|
||||||
menu:
|
menu:
|
||||||
- text: Comment ça marche
|
how-it-works: Comment ça marche
|
||||||
url: comment-ca-marche
|
vocabulary: Vocabulaire
|
||||||
- text: Vocabulaire
|
resources: Ressources
|
||||||
url: vocabulaire
|
community: Communauté
|
||||||
- text: Ressources
|
development: Développement
|
||||||
url: ressources
|
foundation: Fondation
|
||||||
- text: Communauté
|
about: À propos
|
||||||
url: communaute
|
button:
|
||||||
- text: Développement
|
wallet: Choisissez votre porte-monnaie
|
||||||
url: developpement
|
know: Vous devez savoir
|
||||||
- text: Fondation
|
support: Supporter Bitcoin
|
||||||
url: fondation
|
footer: © Bitcoin Project 2009–2013 Publié sous la <a href="http://creativecommons.org/licenses/MIT/" target="_blank">licence MIT</a>
|
||||||
- text: À propos
|
|
||||||
url: a-propos
|
|
||||||
---
|
---
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html lang="{{ page.lang }}">
|
<html lang="{{ page.lang }}">
|
||||||
|
@ -63,13 +57,13 @@ menu:
|
||||||
<a id="logo" href="/{{ page.lang }}/"><img src="/img/logotop.svg" alt="Bitcoin"></a>
|
<a id="logo" href="/{{ page.lang }}/"><img src="/img/logotop.svg" alt="Bitcoin"></a>
|
||||||
<a href="#" id="menumobile" onclick="mobileshow(event);"></a>
|
<a href="#" id="menumobile" onclick="mobileshow(event);"></a>
|
||||||
<ul id="menufor">
|
<ul id="menufor">
|
||||||
{% for link in page.menufor %}{% assign active = nil %}{% capture fullurl %}{{ '/' | append:page.lang | append:'/' | append:link.url | append:'.html' }}{% endcapture %}{% if page.url == fullurl %}{% assign active = 'active' %}{% endif %}
|
{% for link in page.menufor %}{% assign id = link[0]%}{% capture fullurl %}{{ '/' | append:page.lang | append:'/' | append:site.section[id][page.lang] | append:'.html' }}{% endcapture %}
|
||||||
<li{% if active %} class="{{ active }}"{% endif %}><a href="/{{ page.lang }}/{{ link.url }}">{{ link.text }}</a></li>
|
<li{% if page.url == fullurl %} class="active"{% endif %}><a href="/{{ page.lang }}/{{ site.section[id][page.lang] }}">{{ link[1] }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
<ul id="menu">
|
<ul id="menu">
|
||||||
{% for link in page.menu %}{% assign active = nil %}{% capture fullurl %}{{ '/' | append:page.lang | append:'/' | append:link.url | append:'.html' }}{% endcapture %}{% if page.url == fullurl %}{% assign active = 'active' %}{% endif %}
|
{% for link in page.menu %}{% assign id = link[0]%}{% capture fullurl %}{{ '/' | append:page.lang | append:'/' | append:site.section[id][page.lang] | append:'.html' }}{% endcapture %}
|
||||||
<li{% if active %} class="{{ active }}"{% endif %}><a href="/{{ page.lang }}/{{ link.url }}">{{ link.text }}</a></li>
|
<li{% if page.url == fullurl %} class="active"{% endif %}><a href="/{{ page.lang }}/{{ site.section[id][page.lang] }}">{{ link[1] }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div></div>
|
</div></div>
|
||||||
|
@ -79,16 +73,16 @@ menu:
|
||||||
</div>
|
</div>
|
||||||
<div id="rightbox"{% if page.mode == "wide" %} class="wide"{% endif %}>
|
<div id="rightbox"{% if page.mode == "wide" %} class="wide"{% endif %}>
|
||||||
<div id="choose">
|
<div id="choose">
|
||||||
<a href="/fr/choisir-votre-porte-monnaie"><img src="/img/but_start.svg" alt="Choisissez votre porte-monnaie">Choisissez votre porte-monnaie</a>
|
<a href="/{{page.lang}}/{{site.section.choose-your-wallet[page.lang]}}"><img src="/img/but_start.svg" alt="{{page.button.wallet}}">{{page.button.wallet}}</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="before">
|
<div id="before">
|
||||||
<a href="/fr/vous-devez-savoir"><img src="/img/but_warn.svg" alt="Vous devez savoir">Vous devez savoir</a>
|
<a href="/{{page.lang}}/{{site.section.you-need-to-know[page.lang]}}"><img src="/img/but_warn.svg" alt="{{page.button.know}}">{{page.button.know}}</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="support">
|
<div id="support">
|
||||||
<a href="/fr/supporter-bitcoin"><img src="/img/but_involve.svg" alt="Supporter Bitcoin">Supporter Bitcoin</a>
|
<a href="/{{page.lang}}/{{site.section.support-bitcoin[page.lang]}}"><img src="/img/but_involve.svg" alt="{{page.button.support}}">{{page.button.support}}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer"><div>© Bitcoin Project 2009–2013 Released under the <a href="http://creativecommons.org/licenses/MIT/" target="_blank">MIT license</a></div></div>
|
<div id="footer"><div>{{page.footer}}</div></div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">svgfallback();</script>
|
<script type="text/javascript">svgfallback();</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: about
|
id: about
|
||||||
title: About - Bitcoin
|
title: About - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: bitcoin-for-businesses
|
id: bitcoin-for-businesses
|
||||||
title: Bitcoin for Businesses - Bitcoin
|
title: Bitcoin for Businesses - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: bitcoin-for-developers
|
id: bitcoin-for-developers
|
||||||
title: Bitcoin for Developers - Bitcoin
|
title: Bitcoin for Developers - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: bitcoin-for-enthusiasts
|
id: bitcoin-for-enthusiasts
|
||||||
title: Bitcoin for Enthusiasts
|
title: Bitcoin for Enthusiasts
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: bitcoin-for-individuals
|
id: bitcoin-for-individuals
|
||||||
title: Bitcoin for Individuals - Bitcoin
|
title: Bitcoin for Individuals - Bitcoin
|
||||||
|
@ -16,10 +17,10 @@ title: Bitcoin for Individuals - Bitcoin
|
||||||
<p>Just like with email, you don't need to force your family to use the same software or the same service providers. Just let them stick to their own favorites. No problem there; they are all compatible as they use the same open technology. The Bitcoin network never sleeps, even on holidays!</p>
|
<p>Just like with email, you don't need to force your family to use the same software or the same service providers. Just let them stick to their own favorites. No problem there; they are all compatible as they use the same open technology. The Bitcoin network never sleeps, even on holidays!</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_lock.svg" alt="Secure" />Secure transactions</h2>
|
<h2><img src="/img/ico_lock.svg" alt="Secure" />Secure transactions</h2>
|
||||||
<p>Bitcoin transactions are secured by military grade cryptography. Nobody can make a payment on your behalf or charge you money without having a copy of your wallet. So as long as you take the required steps to <a href="/en/secure-your-wallet">protect your wallet</a>, Bitcoin provides a nice level of protection against many types of fraud.</p>
|
<p>Bitcoin transactions are secured by military grade cryptography. Nobody can make a payment on your behalf or charge you money without having a copy of your wallet. So as long as you take the required steps to <a href="/{{page.lang}}/{{site.section.secure-your-wallet[page.lang]}}">protect your wallet</a>, Bitcoin provides a nice level of protection against many types of fraud.</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_lowfee.svg" alt="Free" />Almost free to use</h2>
|
<h2><img src="/img/ico_lowfee.svg" alt="Free" />Almost free to use</h2>
|
||||||
<p>Bitcoin allows you to send and receive payments for free. Except for special cases like very tiny micro-payments, there is no enforced fee. You can, however, choose to pay a small voluntary fee to increase your transaction priority and to remunerate the people who operate the Bitcoin network.</p>
|
<p>Bitcoin allows you to send and receive payments for free. Except for special cases like very tiny micro-payments, there is no enforced fee. You can, however, choose to pay a small voluntary fee to increase your transaction priority and to remunerate the people who operate the Bitcoin network.</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_anon.svg" alt="Anonymous" />Pseudo-anonymous online payments</h2>
|
<h2><img src="/img/ico_anon.svg" alt="Anonymous" />Pseudo-anonymous online payments</h2>
|
||||||
<p>Anonymous payments are a part of our everyday lives - most real life purchases are done without the requirement to provide proper identification. Bitcoin now introduces the same freedom to the online world. It allows you to buy services or make donations without the hassle of being passed under x-ray. However, you should note that <a href="/en/you-need-to-know"><b>full anonymity requires special efforts</b></a>.</p>
|
<p>Anonymous payments are a part of our everyday lives - most real life purchases are done without the requirement to provide proper identification. Bitcoin now introduces the same freedom to the online world. It allows you to buy services or make donations without the hassle of being passed under x-ray. However, you should note that <a href="/{{page.lang}}/{{site.section.you-need-to-know[page.lang]}}"><b>full anonymity requires special efforts</b></a>.</p>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: bitcoin-for-press
|
id: bitcoin-for-press
|
||||||
title: Bitcoin Press Center - Bitcoin
|
title: Bitcoin Press Center - Bitcoin
|
||||||
|
@ -189,7 +190,7 @@ mode: wide
|
||||||
<div>
|
<div>
|
||||||
<a href="#" onclick="faqshow(event);">Is Bitcoin secure?</a>
|
<a href="#" onclick="faqshow(event);">Is Bitcoin secure?</a>
|
||||||
<div>
|
<div>
|
||||||
<p>The Bitcoin technology - the protocol and the cryptography - has a strong security track record. Bitcoin’s vulnerability is in user error. Bitcoin wallet files that store the necessary private keys can be accidentally deleted, lost, stolen, or compromised. Consequently, users need to employ <a href="/en/secure-your-wallet">security practices</a> to protect their money or use service providers that offer good levels of security and insurance. As more people have adopted Bitcoin, more service providers have appeared to make it easier, safer, and more convenient to use and safely secure bitcoins. Bitcoins are not covered by insurance schemes or depositor insurance like the FDIC, but users' wallets could be with a service provider that offers that provision.</p>
|
<p>The Bitcoin technology - the protocol and the cryptography - has a strong security track record. Bitcoin's vulnerability is in user error. Bitcoin wallet files that store the necessary private keys can be accidentally deleted, lost, stolen, or compromised. Consequently, users need to employ <a href="/{{page.lang}}/{{site.section.secure-your-wallet[page.lang]}}">security practices</a> to protect their money or use service providers that offer good levels of security and insurance. As more people have adopted Bitcoin, more service providers have appeared to make it easier, safer, and more convenient to use and safely secure bitcoins. Bitcoins are not covered by insurance schemes or depositor insurance like the FDIC, but users' wallets could be with a service provider that offers that provision.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: choose-your-wallet
|
id: choose-your-wallet
|
||||||
title: Choose your wallet - Bitcoin
|
title: Choose your wallet - Bitcoin
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1>Choose your wallet</h1>
|
<h1>Choose your wallet</h1>
|
||||||
<p>Your Bitcoin wallet is what allows you to transact with the world. It gives you ownership of Bitcoin <i>addresses</i> that you can use to receive coins from other users and then lets you send those coins onwards. Just like email, you can receive bitcoins when you are offline, and all wallets are compatible with each other. Before you start with Bitcoin, <b>be sure to read <a href="/en/you-need-to-know">what you need to know</a></b> first.</p>
|
<p>Your Bitcoin wallet is what allows you to transact with the world. It gives you ownership of Bitcoin <i>addresses</i> that you can use to receive coins from other users and then lets you send those coins onwards. Just like email, you can receive bitcoins when you are offline, and all wallets are compatible with each other. Before you start with Bitcoin, <b>be sure to read <a href="/{{page.lang}}/{{site.section.you-need-to-know[page.lang]}}">what you need to know</a></b> first.</p>
|
||||||
<h2>Get started fast and easy</h2>
|
<h2>Get started fast and easy</h2>
|
||||||
<p>If you are new to Bitcoin, these wallets are a good place to begin.</p>
|
<p>If you are new to Bitcoin, these wallets are a good place to begin.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/en/download"><b>Bitcoin-Qt</b></a> is an app you can download for Windows, Mac, and Linux.</li>
|
<li><a href="/{{page.lang}}/{{site.section.download[page.lang]}}"><b>Bitcoin-Qt</b></a> is an app you can download for Windows, Mac, and Linux.</li>
|
||||||
<li><a href="https://play.google.com/store/apps/details?id=de.schildbach.wallet"><b>Bitcoin Wallet</b></a> for Android runs on your phone or tablet.</li>
|
<li><a href="https://play.google.com/store/apps/details?id=de.schildbach.wallet"><b>Bitcoin Wallet</b></a> for Android runs on your phone or tablet.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: community
|
id: community
|
||||||
title: Community - Bitcoin
|
title: Community - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: development
|
id: development
|
||||||
title: Development - Bitcoin
|
title: Development - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: download
|
id: download
|
||||||
title: Download - Bitcoin
|
title: Download - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: foundation
|
id: foundation
|
||||||
title: Bitcoin Foundation
|
title: Bitcoin Foundation
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: how-it-works
|
id: how-it-works
|
||||||
title: How does Bitcoin work? - Bitcoin
|
title: How does Bitcoin work? - Bitcoin
|
||||||
|
@ -8,20 +9,20 @@ title: How does Bitcoin work? - Bitcoin
|
||||||
<p>OK, this is a question that often causes confusion. Here's a quick explanation!
|
<p>OK, this is a question that often causes confusion. Here's a quick explanation!
|
||||||
|
|
||||||
<h2>The basics for a new user</h2>
|
<h2>The basics for a new user</h2>
|
||||||
<p>As a new user, you only need to <a href="/en/choose-your-wallet">choose a wallet</a> that you will install on your computer or on your mobile phone. Once you have your wallet installed, it will generate your first Bitcoin address and you can create more whenever you need one. You can disclose one of your Bitcoin addresses to your friends so that they can pay you or vice versa, you can pay your friends if they give you their addresses. In fact, this is pretty similar to how email works. So all that is left to do at this point is to get some bitcoins and to <a href="/en/you-need-to-know">keep them safe</a>. In order to start using Bitcoin, you are not required to understand the technical details.</p>
|
<p>As a new user, you only need to <a href="/{{page.lang}}/{{site.section.choose-your-wallet[page.lang]}}">choose a wallet</a> that you will install on your computer or on your mobile phone. Once you have your wallet installed, it will generate your first Bitcoin address and you can create more whenever you need one. You can disclose one of your Bitcoin addresses to your friends so that they can pay you or vice versa, you can pay your friends if they give you their addresses. In fact, this is pretty similar to how email works. So all that is left to do at this point is to get some bitcoins and to <a href="/{{page.lang}}/{{site.section.secure-your-wallet[page.lang]}}">keep them safe</a>. In order to start using Bitcoin, you are not required to understand the technical details.</p>
|
||||||
|
|
||||||
<p>However, if you want to know more, keep reading!</p>
|
<p>However, if you want to know more, keep reading!</p>
|
||||||
|
|
||||||
<p><br><img src="/en/img/bitcoin_at_a_glance.svg" alt="Bitcoin overview" /></p>
|
<p><br><img src="/{{page.lang}}/img/bitcoin_at_a_glance.svg" alt="Bitcoin overview" /></p>
|
||||||
|
|
||||||
<h2>Balances<a class="titlelight"> - block chain</a></h2>
|
<h2>Balances<a class="titlelight"> - block chain</a></h2>
|
||||||
<p>The block chain is a <b>shared public transaction log</b> on which the entire Bitcoin network relies. All confirmed transactions are included in the block chain with no exception. This way, new transactions can be verified to be spending bitcoins that are actually owned by the spender. The integrity and the chronological order of the block chain are enforced with <a href="/en/vocabulary#cryptography">cryptography</a>.</p>
|
<p>The block chain is a <b>shared public transaction log</b> on which the entire Bitcoin network relies. All confirmed transactions are included in the block chain with no exception. This way, new transactions can be verified to be spending bitcoins that are actually owned by the spender. The integrity and the chronological order of the block chain are enforced with <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.cryptography[page.lang]}}">cryptography</a>.</p>
|
||||||
|
|
||||||
<h2>Transactions<a class="titlelight"> - private keys</a></h2>
|
<h2>Transactions<a class="titlelight"> - private keys</a></h2>
|
||||||
<p>A transaction is <b>a transfer of value between Bitcoin addresses</b> that gets included in the block chain. Bitcoin wallets keep a secret piece of data called a <a href="/en/vocabulary#private-key"><i>private key</i></a> for each Bitcoin address. Private keys are used to sign transactions, providing a mathematical proof that they have come from the owner of the addresses. The <a href="/en/vocabulary#signature"><i>signature</i></a> also prevents the transaction from being altered by anybody once it has been issued. All transactions are broadcast between users and confirmed by the network in the following minutes, through a process called <a href="/en/vocabulary#mining"><i>mining</i></a>.</p>
|
<p>A transaction is <b>a transfer of value between Bitcoin addresses</b> that gets included in the block chain. Bitcoin wallets keep a secret piece of data called a <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.private-key[page.lang]}}"><i>private key</i></a> for each Bitcoin address. Private keys are used to sign transactions, providing a mathematical proof that they have come from the owner of the addresses. The <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.signature[page.lang]}}"><i>signature</i></a> also prevents the transaction from being altered by anybody once it has been issued. All transactions are broadcast between users and confirmed by the network in the following minutes, through a process called <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.mining[page.lang]}}"><i>mining</i></a>.</p>
|
||||||
|
|
||||||
<h2>Processing<a class="titlelight"> - mining</a></h2>
|
<h2>Processing<a class="titlelight"> - mining</a></h2>
|
||||||
<p>Mining is a <b>distributed consensus system</b> that is used to <a href="/en/vocabulary#confirmation"><i>confirm</i></a> waiting transactions by including them in the block chain. It enforces a chronological order in the block chain, protects the neutrality of the network, and allows different computers to agree on the state of the system. To be confirmed, transactions must be packed in a <a href="/en/vocabulary#block"><i>block</i></a> that fits very strict cryptographic rules that will be verified by the network. These rules prevent previous blocks from being modified because doing so would invalidate all following blocks. Mining also creates the equivalent of a competitive lottery that prevents any individual from easily adding new blocks consecutively in the block chain. This way, no individuals can control what is included in the block chain or replace parts of the block chain to roll back their own spends.</p>
|
<p>Mining is a <b>distributed consensus system</b> that is used to <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.confirmation[page.lang]}}"><i>confirm</i></a> waiting transactions by including them in the block chain. It enforces a chronological order in the block chain, protects the neutrality of the network, and allows different computers to agree on the state of the system. To be confirmed, transactions must be packed in a <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.block[page.lang]}}"><i>block</i></a> that fits very strict cryptographic rules that will be verified by the network. These rules prevent previous blocks from being modified because doing so would invalidate all following blocks. Mining also creates the equivalent of a competitive lottery that prevents any individual from easily adding new blocks consecutively in the block chain. This way, no individuals can control what is included in the block chain or replace parts of the block chain to roll back their own spends.</p>
|
||||||
|
|
||||||
<h2>Going down the rabbit hole</h2>
|
<h2>Going down the rabbit hole</h2>
|
||||||
<p>This is only a very short and concise summary of the system. If you want to get into the details, you can <a href="/bitcoin.pdf">read the original paper</a> that describes the system's design, and explore the <a href="https://en.bitcoin.it/wiki/Main_Page">Bitcoin wiki</a>.</p>
|
<p>This is only a very short and concise summary of the system. If you want to get into the details, you can <a href="/bitcoin.pdf">read the original paper</a> that describes the system's design, and explore the <a href="https://en.bitcoin.it/wiki/Main_Page">Bitcoin wiki</a>.</p>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: index
|
id: index
|
||||||
title: Bitcoin - Open source P2P digital currency
|
title: Bitcoin - Open source P2P digital currency
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: resources
|
id: resources
|
||||||
title: Resources - Bitcoin
|
title: Resources - Bitcoin
|
||||||
|
@ -6,7 +7,7 @@ title: Resources - Bitcoin
|
||||||
<h1>Bitcoin resources</h1>
|
<h1>Bitcoin resources</h1>
|
||||||
<ul class="resources">
|
<ul class="resources">
|
||||||
<li><a href="http://www.weusecoins.com">We Use Coins. Start here!</a></li>
|
<li><a href="http://www.weusecoins.com">We Use Coins. Start here!</a></li>
|
||||||
<li><a href="/en/choose-your-wallet">Bitcoin wallets</a></li>
|
<li><a href="/{{page.lang}}/{{site.section.choose-your-wallet[page.lang]}}">Bitcoin wallets</a></li>
|
||||||
<li><a href="https://en.bitcoin.it/wiki/Main_Page">Bitcoin Wiki</a>
|
<li><a href="https://en.bitcoin.it/wiki/Main_Page">Bitcoin Wiki</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://bitcoin.it/wiki/FAQ">FAQ</a></li>
|
<li><a href="https://bitcoin.it/wiki/FAQ">FAQ</a></li>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: secure-your-wallet
|
id: secure-your-wallet
|
||||||
title: Securing your wallet - Bitcoin
|
title: Securing your wallet - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: support-bitcoin
|
id: support-bitcoin
|
||||||
title: Support Bitcoin - Bitcoin
|
title: Support Bitcoin - Bitcoin
|
||||||
|
@ -10,10 +11,10 @@ title: Support Bitcoin - Bitcoin
|
||||||
<p>Obviously, using Bitcoin is the first thing you can do to help its development. There are probably many cases where it can make your life easier. And you can accept payment in Bitcoin yourself.</p>
|
<p>Obviously, using Bitcoin is the first thing you can do to help its development. There are probably many cases where it can make your life easier. And you can accept payment in Bitcoin yourself.</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_network.svg" alt="Network" />Be the network</h2>
|
<h2><img src="/img/ico_network.svg" alt="Network" />Be the network</h2>
|
||||||
<p>You can join the Bitcoin network by keeping the <a href="/en/download">original software</a> running on your computer. You can also do some Bitcoin mining to make the network more secure by helping to process transactions.</p>
|
<p>You can join the Bitcoin network by keeping the <a href="/{{page.lang}}/{{site.section.download[page.lang]}}">original software</a> running on your computer. You can also do some Bitcoin mining to make the network more secure by helping to process transactions.</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_conf.svg" alt="Development" />Development</h2>
|
<h2><img src="/img/ico_conf.svg" alt="Development" />Development</h2>
|
||||||
<p>Bitcoin is open-source. So if you are a developer, you can use your super-powers to do good and <a href="/en/development">improve Bitcoin</a>. Or you can build amazing new services or software that can use Bitcoin.</p>
|
<p>Bitcoin is open-source. So if you are a developer, you can use your super-powers to do good and <a href="/{{page.lang}}/{{site.section.development[page.lang]}}">improve Bitcoin</a>. Or you can build amazing new services or software that can use Bitcoin.</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_donate.svg" alt="Donation" />Donation</h2>
|
<h2><img src="/img/ico_donate.svg" alt="Donation" />Donation</h2>
|
||||||
<p>The easiest way to help is to <a href="https://bitcoinfoundation.org/donate">donate</a> a few bitcoins or to join the Bitcoin Foundation. The Foundation funds the salary for the maintainers of the core Bitcoin software, organizes conferences, and provides other important resources.</p>
|
<p>The easiest way to help is to <a href="https://bitcoinfoundation.org/donate">donate</a> a few bitcoins or to join the Bitcoin Foundation. The Foundation funds the salary for the maintainers of the core Bitcoin software, organizes conferences, and provides other important resources.</p>
|
||||||
|
@ -28,4 +29,4 @@ title: Support Bitcoin - Bitcoin
|
||||||
<p>Bitcoin has already been translated into many languages. However, you can <a href="https://www.transifex.com/projects/p/bitcoin/">translate</a> it into new languages as well as improving existing translations. Translations in the <a href="http://en.bitcoin.it/">Bitcoin wiki</a> would be very welcome!</p>
|
<p>Bitcoin has already been translated into many languages. However, you can <a href="https://www.transifex.com/projects/p/bitcoin/">translate</a> it into new languages as well as improving existing translations. Translations in the <a href="http://en.bitcoin.it/">Bitcoin wiki</a> would be very welcome!</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_help.svg" alt="Help" />Help</h2>
|
<h2><img src="/img/ico_help.svg" alt="Help" />Help</h2>
|
||||||
<p>You can join Bitcoin <a href="/en/community">communities</a> to give help to new users. You can talk about Bitcoin with other people, and you can learn more about it every day.</p>
|
<p>You can join Bitcoin <a href="/{{page.lang}}/{{site.section.community[page.lang]}}">communities</a> to give help to new users. You can talk about Bitcoin with other people, and you can learn more about it every day.</p>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: vocabulary
|
id: vocabulary
|
||||||
title: Vocabulary - Bitcoin
|
title: Vocabulary - Bitcoin
|
||||||
|
@ -7,57 +8,56 @@ title: Vocabulary - Bitcoin
|
||||||
<p>Bitcoin provides a new approach to payments and, as such, there are some new words that might become a part of your vocabulary. Don't worry, even the humble television created new words!</p>
|
<p>Bitcoin provides a new approach to payments and, as such, there are some new words that might become a part of your vocabulary. Don't worry, even the humble television created new words!</p>
|
||||||
<h2>Table of contents</h2>
|
<h2>Table of contents</h2>
|
||||||
<div class="index">
|
<div class="index">
|
||||||
<a href="#address">Address</a>
|
<a href="#{{site.vocabulary.address[page.lang]}}">Address</a>
|
||||||
<a href="#blockchain">Block Chain</a>
|
<a href="#{{site.vocabulary.block-chain[page.lang]}}">Block Chain</a>
|
||||||
<a href="#block">Block</a>
|
<a href="#{{site.vocabulary.block[page.lang]}}">Block</a>
|
||||||
<a href="#btc">BTC</a>
|
<a href="#{{site.vocabulary.btc[page.lang]}}">BTC</a>
|
||||||
<a href="#confirmation">Confirmation</a>
|
<a href="#{{site.vocabulary.confirmation[page.lang]}}">Confirmation</a>
|
||||||
<a href="#cryptography">Cryptography</a>
|
<a href="#{{site.vocabulary.cryptography[page.lang]}}">Cryptography</a>
|
||||||
<a href="#double-spend">Double Spend</a>
|
<a href="#{{site.vocabulary.double-spend[page.lang]}}">Double Spend</a>
|
||||||
<a href="#hash-rate">Hash Rate</a>
|
<a href="#{{site.vocabulary.hash-rate[page.lang]}}">Hash Rate</a>
|
||||||
<a href="#mining">Mining</a>
|
<a href="#{{site.vocabulary.mining[page.lang]}}">Mining</a>
|
||||||
<a href="#p2p">P2P - Peer To Peer</a>
|
<a href="#{{site.vocabulary.p2p[page.lang]}}">P2P - Peer To Peer</a>
|
||||||
<a href="#private-key">Private Key</a>
|
<a href="#{{site.vocabulary.private-key[page.lang]}}">Private Key</a>
|
||||||
<a href="#signature">Signature</a>
|
<a href="#{{site.vocabulary.signature[page.lang]}}">Signature</a>
|
||||||
<a href="#wallet">Wallet</a>
|
<a href="#{{site.vocabulary.wallet[page.lang]}}">Wallet</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2><a name="address">Address</a></h2>
|
<h2><a name="{{site.vocabulary.address[page.lang]}}">Address</a></h2>
|
||||||
<p>A Bitcoin address is <b>like a physical address or an email</b>. It is the only information you need to provide for someone to pay you with Bitcoin.</p>
|
<p>A Bitcoin address is <b>like a physical address or an email</b>. It is the only information you need to provide for someone to pay you with Bitcoin.</p>
|
||||||
|
|
||||||
<h2><a name="blockchain">Block Chain</a></h2>
|
<h2><a name="{{site.vocabulary.block-chain[page.lang]}}">Block Chain</a></h2>
|
||||||
<p>The block chain is a <b>public record of all Bitcoin transactions</b>, in chronological order. The block chain is shared between all Bitcoin users. It is used to verify the balance of Bitcoin addresses and to prevent <a href="#double-spend">double spending</a>.</p>
|
<p>The block chain is a <b>public record of all Bitcoin transactions</b>, in chronological order. The block chain is shared between all Bitcoin users. It is used to verify the balance of Bitcoin addresses and to prevent <a href="#{{site.vocabulary.double-spend[page.lang]}}">double spending</a>.</p>
|
||||||
|
|
||||||
<h2><a name="block">Block</a></h2>
|
<h2><a name="{{site.vocabulary.block[page.lang]}}">Block</a></h2>
|
||||||
<p>A block is a <b>record in the block chain that contains and confirms many waiting transactions</b>. Roughly every 10 minutes, on average, a new block including transactions is appended to the <a href="#blockchain">block chain</a> through <a href="#mining">mining</a>.</p>
|
<p>A block is a <b>record in the block chain that contains and confirms many waiting transactions</b>. Roughly every 10 minutes, on average, a new block including transactions is appended to the <a href="#{{site.vocabulary.block-chain[page.lang]}}">block chain</a> through <a href="#{{site.vocabulary.mining[page.lang]}}">mining</a>.</p>
|
||||||
|
|
||||||
<h2><a name="btc">BTC</a></h2>
|
<h2><a name="{{site.vocabulary.btc[page.lang]}}">BTC</a></h2>
|
||||||
<p>BTC is the common unit of Bitcoin currency. It can be used in a similar way to USD for US dollar instead of B⃦ or $.</p>
|
<p>BTC is the common unit of Bitcoin currency. It can be used in a similar way to USD for US dollar instead of B⃦ or $.</p>
|
||||||
|
|
||||||
<h2><a name="confirmation">Confirmation</a></h2>
|
<h2><a name="{{site.vocabulary.confirmation[page.lang]}}">Confirmation</a></h2>
|
||||||
<p>Confirmation means that a transaction has been <b>verified by the network and is highly unlikely to be reversed</b>. One confirmation is pretty secure. Although for larger amounts (e.g. 1000 $USD and above), one can wait for a transaction to have more confirmations - six is a frequently chosen number. Each new confirmation decreases the risk of a reversal exponentially.</p>
|
<p>Confirmation means that a transaction has been <b>verified by the network and is highly unlikely to be reversed</b>. One confirmation is pretty secure. Although for larger amounts (e.g. 1000 $USD and above), one can wait for a transaction to have more confirmations - six is a frequently chosen number. Each new confirmation decreases the risk of a reversal exponentially.</p>
|
||||||
|
|
||||||
<h2><a name="cryptography">Cryptography</a></h2>
|
<h2><a name="{{site.vocabulary.cryptography[page.lang]}}">Cryptography</a></h2>
|
||||||
<p>Cryptography is the branch of mathematics that lets us create <b>mathematical proofs that provide high levels of security</b>. Online commerce and banking already uses cryptography. In the case of Bitcoin, cryptography is used to make it impossible for anybody to spend funds from another user's wallet or to corrupt the <a href="#blockchain">block chain</a>. It can also be used to encrypt a wallet, so that it cannot be used without a password.</p>
|
<p>Cryptography is the branch of mathematics that lets us create <b>mathematical proofs that provide high levels of security</b>. Online commerce and banking already uses cryptography. In the case of Bitcoin, cryptography is used to make it impossible for anybody to spend funds from another user's wallet or to corrupt the <a href="#{{site.vocabulary.block-chain[page.lang]}}">block chain</a>. It can also be used to encrypt a wallet, so that it cannot be used without a password.</p>
|
||||||
|
|
||||||
<h2><a name="double-spend">Double Spend</a></h2>
|
<h2><a name="{{site.vocabulary.double-spend[page.lang]}}">Double Spend</a></h2>
|
||||||
<p>If a malicious user tries to <b>spend their bitcoins to two different recipients at the same time</b>, this is double spending. Bitcoin <a href="#mining">mining</a> and the <a href="#blockchain">block chain</a> are there to create a consensus on the network about which of the two transactions will win.</p>
|
<p>If a malicious user tries to <b>spend their bitcoins to two different recipients at the same time</b>, this is double spending. Bitcoin <a href="#{{site.vocabulary.mining[page.lang]}}">mining</a> and the <a href="#{{site.vocabulary.block-chain[page.lang]}}">block chain</a> are there to create a consensus on the network about which of the two transactions will win.</p>
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2><a name="hash-rate">Hash Rate</a></h2>
|
<h2><a name="{{site.vocabulary.hash-rate[page.lang]}}">Hash Rate</a></h2>
|
||||||
<p>The hash rate is the <b>measuring unit of the processing power of the Bitcoin network</b>. The Bitcoin network must make intensive mathematical operations for security purposes. When the network reaches a hash rate of 10 TH/s, it means it can make 10 trillion calculations per second.</p>
|
<p>The hash rate is the <b>measuring unit of the processing power of the Bitcoin network</b>. The Bitcoin network must make intensive mathematical operations for security purposes. When the network reaches a hash rate of 10 TH/s, it means it can make 10 trillion calculations per second.</p>
|
||||||
|
|
||||||
<h2><a name="mining">Mining</a></h2>
|
<h2><a name="{{site.vocabulary.mining[page.lang]}}">Mining</a></h2>
|
||||||
<p>Bitcoin mining is the process of <b>making computer hardware do mathematical calculations for the Bitcoin network to confirm transactions</b> and increase security. As a reward for their services, Bitcoin miners can collect transaction fees for the transactions they confirm, along with newly created bitcoins. Mining is a specialized and competitive market where the rewards are divided up according to how much calculation is done. Not all Bitcoin users do Bitcoin mining, and it is not an easy way to make money.</p>
|
<p>Bitcoin mining is the process of <b>making computer hardware do mathematical calculations for the Bitcoin network to confirm transactions</b> and increase security. As a reward for their services, Bitcoin miners can collect transaction fees for the transactions they confirm, along with newly created bitcoins. Mining is a specialized and competitive market where the rewards are divided up according to how much calculation is done. Not all Bitcoin users do Bitcoin mining, and it is not an easy way to make money.</p>
|
||||||
|
|
||||||
<h2><a name="p2p">P2P</a></h2>
|
<h2><a name="{{site.vocabulary.p2p[page.lang]}}">P2P</a></h2>
|
||||||
<p>Peer-to-peer refers to <b>systems that work like an organized collective</b> by allowing each individual to interact directly with the others. In the case of Bitcoin, the network is built in such a way that each user is broadcasting the transactions of other users. And, crucially, no bank is required as a third party.</p>
|
<p>Peer-to-peer refers to <b>systems that work like an organized collective</b> by allowing each individual to interact directly with the others. In the case of Bitcoin, the network is built in such a way that each user is broadcasting the transactions of other users. And, crucially, no bank is required as a third party.</p>
|
||||||
|
|
||||||
<h2><a name="private-key">Private Key</a></h2>
|
<h2><a name="{{site.vocabulary.private-key[page.lang]}}">Private Key</a></h2>
|
||||||
<p>A private key is a <b>secret piece of data that proves your right to spend bitcoins from a specific Bitcoin address</b> through a cryptographic <a href="#signature">signature</a>. Each <a href="#address">Bitcoin address</a> has its own unique private key. Your private keys are stored in your computer if you use a software wallet; they are stored on some remote servers if you use a web wallet. Private keys must never be revealed as they allow you to spend bitcoins for their respective Bitcoin addresses.</p>
|
<p>A private key is a <b>secret piece of data that proves your right to spend bitcoins from a specific Bitcoin address</b> through a cryptographic <a href="#{{site.vocabulary.signature[page.lang]}}">signature</a>. Each <a href="#{{site.vocabulary.address[page.lang]}}">Bitcoin address</a> has its own unique private key. Your private keys are stored in your computer if you use a software wallet; they are stored on some remote servers if you use a web wallet. Private keys must never be revealed as they allow you to spend bitcoins for their respective Bitcoin addresses.</p>
|
||||||
|
|
||||||
<h2><a name="signature">Signature</a></h2>
|
<h2><a name="{{site.vocabulary.signature[page.lang]}}">Signature</a></h2>
|
||||||
<p>A <a href="#cryptography">cryptographic</a> signature is <b>a mathematical mechanism that allows someone to prove ownership</b>. In the case of Bitcoin, a <a href="#address">Bitcoin address</a> and its <a href="#private-key">private key</a> are linked by some mathematical magic. When your Bitcoin software signs a transaction with the appropriate private key, the whole network can see that the signature matches the Bitcoin address. However, there is no way for the world to guess your private key to steal your hard-earned bitcoins.</p>
|
<p>A <a href="#{{site.vocabulary.cryptography[page.lang]}}">cryptographic</a> signature is <b>a mathematical mechanism that allows someone to prove ownership</b>. In the case of Bitcoin, a <a href="#{{site.vocabulary.address[page.lang]}}">Bitcoin address</a> and its <a href="#{{site.vocabulary.private-key[page.lang]}}">private key</a> are linked by some mathematical magic. When your Bitcoin software signs a transaction with the appropriate private key, the whole network can see that the signature matches the Bitcoin address. However, there is no way for the world to guess your private key to steal your hard-earned bitcoins.</p>
|
||||||
|
|
||||||
<h2><a name="wallet">Wallet</a></h2>
|
<h2><a name="{{site.vocabulary.wallet[page.lang]}}">Wallet</a></h2>
|
||||||
<p>A Bitcoin wallet is loosely <b>the equivalent of a physical wallet on the Bitcoin network</b>. The wallet actually contains your <a href="#private-key">private keys</a> which allow you to spend the bitcoins allocated to your <a href="#address">Bitcoin addresses</a> in the <a href="#blockchain">block chain</a>. Each Bitcoin wallet can show you the total balance of all Bitcoin addresses it contains and lets you pay a specific amount to a specific person, just like a real wallet. This is different to credit cards where you are charged by the merchant.</p>
|
<p>A Bitcoin wallet is loosely <b>the equivalent of a physical wallet on the Bitcoin network</b>. The wallet actually contains your <a href="#{{site.vocabulary.private-key[page.lang]}}">private keys</a> which allow you to spend the bitcoins allocated to your <a href="#{{site.vocabulary.address[page.lang]}}">Bitcoin addresses</a> in the <a href="#{{site.vocabulary.block-chain[page.lang]}}">block chain</a>. Each Bitcoin wallet can show you the total balance of all Bitcoin addresses it contains and lets you pay a specific amount to a specific person, just like a real wallet. This is different to credit cards where you are charged by the merchant.</p>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: en
|
||||||
layout: base-en
|
layout: base-en
|
||||||
id: you-need-to-know
|
id: you-need-to-know
|
||||||
title: Some things you need to know - Bitcoin
|
title: Some things you need to know - Bitcoin
|
||||||
|
@ -7,7 +8,7 @@ title: Some things you need to know - Bitcoin
|
||||||
<p>If you are about to explore Bitcoin, there are a few things you should know. Bitcoin does not let you send emails or take pictures; it lets you exchange money and value. As such, Bitcoin must be treated with the same care as your regular wallet, or even more in some cases!</p>
|
<p>If you are about to explore Bitcoin, there are a few things you should know. Bitcoin does not let you send emails or take pictures; it lets you exchange money and value. As such, Bitcoin must be treated with the same care as your regular wallet, or even more in some cases!</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_key.svg" alt="Security" />Securing your wallet</h2>
|
<h2><img src="/img/ico_key.svg" alt="Security" />Securing your wallet</h2>
|
||||||
<p>Like in real life, your wallet must be secured. Bitcoin allows the transfer of value worldwide easier than ever. Such great features also come with great security concerns. At the same time, Bitcoin can provide very high levels of security if used correctly. Always remember that it is your responsibility to adopt good practices in order to protect your money. <a href="/en/secure-your-wallet"><b>Read more about securing your wallet</b></a>.</p>
|
<p>Like in real life, your wallet must be secured. Bitcoin allows the transfer of value worldwide easier than ever. Such great features also come with great security concerns. At the same time, Bitcoin can provide very high levels of security if used correctly. Always remember that it is your responsibility to adopt good practices in order to protect your money. <a href="/{{page.lang}}/{{site.section.secure-your-wallet[page.lang]}}"><b>Read more about securing your wallet</b></a>.</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_market.svg" alt="Volatile" />Bitcoin price is volatile</h2>
|
<h2><img src="/img/ico_market.svg" alt="Volatile" />Bitcoin price is volatile</h2>
|
||||||
<p>The price of a bitcoin can unpredictably increase or decrease over a short period of time due to its young economy, novel nature, and sometimes illiquid markets. Consequently, keeping your savings in bitcoin is not recommended. Bitcoin should be considered as a high risk asset, and you should never store money that you cannot afford to lose with Bitcoin. If you receive payments with Bitcoin, many service providers allow you to convert them instantly to your local currency.</p>
|
<p>The price of a bitcoin can unpredictably increase or decrease over a short period of time due to its young economy, novel nature, and sometimes illiquid markets. Consequently, keeping your savings in bitcoin is not recommended. Bitcoin should be considered as a high risk asset, and you should never store money that you cannot afford to lose with Bitcoin. If you receive payments with Bitcoin, many service providers allow you to convert them instantly to your local currency.</p>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: es
|
||||||
layout: base-es
|
layout: base-es
|
||||||
id: about
|
id: about
|
||||||
title: Acerca de Bitcoin - Bitcoin
|
title: Acerca de Bitcoin - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: es
|
||||||
layout: base-es
|
layout: base-es
|
||||||
id: support-bitcoin
|
id: support-bitcoin
|
||||||
title: Apoya Bitcoin - Bitcoin
|
title: Apoya Bitcoin - Bitcoin
|
||||||
|
@ -10,10 +11,10 @@ title: Apoya Bitcoin - Bitcoin
|
||||||
<p>Obviamente, el uso de Bitcoin es la primera cosa que usted puede hacer para ayudar a su desarrollo. Hay muchas cosas muy probablemente en las que puede hacer su vida más fácil. Usted mismo puede aceptar pagos en Bitcoin.</p>
|
<p>Obviamente, el uso de Bitcoin es la primera cosa que usted puede hacer para ayudar a su desarrollo. Hay muchas cosas muy probablemente en las que puede hacer su vida más fácil. Usted mismo puede aceptar pagos en Bitcoin.</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_network.svg" alt="Red" />Sea la red</h2>
|
<h2><img src="/img/ico_network.svg" alt="Red" />Sea la red</h2>
|
||||||
<p>Usted puede unirse a la red Bitcoin manteniendo el <a href="/es/descargar">programa original</a> abierto en su computador. También usted puede hacer un poco de minería Bitcoin para que la red sea más segura, ayudando a procesar transacciones.</p>
|
<p>Usted puede unirse a la red Bitcoin manteniendo el <a href="/{{page.lang}}/{{site.section.download[page.lang]}}">programa original</a> abierto en su computador. También usted puede hacer un poco de minería Bitcoin para que la red sea más segura, ayudando a procesar transacciones.</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_conf.svg" alt="Desarrollo" />Desarrollo</h2>
|
<h2><img src="/img/ico_conf.svg" alt="Desarrollo" />Desarrollo</h2>
|
||||||
<p>Bitcoin es de código abierto.Así que si usted es un desarrollador, usted puede usar sus súper poderes para hacer el bien y <a href="/es/desarrollo">mejorar Bitcoin</a>. O también puede crear nuevos servicios sorprendentes o programas que Bitcoin puede usar.</p>
|
<p>Bitcoin es de código abierto.Así que si usted es un desarrollador, usted puede usar sus súper poderes para hacer el bien y <a href="/{{page.lang}}/{{site.section.development[page.lang]}}">mejorar Bitcoin</a>. O también puede crear nuevos servicios sorprendentes o programas que Bitcoin puede usar.</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_donate.svg" alt="Donando" />Donando</h2>
|
<h2><img src="/img/ico_donate.svg" alt="Donando" />Donando</h2>
|
||||||
<p>La manera más fácil de ayudar es <a href="https://bitcoinfoundation.org/donate">donando</a> unos pocos bitcoins o unirse a la Fundación Bitcoin.Los fondos de la Fundación pagan un sueldo al programador del núcleo del software de Bitcoin, organiza conferencias, y proporciona otros recursos importantes.</p>
|
<p>La manera más fácil de ayudar es <a href="https://bitcoinfoundation.org/donate">donando</a> unos pocos bitcoins o unirse a la Fundación Bitcoin.Los fondos de la Fundación pagan un sueldo al programador del núcleo del software de Bitcoin, organiza conferencias, y proporciona otros recursos importantes.</p>
|
||||||
|
@ -28,4 +29,4 @@ title: Apoya Bitcoin - Bitcoin
|
||||||
<p>Bitcoin ya está traducido a muchos idiomas. Sin embargo, usted puede <a href="https://www.transifex.com/projects/p/bitcoin/">traducirlo</a> en nuevos idiomas, así como mejorar las traducciones existentes. Las traducciones del <a href="http://es.bitcoin.it/">wiki de Bitcoin</a> serán muy bienvenidas !</p>
|
<p>Bitcoin ya está traducido a muchos idiomas. Sin embargo, usted puede <a href="https://www.transifex.com/projects/p/bitcoin/">traducirlo</a> en nuevos idiomas, así como mejorar las traducciones existentes. Las traducciones del <a href="http://es.bitcoin.it/">wiki de Bitcoin</a> serán muy bienvenidas !</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_help.svg" alt="Ayudar" />Ayudar</h2>
|
<h2><img src="/img/ico_help.svg" alt="Ayudar" />Ayudar</h2>
|
||||||
<p>Usted puede unirse a las <a href="/es/comunidad">comunidades</a> de Bitcoin para asistir a los nuevos usuarios. Y usted puede hablar de Bitcoin con otras personas y aprender más todos los días.</p>
|
<p>Usted puede unirse a las <a href="/{{page.lang}}/{{site.section.community[page.lang]}}">comunidades</a> de Bitcoin para asistir a los nuevos usuarios. Y usted puede hablar de Bitcoin con otras personas y aprender más todos los días.</p>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: es
|
||||||
layout: base-es
|
layout: base-es
|
||||||
id: bitcoin-for-developers
|
id: bitcoin-for-developers
|
||||||
title: Bitcoin para Desarrolladores - Bitcoin
|
title: Bitcoin para Desarrolladores - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: es
|
||||||
layout: base-es
|
layout: base-es
|
||||||
id: bitcoin-for-businesses
|
id: bitcoin-for-businesses
|
||||||
title: Bitcoin para Empresas - Bitcoin
|
title: Bitcoin para Empresas - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: es
|
||||||
layout: base-es
|
layout: base-es
|
||||||
id: bitcoin-for-enthusiasts
|
id: bitcoin-for-enthusiasts
|
||||||
title: Bitcoin para Entusiastas - Bitcoin
|
title: Bitcoin para Entusiastas - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: es
|
||||||
layout: base-es
|
layout: base-es
|
||||||
id: bitcoin-for-individuals
|
id: bitcoin-for-individuals
|
||||||
title: Bitcoin para Personas - Bitcoin
|
title: Bitcoin para Personas - Bitcoin
|
||||||
|
@ -16,10 +17,10 @@ title: Bitcoin para Personas - Bitcoin
|
||||||
<p>Al igual que con el correo electrónico, no es necesario forzar a su familia a utilizar el mismo software o los mismos proveedores de servicio. Deja que ellos usen sus favoritos. No hay problema, todos ellos son compatibles, ya que utilizan la misma tecnología abierta. La red Bitcoin nunca duerme, incluso en vacaciones!</p>
|
<p>Al igual que con el correo electrónico, no es necesario forzar a su familia a utilizar el mismo software o los mismos proveedores de servicio. Deja que ellos usen sus favoritos. No hay problema, todos ellos son compatibles, ya que utilizan la misma tecnología abierta. La red Bitcoin nunca duerme, incluso en vacaciones!</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_lock.svg" alt="Seguras" />Transacciones seguras</h2>
|
<h2><img src="/img/ico_lock.svg" alt="Seguras" />Transacciones seguras</h2>
|
||||||
<p>Las transacciones de Bitcoin están garantizados por criptografía de grado militar. Nadie puede hacer el pago en su nombre o cobrarle dinero sin tener una copia de su monedero. Así que, mientras usted tome los pasos necesarios en <a href="/es/debes-saber">proteger su monedero</a>, Bitcoin ofrece un buen nivel de protección contra muchos tipos de fraude.</p>
|
<p>Las transacciones de Bitcoin están garantizados por criptografía de grado militar. Nadie puede hacer el pago en su nombre o cobrarle dinero sin tener una copia de su monedero. Así que, mientras usted tome los pasos necesarios en <a href="/{{page.lang}}/{{site.section.you-need-to-know[page.lang]}}">proteger su monedero</a>, Bitcoin ofrece un buen nivel de protección contra muchos tipos de fraude.</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_lowfee.svg" alt="Gratis" />Casi gratis para usar</h2>
|
<h2><img src="/img/ico_lowfee.svg" alt="Gratis" />Casi gratis para usar</h2>
|
||||||
<p>Bitcoin le permite enviar y recibir pagos de forma gratuita. Salvo en casos especiales, como en pagos diminutos, no hay cuotas de procesamiento que cumplir. Sin embargo, usted puede optar por pagar una pequeña cuota voluntaria para aumentar la prioridad de su transacción y remunerar a las personas que operan en la red Bitcoin.</p>
|
<p>Bitcoin le permite enviar y recibir pagos de forma gratuita. Salvo en casos especiales, como en pagos diminutos, no hay cuotas de procesamiento que cumplir. Sin embargo, usted puede optar por pagar una pequeña cuota voluntaria para aumentar la prioridad de su transacción y remunerar a las personas que operan en la red Bitcoin.</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_anon.svg" alt="Anónimo" />Pagos en línea casi pseudo-anónimos</h2>
|
<h2><img src="/img/ico_anon.svg" alt="Anónimo" />Pagos en línea casi pseudo-anónimos</h2>
|
||||||
<p>Los pagos anónimos son una parte de nuestra vida cotidiana ya que la mayoría de las compras de la vida real se realizan sin el requisito de presentar una identificación apropiada. Bitcoin ahora presenta la misma libertad para el mundo en línea. Te permite comprar servicios o hacer donaciones sin la molestia de ser revisado por los rayos x. Sin embargo, debe tener en cuenta que tener un <a href="/es/debes-saber"><b>anonimato completo requiere un esfuerzo especial</b></a>.</p>
|
<p>Los pagos anónimos son una parte de nuestra vida cotidiana ya que la mayoría de las compras de la vida real se realizan sin el requisito de presentar una identificación apropiada. Bitcoin ahora presenta la misma libertad para el mundo en línea. Te permite comprar servicios o hacer donaciones sin la molestia de ser revisado por los rayos x. Sin embargo, debe tener en cuenta que tener un <a href="/{{page.lang}}/{{site.section.you-need-to-know[page.lang]}}"><b>anonimato completo requiere un esfuerzo especial</b></a>.</p>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: es
|
||||||
layout: base-es
|
layout: base-es
|
||||||
id: how-it-works
|
id: how-it-works
|
||||||
title: ¿Cómo funciona Bitcoin? - Bitcoin
|
title: ¿Cómo funciona Bitcoin? - Bitcoin
|
||||||
|
@ -8,20 +9,20 @@ title: ¿Cómo funciona Bitcoin? - Bitcoin
|
||||||
<p>Bien, esta es una pregunta que a menudo causa confusión. ¡Aquí está una explicación rápida!</p>
|
<p>Bien, esta es una pregunta que a menudo causa confusión. ¡Aquí está una explicación rápida!</p>
|
||||||
|
|
||||||
<h2>Lo esencial para un usuario nuevo</h2>
|
<h2>Lo esencial para un usuario nuevo</h2>
|
||||||
<p>Como un usuario nuevo, sólo tiene que <a href="/es/elige-tu-monedero">elegir un monedero</a> que se instalará en su computadora o en un dispositivo móvil. Una vez instalado su monedero, se generará su primera dirección Bitcoin y podrá crear más cada vez que lo necesite. Puedes enviar una de tus direcciones Bitcoin a tus amigos para que ellos puedan pagarte o viceversa, puedes pagar a tus amigos si te dan sus direcciones. De hecho, es bastante similar a como trabaja el correo electrónico. Así que todo lo que queda por hacer en este momento es conseguir algunos bitcoins y <a href="/es/debes-saber">mantenerlos seguros </a>. Con el fin de empezar a usar Bitcoin no es necesario entender todos los detalles técnicos</p>
|
<p>Como un usuario nuevo, sólo tiene que <a href="/{{page.lang}}/{{site.section.choose-your-wallet[page.lang]}}">elegir un monedero</a> que se instalará en su computadora o en un dispositivo móvil. Una vez instalado su monedero, se generará su primera dirección Bitcoin y podrá crear más cada vez que lo necesite. Puedes enviar una de tus direcciones Bitcoin a tus amigos para que ellos puedan pagarte o viceversa, puedes pagar a tus amigos si te dan sus direcciones. De hecho, es bastante similar a como trabaja el correo electrónico. Así que todo lo que queda por hacer en este momento es conseguir algunos bitcoins y <a href="/{{page.lang}}/{{site.section.you-need-to-know[page.lang]}}">mantenerlos seguros </a>. Con el fin de empezar a usar Bitcoin no es necesario entender todos los detalles técnicos</p>
|
||||||
|
|
||||||
<p>Sin embargo, si quiere saber más, ¡siga leyendo!</p>
|
<p>Sin embargo, si quiere saber más, ¡siga leyendo!</p>
|
||||||
|
|
||||||
<p><br><img src="/es/img/bitcoin_at_a_glance.svg" alt="Diagrama de Bitcoin " /></p>
|
<p><br><img src="/{{page.lang}}/img/bitcoin_at_a_glance.svg" alt="Diagrama de Bitcoin " /></p>
|
||||||
|
|
||||||
<h2>Cadena de bloques</h2>
|
<h2>Cadena de bloques</h2>
|
||||||
<p>La cadena de bloques (blockchain) es un <b>registro público compartido de transacciones</b> en el que toda la red Bitcoin se basa. Todas las transacciones confirmadas se incluyen en la cadena de bloques, sin excepción. De esta manera las nuevas transacciones pueden ser verificadas, asegurando que el gasto se esta haciendo realmente al que realiza el pago. La integridad y el orden cronológico de la cadena de bloques se aplican con <a href="/es/vocabulario#criptografia">criptografía</a>.</p>
|
<p>La cadena de bloques (blockchain) es un <b>registro público compartido de transacciones</b> en el que toda la red Bitcoin se basa. Todas las transacciones confirmadas se incluyen en la cadena de bloques, sin excepción. De esta manera las nuevas transacciones pueden ser verificadas, asegurando que el gasto se esta haciendo realmente al que realiza el pago. La integridad y el orden cronológico de la cadena de bloques se aplican con <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.cryptography[page.lang]}}">criptografía</a>.</p>
|
||||||
|
|
||||||
<h2>Transacción</h2>
|
<h2>Transacción</h2>
|
||||||
<p>Una transacción es <b>una transferencia de valor entre las direcciones Bitcoin</b> que se incluyen en la cadena de bloques. El monedero de Bitcoin mantiene una pieza secreta de datos denominada <a href="/es/vocabulario#llave-privada"><i>llave privada</i></a> para cada dirección Bitcoin. Las llaves privadas son utilizadas para firmar las transacciones, proporcionando una prueba matemática que proviene de los propietarios de las direcciones. La <a href="/es/vocabulario#firma"><i>firma</i></a> también evita que la transacción sea alterada por cualquier persona una vez que se ha emitido. Todas las transacciones son transmitidas entre los usuarios y confirmadas por la red en los siguientes minutos, a través de un proceso llamado <a href="/es/vocabulario#mineria"><i>minería</i></a>.</p>
|
<p>Una transacción es <b>una transferencia de valor entre las direcciones Bitcoin</b> que se incluyen en la cadena de bloques. El monedero de Bitcoin mantiene una pieza secreta de datos denominada <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.private-key[page.lang]}}"><i>llave privada</i></a> para cada dirección Bitcoin. Las llaves privadas son utilizadas para firmar las transacciones, proporcionando una prueba matemática que proviene de los propietarios de las direcciones. La <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.signature[page.lang]}}"><i>firma</i></a> también evita que la transacción sea alterada por cualquier persona una vez que se ha emitido. Todas las transacciones son transmitidas entre los usuarios y confirmadas por la red en los siguientes minutos, a través de un proceso llamado <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.mining[page.lang]}}"><i>minería</i></a>.</p>
|
||||||
|
|
||||||
<h2>Minería</h2>
|
<h2>Minería</h2>
|
||||||
<p>La minería es un <b>sistema de consenso distribuido<b> que se utiliza para <a href="/es/vocabulario#confirmacion"><i>confirmar</i></a> las transacciones pendientes a ser incluidas en la cadena de bloques. Hace cumplir un orden cronológico en la cadena de bloques, protege la neutralidad de la red y permite un acuerde entre todos los equipos sobre el estado del sistema. Para confirmar las transacciones, deberán ser empacadas en un <a href="/es/vocabulario#bloque"><i>bloque</i></a> que se ajuste a estrictas normas de cifrado y que será verificado por la red. Estas normas impiden que cualquier bloque anterior se modifique, ya que hacerlo invalidaría todos los bloques siguientes. La minería también crea el equivalente a una lotería competitiva que impide que cualquier persona pueda fácilmente añadir nuevos bloques consecutivamente en la cadena de bloques. De esta manera, ninguna persona puede controlar lo que está incluido en la cadena de bloques o reemplazar partes de la cadena de bloques para revertir sus propios gastos.</p>
|
<p>La minería es un <b>sistema de consenso distribuido</b> que se utiliza para <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.confirmation[page.lang]}}"><i>confirmar</i></a> las transacciones pendientes a ser incluidas en la cadena de bloques. Hace cumplir un orden cronológico en la cadena de bloques, protege la neutralidad de la red y permite un acuerde entre todos los equipos sobre el estado del sistema. Para confirmar las transacciones, deberán ser empacadas en un <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.block[page.lang]}}"><i>bloque</i></a> que se ajuste a estrictas normas de cifrado y que será verificado por la red. Estas normas impiden que cualquier bloque anterior se modifique, ya que hacerlo invalidaría todos los bloques siguientes. La minería también crea el equivalente a una lotería competitiva que impide que cualquier persona pueda fácilmente añadir nuevos bloques consecutivamente en la cadena de bloques. De esta manera, ninguna persona puede controlar lo que está incluido en la cadena de bloques o reemplazar partes de la cadena de bloques para revertir sus propios gastos.</p>
|
||||||
|
|
||||||
<h2>¿ Hasta qué punto estás dispuesto a descubrir más ?</h2>
|
<h2>¿ Hasta qué punto estás dispuesto a descubrir más ?</h2>
|
||||||
<p>Esto es sólo un resumen muy breve y conciso del sistema. Si quieres conocer mas los detalles, puedes leer el <a href="/bitcoin.pdf">artículo original</a> que describe el diseño del sistema, y explorar el <a href="https://es.bitcoin.it/">Wiki de Bitcoin</a>.</p>
|
<p>Esto es sólo un resumen muy breve y conciso del sistema. Si quieres conocer mas los detalles, puedes leer el <a href="/bitcoin.pdf">artículo original</a> que describe el diseño del sistema, y explorar el <a href="https://es.bitcoin.it/">Wiki de Bitcoin</a>.</p>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: es
|
||||||
layout: base-es
|
layout: base-es
|
||||||
id: community
|
id: community
|
||||||
title: Comunidad - Bitcoin
|
title: Comunidad - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: es
|
||||||
layout: base-es
|
layout: base-es
|
||||||
id: you-need-to-know
|
id: you-need-to-know
|
||||||
title: Algunas cosas que debes saber - Bitcoin
|
title: Algunas cosas que debes saber - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: es
|
||||||
layout: base-es
|
layout: base-es
|
||||||
id: development
|
id: development
|
||||||
title: Desarrollo - Bitcoin
|
title: Desarrollo - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: es
|
||||||
layout: base-es
|
layout: base-es
|
||||||
id: download
|
id: download
|
||||||
title: Descargar - Bitcoin
|
title: Descargar - Bitcoin
|
||||||
|
|
|
@ -1,20 +1,21 @@
|
||||||
---
|
---
|
||||||
|
lang: es
|
||||||
layout: base-es
|
layout: base-es
|
||||||
id: choose-your-wallet
|
id: choose-your-wallet
|
||||||
title: Elige tu monedero - Bitcoin
|
title: Elige tu monedero - Bitcoin
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1>Elija su monedero</h1>
|
<h1>Elija su monedero</h1>
|
||||||
<p>Su monedero Bitcoin es lo que le permite realizar transacciones con el mundo. Le da la posesión de las <i>direcciones</i> Bitcoin que se pueden utilizar para recibir monedas de otros usuarios, y luego le permite enviar esas monedas. Así como el correo electrónico, puede recibir Bitcoins aún cuando no esté conectado, todos los monederos son compatibles entre sí. Antes de comenzar con Bitcoin, en primer lugar, <b>asegúrese de leer <a href="/es/debes-saber">lo que usted necesita saber</a></b>.</p>
|
<p>Su monedero Bitcoin es lo que le permite realizar transacciones con el mundo. Le da la posesión de las <i>direcciones</i> Bitcoin que se pueden utilizar para recibir monedas de otros usuarios, y luego le permite enviar esas monedas. Así como el correo electrónico, puede recibir Bitcoins aún cuando no esté conectado, todos los monederos son compatibles entre sí. Antes de comenzar con Bitcoin, en primer lugar, <b>asegúrese de leer <a href="/{{page.lang}}/{{site.section.you-need-to-know[page.lang]}}">lo que usted necesita saber</a></b>.</p>
|
||||||
<h2>Comience fácil y rápido</h2>
|
<h2>Comience fácil y rápido</h2>
|
||||||
<p>Si usted es nuevo en Bitcoin, estos monederos son un buen lugar para comenzar.</p>
|
<p>Si usted es nuevo en Bitcoin, estos monederos son un buen lugar para comenzar.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/es/descargar"><b>Bitcoin-Qt</b></a> es una aplicación que se puede descargar para Windows, Mac y Linux.</li>
|
<li><a href="/{{page.lang}}/{{site.section.download[page.lang]}}"><b>Bitcoin-Qt</b></a> es una aplicación que se puede descargar para Windows, Mac y Linux.</li>
|
||||||
<li><a href="https://play.google.com/store/apps/details?id=de.schildbach.wallet"><b>Monedero Bitcoin</b></a> para Android que se ejecuta en su teléfono o tableta.</li>
|
<li><a href="https://play.google.com/store/apps/details?id=de.schildbach.wallet"><b>Monedero Bitcoin</b></a> para Android que se ejecuta en su teléfono o tableta.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Sea parte de la red Bitcoin</h2>
|
<h2>Sea parte de la red Bitcoin</h2>
|
||||||
<p><img src="/img/icon-be-the-network.svg" alt="Red" style="float:left;margin-right:10px;"/>¿Tienes un computador encendido todo el tiempo que está conectado a Internet? Usted puede ayudar a la comunidad simplemente ejecutando el <a href="/es/descargar"><b>programa original de Bitcoin</b></a> en ella. El program original requiere más recursos y tomará un día completo para sincronizar con la red. Después de eso, su computadora contribuirá a la red, revisando y retransmitiendo transacciones.</p>
|
<p><img src="/img/icon-be-the-network.svg" alt="Red" style="float:left;margin-right:10px;"/>¿Tienes un computador encendido todo el tiempo que está conectado a Internet? Usted puede ayudar a la comunidad simplemente ejecutando el <a href="/{{page.lang}}/{{site.section.download[page.lang]}}"><b>programa original de Bitcoin</b></a> en ella. El program original requiere más recursos y tomará un día completo para sincronizar con la red. Después de eso, su computadora contribuirá a la red, revisando y retransmitiendo transacciones.</p>
|
||||||
|
|
||||||
<div class="preview">
|
<div class="preview">
|
||||||
|
|
||||||
|
@ -46,7 +47,7 @@ title: Elige tu monedero - Bitcoin
|
||||||
<h2>Bitcoin-Qt</h2>
|
<h2>Bitcoin-Qt</h2>
|
||||||
<span><img src="/img/dow-win.png" alt="windows" /><img src="/img/dow-linux.png" alt="linux" /><img src="/img/dow-osx-uni.png" alt="mac os x" /></span>
|
<span><img src="/img/dow-win.png" alt="windows" /><img src="/img/dow-linux.png" alt="linux" /><img src="/img/dow-osx-uni.png" alt="mac os x" /></span>
|
||||||
<p>Es el programa Bitcoin original y es la columna vertebral de la red. Tiene los más altos niveles de seguridad, privacidad y estabilidad. Sin embargo, tiene menos características y requiere más espacio en disco y memoria.</p>
|
<p>Es el programa Bitcoin original y es la columna vertebral de la red. Tiene los más altos niveles de seguridad, privacidad y estabilidad. Sin embargo, tiene menos características y requiere más espacio en disco y memoria.</p>
|
||||||
<p><a href="/es/descargar">Descargar</a></p>
|
<p><a href="/{{page.lang}}/{{site.section.download[page.lang]}}">Descargar</a></p>
|
||||||
</div>
|
</div>
|
||||||
<div></div>
|
<div></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: es
|
||||||
layout: base-es
|
layout: base-es
|
||||||
id: foundation
|
id: foundation
|
||||||
title: Fundación Bitcoin - Bitcoin
|
title: Fundación Bitcoin - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: es
|
||||||
layout: base-es
|
layout: base-es
|
||||||
id: index
|
id: index
|
||||||
title: Bitcoin
|
title: Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: es
|
||||||
layout: base-es
|
layout: base-es
|
||||||
id: resources
|
id: resources
|
||||||
title: Recursos - Bitcoin
|
title: Recursos - Bitcoin
|
||||||
|
@ -6,7 +7,7 @@ title: Recursos - Bitcoin
|
||||||
<h1>Recursos de Bitcoin</h1>
|
<h1>Recursos de Bitcoin</h1>
|
||||||
<ul class="resources">
|
<ul class="resources">
|
||||||
<li><a href="http://www.weusecoins.com">We Use Coins. comenza aquí!</a></li>
|
<li><a href="http://www.weusecoins.com">We Use Coins. comenza aquí!</a></li>
|
||||||
<li><a href="/es/elige-tu-monedero">Monederos Bitcoin</a></li>
|
<li><a href="/{{page.lang}}/{{site.section.choose-your-wallet[page.lang]}}">Monederos Bitcoin</a></li>
|
||||||
<li><a href="https://es.bitcoin.it/wiki/Main_Page">Wiki de Bitcoin</a>
|
<li><a href="https://es.bitcoin.it/wiki/Main_Page">Wiki de Bitcoin</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://bitcoin.it/wiki/FAQ">Preguntas más frecuentes</a></li>
|
<li><a href="https://bitcoin.it/wiki/FAQ">Preguntas más frecuentes</a></li>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: es
|
||||||
layout: base-es
|
layout: base-es
|
||||||
id: vocabulary
|
id: vocabulary
|
||||||
title: Vocabulario - Bitcoin
|
title: Vocabulario - Bitcoin
|
||||||
|
@ -7,56 +8,56 @@ title: Vocabulario - Bitcoin
|
||||||
<p>Bitcoin ofrece un nuevo enfoque a los pagos y, como tal, hay algunas palabras nuevas que podrían convertirse en una parte de su vocabulario. No te preocupes, incluso la humilde televisión crea nuevas palabras!</p>
|
<p>Bitcoin ofrece un nuevo enfoque a los pagos y, como tal, hay algunas palabras nuevas que podrían convertirse en una parte de su vocabulario. No te preocupes, incluso la humilde televisión crea nuevas palabras!</p>
|
||||||
<h2>Tabla de contenidos</h2>
|
<h2>Tabla de contenidos</h2>
|
||||||
<div class="index">
|
<div class="index">
|
||||||
<a href="#direccion">Dirección</a>
|
<a href="#{{site.vocabulary.address[page.lang]}}">Dirección</a>
|
||||||
<a href="#cadena-de-bloques">Cadena de bloques</a>
|
<a href="#{{site.vocabulary.block-chain[page.lang]}}">Cadena de bloques</a>
|
||||||
<a href="#bloque">Bloque</a>
|
<a href="#{{site.vocabulary.block[page.lang]}}">Bloque</a>
|
||||||
<a href="#btc">BTC</a>
|
<a href="#{{site.vocabulary.btc[page.lang]}}">BTC</a>
|
||||||
<a href="#confirmacion">Confirmación</a>
|
<a href="#{{site.vocabulary.confirmation[page.lang]}}">Confirmación</a>
|
||||||
<a href="#criptografia">Criptografía</a>
|
<a href="#{{site.vocabulary.cryptography[page.lang]}}">Criptografía</a>
|
||||||
<a href="#doble-gasto">Doble gasto</a>
|
<a href="#{{site.vocabulary.double-spend[page.lang]}}">Doble gasto</a>
|
||||||
<a href="#velocidad-de-hash">Velocidad de Hash</a>
|
<a href="#{{site.vocabulary.hash-rate[page.lang]}}">Velocidad de Hash</a>
|
||||||
<a href="#mineria">Minería</a>
|
<a href="#{{site.vocabulary.mining[page.lang]}}">Minería</a>
|
||||||
<a href="#p2p">P2P - Punto a Punto</a>
|
<a href="#{{site.vocabulary.p2p[page.lang]}}">P2P - Punto a Punto</a>
|
||||||
<a href="#llave-privada">Llave Privada</a>
|
<a href="#{{site.vocabulary.private-key[page.lang]}}">Llave Privada</a>
|
||||||
<a href="#firma">Firma</a>
|
<a href="#{{site.vocabulary.signature[page.lang]}}">Firma</a>
|
||||||
<a href="#monedero">Monedero</a>
|
<a href="#{{site.vocabulary.wallet[page.lang]}}">Monedero</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2><a name="direccion">Dirección</a></h2>
|
<h2><a name="{{site.vocabulary.address[page.lang]}}">Dirección</a></h2>
|
||||||
<p>Una dirección Bitcoin es <b>como una dirección física o un correo electrónico</b>. Es la única información que necesita proporcionar para que alguien le pague a usted con Bitcoin.</p>
|
<p>Una dirección Bitcoin es <b>como una dirección física o un correo electrónico</b>. Es la única información que necesita proporcionar para que alguien le pague a usted con Bitcoin.</p>
|
||||||
|
|
||||||
<h2><a name="cadena-de-bloques">Cadena de bloques</a></h2>
|
<h2><a name="{{site.vocabulary.block-chain[page.lang]}}">Cadena de bloques</a></h2>
|
||||||
<p>La cadena de bloques es un <b>registro público de todas las transacciones de Bitcoin</b> en orden cronológico. La cadena de bloques se comparte entre todos los usuarios de Bitcoin. Se utiliza para verificar el balance de direcciones Bitcoin y para prevenir el <a href="#doble-gasto">doble gasto</a>.</p>
|
<p>La cadena de bloques es un <b>registro público de todas las transacciones de Bitcoin</b> en orden cronológico. La cadena de bloques se comparte entre todos los usuarios de Bitcoin. Se utiliza para verificar el balance de direcciones Bitcoin y para prevenir el <a href="#{{site.vocabulary.double-spend[page.lang]}}">doble gasto</a>.</p>
|
||||||
|
|
||||||
<h2><a name="bloque">Bloque</a></h2>
|
<h2><a name="{{site.vocabulary.block[page.lang]}}">Bloque</a></h2>
|
||||||
<p>Un bloque es <b>un registro en la cadena de bloques que contiene confirmaciones de transacciones pendientes</b>. Aproximadamente cada 10 minutos, en promedio, un nuevo bloque que incluye nuevas transacciones se anexa a la <a href="#cadena-de-bloques">cadena de bloques</a> a traves de la <a href="#mineria">minería</a>.</p>
|
<p>Un bloque es <b>un registro en la cadena de bloques que contiene confirmaciones de transacciones pendientes</b>. Aproximadamente cada 10 minutos, en promedio, un nuevo bloque que incluye nuevas transacciones se anexa a la <a href="#{{site.vocabulary.block-chain[page.lang]}}">cadena de bloques</a> a traves de la <a href="#{{site.vocabulary.mining[page.lang]}}">minería</a>.</p>
|
||||||
|
|
||||||
<h2><a name="btc">BTC</a></h2>
|
<h2><a name="{{site.vocabulary.btc[page.lang]}}">BTC</a></h2>
|
||||||
<p>BTC es el código de tres letras, no oficial, de Bitcoin. Puede ser utilizado como una abreviatura, como USD para el dólar estadounidense.</p>
|
<p>BTC es el código de tres letras, no oficial, de Bitcoin. Puede ser utilizado como una abreviatura, como USD para el dólar estadounidense.</p>
|
||||||
|
|
||||||
<h2><a name="confirmacion">Confirmación</a></h2>
|
<h2><a name="{{site.vocabulary.confirmation[page.lang]}}">Confirmación</a></h2>
|
||||||
<p>La confirmacion significa que una transaccion ha sido <b>verificada por la red y es muy poco probable que se revierta</b>. Una confirmación proporciona bastante seguridad. Aunque para grandes montos (por ejemplo, 1000 $USD o más), es preferible esperar a que una transacción tenga varias confirmaciones - 6 es el número de confirmaciones con frecuencia elegido. Cada nueva confirmación disminuye exponencialmente el riesgo de que una transacción se revierta.</p>
|
<p>La confirmacion significa que una transaccion ha sido <b>verificada por la red y es muy poco probable que se revierta</b>. Una confirmación proporciona bastante seguridad. Aunque para grandes montos (por ejemplo, 1000 $USD o más), es preferible esperar a que una transacción tenga varias confirmaciones - 6 es el número de confirmaciones con frecuencia elegido. Cada nueva confirmación disminuye exponencialmente el riesgo de que una transacción se revierta.</p>
|
||||||
|
|
||||||
<h2><a name="criptografia">Criptografía</a></h2>
|
<h2><a name="{{site.vocabulary.cryptography[page.lang]}}">Criptografía</a></h2>
|
||||||
<p>La criptografía es la rama de las matemáticas que nos permite crear <b>pruebas matemáticas que proporcionan altos niveles de seguridad</b>. El comercio en línea y los bancos ya utilizan criptografía. En el caso de Bitcoin, la criptografía se utiliza para hacer imposible que alguien pueda gastar los fondos del monedero de otro usuario o que se pueda corromper la <a href="#cadena-de-bloques">cadena de bloques</a>. También se utilizada para encriptar un monedero, de manera que no se pueda utilizar sin una contraseña.</p>
|
<p>La criptografía es la rama de las matemáticas que nos permite crear <b>pruebas matemáticas que proporcionan altos niveles de seguridad</b>. El comercio en línea y los bancos ya utilizan criptografía. En el caso de Bitcoin, la criptografía se utiliza para hacer imposible que alguien pueda gastar los fondos del monedero de otro usuario o que se pueda corromper la <a href="#{{site.vocabulary.block-chain[page.lang]}}">cadena de bloques</a>. También se utilizada para encriptar un monedero, de manera que no se pueda utilizar sin una contraseña.</p>
|
||||||
|
|
||||||
<h2><a name="doble-gasto">Doble gasto</a></h2>
|
<h2><a name="{{site.vocabulary.double-spend[page.lang]}}">Doble gasto</a></h2>
|
||||||
<p>Si un usuario malintencionado intenta gastar <b>sus bitcoins en dos lugares diferentes al mismo tiempo</b>, se produce un doble gasto. La <a href="#mineria">minería</a> en Bitcoin y la <a href="#cadena-de-bloques">cadena de bloques</a> permiten crear un consenso en la red acerca de cuál de las dos transacciones ganará.</p>
|
<p>Si un usuario malintencionado intenta gastar <b>sus bitcoins en dos lugares diferentes al mismo tiempo</b>, se produce un doble gasto. La <a href="#{{site.vocabulary.mining[page.lang]}}">minería</a> en Bitcoin y la <a href="#{{site.vocabulary.block-chain[page.lang]}}">cadena de bloques</a> permiten crear un consenso en la red acerca de cuál de las dos transacciones ganará.</p>
|
||||||
|
|
||||||
<h2><a name="velocidad-de-hash">Velocidad Hash</a></h2>
|
<h2><a name="{{site.vocabulary.hash-rate[page.lang]}}">Velocidad Hash</a></h2>
|
||||||
<p>La velocidad hash es <b>la unidad de medida de la potencia de procesamiento de la red Bitcoin</b>. La red Bitcoin debe hacer uso intensivo de operaciones matemáticas por razones de seguridad. Cuando la red alcanza una velocidad de hash de 10 TH/s, esto significa que puede hacer diez billones de cálculos por segundo.</p>
|
<p>La velocidad hash es <b>la unidad de medida de la potencia de procesamiento de la red Bitcoin</b>. La red Bitcoin debe hacer uso intensivo de operaciones matemáticas por razones de seguridad. Cuando la red alcanza una velocidad de hash de 10 TH/s, esto significa que puede hacer diez billones de cálculos por segundo.</p>
|
||||||
|
|
||||||
<h2><a name="mineria">Minería</a></h2>
|
<h2><a name="{{site.vocabulary.mining[page.lang]}}">Minería</a></h2>
|
||||||
<p>La minería en Bitcoin es el proceso de <b>realizar cálculos matemáticos mediante computadoras para confirmar las transacciones en la red Bitcoin</b> e incrementar la seguridad. Como recompensa por sus servicios, los mineros Bitcoin pueden cobrar los costos de transacción de las transacciones que confirman junto con bitcoins nuevos que se crean en cada bloque. La minería es un mercado especializado y competitivo en el que los beneficios se reparten de acuerdo a la cantidad de cálculos que se hacen. No todos los usuarios de Bitcoin realizan minería y no es una manera fácil de hacer dinero.</p>
|
<p>La minería en Bitcoin es el proceso de <b>realizar cálculos matemáticos mediante computadoras para confirmar las transacciones en la red Bitcoin</b> e incrementar la seguridad. Como recompensa por sus servicios, los mineros Bitcoin pueden cobrar los costos de transacción de las transacciones que confirman junto con bitcoins nuevos que se crean en cada bloque. La minería es un mercado especializado y competitivo en el que los beneficios se reparten de acuerdo a la cantidad de cálculos que se hacen. No todos los usuarios de Bitcoin realizan minería y no es una manera fácil de hacer dinero.</p>
|
||||||
|
|
||||||
<h2><a name="p2p">P2P - Punto a Punto</a></h2>
|
<h2><a name="{{site.vocabulary.p2p[page.lang]}}">P2P - Punto a Punto</a></h2>
|
||||||
<p>Punto a punto se refiere a los <b>sistemas que trabajan como una organización colectiva</b>, permitiendo que cada individuo interactúe directamente con otros. En el caso de Bitcoin, la red se construye de tal manera que cada usuario está transmitiendo transacciones de otros usuarios. Y algo muy importante, ningún banco se requiere como intermediario.</p>
|
<p>Punto a punto se refiere a los <b>sistemas que trabajan como una organización colectiva</b>, permitiendo que cada individuo interactúe directamente con otros. En el caso de Bitcoin, la red se construye de tal manera que cada usuario está transmitiendo transacciones de otros usuarios. Y algo muy importante, ningún banco se requiere como intermediario.</p>
|
||||||
|
|
||||||
<h2><a name="llave-privada">Llave Privada</a></h2>
|
<h2><a name="{{site.vocabulary.private-key[page.lang]}}">Llave Privada</a></h2>
|
||||||
<p>Una llave privada es <b>una pieza secreta de datos que acredita su derecho a gastar Bitcoins de una dirección Bitcoin</b> por medio de una <a href="#firma">firma</a> criptográfica. Cada <a href="#direccion">dirección Bitcoin</a> tiene su propia llave privada única. Sus llaves privadas se almacenan en su computador si utilizas un programa de monedero, mientras que si utilizas un monedero web son almacenadas en servidores remotos del provedor. Las llaves privadas nunca deben ser compartidas, ya que permitirías que se puedan transferir bitcoins desde dichas direcciones.</p>
|
<p>Una llave privada es <b>una pieza secreta de datos que acredita su derecho a gastar Bitcoins de una dirección Bitcoin</b> por medio de una <a href="#{{site.vocabulary.signature[page.lang]}}">firma</a> criptográfica. Cada <a href="#{{site.vocabulary.address[page.lang]}}">dirección Bitcoin</a> tiene su propia llave privada única. Sus llaves privadas se almacenan en su computador si utilizas un programa de monedero, mientras que si utilizas un monedero web son almacenadas en servidores remotos del provedor. Las llaves privadas nunca deben ser compartidas, ya que permitirías que se puedan transferir bitcoins desde dichas direcciones.</p>
|
||||||
|
|
||||||
<h2><a name="firma">Firma</a></h2>
|
<h2><a name="{{site.vocabulary.signature[page.lang]}}">Firma</a></h2>
|
||||||
<p>Una firma <a href="#criptografia">criptográfica</a> es <b>un mecanismo matemático que permite a alguien demostrar su propiedad</b>. En el caso de Bitcoin, una <a href="#direccion">dirección Bitcoin</a> y su <a href="#llave-privada">llave privada</a> están vinculadas por un tipo de magia matemática. Cuando su program de Bitcoin firma una transacción con la llave privada correspondiente, toda la red puede ver que la firma coincide con la dirección Bitcoin. Sin embargo, no hay forma de que el mundo descubra la llave privada para robar sus bitcoins.</p>
|
<p>Una firma <a href="#{{site.vocabulary.cryptography[page.lang]}}">criptográfica</a> es <b>un mecanismo matemático que permite a alguien demostrar su propiedad</b>. En el caso de Bitcoin, una <a href="#{{site.vocabulary.address[page.lang]}}">dirección Bitcoin</a> y su <a href="#{{site.vocabulary.private-key[page.lang]}}">llave privada</a> están vinculadas por un tipo de magia matemática. Cuando su program de Bitcoin firma una transacción con la llave privada correspondiente, toda la red puede ver que la firma coincide con la dirección Bitcoin. Sin embargo, no hay forma de que el mundo descubra la llave privada para robar sus bitcoins.</p>
|
||||||
|
|
||||||
<h2><a name="monedero">Monedero</a></h2>
|
<h2><a name="{{site.vocabulary.wallet[page.lang]}}">Monedero</a></h2>
|
||||||
<p>Un monedero Bitcoin se refiere al <b>equivalente a un monedero físico en la red Bitcoin</b>. Cada monedero Bitcoin puede mostrar el balance total de todas las <a href="#direccion">direcciones Bitcoin</a> que contiene. Al igual que cuando suma el dinero en su monedero real. Y de la misma manera, un monedero Bitcoin te permite pagar una cantidad específica a una persona específica. Esto es diferente a las tarjetas de crédito en la que se el negocio te cobra.</p>
|
<p>Un monedero Bitcoin se refiere al <b>equivalente a un monedero físico en la red Bitcoin</b>. Cada monedero Bitcoin puede mostrar el balance total de todas las <a href="#{{site.vocabulary.address[page.lang]}}">direcciones Bitcoin</a> que contiene. Al igual que cuando suma el dinero en su monedero real. Y de la misma manera, un monedero Bitcoin te permite pagar una cantidad específica a una persona específica. Esto es diferente a las tarjetas de crédito en la que se el negocio te cobra.</p>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: fr
|
||||||
layout: base-fr
|
layout: base-fr
|
||||||
id: about
|
id: about
|
||||||
title: À propos - Bitcoin
|
title: À propos - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: fr
|
||||||
layout: base-fr
|
layout: base-fr
|
||||||
id: bitcoin-for-developers
|
id: bitcoin-for-developers
|
||||||
title: Bitcoin pour les Développeurs - Bitcoin
|
title: Bitcoin pour les Développeurs - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: fr
|
||||||
layout: base-fr
|
layout: base-fr
|
||||||
id: bitcoin-for-businesses
|
id: bitcoin-for-businesses
|
||||||
title: Bitcoin pour les Entreprises - Bitcoin
|
title: Bitcoin pour les Entreprises - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: fr
|
||||||
layout: base-fr
|
layout: base-fr
|
||||||
id: bitcoin-for-individuals
|
id: bitcoin-for-individuals
|
||||||
title: Bitcoin pour les Particuliers - Bitcoin
|
title: Bitcoin pour les Particuliers - Bitcoin
|
||||||
|
@ -16,10 +17,10 @@ title: Bitcoin pour les Particuliers - Bitcoin
|
||||||
<p>Tout comme les emails, vous n'avez pas besoin de forcer qui que ce soit à utiliser le même logiciel ou la même banque que vous. Laissez à vos amis et à votre famille la liberté de choisir le service qui leur convient le mieux : tous les services Bitcoin sont compatibles entre eux puisqu'ils utilisent la même technologie ouverte. Le réseau Bitcoin ne dort jamais, même le dimanche !</p>
|
<p>Tout comme les emails, vous n'avez pas besoin de forcer qui que ce soit à utiliser le même logiciel ou la même banque que vous. Laissez à vos amis et à votre famille la liberté de choisir le service qui leur convient le mieux : tous les services Bitcoin sont compatibles entre eux puisqu'ils utilisent la même technologie ouverte. Le réseau Bitcoin ne dort jamais, même le dimanche !</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_lock.svg" alt="Sécurité" />Transactions sécurisées</h2>
|
<h2><img src="/img/ico_lock.svg" alt="Sécurité" />Transactions sécurisées</h2>
|
||||||
<p>Les transactions Bitcoin sont sécurisées par une cryptographie de niveau militaire. Personne ne peut faire de paiement en votre nom ou prélever votre compte sans avoir une copie de votre porte-monnaie. Tant que vous faites le nécessaire pour <a href="/fr/vous-devez-savoir">protéger votre porte-monnaie</a>, Bitcoin offre un niveau de protection intéressant contre différentes formes de fraudes.</p>
|
<p>Les transactions Bitcoin sont sécurisées par une cryptographie de niveau militaire. Personne ne peut faire de paiement en votre nom ou prélever votre compte sans avoir une copie de votre porte-monnaie. Tant que vous faites le nécessaire pour <a href="/{{page.lang}}/{{site.section.you-need-to-know[page.lang]}}">protéger votre porte-monnaie</a>, Bitcoin offre un niveau de protection intéressant contre différentes formes de fraudes.</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_lowfee.svg" alt="Gratuit" />Presque gratuit</h2>
|
<h2><img src="/img/ico_lowfee.svg" alt="Gratuit" />Presque gratuit</h2>
|
||||||
<p>Bitcoin permet d'envoyer et de recevoir des paiements gratuitement. À l'exception de cas spéciaux comme les très petits paiements, il n'y a aucun frais obligatoire. Vous pouvez toutefois décider de verser des frais de transaction pour que votre paiement soit traité en priorité. Vous rémunérerez ainsi les personnes qui font fonctionner le réseau Bitcoin.</p>
|
<p>Bitcoin permet d'envoyer et de recevoir des paiements gratuitement. À l'exception de cas spéciaux comme les très petits paiements, il n'y a aucun frais obligatoire. Vous pouvez toutefois décider de verser des frais de transaction pour que votre paiement soit traité en priorité. Vous rémunérerez ainsi les personnes qui font fonctionner le réseau Bitcoin.</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_anon.svg" alt="Anonyme" />Paiements en ligne pseudo-anonymes</h2>
|
<h2><img src="/img/ico_anon.svg" alt="Anonyme" />Paiements en ligne pseudo-anonymes</h2>
|
||||||
<p>Les paiements anonymes font partie de notre vie de tous les jours. La plupart des achats faits en boutique sont complétés sans obligation de s'identifier. Bitcoin introduit la même liberté dans le monde du web, vous permettant d'acheter des services ou de faire des dons sans le désagrément d'être passé au rayon X. Toutefois, vous devez savoir que <a href="/fr/vous-devez-savoir"><b>l'anonymat complet requiert des efforts spéciaux</b></a>.</p>
|
<p>Les paiements anonymes font partie de notre vie de tous les jours. La plupart des achats faits en boutique sont complétés sans obligation de s'identifier. Bitcoin introduit la même liberté dans le monde du web, vous permettant d'acheter des services ou de faire des dons sans le désagrément d'être passé au rayon X. Toutefois, vous devez savoir que <a href="/{{page.lang}}/{{site.section.you-need-to-know[page.lang]}}"><b>l'anonymat complet requiert des efforts spéciaux</b></a>.</p>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: fr
|
||||||
layout: base-fr
|
layout: base-fr
|
||||||
id: bitcoin-for-enthusiasts
|
id: bitcoin-for-enthusiasts
|
||||||
title: Bitcoin pour les Passionnés
|
title: Bitcoin pour les Passionnés
|
||||||
|
|
|
@ -1,21 +1,22 @@
|
||||||
---
|
---
|
||||||
|
lang: fr
|
||||||
layout: base-fr
|
layout: base-fr
|
||||||
id: choose-your-wallet
|
id: choose-your-wallet
|
||||||
title: Choisir votre porte-monnaie - Bitcoin
|
title: Choisir votre porte-monnaie - Bitcoin
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1>Choisir votre porte-monnaie</h1>
|
<h1>Choisir votre porte-monnaie</h1>
|
||||||
<p>Votre porte-monnaie Bitcoin est ce qui vous permet de faire des transactions avec le monde. Il vous rend propriétaire de quelques adresses Bitcoin que vous pouvez utiliser pour recevoir et envoyer des bitcoins avec d'autres utilisateurs. Et comme les emails, vous pouvez recevoir des bitcoins lorsque vous êtes hors-ligne et tous les porte-monnaies Bitcoin sont compatibles entre eux. Avant de commencer avec le Bitcoin, assurez-vous d'abord de lire <a href="/fr/vous-devez-savoir"><b>ce que vous devez savoir</b></a>.</p>
|
<p>Votre porte-monnaie Bitcoin est ce qui vous permet de faire des transactions avec le monde. Il vous rend propriétaire de quelques adresses Bitcoin que vous pouvez utiliser pour recevoir et envoyer des bitcoins avec d'autres utilisateurs. Et comme les emails, vous pouvez recevoir des bitcoins lorsque vous êtes hors-ligne et tous les porte-monnaies Bitcoin sont compatibles entre eux. Avant de commencer avec le Bitcoin, assurez-vous d'abord de lire <a href="/{{page.lang}}/{{site.section.you-need-to-know[page.lang]}}"><b>ce que vous devez savoir</b></a>.</p>
|
||||||
<h2>Débuter rapidement et simplement</h2>
|
<h2>Débuter rapidement et simplement</h2>
|
||||||
<p>Si vous êtes un nouvel utilisateur, ces porte-monnaie sont un bon point de départ.</p>
|
<p>Si vous êtes un nouvel utilisateur, ces porte-monnaie sont un bon point de départ.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/fr/telecharger"><b>Bitcoin-Qt</b></a> est un logiciel sur ordinateur pour Windows, Mac OS X et Linux.</li>
|
<li><a href="/{{page.lang}}/{{site.section.download[page.lang]}}"><b>Bitcoin-Qt</b></a> est un logiciel sur ordinateur pour Windows, Mac OS X et Linux.</li>
|
||||||
<li><a href="https://play.google.com/store/apps/details?id=de.schildbach.wallet"><b>Bitcoin Wallet</b></a> pour Android fonctionne sur smartphones et tablettes.</li>
|
<li><a href="https://play.google.com/store/apps/details?id=de.schildbach.wallet"><b>Bitcoin Wallet</b></a> pour Android fonctionne sur smartphones et tablettes.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<h2>Devenir le réseau Bitcoin</h2>
|
<h2>Devenir le réseau Bitcoin</h2>
|
||||||
<p><img src="/img/icon-be-the-network.svg" alt="Réseau" style="float:left;margin-right:10px;"/>Possédez-vous un ordinateur que vous gardez ouvert en permanence ? Vous pouvez aider la communauté simplement en laissant fonctionner le <a href="telecharger"><b>logiciel Bitcoin original</b></a> sur celui-ci. Le logiciel Bitcoin original est exigeant en ressource et prendra plus d'une journée entière pour se synchroniser. Après quoi, votre ordinateur contribuera au réseau en partageant les transactions et la chaîne de bloc.</p>
|
<p><img src="/img/icon-be-the-network.svg" alt="Réseau" style="float:left;margin-right:10px;"/>Possédez-vous un ordinateur que vous gardez ouvert en permanence ? Vous pouvez aider la communauté simplement en laissant fonctionner le <a href="/{{page.lang}}/{{site.section.download[page.lang]}}"><b>logiciel Bitcoin original</b></a> sur celui-ci. Le logiciel Bitcoin original est exigeant en ressource et prendra plus d'une journée entière pour se synchroniser. Après quoi, votre ordinateur contribuera au réseau en partageant les transactions et la chaîne de bloc.</p>
|
||||||
|
|
||||||
<div class="preview">
|
<div class="preview">
|
||||||
|
|
||||||
|
@ -46,7 +47,7 @@ title: Choisir votre porte-monnaie - Bitcoin
|
||||||
<h2>Bitcoin-Qt</h2>
|
<h2>Bitcoin-Qt</h2>
|
||||||
<span><img src="/img/dow-win.png" alt="Windows" title="Windows" /><img src="/img/dow-linux.png" alt="Linux" title="Linux" /><img src="/img/dow-osx-uni.png" alt="Mac OS X" title="Mac OS X" /></span>
|
<span><img src="/img/dow-win.png" alt="Windows" title="Windows" /><img src="/img/dow-linux.png" alt="Linux" title="Linux" /><img src="/img/dow-osx-uni.png" alt="Mac OS X" title="Mac OS X" /></span>
|
||||||
<p>Bitcoin-Qt est le logiciel Bitcoin original sur lequel s'appuie le réseau. Il offre le plus haut niveau de sécurité, de vie privée et de stabilité. Toutefois, il offre moins de fonctionnalités et prend beaucoup d'espace et de mémoire.</p>
|
<p>Bitcoin-Qt est le logiciel Bitcoin original sur lequel s'appuie le réseau. Il offre le plus haut niveau de sécurité, de vie privée et de stabilité. Toutefois, il offre moins de fonctionnalités et prend beaucoup d'espace et de mémoire.</p>
|
||||||
<p><a href="telecharger">Télécharger</a></p>
|
<p><a href="/{{page.lang}}/{{site.section.download[page.lang]}}">Télécharger</a></p>
|
||||||
</div>
|
</div>
|
||||||
<div></div>
|
<div></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: fr
|
||||||
layout: base-fr
|
layout: base-fr
|
||||||
id: how-it-works
|
id: how-it-works
|
||||||
title: Comment fonctionne Bitcoin ? - Bitcoin
|
title: Comment fonctionne Bitcoin ? - Bitcoin
|
||||||
|
@ -7,20 +8,20 @@ title: Comment fonctionne Bitcoin ? - Bitcoin
|
||||||
<p>Voici une question à problème. Essayons une explication rapide !
|
<p>Voici une question à problème. Essayons une explication rapide !
|
||||||
|
|
||||||
<h2>La base pour un nouvel utilisateur</h2>
|
<h2>La base pour un nouvel utilisateur</h2>
|
||||||
<p>Comme nouvel utilisateur, vous avez seulement besoin de <a href="/fr/choisir-votre-porte-monnaie">choisir un porte-monnaie</a> que vous installerez sur votre ordinateur ou sur votre smartphone. Une fois prêt, votre porte-monnaie créera votre première adresse Bitcoin et vous pouvez en créer de nouvelles chaque fois que vous en avez besoin. Vous pouvez communiquer l'une de vos adresses Bitcoin à un ami pour qu'il puisse vous payer. De la même façon, vous pouvez payer vos amis s'ils vous donnent leurs adresses. En fait, échanger des bitcoins est comparable à échanger des emails. Ensuite, il ne reste qu'à obtenir quelques bitcoins et à <a href="/fr/vous-devez-savoir">les garder en sûreté</a>. En tant qu'utilisateur, vous n'avez pas besoin de connaître le fonctionnement technique.</p>
|
<p>Comme nouvel utilisateur, vous avez seulement besoin de <a href="/{{page.lang}}/{{site.section.choose-your-wallet[page.lang]}}">choisir un porte-monnaie</a> que vous installerez sur votre ordinateur ou sur votre smartphone. Une fois prêt, votre porte-monnaie créera votre première adresse Bitcoin et vous pouvez en créer de nouvelles chaque fois que vous en avez besoin. Vous pouvez communiquer l'une de vos adresses Bitcoin à un ami pour qu'il puisse vous payer. De la même façon, vous pouvez payer vos amis s'ils vous donnent leurs adresses. En fait, échanger des bitcoins est comparable à échanger des emails. Ensuite, il ne reste qu'à obtenir quelques bitcoins et à <a href="/{{page.lang}}/{{site.section.you-need-to-know[page.lang]}}">les garder en sûreté</a>. En tant qu'utilisateur, vous n'avez pas besoin de connaître le fonctionnement technique.</p>
|
||||||
|
|
||||||
<p>Toutefois, si vous voulez en savoir plus, continuez votre lecture !</p>
|
<p>Toutefois, si vous voulez en savoir plus, continuez votre lecture !</p>
|
||||||
|
|
||||||
<p><br><img src="/fr/img/bitcoin_at_a_glance.svg" alt="Survol du Bitcoin" /></p>
|
<p><br><img src="/{{page.lang}}/img/bitcoin_at_a_glance.svg" alt="Survol du Bitcoin" /></p>
|
||||||
|
|
||||||
<h2>Chaîne de blocs</h2>
|
<h2>Chaîne de blocs</h2>
|
||||||
<p>La chaîne de bloc est un <b>journal de transactions partagé et public</b> sur lequel repose le réseau Bitcoin. Toutes les transactions confirmées sont incluses dans la chaîne de blocs sans exception. De cette façon, il est possible de vérifier que chaque nouvelle transaction échange des bitcoins appartenant à l'émetteur du paiement. L'intégrité et l'ordre chronologique de la chaîne de bloc est protégée par <a href="/fr/vocabulaire#cryptographie">cryptographie</a>.</p>
|
<p>La chaîne de bloc est un <b>journal de transactions partagé et public</b> sur lequel repose le réseau Bitcoin. Toutes les transactions confirmées sont incluses dans la chaîne de blocs sans exception. De cette façon, il est possible de vérifier que chaque nouvelle transaction échange des bitcoins appartenant à l'émetteur du paiement. L'intégrité et l'ordre chronologique de la chaîne de bloc est protégée par <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.cryptography[page.lang]}}">cryptographie</a>.</p>
|
||||||
|
|
||||||
<h2>Transaction</h2>
|
<h2>Transaction</h2>
|
||||||
<p>Une transaction est un <b>transfert de valeur entre des adresses Bitcoin</b> qui est incluse dans la chaîne de bloc. Les porte-monnaie Bitcoin conservent une information secrète pour chaque adresse Bitcoin qu'on appelle <a href="/fr/vocabulaire#cle-privee"><i>clé privée</i></a>. Les clés privées sont utilisées pour signer chaque transaction, fournissant une preuve mathématique qu'elles proviennent des bons propriétaires. La <a href="/fr/vocabulaire#signature"><i>signature</i></a> permet également d'empêcher la transaction d'être modifiée une fois émise. Toutes les transactions sont diffusées entre les utilisateurs et sont confirmées par le réseau dans les minutes suivantes via un procédé nommé <a href="/fr/vocabulaire#minage"><i>minage</i></a>.</p>
|
<p>Une transaction est un <b>transfert de valeur entre des adresses Bitcoin</b> qui est incluse dans la chaîne de bloc. Les porte-monnaie Bitcoin conservent une information secrète pour chaque adresse Bitcoin qu'on appelle <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.private-key[page.lang]}}"><i>clé privée</i></a>. Les clés privées sont utilisées pour signer chaque transaction, fournissant une preuve mathématique qu'elles proviennent des bons propriétaires. La <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.signature[page.lang]}}"><i>signature</i></a> permet également d'empêcher la transaction d'être modifiée une fois émise. Toutes les transactions sont diffusées entre les utilisateurs et sont confirmées par le réseau dans les minutes suivantes via un procédé nommé <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.mining[page.lang]}}"><i>minage</i></a>.</p>
|
||||||
|
|
||||||
<h2>Minage</h2>
|
<h2>Minage</h2>
|
||||||
<p>Le minage est un <b>système de consensus distribué</b> qui est utilisé pour <a href="/fr/vocabulaire#confirmation"><i>confirmer</i></a> les transactions en attente en les incluant dans la chaîne de bloc. Le minage impose un ordre chronologique dans la chaîne de bloc, protège la neutralité du réseau et permet aux ordinateurs du réseau d'être en accord sur l'état du système. Pour être confirmées, les transactions doivent être incluses dans un <a href="/fr/vocabulaire#bloc"><i>bloc</i></a> qui doit correspondre à des règles cryptographiques très strictes qui sont ensuite vérifiées par le réseau. Ces règles empêchent la modification d'un bloc antérieur car la logique des blocs suivants serait brisée. Et elles créent l'équivalent d'une loterie compétitive qui empêche tout individu d'ajouter des blocs consécutivement dans la chaîne de bloc. De cette façon, aucun individu ne peut contrôler ce qui est inclut dans la chaîne de bloc ni en remplacer des parties pour annuler ses propres transactions.</p>
|
<p>Le minage est un <b>système de consensus distribué</b> qui est utilisé pour <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.confirmation[page.lang]}}"><i>confirmer</i></a> les transactions en attente en les incluant dans la chaîne de bloc. Le minage impose un ordre chronologique dans la chaîne de bloc, protège la neutralité du réseau et permet aux ordinateurs du réseau d'être en accord sur l'état du système. Pour être confirmées, les transactions doivent être incluses dans un <a href="/{{page.lang}}/{{site.section.vocabulary[page.lang]}}#{{site.vocabulary.block[page.lang]}}"><i>bloc</i></a> qui doit correspondre à des règles cryptographiques très strictes qui sont ensuite vérifiées par le réseau. Ces règles empêchent la modification d'un bloc antérieur car la logique des blocs suivants serait brisée. Et elles créent l'équivalent d'une loterie compétitive qui empêche tout individu d'ajouter des blocs consécutivement dans la chaîne de bloc. De cette façon, aucun individu ne peut contrôler ce qui est inclut dans la chaîne de bloc ni en remplacer des parties pour annuler ses propres transactions.</p>
|
||||||
|
|
||||||
<h2>Aller plus loin..</h2>
|
<h2>Aller plus loin..</h2>
|
||||||
<p>Tout cela n'est qu'un résumé très court et concis du système. Si vous voulez aller plus loin dans les détails, vous pouvez lire la <a href="/bitcoin.pdf">spécification originale</a> ou explorer le <a href="https://en.bitcoin.it/wiki/Main_Page">Wiki Bitcoin</a>.</p>
|
<p>Tout cela n'est qu'un résumé très court et concis du système. Si vous voulez aller plus loin dans les détails, vous pouvez lire la <a href="/bitcoin.pdf">spécification originale</a> ou explorer le <a href="https://en.bitcoin.it/wiki/Main_Page">Wiki Bitcoin</a>.</p>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: fr
|
||||||
layout: base-fr
|
layout: base-fr
|
||||||
id: community
|
id: community
|
||||||
title: Communauté - Bitcoin
|
title: Communauté - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: fr
|
||||||
layout: base-fr
|
layout: base-fr
|
||||||
id: development
|
id: development
|
||||||
title: Développement - Bitcoin
|
title: Développement - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: fr
|
||||||
layout: base-fr
|
layout: base-fr
|
||||||
id: foundation
|
id: foundation
|
||||||
title: Fondation Bitcoin
|
title: Fondation Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: fr
|
||||||
layout: base-fr
|
layout: base-fr
|
||||||
id: index
|
id: index
|
||||||
title: Bitcoin - Devise virtuelle P2P libre et ouverte
|
title: Bitcoin - Devise virtuelle P2P libre et ouverte
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: fr
|
||||||
layout: base-fr
|
layout: base-fr
|
||||||
id: resources
|
id: resources
|
||||||
title: Ressources - Bitcoin
|
title: Ressources - Bitcoin
|
||||||
|
@ -6,7 +7,7 @@ title: Ressources - Bitcoin
|
||||||
<h1>Ressources sur le Bitcoin</h1>
|
<h1>Ressources sur le Bitcoin</h1>
|
||||||
<ul class="resources">
|
<ul class="resources">
|
||||||
<li><a href="http://www.weusecoins.com">We Use Coins. Commencez ici!</a></li>
|
<li><a href="http://www.weusecoins.com">We Use Coins. Commencez ici!</a></li>
|
||||||
<li><a href="/fr/choisir-votre-porte-monnaie">Choisir votre porte-monnaie</a></li>
|
<li><a href="/{{page.lang}}/{{site.section.choose-your-wallet[page.lang]}}">Choisir votre porte-monnaie</a></li>
|
||||||
<li><a href="https://fr.bitcoin.it/wiki/Main_Page">Wiki Bitcoin</a>
|
<li><a href="https://fr.bitcoin.it/wiki/Main_Page">Wiki Bitcoin</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://fr.bitcoin.it/wiki/FAQ">FAQ</a></li>
|
<li><a href="https://fr.bitcoin.it/wiki/FAQ">FAQ</a></li>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: fr
|
||||||
layout: base-fr
|
layout: base-fr
|
||||||
id: support-bitcoin
|
id: support-bitcoin
|
||||||
title: Supporter Bitcoin - Bitcoin
|
title: Supporter Bitcoin - Bitcoin
|
||||||
|
@ -10,10 +11,10 @@ title: Supporter Bitcoin - Bitcoin
|
||||||
<p>Bien entendu, utiliser Bitcoin est la première chose que vous pouvez faire pour aider son développement. Il y a probablement plusieurs cas où il peut déjà vous rendre la vie plus facile. Et vous pouvez vous-même accepter d'être payé avec les bitcoins.</p>
|
<p>Bien entendu, utiliser Bitcoin est la première chose que vous pouvez faire pour aider son développement. Il y a probablement plusieurs cas où il peut déjà vous rendre la vie plus facile. Et vous pouvez vous-même accepter d'être payé avec les bitcoins.</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_network.svg" alt="Réseau" />Devenir le réseau</h2>
|
<h2><img src="/img/ico_network.svg" alt="Réseau" />Devenir le réseau</h2>
|
||||||
<p>Vous pouvez faire partie du réseau Bitcoin en laissant le <a href="/fr/telecharger">logiciel Bitcoin original</a> fonctionner en permanence sur votre ordinateur. Et vous pouvez faire du minage de Bitcoin pour aider le réseau à devenir toujours plus sécuritaire en plus d'aider le traitement des transactions.</p>
|
<p>Vous pouvez faire partie du réseau Bitcoin en laissant le <a href="/{{page.lang}}/{{site.section.download[page.lang]}}">logiciel Bitcoin original</a> fonctionner en permanence sur votre ordinateur. Et vous pouvez faire du minage de Bitcoin pour aider le réseau à devenir toujours plus sécuritaire en plus d'aider le traitement des transactions.</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_conf.svg" alt="Développement" />Développement</h2>
|
<h2><img src="/img/ico_conf.svg" alt="Développement" />Développement</h2>
|
||||||
<p>Le code source du Bitcoin est ouvert. Donc si vous êtes un développeur, vous pouvez utiliser vos super pouvoirs pour faire le bien et <a href="/fr/developpement">améliorer Bitcoin</a>. Mais vous pouvez aussi construire des services ou des logiciels fantastiques qui fonctionneront avec Bitcoin.</p>
|
<p>Le code source du Bitcoin est ouvert. Donc si vous êtes un développeur, vous pouvez utiliser vos super pouvoirs pour faire le bien et <a href="/{{page.lang}}/{{site.section.development[page.lang]}}">améliorer Bitcoin</a>. Mais vous pouvez aussi construire des services ou des logiciels fantastiques qui fonctionneront avec Bitcoin.</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_donate.svg" alt="Don" />Dons</h2>
|
<h2><img src="/img/ico_donate.svg" alt="Don" />Dons</h2>
|
||||||
<p>La manière la plus facile d'aider Bitcoin est de <a href="https://bitcoinfoundation.org/donate">faire un don</a> de quelques bitcoins ou de rejoindre la fondation Bitcoin. La fondation offre un salaire aux développeurs qui font fonctionner le coeur du réseau Bitcoin, elle organise des conférences et elle fournit d'autres ressources importantes.</p>
|
<p>La manière la plus facile d'aider Bitcoin est de <a href="https://bitcoinfoundation.org/donate">faire un don</a> de quelques bitcoins ou de rejoindre la fondation Bitcoin. La fondation offre un salaire aux développeurs qui font fonctionner le coeur du réseau Bitcoin, elle organise des conférences et elle fournit d'autres ressources importantes.</p>
|
||||||
|
@ -28,4 +29,4 @@ title: Supporter Bitcoin - Bitcoin
|
||||||
<p>Le logiciel Bitcoin original est déjà traduit dans plusieurs langues. Toutefois, vous pouvez le <a href="https://www.transifex.com/projects/p/bitcoin/">traduire</a> dans de nouvelles langues ainsi que vérifier si vous pouvez améliorer les traductions existantes. Plus de traductions dans le <a href="http://fr.bitcoin.it/">Wiki Bitcoin</a> serait aussi largement apprécié !</p>
|
<p>Le logiciel Bitcoin original est déjà traduit dans plusieurs langues. Toutefois, vous pouvez le <a href="https://www.transifex.com/projects/p/bitcoin/">traduire</a> dans de nouvelles langues ainsi que vérifier si vous pouvez améliorer les traductions existantes. Plus de traductions dans le <a href="http://fr.bitcoin.it/">Wiki Bitcoin</a> serait aussi largement apprécié !</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_help.svg" alt="Aide" />Aide</h2>
|
<h2><img src="/img/ico_help.svg" alt="Aide" />Aide</h2>
|
||||||
<p>Vous pouvez rejoindre les <a href="/fr/communaute">communautés</a> Bitcoin pour aider et assister les nouveaux utilisateurs. Et vous pouvez discuter à propos du Bitcoin avec d'autres utilisateurs et en apprendre plus à chaque jour.</p>
|
<p>Vous pouvez rejoindre les <a href="/{{page.lang}}/{{site.section.community[page.lang]}}">communautés</a> Bitcoin pour aider et assister les nouveaux utilisateurs. Et vous pouvez discuter à propos du Bitcoin avec d'autres utilisateurs et en apprendre plus à chaque jour.</p>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: fr
|
||||||
layout: base-fr
|
layout: base-fr
|
||||||
id: download
|
id: download
|
||||||
title: Télécharger - Bitcoin
|
title: Télécharger - Bitcoin
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: fr
|
||||||
layout: base-fr
|
layout: base-fr
|
||||||
id: vocabulary
|
id: vocabulary
|
||||||
title: Vocabulaire - Bitcoin
|
title: Vocabulaire - Bitcoin
|
||||||
|
@ -7,56 +8,56 @@ title: Vocabulaire - Bitcoin
|
||||||
<p>Bitcoin est une nouvelle approche des paiements en ligne. De fait, certains mots nouveaux pourraient entrer dans votre dictionnaire. Ne vous en faites pas, même la radio a un jour créé de nouveaux mots.</p>
|
<p>Bitcoin est une nouvelle approche des paiements en ligne. De fait, certains mots nouveaux pourraient entrer dans votre dictionnaire. Ne vous en faites pas, même la radio a un jour créé de nouveaux mots.</p>
|
||||||
<h2>Table des matières</h2>
|
<h2>Table des matières</h2>
|
||||||
<div class="index">
|
<div class="index">
|
||||||
<a href="#adresse">Adresse</a>
|
<a href="#{{site.vocabulary.address[page.lang]}}">Adresse</a>
|
||||||
<a href="#chaine-de-bloc">Chaîne de bloc</a>
|
<a href="#{{site.vocabulary.block-chain[page.lang]}}">Chaîne de bloc</a>
|
||||||
<a href="#bloc">Bloc</a>
|
<a href="#{{site.vocabulary.block[page.lang]}}">Bloc</a>
|
||||||
<a href="#btc">BTC</a>
|
<a href="#{{site.vocabulary.btc[page.lang]}}">BTC</a>
|
||||||
<a href="#confirmation">Confirmation</a>
|
<a href="#{{site.vocabulary.confirmation[page.lang]}}">Confirmation</a>
|
||||||
<a href="#cryptographie">Cryptographie</a>
|
<a href="#{{site.vocabulary.cryptography[page.lang]}}">Cryptographie</a>
|
||||||
<a href="#double-depense">Double Dépense</a>
|
<a href="#{{site.vocabulary.double-spend[page.lang]}}">Double Dépense</a>
|
||||||
<a href="#taux-de-hash">Taux de Hash</a>
|
<a href="#{{site.vocabulary.hash-rate[page.lang]}}">Taux de Hash</a>
|
||||||
<a href="#minage">Minage</a>
|
<a href="#{{site.vocabulary.mining[page.lang]}}">Minage</a>
|
||||||
<a href="#p2p">P2P - Pair À Pair</a>
|
<a href="#{{site.vocabulary.p2p[page.lang]}}">P2P - Pair À Pair</a>
|
||||||
<a href="#cle-privee">Clé Privée</a>
|
<a href="#{{site.vocabulary.private-key[page.lang]}}">Clé Privée</a>
|
||||||
<a href="#signature">Signature</a>
|
<a href="#{{site.vocabulary.signature[page.lang]}}">Signature</a>
|
||||||
<a href="#porte-monnaie">Porte-Monnaie</a>
|
<a href="#{{site.vocabulary.wallet[page.lang]}}">Porte-Monnaie</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2><a name="adresse">Adresse</a></h2>
|
<h2><a name="{{site.vocabulary.address[page.lang]}}">Adresse</a></h2>
|
||||||
<p>Une adresse Bitcoin est <b>comme une adresse physique ou une adresse email</b>. Il s'agit de la seule information que vous avez besoin de fournir pour qu'une personne vous paie avec des bitcoins.</p>
|
<p>Une adresse Bitcoin est <b>comme une adresse physique ou une adresse email</b>. Il s'agit de la seule information que vous avez besoin de fournir pour qu'une personne vous paie avec des bitcoins.</p>
|
||||||
|
|
||||||
<h2><a name="chaine-de-bloc">Chaîne de bloc</a></h2>
|
<h2><a name="{{site.vocabulary.block-chain[page.lang]}}">Chaîne de bloc</a></h2>
|
||||||
<p>La chaîne de bloc est un <b>journal public de toutes les transactions Bitcoin</b>, en ordre chronologique. Celle-ci est partagée entre tous les utilisateurs du réseau Bitcoin. Et elle est utilisée pour vérifier le solde des adresses Bitcoin et pour empêcher la <a href="#double-depense">double-dépense</a>.</p>
|
<p>La chaîne de bloc est un <b>journal public de toutes les transactions Bitcoin</b>, en ordre chronologique. Celle-ci est partagée entre tous les utilisateurs du réseau Bitcoin. Et elle est utilisée pour vérifier le solde des adresses Bitcoin et pour empêcher la <a href="#{{site.vocabulary.double-spend[page.lang]}}">double-dépense</a>.</p>
|
||||||
|
|
||||||
<h2><a name="bloc">Bloc</a></h2>
|
<h2><a name="{{site.vocabulary.block[page.lang]}}">Bloc</a></h2>
|
||||||
<p>Un bloc est un <b>ajout dans la chaîne de bloc qui contient et confirme plusieurs transactions</b> en attente. Toutes les 10 minutes environ, un bloc est ajouté à la <a href="#chaine-de-bloc">chaîne de bloc</a> via le <a href="#minage">minage</a>.</p>
|
<p>Un bloc est un <b>ajout dans la chaîne de bloc qui contient et confirme plusieurs transactions</b> en attente. Toutes les 10 minutes environ, un bloc est ajouté à la <a href="#{{site.vocabulary.block-chain[page.lang]}}">chaîne de bloc</a> via le <a href="#{{site.vocabulary.mining[page.lang]}}">minage</a>.</p>
|
||||||
|
|
||||||
<h2><a name="btc">BTC</a></h2>
|
<h2><a name="{{site.vocabulary.btc[page.lang]}}">BTC</a></h2>
|
||||||
<p>BTC est le code ISO non officiel pour le Bitcoin. Il peut être utilisé comme une abbréviation, de la même façon que USD pour le dollar américain.</p>
|
<p>BTC est le code ISO non officiel pour le Bitcoin. Il peut être utilisé comme une abbréviation, de la même façon que USD pour le dollar américain.</p>
|
||||||
|
|
||||||
<h2><a name="confirmation">Confirmation</a></h2>
|
<h2><a name="{{site.vocabulary.confirmation[page.lang]}}">Confirmation</a></h2>
|
||||||
<p>Une confirmation signifie qu'une transaction a été <b>vérifiée par le réseau et que ses chances d'être renversée sont quasi inexistantes</b>. Une seule confirmation offre un bon niveau de sécurité. Quoi que pour les paiements importants ( ex. 1000 $USD et plus ), vous pouvez attendre qu'une transaction ait accumulé davantage de confirmations - 6 confirmations est la norme la plus courante. Chaque nouvelle confirmation diminue le risque d'un renversement de façon exponentielle.</p>
|
<p>Une confirmation signifie qu'une transaction a été <b>vérifiée par le réseau et que ses chances d'être renversée sont quasi inexistantes</b>. Une seule confirmation offre un bon niveau de sécurité. Quoi que pour les paiements importants ( ex. 1000 $USD et plus ), vous pouvez attendre qu'une transaction ait accumulé davantage de confirmations - 6 confirmations est la norme la plus courante. Chaque nouvelle confirmation diminue le risque d'un renversement de façon exponentielle.</p>
|
||||||
|
|
||||||
<h2><a name="cryptographie">Cryptographie</a></h2>
|
<h2><a name="{{site.vocabulary.cryptography[page.lang]}}">Cryptographie</a></h2>
|
||||||
<p>La cryptographie est une branche des mathématiques permettant de créer des <b>preuves mathématiques qui offrent un haut niveau de sécurité</b>. De nos jours, tout commerce ou banque en ligne utilise déjà la cryptographie. Avec le Bitcoin, la cryptographie est utilisée pour empêcher quiconque de dépenser les fonds d'un autre utilisateur et pour empêcher la corruption de la <a href="#chaine-de-bloc">chaîne de bloc</a>. Elle peut aussi être utilisée pour encrypter un porte-monnaie, afin qu'il ne puisse être utilisé qu'avec un mot de passe.</p>
|
<p>La cryptographie est une branche des mathématiques permettant de créer des <b>preuves mathématiques qui offrent un haut niveau de sécurité</b>. De nos jours, tout commerce ou banque en ligne utilise déjà la cryptographie. Avec le Bitcoin, la cryptographie est utilisée pour empêcher quiconque de dépenser les fonds d'un autre utilisateur et pour empêcher la corruption de la <a href="#{{site.vocabulary.block-chain[page.lang]}}">chaîne de bloc</a>. Elle peut aussi être utilisée pour encrypter un porte-monnaie, afin qu'il ne puisse être utilisé qu'avec un mot de passe.</p>
|
||||||
|
|
||||||
<h2><a name="double-depense">Double Dépense</a></h2>
|
<h2><a name="{{site.vocabulary.double-spend[page.lang]}}">Double Dépense</a></h2>
|
||||||
<p>Si un utilisateur mal intentionné essaie de <b>donner les mêmes bitcoins à deux destinataires au même moment</b>, il s'agit d’une double-dépense. Le <a href="#minage">minage</a> et la <a href="#chaine-de-bloc">chaîne de bloc</a> existent pour créer un consensus afin de décider laquelle des deux transactions sera confirmée.</p>
|
<p>Si un utilisateur mal intentionné essaie de <b>donner les mêmes bitcoins à deux destinataires au même moment</b>, il s'agit d’une double-dépense. Le <a href="#{{site.vocabulary.mining[page.lang]}}">minage</a> et la <a href="#{{site.vocabulary.block-chain[page.lang]}}">chaîne de bloc</a> existent pour créer un consensus afin de décider laquelle des deux transactions sera confirmée.</p>
|
||||||
|
|
||||||
<h2><a name="taux-de-hash">Taux De Hash</a></h2>
|
<h2><a name="{{site.vocabulary.hash-rate[page.lang]}}">Taux De Hash</a></h2>
|
||||||
<p>Le taux de hash est l'<b>unité de mesure de la puissance de calcul du réseau Bitcoin</b>. Le réseau Bitcoin doit faire des calculs mathématiques intensifs pour des raisons de sécurité. Quand le réseau atteint un taux de hash de 10 TH/s, cela signifie qu'il peut faire dix billions de calculs par seconde.</p>
|
<p>Le taux de hash est l'<b>unité de mesure de la puissance de calcul du réseau Bitcoin</b>. Le réseau Bitcoin doit faire des calculs mathématiques intensifs pour des raisons de sécurité. Quand le réseau atteint un taux de hash de 10 TH/s, cela signifie qu'il peut faire dix billions de calculs par seconde.</p>
|
||||||
|
|
||||||
<h2><a name="minage">Minage</a></h2>
|
<h2><a name="{{site.vocabulary.mining[page.lang]}}">Minage</a></h2>
|
||||||
<p>Le minage de Bitcoin est le <b>procédé d'utiliser du matériel informatique pour effectuer des calculs mathématiques pour le réseau Bitcoin afin de confirmer des transactions</b> et augmenter la sécurité. Comme récompense pour leurs services, les mineurs de Bitcoin collectent les frais de transaction pour les transactions qu'ils confirment et les bitcoins nouvellement créés. Le minage est un marché compétitif où les revenus sont divisés en fonction du nombre de calculs effectués. Tous les utilisateurs du Bitcoin ne font pas de minage et il ne s'agit pas d'un moyen facile de gagner de l'argent.</p>
|
<p>Le minage de Bitcoin est le <b>procédé d'utiliser du matériel informatique pour effectuer des calculs mathématiques pour le réseau Bitcoin afin de confirmer des transactions</b> et augmenter la sécurité. Comme récompense pour leurs services, les mineurs de Bitcoin collectent les frais de transaction pour les transactions qu'ils confirment et les bitcoins nouvellement créés. Le minage est un marché compétitif où les revenus sont divisés en fonction du nombre de calculs effectués. Tous les utilisateurs du Bitcoin ne font pas de minage et il ne s'agit pas d'un moyen facile de gagner de l'argent.</p>
|
||||||
|
|
||||||
<h2><a name="p2p">P2P</a></h2>
|
<h2><a name="{{site.vocabulary.p2p[page.lang]}}">P2P</a></h2>
|
||||||
<p>Pair à pair réfère à une forme de <b>système qui fonctionne comme une collectivité organisée</b>, permettant à chaque individu d'interagir directement avec les autres. Dans le cas du Bitcoin, le réseau est construit de manière à ce que chaque utilisateur diffuse les transactions des autres utilisateurs. Aucune banque n'est requise en tant que tiers entre les utilisateurs.</p>
|
<p>Pair à pair réfère à une forme de <b>système qui fonctionne comme une collectivité organisée</b>, permettant à chaque individu d'interagir directement avec les autres. Dans le cas du Bitcoin, le réseau est construit de manière à ce que chaque utilisateur diffuse les transactions des autres utilisateurs. Aucune banque n'est requise en tant que tiers entre les utilisateurs.</p>
|
||||||
|
|
||||||
<h2><a name="cle-privee">Clé Privée</a></h2>
|
<h2><a name="{{site.vocabulary.private-key[page.lang]}}">Clé Privée</a></h2>
|
||||||
<p>Une clé privée est une <b>information secrète qui permet de prouver votre droit de dépenser des bitcoins à partir d'une adresse Bitcoin</b> définie grâce à une <a href="#signature">signature</a> cryptographique. Chaque <a href="#adresse">adresse Bitcoin</a> a sa propre clé privée unique. Vos clés privées sont stockées dans votre ordinateur si vous utilisez un porte-monnaie logiciel tandis qu'elles sont stockés sur des serveurs en ligne si vous utilisez un porte-monnaie en ligne. Les clés privées ne doivent jamais être révélées car elles permettent de dépenser les bitcoins des adresses Bitcoin auxquelles elles sont associées.</p>
|
<p>Une clé privée est une <b>information secrète qui permet de prouver votre droit de dépenser des bitcoins à partir d'une adresse Bitcoin</b> définie grâce à une <a href="#{{site.vocabulary.signature[page.lang]}}">signature</a> cryptographique. Chaque <a href="#{{site.vocabulary.address[page.lang]}}">adresse Bitcoin</a> a sa propre clé privée unique. Vos clés privées sont stockées dans votre ordinateur si vous utilisez un porte-monnaie logiciel tandis qu'elles sont stockés sur des serveurs en ligne si vous utilisez un porte-monnaie en ligne. Les clés privées ne doivent jamais être révélées car elles permettent de dépenser les bitcoins des adresses Bitcoin auxquelles elles sont associées.</p>
|
||||||
|
|
||||||
<h2><a name="signature">Signature</a></h2>
|
<h2><a name="{{site.vocabulary.signature[page.lang]}}">Signature</a></h2>
|
||||||
<p>Une signature <a href="#cryptographie">cryptographique</a> est un <b>mécanisme mathématique qui permet de prouver son authenticité</b>. Dans le cas du Bitcoin, une <a href="#adresse">adresse Bitcoin</a> et sa clé privée sont liées par la magie des mathématiques. Quand un logiciel Bitcoin signe une transaction avec la clé privée appropriée, le réseau Bitcoin peut vérifier que la signature correspond à l'adresse Bitcoin dans la transaction. Malgré tout, il n'existe aucun moyen de deviner quelle est la clé privée afin de voler des bitcoins durement gagnés.</p>
|
<p>Une signature <a href="#{{site.vocabulary.cryptography[page.lang]}}">cryptographique</a> est un <b>mécanisme mathématique qui permet de prouver son authenticité</b>. Dans le cas du Bitcoin, une <a href="#{{site.vocabulary.address[page.lang]}}">adresse Bitcoin</a> et sa clé privée sont liées par la magie des mathématiques. Quand un logiciel Bitcoin signe une transaction avec la clé privée appropriée, le réseau Bitcoin peut vérifier que la signature correspond à l'adresse Bitcoin dans la transaction. Malgré tout, il n'existe aucun moyen de deviner quelle est la clé privée afin de voler des bitcoins durement gagnés.</p>
|
||||||
|
|
||||||
<h2><a name="porte-monnaie">Porte-Monnaie</a></h2>
|
<h2><a name="{{site.vocabulary.wallet[page.lang]}}">Porte-Monnaie</a></h2>
|
||||||
<p>Un porte-monnaie Bitcoin réfère à l'<b>équivalent d'un porte-monnaie physique sur le réseau Bitcoin</b>. Chaque porte-monnaie peut afficher le solde des <a href="#adresse">adresses Bitcoin</a> qu'il contient. De la même façon que vous pouvez compter l'argent dans votre porte-monnaie. Un porte-monnaie Bitcoin partage aussi la similarité de vous permettre de payer un montant spécifique à une personne spécifique, à l'inverse des cartes de crédit où le marchand peut directement vous prélever.</p>
|
<p>Un porte-monnaie Bitcoin réfère à l'<b>équivalent d'un porte-monnaie physique sur le réseau Bitcoin</b>. Chaque porte-monnaie peut afficher le solde des <a href="#{{site.vocabulary.address[page.lang]}}">adresses Bitcoin</a> qu'il contient. De la même façon que vous pouvez compter l'argent dans votre porte-monnaie. Un porte-monnaie Bitcoin partage aussi la similarité de vous permettre de payer un montant spécifique à une personne spécifique, à l'inverse des cartes de crédit où le marchand peut directement vous prélever.</p>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
lang: fr
|
||||||
layout: base-fr
|
layout: base-fr
|
||||||
id: you-need-to-know
|
id: you-need-to-know
|
||||||
title: Ce que vous devez savoir - Bitcoin
|
title: Ce que vous devez savoir - Bitcoin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue