mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
* 813: Layout: Add anchor links to all subheads * 821: Standardize translation links
This commit is contained in:
commit
a6d5b863bf
32 changed files with 226 additions and 213 deletions
11
Makefile
11
Makefile
|
@ -41,7 +41,8 @@ pre-build-tests-fast: check-for-non-ascii-urls check-for-wrong-filename-assignme
|
||||||
post-build-tests-fast: check-for-build-errors ensure-each-svg-has-a-png check-for-liquid-errors \
|
post-build-tests-fast: check-for-build-errors ensure-each-svg-has-a-png check-for-liquid-errors \
|
||||||
check-for-missing-anchors check-for-broken-markdown-reference-links \
|
check-for-missing-anchors check-for-broken-markdown-reference-links \
|
||||||
check-for-broken-kramdown-tables check-for-duplicate-header-ids \
|
check-for-broken-kramdown-tables check-for-duplicate-header-ids \
|
||||||
check-for-headers-containing-auto-link check-for-missing-subhead-links
|
check-for-headers-containing-auto-link check-for-missing-subhead-links \
|
||||||
|
check-for-subheading-anchors
|
||||||
|
|
||||||
## All pre-build tests, including those which might take multiple minutes
|
## All pre-build tests, including those which might take multiple minutes
|
||||||
pre-build-tests: pre-build-tests-fast
|
pre-build-tests: pre-build-tests-fast
|
||||||
|
@ -214,3 +215,11 @@ check-html-proofer:
|
||||||
|
|
||||||
travis-background-keepalive:
|
travis-background-keepalive:
|
||||||
$S { while ps aux | grep -q '[m]ake' ; do echo "Ignore me: Travis CI keep alive" ; sleep 1m ; done ; } &
|
$S { while ps aux | grep -q '[m]ake' ; do echo "Ignore me: Travis CI keep alive" ; sleep 1m ; done ; } &
|
||||||
|
|
||||||
|
check-for-subheading-anchors:
|
||||||
|
## Ensure all subheadings on the site have anchors so the Javascript
|
||||||
|
## function addAnchorLinks() can add anchor link affordance to each
|
||||||
|
## subhead
|
||||||
|
$S grep -r -L 'Note: this file exempt from check-for-subheading-anchors check' _site/ \
|
||||||
|
| xargs grep '<h[23456]' \
|
||||||
|
| grep -v '<h[23456][^>]* id=' | eval $(ERROR_ON_OUTPUT)
|
||||||
|
|
|
@ -30,7 +30,7 @@ href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.3/">
|
||||||
0.5.3.1 for Windows and 0.5.3 for Linux</a>
|
0.5.3.1 for Windows and 0.5.3 for Linux</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Español: Vulnerabilidad de seguridad (potencialmente crítica)</h3>
|
<h3 id="spanish">Español: Vulnerabilidad de seguridad (potencialmente crítica)</h3>
|
||||||
<p>
|
<p>
|
||||||
Una vulnerabilidad de seguridad posible no son afectadas en la versión Windows de Bitcoin-Qt. Si está utilizando Bitcoin-Qt 0.5 a través de las versiones 0.6 en Windows, debe cerrar y actualizar a la versión 0.5.3.1 o 0.6rc4 AHORA.
|
Una vulnerabilidad de seguridad posible no son afectadas en la versión Windows de Bitcoin-Qt. Si está utilizando Bitcoin-Qt 0.5 a través de las versiones 0.6 en Windows, debe cerrar y actualizar a la versión 0.5.3.1 o 0.6rc4 AHORA.
|
||||||
</p><p>
|
</p><p>
|
||||||
|
@ -49,7 +49,7 @@ href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.3/">
|
||||||
0.5.3.1 para Windows y 0.5.3 para Linux</a>
|
0.5.3.1 para Windows y 0.5.3 para Linux</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Deutsch: DRINGEND: Windows Bitcoin-Qt update</h3>
|
<h3 id="german">Deutsch: DRINGEND: Windows Bitcoin-Qt update</h3>
|
||||||
<p>
|
<p>
|
||||||
Es wurde eine potenzielle Schwachstelle in der Windowsversion Qt-Bitcoin entdeckt. Wenn Sie mit Bitcoin-Qt-Versionen 0.5 bis 0.6 unter Windows arbeiten, sollten Sie das Programm beenden und ein Upgrade auf entweder Version 0.5.3.1 oder 0.6rc4 JETZT durchführen.
|
Es wurde eine potenzielle Schwachstelle in der Windowsversion Qt-Bitcoin entdeckt. Wenn Sie mit Bitcoin-Qt-Versionen 0.5 bis 0.6 unter Windows arbeiten, sollten Sie das Programm beenden und ein Upgrade auf entweder Version 0.5.3.1 oder 0.6rc4 JETZT durchführen.
|
||||||
</p><p>
|
</p><p>
|
||||||
|
@ -70,7 +70,7 @@ href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.3/">
|
||||||
0.5.3.1 für Windows und 0.5.3 für Linux</a>
|
0.5.3.1 für Windows und 0.5.3 für Linux</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Nederlands: Mogelijk kritisch veiligheidsprobleem</h3>
|
<h3 id="dutch">Nederlands: Mogelijk kritisch veiligheidsprobleem</h3>
|
||||||
<p>
|
<p>
|
||||||
Er is een een mogelijk veiligheidsprobleem gevonden in de Windows versie van
|
Er is een een mogelijk veiligheidsprobleem gevonden in de Windows versie van
|
||||||
Bitcoin-Qt. Als u Bitcoin-Qt versie 0.5 tot 0.6 draait, sluit het dan af
|
Bitcoin-Qt. Als u Bitcoin-Qt versie 0.5 tot 0.6 draait, sluit het dan af
|
||||||
|
@ -97,7 +97,7 @@ href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.3/">
|
||||||
0.5.3.1 voor Windows en 0.5.3 for Linux</a>
|
0.5.3.1 voor Windows en 0.5.3 for Linux</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Русский: Найдена потенциальная критическая уязвимость в версиях Bitcoin-Qt от 0.5 до 0.6 для Windows</h3>
|
<h3 id="russian">Русский: Найдена потенциальная критическая уязвимость в версиях Bitcoin-Qt от 0.5 до 0.6 для Windows</h3>
|
||||||
<p>
|
<p>
|
||||||
Найдена потенциальная критическая уязвимость в версиях Bitcoin-Qt от 0.5 до 0.6 для Windows. Если вы используете одну из этих версий, отключите её и обновитесь до 0.5.3.1 или 0.6rc4 немедленно.
|
Найдена потенциальная критическая уязвимость в версиях Bitcoin-Qt от 0.5 до 0.6 для Windows. Если вы используете одну из этих версий, отключите её и обновитесь до 0.5.3.1 или 0.6rc4 немедленно.
|
||||||
</p><p>
|
</p><p>
|
||||||
|
@ -117,7 +117,7 @@ href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.3/">
|
||||||
0.5.3.1</a>
|
0.5.3.1</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Italiano: Potenziale vulnerabilità di sicurezza critica.</h3>
|
<h3 id="italian">Italiano: Potenziale vulnerabilità di sicurezza critica.</h3>
|
||||||
<p>
|
<p>
|
||||||
Una potenziale vulnerabilità di sicurezza è stata scoperta nella versione di Windows di Bitcoin-Qt. Se stai usando Bitcoin-Qt su Windows dalle versioni 0.5 alla 0.6 dovresti chiuderla e aggiornarla alle versioni 0.5.3.1 o 0.6rc4 ORA.
|
Una potenziale vulnerabilità di sicurezza è stata scoperta nella versione di Windows di Bitcoin-Qt. Se stai usando Bitcoin-Qt su Windows dalle versioni 0.5 alla 0.6 dovresti chiuderla e aggiornarla alle versioni 0.5.3.1 o 0.6rc4 ORA.
|
||||||
</p><p>
|
</p><p>
|
||||||
|
@ -134,7 +134,7 @@ href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.3/">
|
||||||
0.5.3.2 per Windows e 0.5.3 per Linux</a>
|
0.5.3.2 per Windows e 0.5.3 per Linux</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Português: Vulnerabilidade de segurança potencialmente crítica</h3>
|
<h3 id="portugese">Português: Vulnerabilidade de segurança potencialmente crítica</h3>
|
||||||
<p>
|
<p>
|
||||||
Uma vulnerabilidade de segurança em potencial foi descoberto na versão do Bitcoin-Qt para Windows. Se você estiver executando alguma versão entre a 0.5 até a 0.6 do Bitcoin-Qt no Windows, você deve desligá-lo e atualizá-lo para a versão 0.5.3.1 ou 0.6rc4 AGORA!
|
Uma vulnerabilidade de segurança em potencial foi descoberto na versão do Bitcoin-Qt para Windows. Se você estiver executando alguma versão entre a 0.5 até a 0.6 do Bitcoin-Qt no Windows, você deve desligá-lo e atualizá-lo para a versão 0.5.3.1 ou 0.6rc4 AGORA!
|
||||||
</p><p>
|
</p><p>
|
||||||
|
@ -155,7 +155,7 @@ href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.3/">
|
||||||
Traduzido por Thiago Martins (ThiagoCMC)
|
Traduzido por Thiago Martins (ThiagoCMC)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Polski: Potencjalnie Krytyczne Zagrozenie Bezpieczenstwa</h3>
|
<h3 id="polish">Polski: Potencjalnie Krytyczne Zagrozenie Bezpieczenstwa</h3>
|
||||||
<p>
|
<p>
|
||||||
Potencjalne zagrozenie zostalo odkryte w Bitcoin-QT wersji Windows. Jesli masz uruchomiony Bitcoin-Qt w wersjach 0.5 przez 0.6 w wersji Windows powinienes je zamknac i pobrac najnowsze wersje 0.5.3.1 lub 0.6rc4 TERAZ.
|
Potencjalne zagrozenie zostalo odkryte w Bitcoin-QT wersji Windows. Jesli masz uruchomiony Bitcoin-Qt w wersjach 0.5 przez 0.6 w wersji Windows powinienes je zamknac i pobrac najnowsze wersje 0.5.3.1 lub 0.6rc4 TERAZ.
|
||||||
</p><p>
|
</p><p>
|
||||||
|
@ -174,7 +174,7 @@ href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.3/">
|
||||||
0.5.3.1 dla WIndows i 0.5.3 dla Linuxa</a>
|
0.5.3.1 dla WIndows i 0.5.3 dla Linuxa</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Български език: Уязвимост в сигурността.</h3>
|
<h3 id="bulgarian">Български език: Уязвимост в сигурността.</h3>
|
||||||
<p>
|
<p>
|
||||||
Уязвимост в сигурността бе открита при Windows версията на Bitcoin-Qt.Ако използвате Bitcoin-Qt версия 0.5 до 0.6 през Windows,ще се наложи да я спрете и да направите ъпгрейд до 0.5.3.1 или 0.rc4.Command-line даемон-а(bitcoind),няма да бъде афектиран за потребители на Mac или Linux.Поради вида на тази уязвимост,ние вярваме,че би могло да бъде доста трудно за атакуващия да направи нещо повече от това да crash-не процесът - Bitcoin-Qt.Поради това ние го считаме за критичен проблем.
|
Уязвимост в сигурността бе открита при Windows версията на Bitcoin-Qt.Ако използвате Bitcoin-Qt версия 0.5 до 0.6 през Windows,ще се наложи да я спрете и да направите ъпгрейд до 0.5.3.1 или 0.rc4.Command-line даемон-а(bitcoind),няма да бъде афектиран за потребители на Mac или Linux.Поради вида на тази уязвимост,ние вярваме,че би могло да бъде доста трудно за атакуващия да направи нещо повече от това да crash-не процесът - Bitcoin-Qt.Поради това ние го считаме за критичен проблем.
|
||||||
</p><p>
|
</p><p>
|
||||||
|
@ -190,7 +190,7 @@ href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.3/">
|
||||||
0.5.3.1 за Windows и 0.5.3 за Linux.</a>
|
0.5.3.1 за Windows и 0.5.3 за Linux.</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Ελληνικά: Σοβαρό πρόβλημα ασφάλειας</h3>
|
<h3 id="greek">Ελληνικά: Σοβαρό πρόβλημα ασφάλειας</h3>
|
||||||
<p>
|
<p>
|
||||||
Ένα πιθανά σοβαρό πρόβλημα ασφάλειας εντοπίστηκε στην έκδοση Windows του Bitcoin-Qt. Εαν χρησιμοποιείτε Bitcoin-Qt εκδόσεις 0.5 έως 0.6 στα Windows, αναβαθμήστε <b>άμεσα</b> σε έκδοση 0.5.3.1 ή 0.6rc4.
|
Ένα πιθανά σοβαρό πρόβλημα ασφάλειας εντοπίστηκε στην έκδοση Windows του Bitcoin-Qt. Εαν χρησιμοποιείτε Bitcoin-Qt εκδόσεις 0.5 έως 0.6 στα Windows, αναβαθμήστε <b>άμεσα</b> σε έκδοση 0.5.3.1 ή 0.6rc4.
|
||||||
</p><p>
|
</p><p>
|
||||||
|
@ -208,7 +208,7 @@ href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.3/">
|
||||||
0.5.3.1 για Windows και 0.5.3 για Linux</a>
|
0.5.3.1 για Windows και 0.5.3 για Linux</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Svenska: Potentiellt kritiskt säkerhetshål</h3>
|
<h3 id="swedish">Svenska: Potentiellt kritiskt säkerhetshål</h3>
|
||||||
<p>
|
<p>
|
||||||
Ett potentiellt kritiskt säkerhetshål har upptäckts i Windowsversionen av Bitcoin-QT. Om du kör Bitcoin-QT i någon av versionerna 0.5 t.o.m. 0.6 för Windows så bör du stänga av programmet och uppgradera till version 0.5.3.1 eller 0.6rc4 OMGÅENDE.
|
Ett potentiellt kritiskt säkerhetshål har upptäckts i Windowsversionen av Bitcoin-QT. Om du kör Bitcoin-QT i någon av versionerna 0.5 t.o.m. 0.6 för Windows så bör du stänga av programmet och uppgradera till version 0.5.3.1 eller 0.6rc4 OMGÅENDE.
|
||||||
</p><p>
|
</p><p>
|
||||||
|
|
|
@ -4,14 +4,14 @@ alias: "dos"
|
||||||
active: false
|
active: false
|
||||||
banner: ""
|
banner: ""
|
||||||
---
|
---
|
||||||
<h2>Risks</h2>
|
<h2 id="risks">Risks</h2>
|
||||||
<p>
|
<p>
|
||||||
A denial-of-service vulnerability that affects all versions of
|
A denial-of-service vulnerability that affects all versions of
|
||||||
bitcoind and Bitcoin-Qt has been reported and fixed. An attacker
|
bitcoind and Bitcoin-Qt has been reported and fixed. An attacker
|
||||||
could isolate a victim's node and cause the creation of blockchain
|
could isolate a victim's node and cause the creation of blockchain
|
||||||
forks.
|
forks.
|
||||||
</p>
|
</p>
|
||||||
<h2>Solutions</h2>
|
<h2 id="solutions">Solutions</h2>
|
||||||
<p>
|
<p>
|
||||||
Because this bug could be exploited to severely disrupt the Bitcoin
|
Because this bug could be exploited to severely disrupt the Bitcoin
|
||||||
network we consider this a critical vulnerability, and encourage
|
network we consider this a critical vulnerability, and encourage
|
||||||
|
@ -21,7 +21,7 @@ everybody to upgrade to <a href="http://sourceforge.net/projects/bitcoin/files/B
|
||||||
<a href="https://bitcointalk.org/?topic=79651">Backports for older releases (0.5.5 and 0.4.6) are also available</a> if
|
<a href="https://bitcointalk.org/?topic=79651">Backports for older releases (0.5.5 and 0.4.6) are also available</a> if
|
||||||
you cannot upgrade to version 0.6.2.
|
you cannot upgrade to version 0.6.2.
|
||||||
</p>
|
</p>
|
||||||
<h2>Technical Details</h2>
|
<h2 id="technical-details">Technical Details</h2>
|
||||||
<p>
|
<p>
|
||||||
Full technical details are being withheld to give people the
|
Full technical details are being withheld to give people the
|
||||||
opportunity to upgrade.
|
opportunity to upgrade.
|
||||||
|
@ -29,8 +29,8 @@ opportunity to upgrade.
|
||||||
<p>
|
<p>
|
||||||
Thanks to <a href="http://forre.st/">Forrest Voight</a> for discovering and reporting the vulnerability.
|
Thanks to <a href="http://forre.st/">Forrest Voight</a> for discovering and reporting the vulnerability.
|
||||||
</p>
|
</p>
|
||||||
<h2>Questions & Answers</h2>
|
<h2 id="questions-and-answers">Questions & Answers</h2>
|
||||||
<h3>
|
<h3 id="how-do-i-know">
|
||||||
How would I know if I am the victim of this attack?
|
How would I know if I am the victim of this attack?
|
||||||
</h3>
|
</h3>
|
||||||
<p>
|
<p>
|
||||||
|
@ -47,13 +47,13 @@ detects that the rest of the network seems to have a different
|
||||||
block count, which can happen for several reasons unrelated to
|
block count, which can happen for several reasons unrelated to
|
||||||
this vulnerability).
|
this vulnerability).
|
||||||
</p>
|
</p>
|
||||||
<h3>
|
<h3 id="can-my-wallet-be-stolen">
|
||||||
Could this bug be used to steal my wallet?
|
Could this bug be used to steal my wallet?
|
||||||
</h3>
|
</h3>
|
||||||
<p>
|
<p>
|
||||||
No.
|
No.
|
||||||
</p>
|
</p>
|
||||||
<h3>
|
<h3 id="can-malware-be-installed">
|
||||||
Could this bug be used to install malware on my system?
|
Could this bug be used to install malware on my system?
|
||||||
</h3>
|
</h3>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -4,7 +4,7 @@ alias: "chainfork"
|
||||||
active: false
|
active: false
|
||||||
banner: ""
|
banner: ""
|
||||||
---
|
---
|
||||||
<h2>What happened</h2>
|
<h2 id="what-happened">What happened</h2>
|
||||||
<p>
|
<p>
|
||||||
A bitcoin miner running version 0.8.0 created a large block (at height 225,430) that is incompatible
|
A bitcoin miner running version 0.8.0 created a large block (at height 225,430) that is incompatible
|
||||||
with earlier versions of Bitcoin.
|
with earlier versions of Bitcoin.
|
||||||
|
@ -14,22 +14,22 @@ The result was a block chain fork, with miners, merchants and users running the
|
||||||
accepting, and building on, that block, and miners, merchants and users running older versions of bitcoin
|
accepting, and building on, that block, and miners, merchants and users running older versions of bitcoin
|
||||||
rejecting it and creating their own block chain.
|
rejecting it and creating their own block chain.
|
||||||
</p>
|
</p>
|
||||||
<h2>What is being done</h2>
|
<h2 id="what-is-being-done">What is being done</h2>
|
||||||
<p>
|
<p>
|
||||||
Large mining pools running version 0.8.0 were asked to switch back to version 0.7, to create a
|
Large mining pools running version 0.8.0 were asked to switch back to version 0.7, to create a
|
||||||
single block chain compatible with all bitcoin software.
|
single block chain compatible with all bitcoin software.
|
||||||
</p>
|
</p>
|
||||||
<h2>Questions & Answers</h2>
|
<h2 id="questions-and-answers">Questions & Answers</h2>
|
||||||
<h3>I'm not a miner or a merchant, what should I do?</h3>
|
<h3 id="what-should-i-do">I'm not a miner or a merchant, what should I do?</h3>
|
||||||
<p>
|
<p>
|
||||||
Nothing. Your bitcoin software will switch to the correct chain automatically, no matter
|
Nothing. Your bitcoin software will switch to the correct chain automatically, no matter
|
||||||
which version you are running.
|
which version you are running.
|
||||||
</p>
|
</p>
|
||||||
<h3>Are my bitcoins safe?</h3>
|
<h3 id="are-my-bitcoins-safe">Are my bitcoins safe?</h3>
|
||||||
<p>
|
<p>
|
||||||
Yes.
|
Yes.
|
||||||
</p>
|
</p>
|
||||||
<h2>What will be done</h2>
|
<h2 id="what-will-be-done">What will be done</h2>
|
||||||
<p>
|
<p>
|
||||||
The core developers have investigated what caused the old versions to reject the new
|
The core developers have investigated what caused the old versions to reject the new
|
||||||
blocks, and have released a 0.8.1 version that avoids creating blocks that are incompatible with
|
blocks, and have released a 0.8.1 version that avoids creating blocks that are incompatible with
|
||||||
|
|
|
@ -4,7 +4,7 @@ alias: "may15"
|
||||||
active: false
|
active: false
|
||||||
banner: ""
|
banner: ""
|
||||||
---
|
---
|
||||||
<h2>What is happening</h2>
|
<h2 id="what-is-happening">What is happening</h2>
|
||||||
<p>
|
<p>
|
||||||
If you are using an old version of Bitcoin-Qt (or bitcoind, the server bitcoin software),
|
If you are using an old version of Bitcoin-Qt (or bitcoind, the server bitcoin software),
|
||||||
you must either upgrade to version 0.8.0 or later before May 15, 2013,
|
you must either upgrade to version 0.8.0 or later before May 15, 2013,
|
||||||
|
@ -44,7 +44,7 @@ set_lk_max_locks 537000
|
||||||
<a href="https://en.bitcoin.it/wiki/Data_directory">Look here</a> if you need help
|
<a href="https://en.bitcoin.it/wiki/Data_directory">Look here</a> if you need help
|
||||||
finding the bitcoin data directory.
|
finding the bitcoin data directory.
|
||||||
</p>
|
</p>
|
||||||
<h2>Miners/mining pool operators</h2>
|
<h2 id="miners">Miners/mining pool operators</h2>
|
||||||
<p>
|
<p>
|
||||||
If you are creating new blocks (you are a solo miner or mining pool operator), then
|
If you are creating new blocks (you are a solo miner or mining pool operator), then
|
||||||
you should be aware that upgrading from 0.7 to 0.8 requires a lengthy
|
you should be aware that upgrading from 0.7 to 0.8 requires a lengthy
|
||||||
|
@ -58,7 +58,7 @@ reason, you should <b>not</b> set_lk_max_locks in a DB_CONFIG file until
|
||||||
May 15th; if you increase locks before then you run the risk of creating
|
May 15th; if you increase locks before then you run the risk of creating
|
||||||
or building on blocks incompatible with the rest of the network.
|
or building on blocks incompatible with the rest of the network.
|
||||||
</p>
|
</p>
|
||||||
<h2>Why this is necessary</h2>
|
<h2 id="why-necessary">Why this is necessary</h2>
|
||||||
<p>
|
<p>
|
||||||
A bug caused a <a href="/chainfork">temporary block chain fork on 11 March, 2013</a>.
|
A bug caused a <a href="/chainfork">temporary block chain fork on 11 March, 2013</a>.
|
||||||
After investigating
|
After investigating
|
||||||
|
|
|
@ -5,11 +5,11 @@ alias: "android"
|
||||||
banner: ""
|
banner: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
<h2>What happened</h2>
|
<h2 id="what-happened">What happened</h2>
|
||||||
|
|
||||||
<p>We recently learned that a component of Android responsible for generating secure random numbers contains <a href="http://android-developers.blogspot.com.au/2013/08/some-securerandom-thoughts.html">critical weaknesses</a>, that render all Android wallets generated to date vulnerable to theft. Because the problem lies with Android itself, this problem will affect you if you have a wallet generated by any Android app. An incomplete list would be <a href="https://play.google.com/store/apps/details?id=de.schildbach.wallet">Bitcoin Wallet</a>, <a href="https://play.google.com/store/apps/details?id=piuk.blockchain.android">blockchain.info</a> wallet, <a href="https://play.google.com/store/apps/details?id=com.miracleas.bitcoin_spinner">BitcoinSpinner</a> and <a href="https://play.google.com/store/apps/details?id=com.mycelium.wallet">Mycelium Wallet</a>. Apps where you don't control the private keys at all are not affected. For example, exchange frontends like the Coinbase or Mt Gox apps are not impacted by this issue because the private keys are not generated on your Android phone.</p>
|
<p>We recently learned that a component of Android responsible for generating secure random numbers contains <a href="http://android-developers.blogspot.com.au/2013/08/some-securerandom-thoughts.html">critical weaknesses</a>, that render all Android wallets generated to date vulnerable to theft. Because the problem lies with Android itself, this problem will affect you if you have a wallet generated by any Android app. An incomplete list would be <a href="https://play.google.com/store/apps/details?id=de.schildbach.wallet">Bitcoin Wallet</a>, <a href="https://play.google.com/store/apps/details?id=piuk.blockchain.android">blockchain.info</a> wallet, <a href="https://play.google.com/store/apps/details?id=com.miracleas.bitcoin_spinner">BitcoinSpinner</a> and <a href="https://play.google.com/store/apps/details?id=com.mycelium.wallet">Mycelium Wallet</a>. Apps where you don't control the private keys at all are not affected. For example, exchange frontends like the Coinbase or Mt Gox apps are not impacted by this issue because the private keys are not generated on your Android phone.</p>
|
||||||
|
|
||||||
<h2>What has been done</h2>
|
<h2 id="what-has-been-done">What has been done</h2>
|
||||||
|
|
||||||
<p>Updates have been prepared for the following wallet apps:</p>
|
<p>Updates have been prepared for the following wallet apps:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -19,7 +19,7 @@ banner: ""
|
||||||
<li><b><a href="https://play.google.com/store/apps/details?id=piuk.blockchain.android">blockchain.info</a></b>: Update 3.54 can be installed from <a href="https://play.google.com/store/apps/details?id=piuk.blockchain.android">Google Play</a>. Version 3.54 and above includes an automatic re-keying wizard. Simply update to the latest version and follow the onscreen instructions. Please make a fresh wallet backup after the process completes.</li>
|
<li><b><a href="https://play.google.com/store/apps/details?id=piuk.blockchain.android">blockchain.info</a></b>: Update 3.54 can be installed from <a href="https://play.google.com/store/apps/details?id=piuk.blockchain.android">Google Play</a>. Version 3.54 and above includes an automatic re-keying wizard. Simply update to the latest version and follow the onscreen instructions. Please make a fresh wallet backup after the process completes.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>What you should do</h2>
|
<h2 id="what-you-should-do">What you should do</h2>
|
||||||
|
|
||||||
<p>In order to re-secure existing wallets, key rotation is necessary. This involves generating a new address with a repaired random number generator and then sending all the money in your wallet back to yourself. If you use an Android wallet then we strongly recommend you to upgrade to the latest version available in the Play Store as soon as one becomes available. Once your wallet is rotated, you will need to contact anyone who has stored addresses generated by your phone and give them a new one.</p>
|
<p>In order to re-secure existing wallets, key rotation is necessary. This involves generating a new address with a repaired random number generator and then sending all the money in your wallet back to yourself. If you use an Android wallet then we strongly recommend you to upgrade to the latest version available in the Play Store as soon as one becomes available. Once your wallet is rotated, you will need to contact anyone who has stored addresses generated by your phone and give them a new one.</p>
|
||||||
|
|
||||||
|
|
|
@ -4,15 +4,15 @@ active: false
|
||||||
banner: ""
|
banner: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
<h2>What happened</h2>
|
<h2 id="what-happened">What happened</h2>
|
||||||
|
|
||||||
<p>Many identical transactions with different transaction IDs are being relayed on the network from an unknown source. As a result, a certain number of services like Bitcoin exchanges and wallets have been found to handle these transactions improperly and are experiencing temporary issues with their internal accounting systems. Transaction malleability is a <a href="https://en.bitcoin.it/wiki/Transaction_Malleability">known issue</a> and many services are mostly unaffected.</p>
|
<p>Many identical transactions with different transaction IDs are being relayed on the network from an unknown source. As a result, a certain number of services like Bitcoin exchanges and wallets have been found to handle these transactions improperly and are experiencing temporary issues with their internal accounting systems. Transaction malleability is a <a href="https://en.bitcoin.it/wiki/Transaction_Malleability">known issue</a> and many services are mostly unaffected.</p>
|
||||||
|
|
||||||
<h2>What is being done</h2>
|
<h2 id="what-is-being-done">What is being done</h2>
|
||||||
|
|
||||||
<p>Bitcoin developers are collaborating with known affected exchanges to fix their internal systems and help resuming withdrawals as soon as possible. Some pool operators have been reported to work on blocking duplicate transactions to help mitigate the problem. Emergency fixes to the Bitcoin protocol are not required and future improvements are already being discussed.</p>
|
<p>Bitcoin developers are collaborating with known affected exchanges to fix their internal systems and help resuming withdrawals as soon as possible. Some pool operators have been reported to work on blocking duplicate transactions to help mitigate the problem. Emergency fixes to the Bitcoin protocol are not required and future improvements are already being discussed.</p>
|
||||||
|
|
||||||
<h2>What you should do</h2>
|
<h2 id="what-you-should-do">What you should do</h2>
|
||||||
|
|
||||||
<p>No action is required to protect your bitcoins. Always remember to wait for one confirmation or more before spending your bitcoins. You should monitor your own exchange's website to be informed about their service status. Temporary confusion, delays and price volatility can be expected.</p>
|
<p>No action is required to protect your bitcoins. Always remember to wait for one confirmation or more before spending your bitcoins. You should monitor your own exchange's website to be informed about their service status. Temporary confusion, delays and price volatility can be expected.</p>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ active: false
|
||||||
banner: ""
|
banner: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
<h2>What happened</h2>
|
<h2 id="what-happened">What happened</h2>
|
||||||
|
|
||||||
<p>The version of OpenSSL used by Bitcoin Core software version 0.9.0 and earlier
|
<p>The version of OpenSSL used by Bitcoin Core software version 0.9.0 and earlier
|
||||||
contains a bug that can reveal memory to a remote attacker. See
|
contains a bug that can reveal memory to a remote attacker. See
|
||||||
|
@ -13,7 +13,7 @@ contains a bug that can reveal memory to a remote attacker. See
|
||||||
for details.
|
for details.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>What you should do</h2>
|
<h2 id="what-you-should-do">What you should do</h2>
|
||||||
|
|
||||||
<p>Immediately upgrade to <a href="/en/download">Bitcoin Core version 0.9.1</a> which is linked against
|
<p>Immediately upgrade to <a href="/en/download">Bitcoin Core version 0.9.1</a> which is linked against
|
||||||
OpenSSL version 1.0.1g.
|
OpenSSL version 1.0.1g.
|
||||||
|
@ -26,13 +26,13 @@ system's OpenSSL.
|
||||||
Linux users should also upgrade their system's version of OpenSSL.
|
Linux users should also upgrade their system's version of OpenSSL.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Android</h3>
|
<h3 id="android">Android</h3>
|
||||||
|
|
||||||
<p>Android version 4.1.1 is vulnerable to Heartbleed. Try if you can upgrade to at
|
<p>Android version 4.1.1 is vulnerable to Heartbleed. Try if you can upgrade to at
|
||||||
least Android 4.1.2. If you are using Bitcoin Wallet on an Android phone, you
|
least Android 4.1.2. If you are using Bitcoin Wallet on an Android phone, you
|
||||||
should upgrade the app to at least version 3.45.</p>
|
should upgrade the app to at least version 3.45.</p>
|
||||||
|
|
||||||
<h2>How serious is the risk</h2>
|
<h2 id="how-serious-is-the-risk">How serious is the risk</h2>
|
||||||
|
|
||||||
<p>If you are using the Windows version of the Bitcoin Core GUI without a wallet
|
<p>If you are using the Windows version of the Bitcoin Core GUI without a wallet
|
||||||
passphrase, it is possible that your wallet could be compromised by clicking
|
passphrase, it is possible that your wallet could be compromised by clicking
|
||||||
|
|
|
@ -37,17 +37,17 @@ langs:
|
||||||
'fa': 'فارسی'
|
'fa': 'فارسی'
|
||||||
'fr': 'Français'
|
'fr': 'Français'
|
||||||
'hi': 'हिन्दी'
|
'hi': 'हिन्दी'
|
||||||
'hu': 'magyar'
|
'hu': 'Magyar'
|
||||||
'id': 'Bahasa Indonesia'
|
'id': 'Bahasa Indonesia'
|
||||||
'it': 'Italiano'
|
'it': 'Italiano'
|
||||||
'ja': '日本語'
|
'ja': '日本語'
|
||||||
'ko': '한국의'
|
'ko': '한국의'
|
||||||
'nl': 'Nederlands'
|
'nl': 'Nederlands'
|
||||||
'pl': 'polski'
|
'pl': 'Polski'
|
||||||
'pt_BR': 'Português Brasil'
|
'pt_BR': 'Português Brasil'
|
||||||
'ro': 'română'
|
'ro': 'Română'
|
||||||
'ru': 'Русский'
|
'ru': 'Русский'
|
||||||
'sl': 'slovenščina'
|
'sl': 'Slovenščina'
|
||||||
'sv': 'Svenska'
|
'sv': 'Svenska'
|
||||||
'tr': 'Türkçe'
|
'tr': 'Türkçe'
|
||||||
'uk': 'Українська'
|
'uk': 'Українська'
|
||||||
|
|
|
@ -9,13 +9,13 @@ id: about-us
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summary">{% translate pagedesc %}</p>
|
<p class="summary">{% translate pagedesc %}</p>
|
||||||
|
|
||||||
<h2>{% translate own %}</h2>
|
<h2 id="own">{% translate own %}</h2>
|
||||||
<p>{% translate owntxt %}</p>
|
<p>{% translate owntxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate control %}</h2>
|
<h2 id="control">{% translate control %}</h2>
|
||||||
<p>{% translate controltxt %}</p>
|
<p>{% translate controltxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate mission %}</h2>
|
<h2 id="mission">{% translate mission %}</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>{% translate missiontxt1 %}</li>
|
<li>{% translate missiontxt1 %}</li>
|
||||||
<li>{% translate missiontxt2 %}</li>
|
<li>{% translate missiontxt2 %}</li>
|
||||||
|
@ -26,10 +26,10 @@ id: about-us
|
||||||
<li>{% translate missiontxt7 %}</li>
|
<li>{% translate missiontxt7 %}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>{% translate help %}</h2>
|
<h2 id="help">{% translate help %}</h2>
|
||||||
<p>{% translate helptxt %}</p>
|
<p>{% translate helptxt %}</p>
|
||||||
|
|
||||||
<h3>{% translate maintenance %}</h3>
|
<h3 id="maintenance">{% translate maintenance %}</h3>
|
||||||
|
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<p><a href="mailto:saivann@gmail.com">Saïvann Carignan</a><span>Website maintenance</span></p>
|
<p><a href="mailto:saivann@gmail.com">Saïvann Carignan</a><span>Website maintenance</span></p>
|
||||||
|
@ -37,14 +37,14 @@ id: about-us
|
||||||
<p><a href="http://dtrt.org/">David Harding</a><span>Documentation maintenance</span></p>
|
<p><a href="http://dtrt.org/">David Harding</a><span>Documentation maintenance</span></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>{% translate documentation %}</h3>
|
<h3 id="documentation">{% translate documentation %}</h3>
|
||||||
|
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<p><a href="http://dtrt.org/">David Harding</a><span>Coordination and writing</span></p>
|
<p><a href="http://dtrt.org/">David Harding</a><span>Coordination and writing</span></p>
|
||||||
<p>Greg Sanders<span>Writing</span></p>
|
<p>Greg Sanders<span>Writing</span></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>{% translate translation %}</h3>
|
<h3 id="translation">{% translate translation %}</h3>
|
||||||
|
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<p>Garland William Binns III<span>Maintenance</span></p>
|
<p>Garland William Binns III<span>Maintenance</span></p>
|
||||||
|
@ -59,7 +59,7 @@ id: about-us
|
||||||
<p>Thomas Pryds<span>Danish</span></p>
|
<p>Thomas Pryds<span>Danish</span></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>{% translate github %}</h3>
|
<h3 id="github">{% translate github %}</h3>
|
||||||
|
|
||||||
<div class="contributors">
|
<div class="contributors">
|
||||||
{% for c in site.sitecontributors %}
|
{% for c in site.sitecontributors %}
|
||||||
|
|
|
@ -8,25 +8,25 @@ id: bitcoin-for-businesses
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summary">{% translate summary %}</p>
|
<p class="summary">{% translate summary %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_lowfee.svg" alt="Icon" />{% translate lowfee %}</h2>
|
<h2 id="lowfee"><img class="titleicon" src="/img/icons/ico_lowfee.svg" alt="Icon" />{% translate lowfee %}</h2>
|
||||||
<p>{% translate lowfeetext %}</p>
|
<p>{% translate lowfeetext %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_shield.svg" alt="Icon" />{% translate fraud %}</h2>
|
<h2 id="fraud"><img class="titleicon" src="/img/icons/ico_shield.svg" alt="Icon" />{% translate fraud %}</h2>
|
||||||
<p>{% translate fraudtext %}</p>
|
<p>{% translate fraudtext %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_international.svg" alt="Icon" />{% translate international %}</h2>
|
<h2 id="international"><img class="titleicon" src="/img/icons/ico_international.svg" alt="Icon" />{% translate international %}</h2>
|
||||||
<p>{% translate internationaltext %}</p>
|
<p>{% translate internationaltext %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_pci.svg" alt="Icon" />{% translate pci %}</h2>
|
<h2 id="pci"><img class="titleicon" src="/img/icons/ico_pci.svg" alt="Icon" />{% translate pci %}</h2>
|
||||||
<p>{% translate pcitext %}</p>
|
<p>{% translate pcitext %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_visib.svg" alt="Icon" />{% translate visibility %}</h2>
|
<h2 id="visibility"><img class="titleicon" src="/img/icons/ico_visib.svg" alt="Icon" />{% translate visibility %}</h2>
|
||||||
<p>{% translate visibilitytext %}</p>
|
<p>{% translate visibilitytext %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_multi.svg" alt="Icon" />{% translate multisig %}</h2>
|
<h2 id="multisig"><img class="titleicon" src="/img/icons/ico_multi.svg" alt="Icon" />{% translate multisig %}</h2>
|
||||||
<p>{% translate multisigtext %}</p>
|
<p>{% translate multisigtext %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_transparency.svg" alt="Icon" />{% translate transparency %}</h2>
|
<h2 id="transparency"><img class="titleicon" src="/img/icons/ico_transparency.svg" alt="Icon" />{% translate transparency %}</h2>
|
||||||
<p>{% translate transparencytext %}</p>
|
<p>{% translate transparencytext %}</p>
|
||||||
|
|
||||||
<div class="mainbutton"><a href="/{{ page.lang }}/{% translate getting-started url %}"><img src="/img/icons/but_bitcoin.svg" alt="icon">{% translate getstarted layout %}</a></div>
|
<div class="mainbutton"><a href="/{{ page.lang }}/{% translate getting-started url %}"><img src="/img/icons/but_bitcoin.svg" alt="icon">{% translate getstarted layout %}</a></div>
|
||||||
|
|
|
@ -8,22 +8,22 @@ id: bitcoin-for-developers
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summary">{% translate summary %}</p>
|
<p class="summary">{% translate summary %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_simple.svg" alt="Icon" />{% translate simple %}</h2>
|
<h2 id="simple"><img class="titleicon" src="/img/icons/ico_simple.svg" alt="Icon" />{% translate simple %}</h2>
|
||||||
<p>{% translate simpletext %}</p>
|
<p>{% translate simpletext %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_conf.svg" alt="Icon" />{% translate api %}</h2>
|
<h2 id="api"><img class="titleicon" src="/img/icons/ico_conf.svg" alt="Icon" />{% translate api %}</h2>
|
||||||
<p>{% translate apitext %}</p>
|
<p>{% translate apitext %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_own.svg" alt="Icon" />{% translate own %}</h2>
|
<h2 id="own"><img class="titleicon" src="/img/icons/ico_own.svg" alt="Icon" />{% translate own %}</h2>
|
||||||
<p>{% translate owntext %}</p>
|
<p>{% translate owntext %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_invoice.svg" alt="Icon" />{% translate invoice %}</h2>
|
<h2 id="invoice"><img class="titleicon" src="/img/icons/ico_invoice.svg" alt="Icon" />{% translate invoice %}</h2>
|
||||||
<p>{% translate invoicetext %}</p>
|
<p>{% translate invoicetext %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_lock.svg" alt="Icon" />{% translate security %}</h2>
|
<h2 id="security"><img class="titleicon" src="/img/icons/ico_lock.svg" alt="Icon" />{% translate security %}</h2>
|
||||||
<p>{% translate securitytext %}</p>
|
<p>{% translate securitytext %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_micro.svg" alt="Icon" />{% translate micro %}</h2>
|
<h2 id="micro"><img class="titleicon" src="/img/icons/ico_micro.svg" alt="Icon" />{% translate micro %}</h2>
|
||||||
<p>{% translate microtext %}</p>
|
<p>{% translate microtext %}</p>
|
||||||
|
|
||||||
<div class="introlink"><a href="https://bitcoin.org/en/developer-documentation">Developer Documentation {% if page.lang != "en" %}(English){% endif %}</a></div>
|
<div class="introlink"><a href="https://bitcoin.org/en/developer-documentation">Developer Documentation {% if page.lang != "en" %}(English){% endif %}</a></div>
|
||||||
|
|
|
@ -8,22 +8,22 @@ id: bitcoin-for-individuals
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summary">{% translate summary %}</p>
|
<p class="summary">{% translate summary %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_mobile.svg" alt="Icon"/>{% translate mobile %}</h2>
|
<h2 id="mobile"><img class="titleicon" src="/img/icons/ico_mobile.svg" alt="Icon"/>{% translate mobile %}</h2>
|
||||||
<p>{% translate mobiletext %}</p>
|
<p>{% translate mobiletext %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_lock.svg" alt="Icon" />{% translate secure %}</h2>
|
<h2 id="secure"><img class="titleicon" src="/img/icons/ico_lock.svg" alt="Icon" />{% translate secure %}</h2>
|
||||||
<p>{% translate securetext %}</p>
|
<p>{% translate securetext %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_simple.svg" alt="Icon" />{% translate simple %}</h2>
|
<h2 id="simple"><img class="titleicon" src="/img/icons/ico_simple.svg" alt="Icon" />{% translate simple %}</h2>
|
||||||
<p>{% translate simpletext %}</p>
|
<p>{% translate simpletext %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_international.svg" alt="Icon" />{% translate international %}</h2>
|
<h2 id="international"><img class="titleicon" src="/img/icons/ico_international.svg" alt="Icon" />{% translate international %}</h2>
|
||||||
<p>{% translate internationaltext %}</p>
|
<p>{% translate internationaltext %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_lowfee.svg" alt="Icon" />{% translate lowfee %}</h2>
|
<h2 id="lowfee"><img class="titleicon" src="/img/icons/ico_lowfee.svg" alt="Icon" />{% translate lowfee %}</h2>
|
||||||
<p>{% translate lowfeetext %}</p>
|
<p>{% translate lowfeetext %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_anon.svg" alt="Icon" />{% translate anonymous %}</h2>
|
<h2 id="anonymous"><img class="titleicon" src="/img/icons/ico_anon.svg" alt="Icon" />{% translate anonymous %}</h2>
|
||||||
<p>{% translate anonymoustext %}</p>
|
<p>{% translate anonymoustext %}</p>
|
||||||
|
|
||||||
<div class="mainbutton"><a href="/{{ page.lang }}/{% translate getting-started url %}"><img src="/img/icons/but_bitcoin.svg" alt="icon">{% translate getstarted layout %}</a></div>
|
<div class="mainbutton"><a href="/{{ page.lang }}/{% translate getting-started url %}"><img src="/img/icons/but_bitcoin.svg" alt="icon">{% translate getstarted layout %}</a></div>
|
||||||
|
|
|
@ -664,6 +664,8 @@ wallets:
|
||||||
privacynetwork: "checkfailprivacynetworknosupporttor"
|
privacynetwork: "checkfailprivacynetworknosupporttor"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- Note: this file exempt from check-for-subheading-anchors check -->
|
||||||
|
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summary">{% translate pagedesc %}</p>
|
<p class="summary">{% translate pagedesc %}</p>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ id: community
|
||||||
<div class="resources">
|
<div class="resources">
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h2><img src="/img/icons/ico_invoice.svg" class="titleicon" alt="Icon">{% translate forums %}</h2>
|
<h2 id="forums"><img src="/img/icons/ico_invoice.svg" class="titleicon" alt="Icon">{% translate forums %}</h2>
|
||||||
{% if page.lang == 'bg' %}<p><a href="http://bitcoinbg.eu/forum/">BitcoinBG.eu</a></p>{% endif %}
|
{% if page.lang == 'bg' %}<p><a href="http://bitcoinbg.eu/forum/">BitcoinBG.eu</a></p>{% endif %}
|
||||||
{% if page.lang == 'bg' %}<p><a href="http://hash.bg/forum/">Hash.bg</a></p>{% endif %}
|
{% if page.lang == 'bg' %}<p><a href="http://hash.bg/forum/">Hash.bg</a></p>{% endif %}
|
||||||
{% if page.lang == 'es' %}<p><a href="http://forobitco.in/">ForoBitco.in en Español</a></p>{% endif %}
|
{% if page.lang == 'es' %}<p><a href="http://forobitco.in/">ForoBitco.in en Español</a></p>{% endif %}
|
||||||
|
@ -23,7 +23,7 @@ id: community
|
||||||
<p><a href="http://reddit.com/r/Bitcoin/">{% translate reddit %}</a></p>
|
<p><a href="http://reddit.com/r/Bitcoin/">{% translate reddit %}</a></p>
|
||||||
<p><a href="https://bitcoin.stackexchange.com/">{% translate stackexchange %}</a></p>
|
<p><a href="https://bitcoin.stackexchange.com/">{% translate stackexchange %}</a></p>
|
||||||
</div><div>
|
</div><div>
|
||||||
<h2><img src="/img/icons/ico_network.svg" class="titleicon" alt="Icon">{% translate social %}</h2>
|
<h2 id="social"><img src="/img/icons/ico_network.svg" class="titleicon" alt="Icon">{% translate social %}</h2>
|
||||||
{% if page.lang == 'ru' %}<p><a href="https://vk.com/bitcoin">Страница на ВКонтакте</a></p>{% endif %}
|
{% if page.lang == 'ru' %}<p><a href="https://vk.com/bitcoin">Страница на ВКонтакте</a></p>{% endif %}
|
||||||
<p>{% translate linkgoogle %}</p>
|
<p>{% translate linkgoogle %}</p>
|
||||||
<p><a href="https://twitter.com/search?q=bitcoin">{% translate linktwitter %}</a></p>
|
<p><a href="https://twitter.com/search?q=bitcoin">{% translate linktwitter %}</a></p>
|
||||||
|
@ -32,13 +32,13 @@ id: community
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h2><img src="/img/icons/ico_multi.svg" class="titleicon" alt="Icon">{% translate meetups %}</h2>
|
<h2 id="meetups"><img src="/img/icons/ico_multi.svg" class="titleicon" alt="Icon">{% translate meetups %}</h2>
|
||||||
<p><a href="/{{ page.lang }}/{% translate events url %}">{% translate meetupevents %}</a></p>
|
<p><a href="/{{ page.lang }}/{% translate events url %}">{% translate meetupevents %}</a></p>
|
||||||
<p><a href="http://bitcoin.meetup.com/">{% translate meetupgroup %}</a></p>
|
<p><a href="http://bitcoin.meetup.com/">{% translate meetupgroup %}</a></p>
|
||||||
<p><a href="https://bitcointalk.org/index.php?board=86.0">{% translate meetupbitcointalk %}</a></p>
|
<p><a href="https://bitcointalk.org/index.php?board=86.0">{% translate meetupbitcointalk %}</a></p>
|
||||||
<p><a href="https://en.bitcoin.it/wiki/Meetups">{% translate meetupwiki %}</a></p>
|
<p><a href="https://en.bitcoin.it/wiki/Meetups">{% translate meetupwiki %}</a></p>
|
||||||
</div><div>
|
</div><div>
|
||||||
<h2><img src="/img/icons/ico_help.svg" class="titleicon" alt="Icon">{% translate irc %}</h2>
|
<h2 id="irc"><img src="/img/icons/ico_help.svg" class="titleicon" alt="Icon">{% translate irc %}</h2>
|
||||||
<p>{% translate ircjoin %}</p>
|
<p>{% translate ircjoin %}</p>
|
||||||
<p>#bitcoin <small>{% translate chanbitcoin %}</small></p>
|
<p>#bitcoin <small>{% translate chanbitcoin %}</small></p>
|
||||||
<p>#bitcoin-dev <small>{% translate chandev %}</small></p>
|
<p>#bitcoin-dev <small>{% translate chandev %}</small></p>
|
||||||
|
@ -57,23 +57,23 @@ id: community
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2><a name="{% translate non-profit anchor.community %}">{% translate nonprofit %}</a></h2>
|
<h2 id="nonprofit"><a name="{% translate non-profit anchor.community %}">{% translate nonprofit %}</a></h2>
|
||||||
<div class="resourcesorg">
|
<div class="resourcesorg">
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/ALL.png" alt="Globe">International</h3>
|
<h3 id="international"><img src="/img/flags/ALL.png" alt="Globe">International</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://bitcoinfoundation.org/">The Bitcoin Foundation</a>
|
<a href="https://bitcoinfoundation.org/">The Bitcoin Foundation</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/AR.png" alt="Argentinan flag">Argentina</h3>
|
<h3 id="argentina"><img src="/img/flags/AR.png" alt="Argentinan flag">Argentina</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://www.bitcoinargentina.org/">Fundación Bitcoin Argentina</a>
|
<a href="http://www.bitcoinargentina.org/">Fundación Bitcoin Argentina</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/AU.png" alt="Australian falg">Australia</h3>
|
<h3 id="australia"><img src="/img/flags/AU.png" alt="Australian falg">Australia</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://bitcoin.asn.au/">Bitcoin Australia</a>
|
<a href="https://bitcoin.asn.au/">Bitcoin Australia</a>
|
||||||
</p>
|
</p>
|
||||||
|
@ -81,19 +81,19 @@ id: community
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/AT.png" alt="Austrian flag">Austria</h3>
|
<h3 id="austria"><img src="/img/flags/AT.png" alt="Austrian flag">Austria</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://bitcoin-austria.at/">Bitcoin Austria</a>
|
<a href="http://bitcoin-austria.at/">Bitcoin Austria</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/BE.png" alt="Belgian flag">Belgium</h3>
|
<h3 id="belgium"><img src="/img/flags/BE.png" alt="Belgian flag">Belgium</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://www.bitcoinassociation.be/">Belgian Bitcoin Association</a>
|
<a href="http://www.bitcoinassociation.be/">Belgian Bitcoin Association</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/CA.png" alt="Canadian flag">Canada</h3>
|
<h3 id="canada"><img src="/img/flags/CA.png" alt="Canadian flag">Canada</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://bitcoinembassy.ca/">Bitcoin Embassy</a><br>
|
<a href="http://bitcoinembassy.ca/">Bitcoin Embassy</a><br>
|
||||||
<a href="http://www.bitcoinalliance.ca/">Bitcoin Alliance of Canada</a>
|
<a href="http://www.bitcoinalliance.ca/">Bitcoin Alliance of Canada</a>
|
||||||
|
@ -102,19 +102,19 @@ id: community
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/DK.png" alt="Danish flag">Denmark</h3>
|
<h3 id="denmark"><img src="/img/flags/DK.png" alt="Danish flag">Denmark</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://www.danskbitcoinforening.dk/">Dansk Bitcoinforening</a><br>
|
<a href="http://www.danskbitcoinforening.dk/">Dansk Bitcoinforening</a><br>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/FR.png" alt="French flag">France</h3>
|
<h3 id="france"><img src="/img/flags/FR.png" alt="French flag">France</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://bitcoin-france.org/">Bitcoin France</a>
|
<a href="http://bitcoin-france.org/">Bitcoin France</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/DE.png" alt="German flag">Germany</h3>
|
<h3 id="germany"><img src="/img/flags/DE.png" alt="German flag">Germany</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://www.bundesverband-bitcoin.de/">Bundesverband Bitcoin e.V.</a>
|
<a href="http://www.bundesverband-bitcoin.de/">Bundesverband Bitcoin e.V.</a>
|
||||||
</p>
|
</p>
|
||||||
|
@ -122,19 +122,19 @@ id: community
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/IN.png" alt="Indian flag">India</h3>
|
<h3 id="india"><img src="/img/flags/IN.png" alt="Indian flag">India</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://www.bitcoinalliance.in/">Bitcoin Alliance of India</a>
|
<a href="http://www.bitcoinalliance.in/">Bitcoin Alliance of India</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/IE.png" alt="Irish flag">Ireland</h3>
|
<h3 id="ireland"><img src="/img/flags/IE.png" alt="Irish flag">Ireland</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://www.bitcoinirl.ie/">Irish Bitcoin Foundation</a>
|
<a href="http://www.bitcoinirl.ie/">Irish Bitcoin Foundation</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/IL.png" alt="Israeli flag">Israel</h3>
|
<h3 id="israel"><img src="/img/flags/IL.png" alt="Israeli flag">Israel</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://www.bitcoin.org.il/">איגוד הביטקוין הישראלי</a>
|
<a href="http://www.bitcoin.org.il/">איגוד הביטקוין הישראלי</a>
|
||||||
</p>
|
</p>
|
||||||
|
@ -142,19 +142,19 @@ id: community
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/IT.png" alt="Italian flag">Italy</h3>
|
<h3 id="italy"><img src="/img/flags/IT.png" alt="Italian flag">Italy</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://www.bitcoin-italia.org/">Bitcoin Foundation Italia</a>
|
<a href="https://www.bitcoin-italia.org/">Bitcoin Foundation Italia</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/MX.png" alt="Mexican flag">Mexico</h3>
|
<h3 id="mexico"><img src="/img/flags/MX.png" alt="Mexican flag">Mexico</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://www.btcmexico.org/">Fundación Satoshi Nakamoto</a>
|
<a href="http://www.btcmexico.org/">Fundación Satoshi Nakamoto</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/NL.png" alt="Dutch flag">Netherlands</h3>
|
<h3 id="netherlands"><img src="/img/flags/NL.png" alt="Dutch flag">Netherlands</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://stichtingbitcoin.nl/">Stichting Bitcoin Nederland</a>
|
<a href="http://stichtingbitcoin.nl/">Stichting Bitcoin Nederland</a>
|
||||||
</p>
|
</p>
|
||||||
|
@ -162,19 +162,19 @@ id: community
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/PL.png" alt="Polish flag">Poland</h3>
|
<h3 id="poland"><img src="/img/flags/PL.png" alt="Polish flag">Poland</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://www.bitcoin.org.pl/">Polish Bitcoin Association</a>
|
<a href="http://www.bitcoin.org.pl/">Polish Bitcoin Association</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/RO.png" alt="Romanian flag">Romania</h3>
|
<h3 id="romania"><img src="/img/flags/RO.png" alt="Romanian flag">Romania</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://fundatiabitcoin.ro/">Fundatia Bitcoin Romania</a>
|
<a href="http://fundatiabitcoin.ro/">Fundatia Bitcoin Romania</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/RU.png" alt="Russian flag">Russia</h3>
|
<h3 id="russia"><img src="/img/flags/RU.png" alt="Russian flag">Russia</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://ccfr.info/">Crypto Currencies Foundation Russia</a>
|
<a href="http://ccfr.info/">Crypto Currencies Foundation Russia</a>
|
||||||
</p>
|
</p>
|
||||||
|
@ -182,19 +182,19 @@ id: community
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/UA.png" alt="Ukrainian flag">Ukraine</h3>
|
<h3 id="ukraine"><img src="/img/flags/UA.png" alt="Ukrainian flag">Ukraine</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://www.bitcoinua.org/">Bitcoin Foundation Ukraine</a>
|
<a href="http://www.bitcoinua.org/">Bitcoin Foundation Ukraine</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/SI.png" alt="Slovenian flag">Slovenia</h3>
|
<h3 id="slovenia"><img src="/img/flags/SI.png" alt="Slovenian flag">Slovenia</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://bitcoin.si/">Bitcoin Društvo Slovenije</a>
|
<a href="http://bitcoin.si/">Bitcoin Društvo Slovenije</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/SE.png" alt="Swedish flag">Sweden</h3>
|
<h3 id="sweden"><img src="/img/flags/SE.png" alt="Swedish flag">Sweden</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://www.bitcoinforeningen.se/">Svenska Bitcoinföreningen</a>
|
<a href="http://www.bitcoinforeningen.se/">Svenska Bitcoinföreningen</a>
|
||||||
</p>
|
</p>
|
||||||
|
@ -202,7 +202,7 @@ id: community
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h3><img src="/img/flags/CH.png" alt="Swiss flag">Switzerland</h3>
|
<h3 id="switzerland"><img src="/img/flags/CH.png" alt="Swiss flag">Switzerland</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://bitcoinassociation.ch/">Bitcoin Association Switzerland</a>
|
<a href="http://bitcoinassociation.ch/">Bitcoin Association Switzerland</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -9,10 +9,10 @@ id: development
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summary">{% translate summary %}</p>
|
<p class="summary">{% translate summary %}</p>
|
||||||
|
|
||||||
<h2>{% translate spec %}</h2>
|
<h2 id="spec">{% translate spec %}</h2>
|
||||||
<p>{% translate spectxt %}</p>
|
<p>{% translate spectxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate coredev %}</h2>
|
<h2 id="coredev">{% translate coredev %}</h2>
|
||||||
|
|
||||||
<p>{% translate inventor %}</p>
|
<p>{% translate inventor %}</p>
|
||||||
|
|
||||||
|
@ -24,16 +24,16 @@ id: development
|
||||||
<div><div>Pieter Wuille</div><div><a href="mailto:pieter.wuille@gmail.com">pieter.wuille@gmail.com</a></div><div><a href="/pieterwuille.asc">PGP</a></div></div>
|
<div><div>Pieter Wuille</div><div><a href="mailto:pieter.wuille@gmail.com">pieter.wuille@gmail.com</a></div><div><a href="/pieterwuille.asc">PGP</a></div></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>{% translate disclosure %}</h2>
|
<h2 id="disclosure">{% translate disclosure %}</h2>
|
||||||
<p><a href="mailto:bitcoin-security@lists.sourceforge.net">bitcoin-security@lists.sourceforge.net</a></p>
|
<p><a href="mailto:bitcoin-security@lists.sourceforge.net">bitcoin-security@lists.sourceforge.net</a></p>
|
||||||
<p>{% translate disclosuretxt %}</p>
|
<p>{% translate disclosuretxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate involve %}</h2>
|
<h2 id="involve">{% translate involve %}</h2>
|
||||||
<p>{% translate involvetxt1 %}</p>
|
<p>{% translate involvetxt1 %}</p>
|
||||||
<p>{% translate involvetxt2 %}</p>
|
<p>{% translate involvetxt2 %}</p>
|
||||||
<div id="chatbox" class="chatbox"></div>
|
<div id="chatbox" class="chatbox"></div>
|
||||||
|
|
||||||
<h2>{% translate more %}</h2>
|
<h2 id="more">{% translate more %}</h2>
|
||||||
|
|
||||||
<p>{% translate morechoose %}</p>
|
<p>{% translate morechoose %}</p>
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ id: development
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<section id="devcommunities">
|
<section id="devcommunities">
|
||||||
<h2>{% translate devcommunities %}</h2>
|
<h2 id="dev-communities">{% translate devcommunities %}</h2>
|
||||||
<p>{% translate devcommunitiesintro %}</p>
|
<p>{% translate devcommunitiesintro %}</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -71,7 +71,7 @@ id: development
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="contributors">
|
<section id="contributors">
|
||||||
<h2>{% translate contributors %}</h2>
|
<h2 id="bitcoin-core-contributors">{% translate contributors %}</h2>
|
||||||
<p>{% translate contributorsorder %}</p>
|
<p>{% translate contributorsorder %}</p>
|
||||||
<div class="contributors">
|
<div class="contributors">
|
||||||
{% for c in site.corecontributors %}
|
{% for c in site.corecontributors %}
|
||||||
|
|
|
@ -16,6 +16,8 @@ lin32: "linux32.tar.gz"
|
||||||
lin64: "linux64.tar.gz"
|
lin64: "linux64.tar.gz"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
<!-- Note: this file exempt from check-for-subheading-anchors check -->
|
||||||
|
|
||||||
{% capture PATH_PREFIX %}/bin/bitcoin-core-{{ site.DOWNLOAD_VERSION }}{% endcapture %}
|
{% capture PATH_PREFIX %}/bin/bitcoin-core-{{ site.DOWNLOAD_VERSION }}{% endcapture %}
|
||||||
{% capture FILE_PREFIX %}bitcoin-{{ site.DOWNLOAD_VERSION }}{% endcapture %}
|
{% capture FILE_PREFIX %}bitcoin-{{ site.DOWNLOAD_VERSION }}{% endcapture %}
|
||||||
<link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases">
|
<link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases">
|
||||||
|
|
|
@ -38,7 +38,7 @@ L.marker([{{ p.geoloc }}]).bindPopup('<b><a href="{{ p.link | htmlescape }}">{{
|
||||||
map.addLayer(markers);
|
map.addLayer(markers);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<h2>{% translate upcoming %}</h2>
|
<h2 id="upcoming">{% translate upcoming %}</h2>
|
||||||
<div class="listtable eventtable">
|
<div class="listtable eventtable">
|
||||||
{% filter_for p in site.conferences sort_by:date %}
|
{% filter_for p in site.conferences sort_by:date %}
|
||||||
<div><div>{{ p.date | date:"%Y-%m-%d" }}</div><div><a href="{{ p.link | htmlescape }}">{{ p.title | htmlescape }}</a></div><div>{{ p.city | htmlescape }}, {{ p.country | htmlescape }}</div></div>
|
<div><div>{{ p.date | date:"%Y-%m-%d" }}</div><div><a href="{{ p.link | htmlescape }}">{{ p.title | htmlescape }}</a></div><div>{{ p.city | htmlescape }}, {{ p.country | htmlescape }}</div></div>
|
||||||
|
|
|
@ -8,7 +8,7 @@ id: faq
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summary">{% translate summary %}</p>
|
<p class="summary">{% translate summary %}</p>
|
||||||
|
|
||||||
<h2>{% translate table %}</h2>
|
<h2 id="table-of-contents">{% translate table %}</h2>
|
||||||
|
|
||||||
<div class="index">
|
<div class="index">
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -14,22 +14,22 @@ id: getting-started
|
||||||
<div class="start">
|
<div class="start">
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h2><span>1.</span> {% translate inform %}</h2>
|
<h2 id="inform"><span>1.</span> {% translate inform %}</h2>
|
||||||
<p>{% translate informtxt %}</p>
|
<p>{% translate informtxt %}</p>
|
||||||
<div><a href="/{{ page.lang }}/{% translate you-need-to-know url %}">{% translate informbut %}</a></div>
|
<div><a href="/{{ page.lang }}/{% translate you-need-to-know url %}">{% translate informbut %}</a></div>
|
||||||
</div><div>
|
</div><div>
|
||||||
<h2><span>2.</span> {% translate choose %}</h2>
|
<h2 id="choose"><span>2.</span> {% translate choose %}</h2>
|
||||||
<p>{% translate choosetxt %}</p>
|
<p>{% translate choosetxt %}</p>
|
||||||
<div><a href="/{{ page.lang }}/{% translate choose-your-wallet url %}">{% translate choosebut %}</a></div>
|
<div><a href="/{{ page.lang }}/{% translate choose-your-wallet url %}">{% translate choosebut %}</a></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h2><span>3.</span> {% translate get %}</h2>
|
<h2 id="get"><span>3.</span> {% translate get %}</h2>
|
||||||
<p>{% translate gettxt %}</p>
|
<p>{% translate gettxt %}</p>
|
||||||
<div><a href="http://howtobuybitcoins.info">{% translate getbut %}</a></div>
|
<div><a href="http://howtobuybitcoins.info">{% translate getbut %}</a></div>
|
||||||
</div><div>
|
</div><div>
|
||||||
<h2><span>4.</span> {% translate spend %}</h2>
|
<h2 id="spend"><span>4.</span> {% translate spend %}</h2>
|
||||||
<p>{% translate spendtxt %}</p>
|
<p>{% translate spendtxt %}</p>
|
||||||
<div><a href="http://usebitcoins.info">{% translate spendbut %}</a></div>
|
<div><a href="http://usebitcoins.info">{% translate spendbut %}</a></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -41,22 +41,22 @@ id: getting-started
|
||||||
<div class="start">
|
<div class="start">
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h2><span>1.</span> {% translate merchantinform %}</h2>
|
<h2 id="merchantinform"><span>1.</span> {% translate merchantinform %}</h2>
|
||||||
<p>{% translate merchantinformtxt %}</p>
|
<p>{% translate merchantinformtxt %}</p>
|
||||||
<div><a href="/{{ page.lang }}/{% translate you-need-to-know url %}">{% translate merchantinformbut %}</a></div>
|
<div><a href="/{{ page.lang }}/{% translate you-need-to-know url %}">{% translate merchantinformbut %}</a></div>
|
||||||
</div><div>
|
</div><div>
|
||||||
<h2><span>2.</span> {% translate merchantservice %}</h2>
|
<h2 id="merchantservice"><span>2.</span> {% translate merchantservice %}</h2>
|
||||||
<p>{% translate merchantservicetxt %}</p>
|
<p>{% translate merchantservicetxt %}</p>
|
||||||
<div><a href="https://en.bitcoin.it/wiki/How_to_accept_Bitcoin,_for_small_businesses#Merchant_Services">{% translate merchantservicebut %}</a></div>
|
<div><a href="https://en.bitcoin.it/wiki/How_to_accept_Bitcoin,_for_small_businesses#Merchant_Services">{% translate merchantservicebut %}</a></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h2><span>3.</span> {% translate tax %}</h2>
|
<h2 id="tax"><span>3.</span> {% translate tax %}</h2>
|
||||||
<p>{% translate taxtxt %}</p>
|
<p>{% translate taxtxt %}</p>
|
||||||
<div><a href="https://en.bitcoin.it/wiki/How_to_accept_Bitcoin,_for_small_businesses#Setting_Prices">{% translate taxbut %}</a></div>
|
<div><a href="https://en.bitcoin.it/wiki/How_to_accept_Bitcoin,_for_small_businesses#Setting_Prices">{% translate taxbut %}</a></div>
|
||||||
</div><div>
|
</div><div>
|
||||||
<h2><span>4.</span> {% translate visibility %}</h2>
|
<h2 id="visibility"><span>4.</span> {% translate visibility %}</h2>
|
||||||
<p>{% translate visibilitytxt %}</p>
|
<p>{% translate visibilitytxt %}</p>
|
||||||
<div><a href="http://usebitcoins.info">{% translate visibilitybut %}</a></div>
|
<div><a href="http://usebitcoins.info">{% translate visibilitybut %}</a></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -8,19 +8,19 @@ id: how-it-works
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summary">{% translate intro %}</p>
|
<p class="summary">{% translate intro %}</p>
|
||||||
|
|
||||||
<h2>{% translate basics %}</h2>
|
<h2 id="basics">{% translate basics %}</h2>
|
||||||
<p>{% translate basicstxt1 %}</p>
|
<p>{% translate basicstxt1 %}</p>
|
||||||
|
|
||||||
<p><br><img src="/img/icons/bitcoin-how-it-works.svg" alt="Bitcoin" /></p>
|
<p><br><img src="/img/icons/bitcoin-how-it-works.svg" alt="Bitcoin" /></p>
|
||||||
|
|
||||||
<h2>{% translate balances %}</h2>
|
<h2 id="balances">{% translate balances %}</h2>
|
||||||
<p>{% translate balancestxt %}</p>
|
<p>{% translate balancestxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate transactions %}</h2>
|
<h2 id="transactions">{% translate transactions %}</h2>
|
||||||
<p>{% translate transactionstxt %}</p>
|
<p>{% translate transactionstxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate processing %}</h2>
|
<h2 id="processing">{% translate processing %}</h2>
|
||||||
<p>{% translate processingtxt %}</p>
|
<p>{% translate processingtxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate readmore %}</h2>
|
<h2 id="readmore">{% translate readmore %}</h2>
|
||||||
<p>{% translate readmoretxt %}</p>
|
<p>{% translate readmoretxt %}</p>
|
||||||
|
|
|
@ -12,73 +12,73 @@ id: innovation
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="/img/innovation/inno_control.jpg" alt="Banner" />
|
<img src="/img/innovation/inno_control.jpg" alt="Banner" />
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_lock.svg" alt="Icon" />{% translate control %}</h2>
|
<h2 id="control"><img class="titleicon" src="/img/icons/ico_lock.svg" alt="Icon" />{% translate control %}</h2>
|
||||||
<p>{% translate controltext %}</p>
|
<p>{% translate controltext %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="/img/innovation/inno_global.jpg" alt="Banner" />
|
<img src="/img/innovation/inno_global.jpg" alt="Banner" />
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_international.svg" alt="Icon" />{% translate global %}</h2>
|
<h2 id="global"><img class="titleicon" src="/img/icons/ico_international.svg" alt="Icon" />{% translate global %}</h2>
|
||||||
<p>{% translate globaltext %}</p>
|
<p>{% translate globaltext %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="/img/innovation/inno_cost.jpg" alt="Banner" />
|
<img src="/img/innovation/inno_cost.jpg" alt="Banner" />
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_lowfee.svg" alt="Icon" />{% translate cost %}</h2>
|
<h2 id="cost"><img class="titleicon" src="/img/icons/ico_lowfee.svg" alt="Icon" />{% translate cost %}</h2>
|
||||||
<p>{% translate costtext %}</p>
|
<p>{% translate costtext %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="/img/innovation/inno_donation.jpg" alt="Banner" />
|
<img src="/img/innovation/inno_donation.jpg" alt="Banner" />
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_donate.svg" alt="Icon" />{% translate donation %}</h2>
|
<h2 id="donation"><img class="titleicon" src="/img/icons/ico_donate.svg" alt="Icon" />{% translate donation %}</h2>
|
||||||
<p>{% translate donationtext %}</p>
|
<p>{% translate donationtext %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="/img/innovation/inno_crowdfunding.jpg" alt="Banner" />
|
<img src="/img/innovation/inno_crowdfunding.jpg" alt="Banner" />
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_multi.svg" alt="Icon" />{% translate crowdfunding %}</h2>
|
<h2 id="crowdfunding"><img class="titleicon" src="/img/icons/ico_multi.svg" alt="Icon" />{% translate crowdfunding %}</h2>
|
||||||
<p>{% translate crowdfundingtext %}</p>
|
<p>{% translate crowdfundingtext %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="/img/innovation/inno_micro.jpg" alt="Banner" />
|
<img src="/img/innovation/inno_micro.jpg" alt="Banner" />
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_micro.svg" alt="Icon" />{% translate micro %}</h2>
|
<h2 id="micro"><img class="titleicon" src="/img/icons/ico_micro.svg" alt="Icon" />{% translate micro %}</h2>
|
||||||
<p>{% translate microtext %}</p>
|
<p>{% translate microtext %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="/img/innovation/inno_mediation.jpg" alt="Banner" />
|
<img src="/img/innovation/inno_mediation.jpg" alt="Banner" />
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_balance.svg" alt="Icon" />{% translate mediation %}</h2>
|
<h2 id="mediation"><img class="titleicon" src="/img/icons/ico_balance.svg" alt="Icon" />{% translate mediation %}</h2>
|
||||||
<p>{% translate mediationtext %}</p>
|
<p>{% translate mediationtext %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="/img/innovation/inno_multisig.jpg" alt="Banner" />
|
<img src="/img/innovation/inno_multisig.jpg" alt="Banner" />
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_multisig.svg" alt="Icon" />{% translate multisig %}</h2>
|
<h2 id="multisig"><img class="titleicon" src="/img/icons/ico_multisig.svg" alt="Icon" />{% translate multisig %}</h2>
|
||||||
<p>{% translate multisigtext %}</p>
|
<p>{% translate multisigtext %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="/img/innovation/inno_trust.jpg" alt="Banner" />
|
<img src="/img/innovation/inno_trust.jpg" alt="Banner" />
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_law.svg" alt="Icon" />{% translate trust %}</h2>
|
<h2 id="trust"><img class="titleicon" src="/img/icons/ico_law.svg" alt="Icon" />{% translate trust %}</h2>
|
||||||
<p>{% translate trusttext %}</p>
|
<p>{% translate trusttext %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="/img/innovation/inno_resiliency.jpg" alt="Banner" />
|
<img src="/img/innovation/inno_resiliency.jpg" alt="Banner" />
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_network.svg" alt="Icon" />{% translate resiliency %}</h2>
|
<h2 id="resiliency"><img class="titleicon" src="/img/icons/ico_network.svg" alt="Icon" />{% translate resiliency %}</h2>
|
||||||
<p>{% translate resiliencytext %}</p>
|
<p>{% translate resiliencytext %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="/img/innovation/inno_transparency.jpg" alt="Banner" />
|
<img src="/img/innovation/inno_transparency.jpg" alt="Banner" />
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_transparency.svg" alt="Icon" />{% translate transparency %}</h2>
|
<h2 id="transparency"><img class="titleicon" src="/img/icons/ico_transparency.svg" alt="Icon" />{% translate transparency %}</h2>
|
||||||
<p>{% translate transparencytext %}</p>
|
<p>{% translate transparencytext %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="/img/innovation/inno_automation.jpg" alt="Banner" />
|
<img src="/img/innovation/inno_automation.jpg" alt="Banner" />
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_solve.svg" alt="Icon" />{% translate automation %}</h2>
|
<h2 id="automation"><img class="titleicon" src="/img/icons/ico_solve.svg" alt="Icon" />{% translate automation %}</h2>
|
||||||
<p>{% translate automationtext %}</p>
|
<p>{% translate automationtext %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -16,13 +16,13 @@ lastchange: "November 22th, 2014."
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
<h3>1. {% translate information %}</h3>
|
<h3 id="information">1. {% translate information %}</h3>
|
||||||
<p>{% translate informationtxt1 %}</p>
|
<p>{% translate informationtxt1 %}</p>
|
||||||
|
|
||||||
<h3>2. {% translate translations %}</h3>
|
<h3 id="translations">2. {% translate translations %}</h3>
|
||||||
<p>{% translate translationstxt1 %}</p>
|
<p>{% translate translationstxt1 %}</p>
|
||||||
|
|
||||||
<h3>3. {% translate userisks %}</h3>
|
<h3 id="userisks">3. {% translate userisks %}</h3>
|
||||||
<p>{% translate useriskstxt1 %}</p>
|
<p>{% translate useriskstxt1 %}</p>
|
||||||
<p>(1) {% translate useriskstxt2 %}</p>
|
<p>(1) {% translate useriskstxt2 %}</p>
|
||||||
<p>(2) {% translate useriskstxt3 %}</p>
|
<p>(2) {% translate useriskstxt3 %}</p>
|
||||||
|
@ -30,40 +30,40 @@ lastchange: "November 22th, 2014."
|
||||||
<p>(4) {% translate useriskstxt5 %}</p>
|
<p>(4) {% translate useriskstxt5 %}</p>
|
||||||
<p>(5) {% translate useriskstxt6 %}</p>
|
<p>(5) {% translate useriskstxt6 %}</p>
|
||||||
|
|
||||||
<h3>4. {% translate investmentrisks %}</h3>
|
<h3 id="investmentrisks">4. {% translate investmentrisks %}</h3>
|
||||||
<p>{% translate investmentriskstxt1 %}</p>
|
<p>{% translate investmentriskstxt1 %}</p>
|
||||||
|
|
||||||
<h3>5. {% translate taxcompliance %}</h3>
|
<h3 id="taxcompliance">5. {% translate taxcompliance %}</h3>
|
||||||
<p>{% translate taxcompliancetxt1 %}</p>
|
<p>{% translate taxcompliancetxt1 %}</p>
|
||||||
|
|
||||||
<h3>6. {% translate noissuer %}</h3>
|
<h3 id="noissuer">6. {% translate noissuer %}</h3>
|
||||||
<p>{% translate noissuertxt1 %}</p>
|
<p>{% translate noissuertxt1 %}</p>
|
||||||
|
|
||||||
<h3>7. {% translate nowarranties %}</h3>
|
<h3 id="nowarranties">7. {% translate nowarranties %}</h3>
|
||||||
<p>{% translate nowarrantiestxt1 %}</p>
|
<p>{% translate nowarrantiestxt1 %}</p>
|
||||||
|
|
||||||
<h3>8. {% translate noliability %}</h3>
|
<h3 id="noliability">8. {% translate noliability %}</h3>
|
||||||
<p>{% translate noliabilitytxt1 %}</p>
|
<p>{% translate noliabilitytxt1 %}</p>
|
||||||
|
|
||||||
<h3>9. {% translate arbitration %}</h3>
|
<h3 id="arbitration">9. {% translate arbitration %}</h3>
|
||||||
<p>{% translate arbitrationtxt1 %}</p>
|
<p>{% translate arbitrationtxt1 %}</p>
|
||||||
|
|
||||||
<h3>10. {% translate lastchange %}</h3>
|
<h3 id="lastchange">10. {% translate lastchange %}</h3>
|
||||||
<p>{% translate lastchangetxt1 %} {{ page.lastchange }}</p>
|
<p>{% translate lastchangetxt1 %} {{ page.lastchange }}</p>
|
||||||
|
|
||||||
{% endcase %}
|
{% endcase %}
|
||||||
|
|
||||||
{% if page.lang != 'en' %}
|
{% if page.lang != 'en' %}
|
||||||
|
|
||||||
<h1>English version</h1>
|
<h1 id="english-version">English version</h1>
|
||||||
|
|
||||||
<h3>1. {% translate information legal en %}</h3>
|
<h3 id="english-information">1. {% translate information legal en %}</h3>
|
||||||
<p>{% translate informationtxt1 legal en %}</p>
|
<p>{% translate informationtxt1 legal en %}</p>
|
||||||
|
|
||||||
<h3>2. {% translate translations legal en %}</h3>
|
<h3 id="english-translations">2. {% translate translations legal en %}</h3>
|
||||||
<p>{% translate translationstxt1 legal en %}</p>
|
<p>{% translate translationstxt1 legal en %}</p>
|
||||||
|
|
||||||
<h3>3. {% translate userisks legal en %}</h3>
|
<h3 id="english-userisks">3. {% translate userisks legal en %}</h3>
|
||||||
<p>{% translate useriskstxt1 legal en %}</p>
|
<p>{% translate useriskstxt1 legal en %}</p>
|
||||||
<p>(1) {% translate useriskstxt2 legal en %}</p>
|
<p>(1) {% translate useriskstxt2 legal en %}</p>
|
||||||
<p>(2) {% translate useriskstxt3 legal en %}</p>
|
<p>(2) {% translate useriskstxt3 legal en %}</p>
|
||||||
|
@ -71,25 +71,25 @@ lastchange: "November 22th, 2014."
|
||||||
<p>(4) {% translate useriskstxt5 legal en %}</p>
|
<p>(4) {% translate useriskstxt5 legal en %}</p>
|
||||||
<p>(5) {% translate useriskstxt6 legal en %}</p>
|
<p>(5) {% translate useriskstxt6 legal en %}</p>
|
||||||
|
|
||||||
<h3>4. {% translate investmentrisks legal en %}</h3>
|
<h3 id="english-investmentrisks">4. {% translate investmentrisks legal en %}</h3>
|
||||||
<p>{% translate investmentriskstxt1 legal en %}</p>
|
<p>{% translate investmentriskstxt1 legal en %}</p>
|
||||||
|
|
||||||
<h3>5. {% translate taxcompliance legal en %}</h3>
|
<h3 id="english-taxcompliance">5. {% translate taxcompliance legal en %}</h3>
|
||||||
<p>{% translate taxcompliancetxt1 legal en %}</p>
|
<p>{% translate taxcompliancetxt1 legal en %}</p>
|
||||||
|
|
||||||
<h3>6. {% translate noissuer legal en %}</h3>
|
<h3 id="english-noissuer">6. {% translate noissuer legal en %}</h3>
|
||||||
<p>{% translate noissuertxt1 legal en %}</p>
|
<p>{% translate noissuertxt1 legal en %}</p>
|
||||||
|
|
||||||
<h3>7. {% translate nowarranties legal en %}</h3>
|
<h3 id="english-nowarranties">7. {% translate nowarranties legal en %}</h3>
|
||||||
<p>{% translate nowarrantiestxt1 legal en %}</p>
|
<p>{% translate nowarrantiestxt1 legal en %}</p>
|
||||||
|
|
||||||
<h3>8. {% translate noliability legal en %}</h3>
|
<h3 id="english-noliability">8. {% translate noliability legal en %}</h3>
|
||||||
<p>{% translate noliabilitytxt1 legal en %}</p>
|
<p>{% translate noliabilitytxt1 legal en %}</p>
|
||||||
|
|
||||||
<h3>9. {% translate arbitration legal en %}</h3>
|
<h3 id="english-arbitration">9. {% translate arbitration legal en %}</h3>
|
||||||
<p>{% translate arbitrationtxt1 legal en %}</p>
|
<p>{% translate arbitrationtxt1 legal en %}</p>
|
||||||
|
|
||||||
<h3>10. {% translate lastchange legal en %}</h3>
|
<h3 id="english-lastchange">10. {% translate lastchange legal en %}</h3>
|
||||||
<p>{% translate lastchangetxt1 legal en %} {{ page.lastchange }}</p>
|
<p>{% translate lastchangetxt1 legal en %} {{ page.lastchange }}</p>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -36,7 +36,7 @@ dialogs:
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summary">{% translate summary %}</p>
|
<p class="summary">{% translate summary %}</p>
|
||||||
|
|
||||||
<h2>{% translate volunteer %}</h2>
|
<h2 id="volunteer">{% translate volunteer %}</h2>
|
||||||
|
|
||||||
<div class="press-volunteer">
|
<div class="press-volunteer">
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ dialogs:
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>{% translate menu-faq layout %}</h2>
|
<h2 id="layout">{% translate menu-faq layout %}</h2>
|
||||||
|
|
||||||
<div class="press-faq">
|
<div class="press-faq">
|
||||||
|
|
||||||
|
@ -213,7 +213,7 @@ dialogs:
|
||||||
|
|
||||||
<div class="press-videos">
|
<div class="press-videos">
|
||||||
|
|
||||||
<h2>{{ page.dialogs.materialvideo }}</h2>
|
<h2 id="videos">{{ page.dialogs.materialvideo }}</h2>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<a href="https://www.youtube.com/watch?v=LP4GSvQUtBw&feature=player_embedded" target="_blank"><img src="/img/press/video/funke.jpg" alt="what is Bitcoin"></a><br>
|
<a href="https://www.youtube.com/watch?v=LP4GSvQUtBw&feature=player_embedded" target="_blank"><img src="/img/press/video/funke.jpg" alt="what is Bitcoin"></a><br>
|
||||||
|
@ -234,7 +234,7 @@ What is Bitcoin - Weusecoins<br>
|
||||||
|
|
||||||
<div class="press-pictures">
|
<div class="press-pictures">
|
||||||
|
|
||||||
<h2>{% translate materialpicture %}</h2>
|
<h2 id="pictures">{% translate materialpicture %}</h2>
|
||||||
<div>
|
<div>
|
||||||
<a href="https://docs.google.com/uc?export=view&id=0B4t9VJLm_PWhckxzRm5vS2ZtOWM" target="_blank"><img src="/img/press/picture/bitcoin_kiez.jpg" alt="Bitcoin Kiez sign"></a>
|
<a href="https://docs.google.com/uc?export=view&id=0B4t9VJLm_PWhckxzRm5vS2ZtOWM" target="_blank"><img src="/img/press/picture/bitcoin_kiez.jpg" alt="Bitcoin Kiez sign"></a>
|
||||||
<a href="https://docs.google.com/uc?export=view&id=0BwnE6HIoU4a4bUswMm5UWS1XakU" target="_blank"><img src="/img/press/picture/bitcoin_logo_plain.png" alt="Bitcoin logo"></a>
|
<a href="https://docs.google.com/uc?export=view&id=0BwnE6HIoU4a4bUswMm5UWS1XakU" target="_blank"><img src="/img/press/picture/bitcoin_logo_plain.png" alt="Bitcoin logo"></a>
|
||||||
|
@ -262,7 +262,7 @@ What is Bitcoin - Weusecoins<br>
|
||||||
|
|
||||||
<div class="press-quotes">
|
<div class="press-quotes">
|
||||||
|
|
||||||
<h2>{{ page.dialogs.materialquote }}</h2>
|
<h2 id="quotes">{{ page.dialogs.materialquote }}</h2>
|
||||||
<div>
|
<div>
|
||||||
<p><span>{{ page.dialogs.quotechrisdixon }}</span><span>Chris Dixon, Technology Investor</span></p>
|
<p><span>{{ page.dialogs.quotechrisdixon }}</span><span>Chris Dixon, Technology Investor</span></p>
|
||||||
<p><span>{{ page.dialogs.quotewencescasares }}</span><span>Wences Casares, Technology Entrepreneur</span></p>
|
<p><span>{{ page.dialogs.quotewencescasares }}</span><span>Wences Casares, Technology Entrepreneur</span></p>
|
||||||
|
|
|
@ -4,8 +4,8 @@ id: privacy
|
||||||
---
|
---
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
|
|
||||||
<h2>{% translate datacollect %}</h2>
|
<h2 id="collect">{% translate datacollect %}</h2>
|
||||||
<p>{% translate datacollecttxt %}</p>
|
<p>{% translate datacollecttxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate datause %}</h2>
|
<h2 id="datause">{% translate datause %}</h2>
|
||||||
<p>{% translate datausetxt %}</p>
|
<p>{% translate datausetxt %}</p>
|
||||||
|
|
|
@ -8,23 +8,23 @@ id: protect-your-privacy
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summarytxt">{% translate pagedesc %}</p>
|
<p class="summarytxt">{% translate pagedesc %}</p>
|
||||||
|
|
||||||
<h2>{% translate traceable %}</h2>
|
<h2 id="traceable">{% translate traceable %}</h2>
|
||||||
<p>{% translate traceabletxt %}</p>
|
<p>{% translate traceabletxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate receive %}</h2>
|
<h2 id="receive">{% translate receive %}</h2>
|
||||||
<p>{% translate receivetxt %}</p>
|
<p>{% translate receivetxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate send %}</h2>
|
<h2 id="send">{% translate send %}</h2>
|
||||||
<p>{% translate sendtxt %}</p>
|
<p>{% translate sendtxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate public %}</h2>
|
<h2 id="public">{% translate public %}</h2>
|
||||||
<p>{% translate publictxt %}</p>
|
<p>{% translate publictxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate iplog %}</h2>
|
<h2 id="iplog">{% translate iplog %}</h2>
|
||||||
<p>{% translate iplogtxt %}</p>
|
<p>{% translate iplogtxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate mixing %}</h2>
|
<h2 id="mixing">{% translate mixing %}</h2>
|
||||||
<p>{% translate mixingtxt %}</p>
|
<p>{% translate mixingtxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate future %}</h2>
|
<h2 id="future">{% translate future %}</h2>
|
||||||
<p>{% translate futuretxt %}</p>
|
<p>{% translate futuretxt %}</p>
|
||||||
|
|
|
@ -11,13 +11,13 @@ id: resources
|
||||||
<div class="resources">
|
<div class="resources">
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h2><img src="/img/icons/ico_simple.svg" class="titleicon" alt="Icon">{% translate useful %}</h2>
|
<h2 id="useful"><img src="/img/icons/ico_simple.svg" class="titleicon" alt="Icon">{% translate useful %}</h2>
|
||||||
<p><a href="https://bitcoinfoundation.org/">Bitcoin Foundation</a></p>
|
<p><a href="https://bitcoinfoundation.org/">Bitcoin Foundation</a></p>
|
||||||
<p>{% translate linkwiki %}</p>
|
<p>{% translate linkwiki %}</p>
|
||||||
<p><a href="https://www.weusecoins.com/">WeUseCoins.com</a></p>
|
<p><a href="https://www.weusecoins.com/">WeUseCoins.com</a></p>
|
||||||
<p><a href="http://www.bitcoinmining.com/">BitcoinMining.com</a></p>
|
<p><a href="http://www.bitcoinmining.com/">BitcoinMining.com</a></p>
|
||||||
</div><div>
|
</div><div>
|
||||||
<h2><img src="/img/icons/ico_invoice.svg" class="titleicon" alt="Icon">{% translate directories %}</h2>
|
<h2 id="directories"><img src="/img/icons/ico_invoice.svg" class="titleicon" alt="Icon">{% translate directories %}</h2>
|
||||||
<p><a href="/{{ page.lang }}/{% translate choose-your-wallet url %}">{% translate linkwallets %}</a> - bitcoin.org</p>
|
<p><a href="/{{ page.lang }}/{% translate choose-your-wallet url %}">{% translate linkwallets %}</a> - bitcoin.org</p>
|
||||||
<p><a href="http://coinmap.org/">{% translate linkmerchants %}</a> - coinmap.org</p>
|
<p><a href="http://coinmap.org/">{% translate linkmerchants %}</a> - coinmap.org</p>
|
||||||
<p><a href="https://airbitz.co/">{% translate linkmerchants %}</a> - airbitz.co</p>
|
<p><a href="https://airbitz.co/">{% translate linkmerchants %}</a> - airbitz.co</p>
|
||||||
|
@ -29,7 +29,7 @@ id: resources
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h2><img src="/img/icons/ico_spread.svg" class="titleicon" alt="Icon">{% translate news %}</h2>
|
<h2 id="news"><img src="/img/icons/ico_spread.svg" class="titleicon" alt="Icon">{% translate news %}</h2>
|
||||||
{% if page.lang == 'fr' %}<p><a href="http://le-coin-coin.fr/">Le Coin Coin</a></p>{% endif %}
|
{% if page.lang == 'fr' %}<p><a href="http://le-coin-coin.fr/">Le Coin Coin</a></p>{% endif %}
|
||||||
{% if page.lang == 'fr' %}<p><a href="http://www.bitcoin.fr/">Bitcoin.fr</a></p>{% endif %}
|
{% if page.lang == 'fr' %}<p><a href="http://www.bitcoin.fr/">Bitcoin.fr</a></p>{% endif %}
|
||||||
{% if page.lang == 'bg' %}<p><a href="http://hash.bg/">Hash.bg</a></p>{% endif %}
|
{% if page.lang == 'bg' %}<p><a href="http://hash.bg/">Hash.bg</a></p>{% endif %}
|
||||||
|
@ -40,7 +40,7 @@ id: resources
|
||||||
<p><a href="http://bitcoinmagazine.com/">Bitcoin Magazine</a></p>
|
<p><a href="http://bitcoinmagazine.com/">Bitcoin Magazine</a></p>
|
||||||
{% if page.lang == 'ru' %}<p><a href="https://bitcointalk.org/index.php?board=128.0">Биткойн Форум / Новости</a></p>{% else %}<p><a href="https://bitcointalk.org/index.php?board=77.0">BitcoinTalk press links</a></p>{% endif %}
|
{% if page.lang == 'ru' %}<p><a href="https://bitcointalk.org/index.php?board=128.0">Биткойн Форум / Новости</a></p>{% else %}<p><a href="https://bitcointalk.org/index.php?board=77.0">BitcoinTalk press links</a></p>{% endif %}
|
||||||
</div><div>
|
</div><div>
|
||||||
<h2><img src="/img/icons/ico_market.svg" class="titleicon" alt="Icon">{% translate charts %}</h2>
|
<h2 id="charts"><img src="/img/icons/ico_market.svg" class="titleicon" alt="Icon">{% translate charts %}</h2>
|
||||||
<p><a href="http://blockchain.info/charts">Blockchain.info</a></p>
|
<p><a href="http://blockchain.info/charts">Blockchain.info</a></p>
|
||||||
<p><a href="https://www.biteasy.com/">Biteasy.com</a></p>
|
<p><a href="https://www.biteasy.com/">Biteasy.com</a></p>
|
||||||
<p><a href="https://tradeblock.com/">Trade Block</a></p>
|
<p><a href="https://tradeblock.com/">Trade Block</a></p>
|
||||||
|
@ -50,10 +50,10 @@ id: resources
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h2><img src="/img/icons/ico_doc.svg" class="titleicon" alt="Icon">{% translate documentaries %}</h2>
|
<h2 id="documentaries"><img src="/img/icons/ico_doc.svg" class="titleicon" alt="Icon">{% translate documentaries %}</h2>
|
||||||
<p><a href="http://bitcoinfilm.org/">BitcoinFilm.org</a></p>
|
<p><a href="http://bitcoinfilm.org/">BitcoinFilm.org</a></p>
|
||||||
</div><div>
|
</div><div>
|
||||||
<h2><img src="/img/icons/ico_solve.svg" class="titleicon" alt="Icon">{% translate learn %}</h2>
|
<h2 id="learn"><img src="/img/icons/ico_solve.svg" class="titleicon" alt="Icon">{% translate learn %}</h2>
|
||||||
<p><a href="http://letstalkbitcoin.com/">Let's Talk Bitcoin</a></p>
|
<p><a href="http://letstalkbitcoin.com/">Let's Talk Bitcoin</a></p>
|
||||||
<p><a href="http://www.bitcoin.kn/">Bitcoin Knowledge Podcast</a></p>
|
<p><a href="http://www.bitcoin.kn/">Bitcoin Knowledge Podcast</a></p>
|
||||||
<p><a href="https://www.khanacademy.org/economics-finance-domain/core-finance/money-and-banking/bitcoin/v/bitcoin-what-is-it">Khan Academy</a></p>
|
<p><a href="https://www.khanacademy.org/economics-finance-domain/core-finance/money-and-banking/bitcoin/v/bitcoin-what-is-it">Khan Academy</a></p>
|
||||||
|
|
|
@ -8,49 +8,49 @@ id: secure-your-wallet
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summarytxt">{% translate summary %}</p>
|
<p class="summarytxt">{% translate summary %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/icons/ico_warning.svg" class="titleicon" alt="warning">{% translate online %}</h2>
|
<h2 id="online"><img src="/img/icons/ico_warning.svg" class="titleicon" alt="warning">{% translate online %}</h2>
|
||||||
<p>{% translate onlinetxt %}</p>
|
<p>{% translate onlinetxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate everyday %}</h2>
|
<h2 id="everyday">{% translate everyday %}</h2>
|
||||||
<p>{% translate everydaytxt %}</p>
|
<p>{% translate everydaytxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate backup %}</h2>
|
<h2 id="backup">{% translate backup %}</h2>
|
||||||
<p>{% translate backuptxt %}</p>
|
<p>{% translate backuptxt %}</p>
|
||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
|
|
||||||
<h3>{% translate backupwhole %}</h3>
|
<h3 id="backupwhole">{% translate backupwhole %}</h3>
|
||||||
<p>{% translate backupwholetxt %}</p>
|
<p>{% translate backupwholetxt %}</p>
|
||||||
|
|
||||||
<h3>{% translate backuponline %}</h3>
|
<h3 id="backuponline">{% translate backuponline %}</h3>
|
||||||
<p>{% translate backuponlinetxt %}</p>
|
<p>{% translate backuponlinetxt %}</p>
|
||||||
|
|
||||||
<h3>{% translate backupmany %}</h3>
|
<h3 id="backupmany">{% translate backupmany %}</h3>
|
||||||
<p>{% translate backupmanytxt %}</p>
|
<p>{% translate backupmanytxt %}</p>
|
||||||
|
|
||||||
<h3>{% translate backupregular %}</h3>
|
<h3 id="backupregular">{% translate backupregular %}</h3>
|
||||||
<p>{% translate backupregulartxt %}</p>
|
<p>{% translate backupregulartxt %}</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>{% translate encrypt %}</h2>
|
<h2 id="encrypt">{% translate encrypt %}</h2>
|
||||||
<p>{% translate encrypttxt %}</p>
|
<p>{% translate encrypttxt %}</p>
|
||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
|
|
||||||
<h3>{% translate encryptforget %}</h3>
|
<h3 id="encryptforget">{% translate encryptforget %}</h3>
|
||||||
<p>{% translate encryptforgettxt %}</p>
|
<p>{% translate encryptforgettxt %}</p>
|
||||||
|
|
||||||
<h3>{% translate encryptstrong %}</h3>
|
<h3 id="encryptstrong">{% translate encryptstrong %}</h3>
|
||||||
<p>{% translate encryptstrongtxt %}</p>
|
<p>{% translate encryptstrongtxt %}</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>{% translate offline %}</h2>
|
<h2 id="offline">{% translate offline %}</h2>
|
||||||
<p>{% translate offlinetxt %}</p>
|
<p>{% translate offlinetxt %}</p>
|
||||||
|
|
||||||
<div class="box boxexpand">
|
<div class="box boxexpand">
|
||||||
<h3><a href="#" onclick="boxShow(event);">{% translate offlinetx %}</a></h3>
|
<h3 id="offlinetx"><a href="#" onclick="boxShow(event);">{% translate offlinetx %}</a></h3>
|
||||||
<p>{% translate offlinetxtxt1 %}</p>
|
<p>{% translate offlinetxtxt1 %}</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>{% translate offlinetxtxt2 %}</li>
|
<li>{% translate offlinetxtxt2 %}</li>
|
||||||
|
@ -62,15 +62,15 @@ id: secure-your-wallet
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<div class="box boxexpand">
|
<div class="box boxexpand">
|
||||||
<h3><a href="#" onclick="boxShow(event);">{% translate hardwarewallet %}</a></h3>
|
<h3 id="hardwarewallet"><a href="#" onclick="boxShow(event);">{% translate hardwarewallet %}</a></h3>
|
||||||
<p>{% translate hardwarewallettxt %}</p>
|
<p>{% translate hardwarewallettxt %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>{% translate update %}</h2>
|
<h2 id="update">{% translate update %}</h2>
|
||||||
<p>{% translate updatetxt %}</p>
|
<p>{% translate updatetxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate offlinemulti %}</h2>
|
<h2 id="offlinemulti">{% translate offlinemulti %}</h2>
|
||||||
<p>{% translate offlinemultitxt %}</p>
|
<p>{% translate offlinemultitxt %}</p>
|
||||||
|
|
||||||
<h2>{% translate offlinetestament %}</h2>
|
<h2 id="offlinetestament">{% translate offlinetestament %}</h2>
|
||||||
<p>{% translate offlinetestamenttxt %}</p>
|
<p>{% translate offlinetestamenttxt %}</p>
|
||||||
|
|
|
@ -8,33 +8,33 @@ id: support-bitcoin
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summarytxt">{% translate summary %}</p>
|
<p class="summarytxt">{% translate summary %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_multi.svg" alt="Icon" />{% translate use %}</h2>
|
<h2 id="use"><img class="titleicon" src="/img/icons/ico_multi.svg" alt="Icon" />{% translate use %}</h2>
|
||||||
<p>{% translate usetxt %}</p>
|
<p>{% translate usetxt %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_network.svg" alt="Icon" />{% translate node %}</h2>
|
<h2 id="node"><img class="titleicon" src="/img/icons/ico_network.svg" alt="Icon" />{% translate node %}</h2>
|
||||||
<p>{% translate nodetxt %}</p>
|
<p>{% translate nodetxt %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_mining.svg" alt="Icon" />{% translate mining %}</h2>
|
<h2 id="mining"><img class="titleicon" src="/img/icons/ico_mining.svg" alt="Icon" />{% translate mining %}</h2>
|
||||||
<p>{% translate miningtxt %}</p>
|
<p>{% translate miningtxt %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_translate.svg" alt="Icon" />{% translate translate %}</h2>
|
<h2 id="translate"><img class="titleicon" src="/img/icons/ico_translate.svg" alt="Icon" />{% translate translate %}</h2>
|
||||||
<p>{% translate translatetxt %}</p>
|
<p>{% translate translatetxt %}</p>
|
||||||
<p><a href="https://www.transifex.com/projects/p/bitcoin/">Bitcoin Core</a> - <a href="https://www.transifex.com/projects/p/bitcoinorg/">Bitcoin.org</a> - <a href="https://en.bitcoin.it/wiki/Bitcoin.it_Wiki">Bitcoin Wiki</a> - <a href="https://www.transifex.com/projects/p/bitcoin-wallet/">Bitcoin Wallet (Android)</a> - <a href="http://translate.multibit.org/">MultiBit</a> - <a href="https://crowdin.com/project/electrum">Electrum</a> - <a href="https://github.com/hivewallet/hive-osx/wiki/I18n-guide">Hive</a></p>
|
<p><a href="https://www.transifex.com/projects/p/bitcoin/">Bitcoin Core</a> - <a href="https://www.transifex.com/projects/p/bitcoinorg/">Bitcoin.org</a> - <a href="https://en.bitcoin.it/wiki/Bitcoin.it_Wiki">Bitcoin Wiki</a> - <a href="https://www.transifex.com/projects/p/bitcoin-wallet/">Bitcoin Wallet (Android)</a> - <a href="http://translate.multibit.org/">MultiBit</a> - <a href="https://crowdin.com/project/electrum">Electrum</a> - <a href="https://github.com/hivewallet/hive-osx/wiki/I18n-guide">Hive</a></p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_conf.svg" alt="Icon" />{% translate develop %}</h2>
|
<h2 id="develop"><img class="titleicon" src="/img/icons/ico_conf.svg" alt="Icon" />{% translate develop %}</h2>
|
||||||
<p>{% translate developtxt %}</p>
|
<p>{% translate developtxt %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_donate.svg" alt="Icon" />{% translate donation %}</h2>
|
<h2 id="donation"><img class="titleicon" src="/img/icons/ico_donate.svg" alt="Icon" />{% translate donation %}</h2>
|
||||||
<p>{% translate donationtxt %}</p>
|
<p>{% translate donationtxt %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_law.svg" alt="Icon" />{% translate nonprofit %}</h2>
|
<h2 id="nonprofit"><img class="titleicon" src="/img/icons/ico_law.svg" alt="Icon" />{% translate nonprofit %}</h2>
|
||||||
<p>{% translate nonprofittxt %}</p>
|
<p>{% translate nonprofittxt %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_spread.svg" alt="Icon" />{% translate spread %}</h2>
|
<h2 id="spread"><img class="titleicon" src="/img/icons/ico_spread.svg" alt="Icon" />{% translate spread %}</h2>
|
||||||
<p>{% translate spreadtxt %}</p>
|
<p>{% translate spreadtxt %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_wiki.svg" alt="Icon" />{% translate wiki %}</h2>
|
<h2 id="wiki"><img class="titleicon" src="/img/icons/ico_wiki.svg" alt="Icon" />{% translate wiki %}</h2>
|
||||||
<p>{% translate wikitxt %}</a>
|
<p>{% translate wikitxt %}</a>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_help.svg" alt="Icon" />{% translate help %}</h2>
|
<h2 id="help"><img class="titleicon" src="/img/icons/ico_help.svg" alt="Icon" />{% translate help %}</h2>
|
||||||
<p>{% translate helptxt %}</p>
|
<p>{% translate helptxt %}</p>
|
||||||
|
|
|
@ -25,7 +25,7 @@ voc:
|
||||||
---
|
---
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summarytxt">{% translate summary %}</p>
|
<p class="summarytxt">{% translate summary %}</p>
|
||||||
<h2>{% translate table %}</h2>
|
<h2 id="table-of-contents">{% translate table %}</h2>
|
||||||
|
|
||||||
<div class="index">
|
<div class="index">
|
||||||
{% alphab_for v in page.voc %}
|
{% alphab_for v in page.voc %}
|
||||||
|
|
|
@ -8,23 +8,23 @@ id: you-need-to-know
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summarytxt">{% translate summary %}</p>
|
<p class="summarytxt">{% translate summary %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_key.svg" alt="Icon" />{% translate secure %}</h2>
|
<h2 id="secure"><img class="titleicon" src="/img/icons/ico_key.svg" alt="Icon" />{% translate secure %}</h2>
|
||||||
<p>{% translate securetxt %}</p>
|
<p>{% translate securetxt %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_market.svg" alt="Icon" />{% translate volatile %}</h2>
|
<h2 id="volatile"><img class="titleicon" src="/img/icons/ico_market.svg" alt="Icon" />{% translate volatile %}</h2>
|
||||||
<p>{% translate volatiletxt %}</p>
|
<p>{% translate volatiletxt %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_irreversible.svg" alt="Icon" />{% translate irreversible %}</h2>
|
<h2 id="irreversible"><img class="titleicon" src="/img/icons/ico_irreversible.svg" alt="Icon" />{% translate irreversible %}</h2>
|
||||||
<p>{% translate irreversibletxt %}</p>
|
<p>{% translate irreversibletxt %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_anon.svg" alt="Icon" />{% translate anonymous %}</h2>
|
<h2 id="anonymous"><img class="titleicon" src="/img/icons/ico_anon.svg" alt="Icon" />{% translate anonymous %}</h2>
|
||||||
<p>{% translate anonymoustxt %}</p>
|
<p>{% translate anonymoustxt %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_fast.svg" alt="Icon" />{% translate instant %}</h2>
|
<h2 id="instant"><img class="titleicon" src="/img/icons/ico_fast.svg" alt="Icon" />{% translate instant %}</h2>
|
||||||
<p>{% translate instanttxt %}</p>
|
<p>{% translate instanttxt %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_lab.svg" alt="Icon" />{% translate experimental %}</h2>
|
<h2 id="experimental"><img class="titleicon" src="/img/icons/ico_lab.svg" alt="Icon" />{% translate experimental %}</h2>
|
||||||
<p>{% translate experimentaltxt %}</p>
|
<p>{% translate experimentaltxt %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/icons/ico_invoice.svg" alt="Icon" />{% translate tax %}</h2>
|
<h2 id="tax"><img class="titleicon" src="/img/icons/ico_invoice.svg" alt="Icon" />{% translate tax %}</h2>
|
||||||
<p>{% translate taxtxt %}</p>
|
<p>{% translate taxtxt %}</p>
|
||||||
|
|
|
@ -20,11 +20,11 @@ title: "Developer Documentation - Bitcoin"
|
||||||
|
|
||||||
<div class="resources">
|
<div class="resources">
|
||||||
<div><div>
|
<div><div>
|
||||||
<h2><img src="/img/icons/ico_blockchain.svg" class="titleicon" alt="Icon">Block Chain</h2>
|
<h2 id="block_chain"><img src="/img/icons/ico_blockchain.svg" class="titleicon" alt="Icon">Block Chain</h2>
|
||||||
<p><a href="/en/developer-guide#block-chain">Block Chain Guide</a></p>
|
<p><a href="/en/developer-guide#block-chain">Block Chain Guide</a></p>
|
||||||
<p><a href="/en/developer-reference#block-chain">Block Chain Reference</a></p>
|
<p><a href="/en/developer-reference#block-chain">Block Chain Reference</a></p>
|
||||||
</div><div>
|
</div><div>
|
||||||
<h2><img src="/img/icons/ico_micro.svg" class="titleicon" alt="Icon">Transactions</h2>
|
<h2 id="transactions"><img src="/img/icons/ico_micro.svg" class="titleicon" alt="Icon">Transactions</h2>
|
||||||
<p><a href="/en/developer-guide#transactions">Transactions Guide</a></p>
|
<p><a href="/en/developer-guide#transactions">Transactions Guide</a></p>
|
||||||
<p><a href="/en/developer-reference#transactions">Transactions Reference</a></p>
|
<p><a href="/en/developer-reference#transactions">Transactions Reference</a></p>
|
||||||
<p><a href="/en/developer-examples#transactions">Transaction Examples</a></p>
|
<p><a href="/en/developer-examples#transactions">Transaction Examples</a></p>
|
||||||
|
@ -32,14 +32,14 @@ title: "Developer Documentation - Bitcoin"
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h2><img src="/img/icons/ico_contract.svg" class="titleicon" alt="Icon">Contracts</h2>
|
<h2 id="contracts"><img src="/img/icons/ico_contract.svg" class="titleicon" alt="Icon">Contracts</h2>
|
||||||
<p><a href="/en/developer-guide#contracts">Contracts Guide</a></p>
|
<p><a href="/en/developer-guide#contracts">Contracts Guide</a></p>
|
||||||
<div class="resourcesext">
|
<div class="resourcesext">
|
||||||
<p><a href="https://en.bitcoin.it/wiki/Contracts">More Contracts</a> - Wiki</p>
|
<p><a href="https://en.bitcoin.it/wiki/Contracts">More Contracts</a> - Wiki</p>
|
||||||
<p><a href="https://bitcoinj.github.io/working-with-micropayments">Micropayment Channel Example</a> - bitcoinj</p>
|
<p><a href="https://bitcoinj.github.io/working-with-micropayments">Micropayment Channel Example</a> - bitcoinj</p>
|
||||||
</div>
|
</div>
|
||||||
</div><div>
|
</div><div>
|
||||||
<h2><img src="/img/icons/ico_key.svg" class="titleicon" alt="Icon">Wallets</h2>
|
<h2 id="wallets"><img src="/img/icons/ico_key.svg" class="titleicon" alt="Icon">Wallets</h2>
|
||||||
<p><a href="/en/developer-guide#wallets">Wallets Guide</a></p>
|
<p><a href="/en/developer-guide#wallets">Wallets Guide</a></p>
|
||||||
<p><a href="/en/developer-reference#wallets">Wallets Reference</a></p>
|
<p><a href="/en/developer-reference#wallets">Wallets Reference</a></p>
|
||||||
<div class="resourcesext">
|
<div class="resourcesext">
|
||||||
|
@ -50,20 +50,20 @@ title: "Developer Documentation - Bitcoin"
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h2><img src="/img/icons/ico_bill.svg" class="titleicon" alt="Icon">Payment Processing</h2>
|
<h2 id="payment-processing"><img src="/img/icons/ico_bill.svg" class="titleicon" alt="Icon">Payment Processing</h2>
|
||||||
<p><a href="/en/developer-guide#payment-processing">Payment Processing Guide</a></p>
|
<p><a href="/en/developer-guide#payment-processing">Payment Processing Guide</a></p>
|
||||||
<p><a href="/en/developer-examples#payment-processing">Payment Processing Examples</a></p>
|
<p><a href="/en/developer-examples#payment-processing">Payment Processing Examples</a></p>
|
||||||
<div class="resourcesext">
|
<div class="resourcesext">
|
||||||
<p><a href="https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki">Payment Protocol</a> - BIP70</p>
|
<p><a href="https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki">Payment Protocol</a> - BIP70</p>
|
||||||
</div>
|
</div>
|
||||||
</div><div>
|
</div><div>
|
||||||
<h2><img src="/img/icons/ico_conf.svg" class="titleicon" alt="Icon">Operating Modes</h2>
|
<h2 id="operating_modes"><img src="/img/icons/ico_conf.svg" class="titleicon" alt="Icon">Operating Modes</h2>
|
||||||
<p><a href="/en/developer-guide#operating-modes">Operating Modes Guide</a></p>
|
<p><a href="/en/developer-guide#operating-modes">Operating Modes Guide</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h2><img src="/img/icons/ico_network.svg" class="titleicon" alt="Icon">P2P Network</h2>
|
<h2 id="p2p-network"><img src="/img/icons/ico_network.svg" class="titleicon" alt="Icon">P2P Network</h2>
|
||||||
<p><a href="/en/developer-guide#p2p-network">P2P Network Guide</a></p>
|
<p><a href="/en/developer-guide#p2p-network">P2P Network Guide</a></p>
|
||||||
<p><a href="/en/developer-reference#p2p-network">P2P Network Reference</a></p>
|
<p><a href="/en/developer-reference#p2p-network">P2P Network Reference</a></p>
|
||||||
<p><a href="/en/developer-examples#p2p-network">P2P Network Examples</a></p>
|
<p><a href="/en/developer-examples#p2p-network">P2P Network Examples</a></p>
|
||||||
|
@ -71,7 +71,7 @@ title: "Developer Documentation - Bitcoin"
|
||||||
<p><a href="https://en.bitcoin.it/wiki/Protocol_specification">Full Protocol Specification</a> - Wiki</p>
|
<p><a href="https://en.bitcoin.it/wiki/Protocol_specification">Full Protocol Specification</a> - Wiki</p>
|
||||||
</div>
|
</div>
|
||||||
</div><div>
|
</div><div>
|
||||||
<h2><img src="/img/icons/ico_mining.svg" class="titleicon" alt="Icon">Mining</h2>
|
<h2 id="mining"><img src="/img/icons/ico_mining.svg" class="titleicon" alt="Icon">Mining</h2>
|
||||||
<p><a href="/en/developer-guide#mining">Mining Guide</a></p>
|
<p><a href="/en/developer-guide#mining">Mining Guide</a></p>
|
||||||
<div class="resourcesext">
|
<div class="resourcesext">
|
||||||
<p><a href="https://github.com/bitcoin/bips/blob/master/bip-0022.mediawiki">getworktemplate Fundamentals</a> - BIP22</p>
|
<p><a href="https://github.com/bitcoin/bips/blob/master/bip-0022.mediawiki">getworktemplate Fundamentals</a> - BIP22</p>
|
||||||
|
@ -82,7 +82,7 @@ title: "Developer Documentation - Bitcoin"
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="resourcesmore"><div>
|
<div class="resourcesmore"><div>
|
||||||
<h2><img src="/img/icons/ico_wiki.svg" class="titleicon" alt="Icon">Additional resources</h2>
|
<h2 id="additional-resources"><img src="/img/icons/ico_wiki.svg" class="titleicon" alt="Icon">Additional resources</h2>
|
||||||
<p><a href="/bitcoin.pdf">Bitcoin: A Peer-to-Peer Electronic Cash System</a> - Satoshi Nakamoto</p>
|
<p><a href="/bitcoin.pdf">Bitcoin: A Peer-to-Peer Electronic Cash System</a> - Satoshi Nakamoto</p>
|
||||||
<p><a href="https://github.com/bitcoin/bips#readme">Bitcoin Improvement Proposals</a> - GitHub</p>
|
<p><a href="https://github.com/bitcoin/bips#readme">Bitcoin Improvement Proposals</a> - GitHub</p>
|
||||||
<p><a href="https://github.com/minium/Bitcoin-Spec">Bitcoin Developer Reference (working paper)</a> - Krzysztof Okupski</p>
|
<p><a href="https://github.com/minium/Bitcoin-Spec">Bitcoin Developer Reference (working paper)</a> - Krzysztof Okupski</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue