diff --git a/Makefile b/Makefile index c85a20dc..02efa3bb 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,7 @@ pre-build-tests-fast: check-for-non-ascii-urls check-for-wrong-filename-assignme check-for-consistent-bitcoin-core-titles \ check-for-too-many-wallets-on-one-platform \ check-validate-yaml \ + check-wallet-description-length \ ## Post-build tests which, aggregated together, take less than 10 seconds to run on a typical PC post-build-tests-fast: check-for-build-errors ensure-each-svg-has-a-png check-for-liquid-errors \ @@ -305,3 +306,7 @@ check-for-too-many-wallets-on-one-platform: check-validate-yaml: ## Validate YAML files against schemas $S ! find _wallets -type f -exec bundle exec _contrib/schema-validator.rb quality-assurance/schemas/wallets.yaml {} \; | grep . + +check-wallet-description-length: +## Ensure wallet descriptions are 320 characters or less + $S sed -n '/^ choose-your-wallet:/,/^ [-a-z]\+:/{/wallet.*:.\{320\}/p} ' _translations/en.yml | eval $(ERROR_ON_OUTPUT) diff --git a/_data/devdocs/en/bitcoin-core/api-intro.md b/_data/devdocs/en/bitcoin-core/api-intro.md index 957329fe..e41b9e59 100644 --- a/_data/devdocs/en/bitcoin-core/api-intro.md +++ b/_data/devdocs/en/bitcoin-core/api-intro.md @@ -378,6 +378,8 @@ untrusted source. {% include_absolute _data/devdocs/{{page.lang}}/bitcoin-core/rest/requests/get_block-notxdetails.md _data/devdocs/en/bitcoin-core/rest/requests/get_block-notxdetails.md %} +{% include_absolute _data/devdocs/{{page.lang}}/bitcoin-core/rest/requests/get_blockhashbyheight.md _data/devdocs/en/bitcoin-core/rest/requests/get_blockhashbyheight.md %} + {% include_absolute _data/devdocs/{{page.lang}}/bitcoin-core/rest/requests/get_chaininfo.md _data/devdocs/en/bitcoin-core/rest/requests/get_chaininfo.md %} {% include_absolute _data/devdocs/{{page.lang}}/bitcoin-core/rest/requests/get_getutxos.md _data/devdocs/en/bitcoin-core/rest/requests/get_getutxos.md %} diff --git a/_data/devdocs/en/bitcoin-core/rest/quick-reference.md b/_data/devdocs/en/bitcoin-core/rest/quick-reference.md index 14a80d54..b5ba121b 100644 --- a/_data/devdocs/en/bitcoin-core/rest/quick-reference.md +++ b/_data/devdocs/en/bitcoin-core/rest/quick-reference.md @@ -11,6 +11,7 @@ http://opensource.org/licenses/MIT. * [GET Block][rest get block] {{summary_restGetBlock}} {{UPDATED0_13_0}} * [GET Block/NoTxDetails][rest get block-notxdetails] {{summary_restGetBlock-noTxDetails}} {{UPDATED0_13_0}} +* [GET BlockHashByHeight][rest get blockhashbyheight] {{summary_restGetBlockHashByHeight}} {{NEW0_18_0}} * [GET ChainInfo][rest get chaininfo] {{summary_restGetChainInfo}} {{NEW0_11_0}}, {{UPDATED0_12_0}} * [GET GetUtxos][rest get getutxos] {{summary_restGetGetUtxos}} {{NEW0_11_0}} * [GET Headers][rest get headers] {{summary_restGetHeaders}} {{NEW0_11_0}}, {{UPDATED0_13_0}} diff --git a/_data/devdocs/en/bitcoin-core/rest/requests/get_block-notxdetails.md b/_data/devdocs/en/bitcoin-core/rest/requests/get_block-notxdetails.md index ba4c6306..87476514 100644 --- a/_data/devdocs/en/bitcoin-core/rest/requests/get_block-notxdetails.md +++ b/_data/devdocs/en/bitcoin-core/rest/requests/get_block-notxdetails.md @@ -60,8 +60,8 @@ GET /block/notxdetails/. - n: "→
`strippedsize`" t: "number (int)" p: "Required
(exactly 1)" - d: "*Added in Bitcoin Core 0.13.0*

The size of this block in serialized block format excluding witness data, counted in bytes" - + d: "*Added in Bitcoin Core 0.13.0*

The size of this block in serialized block format excluding witness data, counted in bytes" + - n: "→
`size`" t: "number (int)" p: "Required
(exactly 1)" @@ -71,7 +71,7 @@ GET /block/notxdetails/. t: "number (int)" p: "Required
(exactly 1)" d: "The height of this block on its block chain" - + - n: "→
`weight`" t: "number (int)" p: "Required
(exactly 1)" @@ -81,7 +81,7 @@ GET /block/notxdetails/. t: "number (int)" p: "Required
(exactly 1)" d: "This block's version number. See [block version numbers][section block versions]" - + - n: "→
`versionHex`" t: "number (int)" p: "Required
(exactly 1)" @@ -110,8 +110,8 @@ GET /block/notxdetails/. - n: "→
`mediantime`" t: "number (int)" p: "Required
(exactly 1)" - d: "*Added in Bitcoin Core 0.12.0*

The median time of the 11 blocks before the most recent block on the blockchain. Used for validating transaction locktime under BIP113" - + d: "*Added in Bitcoin Core 0.12.0*

The median time of the 11 blocks before the most recent block on the blockchain. Used for validating transaction locktime under BIP113" + - n: "→
`nonce`" t: "number (int)" p: "Required
(exactly 1)" @@ -203,6 +203,7 @@ Result (whitespaced added): * [GET Block][rest get block]: {{summary_restGetBlock}} * [GetBlock][rpc getblock] RPC: {{summary_getBlock}} * [GetBlockHash][rpc getblockhash] RPC: {{summary_getBlockHash}} +* [GET BlockHashByHeight][rest get blockhashbyheight]: {{summary_restGetBlockHashByHeight}} * [GetBestBlockHash][rpc getbestblockhash] RPC: {{summary_getBestBlockHash}} {% endautocrossref %} diff --git a/_data/devdocs/en/bitcoin-core/rest/requests/get_block.md b/_data/devdocs/en/bitcoin-core/rest/requests/get_block.md index 1cbaac0e..7d480ddb 100644 --- a/_data/devdocs/en/bitcoin-core/rest/requests/get_block.md +++ b/_data/devdocs/en/bitcoin-core/rest/requests/get_block.md @@ -64,12 +64,12 @@ GET /block/. t: "number (int)" p: "Required
(exactly 1)" d: "*Added in Bitcoin Core 0.13.0*

The size of this block in serialized block format excluding witness data, counted in bytes" - + - n: "→
`size`" t: "number (int)" p: "Required
(exactly 1)" - d: "The size of this block in serialized block format, counted in bytes" - + d: "The size of this block in serialized block format, counted in bytes" + - n: "→
`weight`" t: "number (int)" p: "Required
(exactly 1)" @@ -84,7 +84,7 @@ GET /block/. t: "number (int)" p: "Required
(exactly 1)" d: "This block's version number. See [block version numbers][section block versions]" - + - n: "→
`versionHex`" t: "number (int)" p: "Required
(exactly 1)" @@ -110,7 +110,7 @@ GET /block/. t: "number (int)" p: "Required
(exactly 1)" d: "The value of the *time* field in the block header, indicating approximately when the block was created" - + - n: "→
`mediantime`" t: "number (int)" p: "Required
(exactly 1)" @@ -172,7 +172,7 @@ e62294721166bf621e73a82cbf2342c858eeac00000000 Get the same block in JSON: {% highlight bash %} -curl http://localhost:8332/rest/block/00000000839a8e6886ab5951d76f411475428afc90947ee320161bbf18eb6048.json +curl http://localhost:8332/rest/block/00000000839a8e6886ab5951d76f411475428afc90947ee320161bbf18eb6048.json {% endhighlight %} Result (whitespaced added): @@ -236,5 +236,6 @@ Result (whitespaced added): * [GetBestBlockHash][rpc getbestblockhash] RPC: {{summary_getBestBlockHash}} * [GetBlock][rpc getblock] RPC: {{summary_getBlock}} * [GetBlockHash][rpc getblockhash] RPC: {{summary_getBlockHash}} +* [GET BlockHashByHeight][rest get blockhashbyheight]: {{summary_restGetBlockHashByHeight}} {% endautocrossref %} diff --git a/_data/devdocs/en/bitcoin-core/rest/requests/get_blockhashbyheight.md b/_data/devdocs/en/bitcoin-core/rest/requests/get_blockhashbyheight.md new file mode 100644 index 00000000..ae05961a --- /dev/null +++ b/_data/devdocs/en/bitcoin-core/rest/requests/get_blockhashbyheight.md @@ -0,0 +1,98 @@ +{% comment %} +This file is licensed under the MIT License (MIT) available on +http://opensource.org/licenses/MIT. +{% endcomment %} +{% assign filename="_data/devdocs/en/bitcoin-core/rest/requests/get_blockhashbyheight.md" %} + +##### GET BlockHashByHeight +{% include helpers/subhead-links.md %} + +{% assign summary_restGetBlockHashByHeight="gets the hash of the block in the current best blockchain based on its height (how many blocks it is after the Genesis Block)." %} + +{% autocrossref %} + +The `GET blockhashbyheight` operation {{summary_restGetBlockHashByHeight}} + +*Request* + +{% highlight text %} +GET /blockhashbyheight/. +{% endhighlight %} + +*Parameter #1---the height of the block hash to retrieve* + +{% itemplate ntpd1 %} +- n: "Block Height" + t: "number (int)" + p: "Required
(exactly 1)" + d: "The height of the block (how many blocks it is after the Genesis Block)" + +{% enditemplate %} + +*Parameter #2---the output format* + +{% itemplate ntpd1 %} +- n: "Format" + t: "suffix" + p: "Required
(exactly 1)" + d: "Set to `.json`, `.bin` or `hex`." + +{% enditemplate %} + +*Response as JSON* + +{% assign DEPTH="→ →" %} +{% include helpers/vars.md %} + +{% itemplate ntpd1 %} +- n: "Result" + t: "object" + p: "Required
(exactly 1)" + d: "An object containing the requested block hash" + +- n: "→
`blockhash`" + t: "string (hex)" + p: "Required
(exactly 1)" + d: "The hash of the block at height set in parameter #1 in the current best blockchain." + +{% enditemplate %} + +*Examples from Bitcoin Core 0.18.0* + +Request a blockhash in hex format: + +{% highlight bash %} +curl http://localhost:8332/rest/blockhashbyheight/1.hex +{% endhighlight %} + +Result (wrapped): + +{% highlight bash %} +00000000839a8e6886ab5951d76f411475428afc90947ee320161bbf18eb6048 + +{% endhighlight %} + +Get the same blockhash in JSON: + +{% highlight bash %} +curl http://localhost:8332/rest/blockhashbyheight/1.json +{% endhighlight %} + +Result (whitespaced added): + +{% highlight json %} +{ + "blockhash": "00000000839a8e6886ab5951d76f411475428afc90947ee320161bbf18eb6048", +} +{% endhighlight %} + +*See also* + +* [GET Block][rest get block]: {{summary_restGetBlock}} +* [GetBlock][rpc getblock] RPC: {{summary_getBlock}} +* [GET Block/NoTxDetails][rest get block-notxdetails] {{summary_restGetBlock-noTxDetails}} +* [GetBestBlockHash][rpc getbestblockhash] RPC: {{summary_getBestBlockHash}} +* [GetBlock][rpc getblock] RPC: {{summary_getBlock}} +* [GetBlockHash][rpc getblockhash] RPC: {{summary_getBlockHash}} + +{% endautocrossref %} diff --git a/_data/devdocs/en/bitcoin-core/rest/requests/get_headers.md b/_data/devdocs/en/bitcoin-core/rest/requests/get_headers.md index 2d00853d..233f2f42 100644 --- a/_data/devdocs/en/bitcoin-core/rest/requests/get_headers.md +++ b/_data/devdocs/en/bitcoin-core/rest/requests/get_headers.md @@ -56,7 +56,7 @@ GET /headers//. t: "array" p: "Required
(exactly 1)" d: "An array containing the requested block headers" - + - n: "→
Block Header" t: "object" p: "Required
(1 or more)" @@ -81,7 +81,7 @@ GET /headers//. t: "number (int)" p: "Required
(exactly 1)" d: "This block's version number. See [block version numbers][section block versions]" - + - n: "→→
`versionHex`" t: "string (hex)" p: "Required
(exactly 1)" @@ -96,7 +96,7 @@ GET /headers//. t: "number (int)" p: "Required
(exactly 1)" d: "The value of the *time* field in the block header, indicating approximately when the block was created" - + - n: "→→
`mediantime`" t: "number (int)" p: "Required
(exactly 1)" @@ -202,6 +202,7 @@ Result (whitespaced added): * [GET Block/NoTxDetails][rest get block-notxdetails] {{summary_restGetBlock-noTxDetails}} * [GetBlock][rpc getblock] RPC: {{summary_getBlock}} * [GetBlockHash][rpc getblockhash] RPC: {{summary_getBlockHash}} +* [GET BlockHashByHeight][rest get blockhashbyheight]: {{summary_restGetBlockHashByHeight}} * [GetBlockHeader][rpc getblockheader] RPC: {{summary_getBlockHeader}} {% endautocrossref %} diff --git a/_data/devdocs/en/guides/p2p_network.md b/_data/devdocs/en/guides/p2p_network.md index 4ccb00ab..32ed1bab 100644 --- a/_data/devdocs/en/guides/p2p_network.md +++ b/_data/devdocs/en/guides/p2p_network.md @@ -312,9 +312,12 @@ headers-first IBD method used in Bitcoin Core 0.10.0. throughout this subsection. The links in the message field will take you to the reference page for that message. -| **Message** | [`getblocks`][getblocks message] | [`inv`][inv message] | [`getdata`][getdata message] | [`block`][block message] -| **From→To** | IBD→Sync | Sync→IBD | IBD→Sync | Sync→IBD -| **Payload** | One or more header hashes | Up to 500 block inventories (unique identifiers) | One or more block inventories | One serialized block +| Message | From→To | Payload +|----------------------------------|----------|-------------------------- +| [`getblocks`][getblocks message] | IBD→Sync | One or more header hashes +| [`inv`][inv message] | Sync→IBD | Up to 500 block inventories (unique identifiers) +| [`getdata`][getdata message] | IBD→Sync | One or more block inventories +| [`block`][block message] | Sync→IBD | One serialized block {% endautocrossref %} @@ -418,9 +421,12 @@ later subsection. throughout this subsection. The links in the message field will take you to the reference page for that message. -| **Message** | [`getheaders`][getheaders message] | [`headers`][headers message] | [`getdata`][getdata message] | [`block`][block message] -| **From→To** | IBD→Sync | Sync→IBD | IBD→*Many* | *Many*→IBD -| **Payload** | One or more header hashes | Up to 2,000 block headers | One or more block inventories derived from header hashes | One serialized block +| Message | From→To | Payload +|------------------------------------|------------|-------------------------- +| [`getheaders`][getheaders message] | IBD→Sync | One or more header hashes +| [`headers`][headers message] | Sync→IBD | Up to 2,000 block headers +| [`getdata`][getdata message] | IBD→*Many* | One or more block inventories derived from header hashes +| [`block`][block message] | *Many*→IBD | One serialized block {% endautocrossref %} @@ -495,12 +501,15 @@ table below highlights the operation of the messages described above headers-first node, and an SPV client; *any* refers to a node using any block retrieval method.) -| **Message** | [`inv`][inv message] | [`getdata`][getdata message] | [`getheaders`][getheaders message] | [`headers`][headers message] -| **From→To** | Relay→*Any* | BF→Relay | HF→Relay | Relay→HF -| **Payload** | The inventory of the new block | The inventory of the new block | One or more header hashes on the HF node's best header chain (BHC) | Up to 2,000 headers connecting HF node's BHC to relay node's BHC -| **Message** | [`block`][block message] | [`merkleblock`][merkleblock message] | [`tx`][tx message] | -| **From→To** | Relay→BF/HF | Relay→SPV | Relay→SPV | -| **Payload** | The new block in [serialized format][section serialized blocks] | The new block filtered into a merkle block | Serialized transactions from the new block that match the bloom filter | +| Message | From→To | Payload +|--------------------------------------|-------------|-------------------------- +| [`inv`][inv message] | Relay→*Any* | The inventory of the new block +| [`getdata`][getdata message] | BF→Relay | The inventory of the new block +| [`getheaders`][getheaders message] | HF→Relay | One or more header hashes on the HF node's best header chain (BHC) +| [`headers`][headers message] | Relay→HF | Up to 2,000 headers connecting HF node's BHC to relay node's BHC +| [`block`][block message] | Relay→BF/HF | The new block in [serialized format][section serialized blocks] +| [`merkleblock`][merkleblock message] | Relay→SPV | The new block filtered into a merkle block +| [`tx`][tx message] | Relay→SPV | Serialized transactions from the new block that match the bloom filter {% endautocrossref %} diff --git a/_data/devdocs/en/guides/wallets.md b/_data/devdocs/en/guides/wallets.md index 40645aba..d1e26ff5 100644 --- a/_data/devdocs/en/guides/wallets.md +++ b/_data/devdocs/en/guides/wallets.md @@ -287,7 +287,7 @@ Private keys are what are used to unlock satoshis from a particular address. In {% autocrossref %} -In order to make copying of private keys less prone to error, [Wallet Import Format][/en/glossary/wallet-import-format]{:#term-wallet-import-format}{:.term} may be utilized. WIF uses base58Check encoding on an private key, greatly decreasing the chance of copying error, much like standard Bitcoin addresses. +In order to make copying of private keys less prone to error, [Wallet Import Format][/en/glossary/wallet-import-format]{:#term-wallet-import-format}{:.term} may be utilized. WIF uses base58Check encoding on a private key, greatly decreasing the chance of copying error, much like standard Bitcoin addresses. 1. Take a private key. diff --git a/_data/devdocs/en/references/block_chain.md b/_data/devdocs/en/references/block_chain.md index 6432be93..7e975bea 100644 --- a/_data/devdocs/en/references/block_chain.md +++ b/_data/devdocs/en/references/block_chain.md @@ -214,6 +214,7 @@ serialized size is less than or equal to 1 MB. All fields described below are counted towards the serialized size. | Bytes | Name | Data Type | Description +|----------|--------------|------------------|---------------------- | 80 | block header | block_header | The block header in the format described in the [block header section][section block header]. | *Varies* | txn_count | compactSize uint | The total number of transactions in this block, including the coinbase transaction. | *Varies* | txns | raw transaction | Every transaction in this block, one after another, in raw transaction format. Transactions must appear in the data stream in the same order their TXIDs appeared in the first row of the merkle tree. See the [merkle tree section][section merkle trees] for details. diff --git a/_data/devdocs/en/references/transactions.md b/_data/devdocs/en/references/transactions.md index e216474a..e0e5ed16 100644 --- a/_data/devdocs/en/references/transactions.md +++ b/_data/devdocs/en/references/transactions.md @@ -219,7 +219,7 @@ A raw transaction has the following top-level format: | Bytes | Name | Data Type | Description |----------|--------------|---------------------|------------- -| 4 | version | uint32_t | Transaction version number; currently version 1 or 2. Programs creating transactions using newer consensus rules may use higher version numbers. Version 2 means that [BIP 68](https://github.com/bitcoin/bips/blob/master/bip-0068.mediawiki#specification) applies. +| 4 | version | int32_t | Transaction version number (note, this is signed); currently version 1 or 2. Programs creating transactions using newer consensus rules may use higher version numbers. Version 2 means that [BIP 68](https://github.com/bitcoin/bips/blob/master/bip-0068.mediawiki#specification) applies. | *Varies* | tx_in count | compactSize uint | Number of inputs in this transaction. | *Varies* | tx_in | txIn | Transaction inputs. See description of txIn below. | *Varies* | tx_out count | compactSize uint | Number of outputs in this transaction. diff --git a/_includes/references.md b/_includes/references.md index 46feba6b..e6397a89 100644 --- a/_includes/references.md +++ b/_includes/references.md @@ -204,6 +204,7 @@ http://opensource.org/licenses/MIT. {% comment %}{% endcomment %} [rest get block]: /en/developer-reference#get-block [rest get block-notxdetails]: /en/developer-reference#get-blocknotxdetails +[rest get blockhashbyheight]: /en/developer-reference#get-blockhashbyheight [rest get chaininfo]: /en/developer-reference#get-chaininfo [rest get getutxos]: /en/developer-reference#get-getutxos [rest get headers]: /en/developer-reference#get-headers diff --git a/_includes/templates/index.html b/_includes/templates/index.html index 76a4ecbe..12c00d3b 100644 --- a/_includes/templates/index.html +++ b/_includes/templates/index.html @@ -10,7 +10,7 @@
- +
{% include helpers/hero-social.html %} diff --git a/_templates/bitcoin-paper.html b/_templates/bitcoin-paper.html index ad173f32..79d23336 100644 --- a/_templates/bitcoin-paper.html +++ b/_templates/bitcoin-paper.html @@ -218,6 +218,15 @@ id: bitcoin-paper +
  • + ภาษาไทย +
    + {% translate translated_by %} + Peeraphat Hankongkaew +
    +
  • +
  • 简化字 diff --git a/_templates/exchanges.html b/_templates/exchanges.html index a5604bb8..3cb74013 100644 --- a/_templates/exchanges.html +++ b/_templates/exchanges.html @@ -55,10 +55,7 @@ id: exchanges

    Israel

    - Bit2C -
    Bits of Gold -

    @@ -70,6 +67,8 @@ id: exchanges

    bitbank
    + bitFlyer +
    BtcBox

    @@ -91,8 +90,6 @@ id: exchanges

    Singapore

    Binance -
    - Luno

    @@ -146,6 +143,8 @@ id: exchanges
    Bitcoin.de
    + bitFlyer +
    BitPanda
    BL3P @@ -250,6 +249,8 @@ id: exchanges
    Canadian Bitcoins
    + Coinberry +
    Coinsmart
    Shakepay @@ -274,7 +275,7 @@ id: exchanges

    United States

    - bitFlyer + bitFlyer
    Bittrex
    @@ -378,8 +379,6 @@ id: exchanges

    CoinJar
    - CoinLoft -
    CoinSpot
    CoinTree diff --git a/_translations/de.yml b/_translations/de.yml index b5ee7771..3e3b6db9 100644 --- a/_translations/de.yml +++ b/_translations/de.yml @@ -137,10 +137,6 @@ de: title: "Bitcoin kaufen" pagetitle: "Wie man Bitcoins kauft" summary: "Es gibt mehrere Wege, Bitcoins zu kaufen." - paxful: 'Mit über 300 Möglichkeiten zum Kauf und Verkauf von Bitcoin bietet Paxful, eine führende Peer-to-Peer (P2P) Börse und Bitcoin.org-Sponsor, einen komfortablen Bitcoin-Marktplatz.' - button: "Bitcoin kaufen mit Paxful" - sponsor: "Gesponserter Inhalt" - discover: "Weitere Möglichkeiten zum Kauf von Bitcoin entdecken:" bitcoin-exchange: "Benutzen Sie eine Bitcoin-Börse" bitcoin-exchange-text: "Unsere Seite zu Bitcoin-Börsen listet viele verschiedene Unternehmen auf, die Ihnen helfen können, Bitcoins über Ihr Bankkonto zu kaufen." p2p-bitcoins: "Ein P2P-Verzeichnis durchsuchen" @@ -189,22 +185,26 @@ de: walletedgewallet: "Edge ist eine Segwit-kompatible, mobile Bitcoin-Wallet, die Privatsphäre, Sicherheit und Dezentralisierung für jeden zugänglich und nutzbar macht. Edge-Wallets sind immer automatisch verschlüsselt, gesichert und funktionieren auch dann noch, wenn die Edge-Server nicht erreichbar sind." walletbrd: "BRD ist eine der simpelsten und sichersten Wallets für neue Bitcoin-Nutzer. BRD verbindet sich direkt mit dem Bitcoin-Netzwerk und verwendet die in Ihrem Endgerät integrierte Hardware-Verschlüsselung um Ihr Geld zu schützen." walletmyceliumwallet: "Die Mycelium Bitcoin Wallet für Android ist auf Sicherheit, Geschwindigkeit und Benutzerfreundlichkeit ausgerichtet. Sie hat besondere Features zur Verwaltung der privaten Schlüssel und dem Cold Storage und ist kompatibel mit Trezor und anderen Hardware-Wallets." - walletcoinspace: "Coin.Space HD Wallet ist eine kostenlose online Bitcoin-Wallet, welche verwendet werden kann, um gebührenfrei weltweit Zahlungen zu tätigen. Sie macht das Bezahlen mit Bitcoin überall per Smartphone oder PC einfach und sicher." + walletcoin: "Coin ist eine kostenlose online Bitcoin-Wallet, welche verwendet werden kann, um gebührenfrei weltweit Zahlungen zu tätigen. Sie macht das Bezahlen mit Bitcoin überall per Smartphone oder PC einfach und sicher." walletbitgo: "BitGo ist eine Multisignatur-Wallet mit dem höchsten Maß an Sicherheit, die ihre Bitcoins vor Diebstahl oder Verlust schützt. Sie behalten die volle Kontrolle; BitGo kann keine Beträge ausgeben oder einfrieren. BitGo-Wallets sind leicht zu benutzen und bieten fortgeschrittene Sicherheits-Features wie z.B. Ausgabelimits und Multi-User-Zugriff." walletgreenaddress: "GreenAddress ist eine nutzerfreundliche Multisignatur-Wallet mit erhöhter Sicherheit und Privatsphäre. Zu keinem Zeitpunkt werden Schlüssel auf Servern gespeichert. Aus Sicherheitsgründen sollten Sie immer Zwei-Faktor Authentifizierung sowie die Browser-Erweiterung oder die Android-App verwenden." wallettrezor: "TREZOR ist eine Hardware-Wallet, die ein hohes Maß an Sicherheit bietet, ohne dass auf Komfort verzichtet werden muss. Im Gegensatz zu Cold Storage kann TREZOR Transaktionen signieren während es mit einem Online-Gerät verbunden ist. Das heißt, dass das Ausgeben von Bitcoins sicher ist selbst, wenn man einen infizierten Computer benutzt." + walletcoldcard: "Coldcard ist eine einfach zu nutzende, sehr sichere und bezahlbare Open Source Hardware-Wallet. Sie kann sehr einfach auf eine verschlüsselte microSD-Karte gesichert werden. Ihr privater Schlüssel wird auf einem dedizierten Sicherheitschip gespeichert. Das Softwaredesign in MicroPython erlaubt es Ihnen, Änderungen vorzunehmen." walletkeepkey: "KeepKey ist eine Hardware-Wallet, die das Sichern von Bitcoins einfach macht. Wenn Sie KeepKey Ihr Geld anvertrauen, muss jede Bitcoin-Transaktion über das OLED-Display und die Bestätigungstaste überprüft und bestätigt werden." + walletbitpay: "BitPay Wallet ist die HD-Multisignatur-Wallet, die ursprünglich entwickelt wurde, um die Einlagen von BitPay zu schützen. BitPay unterstützt mehrere persönliche und gemeinsam genutzte Wallets, testnet und das vollständige Zahlungsprotokoll. Ein privater BWS-Node kann genutzt werden, um die Sicherheit und die Privatsphäre zu erhöhen." walletledgernanos: "Ledger Nano S ist eine sichere Bitcoin-Hardware-Wallet. Es verbindet sich mit einem beliebigen Computer via USB und besitzt ein integriertes OLED-Display zur Gegenprüfung und Bestätigung einer Transaktion mit einem einfachen Knopfdruck." - walletbitbox: "BitBox ist eine minimalistische Hardware-Wallet aus der Schweiz mit Fokus auf Sicherheit und Privatsphäre. Features beinhalten vereinfachte und vollständige Online-Backups, glaubhafte Abstreitbarkeit, Multisignatur-Unterstützung, eine native Desktop-App sowie eine mobile App zur Verifizierung und 2-Faktor-Authentifizierung." + walletbitbox: "BitBox ist eine minimalistische Hardware-Wallet aus der Schweiz, die sich auf Sicherheit und Privatsphäre konzentriert. Features umfassen vereinfachte, vollständige Offline-Backups, \"Plausible Deniability\", Multisignatur-Unterstützung, eine native Desktop-App sowie eine mobile App zur Verifikation und der Zwei-Faktor-Authentifizierung." walletbither: "Bither ist eine einfache und sichere Wallet, die auf vielen Plattformen funktioniert. Mit speziell konzipierten Cold/Hot-Modi können Nutzer sowohl Sicherheit als auch Einfachheit erreichen. Bithers XRANDOM verwendet verschiedene Entrophiequellen, um echte Zufallszahlen für Nutzer zu generieren. Zusätzlich bietet HDM Nutzern die Vorteile von HD und gleichzeitig die Sicherheit von Multisignaturen." walletgreenbits: "GreenBits ist eine schnelle und einfach zu benutzende Wallet. Genießen Sie erhöhte Sicherheit dank eines auf minimalem/null Vertrauen basierenden Ansatzes, optionaler Hardware-Wallet-Unterstützung, auf Multisignatur basierende 2-Faktor-Authentifizierung sowie Ausgabenobergrenzen." walletbtccom: "Sicher und einfach zu verwenden, bietet die BTC.com Bitcoin-Wallet Ihnen, dem Nutzer, die volle Kontrolle über Ihre Bitcoins. Features beinhalten HD- und Multisignatur-Technologie, Multi-Plattform-Unterstützung für verschiedene Sprachen und Währungen, QR Codes und mehr." - walletwasabi: "Ein Open-Source und auf Privatsphäre ausgerichtetes Bitcoin Wallet für Windows, Linux und Mac. Nicht treuhänderisch werden Private Keys durch den Nutzer selbst verwaltet. Integriertes Tor-Anonymitätsnetzwerk, CoinJoin und Coin Control Funktionalitäten." + walleteclairmobile: "Eclair Mobile ist eine Lightning-fähige Bitcoin-Wallet der nächsten Generation. Sie kann wie eine normale Wallet verwendet werden, sich aber für günstige und schnelle Zahlungen mit dem Lightning-Netzwerk verbinden." + walletwasabi: "Wasabi ist eine ##non-custodial## Open Source-Bitcoin-Wallet. Sie legt den Fokus auf Privatsphäre und läuft unter Windows, Linux und Mac. Sie integriert das Tor-Netzwerk, CoinJoin und Features zur Kontrolle der Coins." walletdownload: "Installieren" walletvisit: "Website besuchen" walletsourcecode: "Quellcode" platformandroid: "Android" platformios: "iOS" + platformwindowsphone: "Windows Phone" platformwindows: "Windows" platformmac: "Mac" platformlinux: "Linux" @@ -990,12 +990,15 @@ de: menu-other: "Sonstiges" menu-vocabulary: Glossar menu-you-need-to-know: "Das sollten Sie wissen" + menu-white-paper: "Whitepaper" banner-core-moved: | Diese Seite ist auf die neue Bitcoin Core Website umgezogen (Klicken Sie hier, um weitergeleitet zu werden) banner-translate: "Übersetzungen für diese Sprache sind veraltet. Klicken Sie hier, um bei der Übersetzung von bitcoin.org in Ihre Sprache zu helfen." footer: "Veröffentlicht unter der MIT-Lizenz" donate-community: "Bitcoin.org unterstützen" + donate-support: "Bitcoin.org ist ein Community-Projekt." + network-status: "Netzwerkstatus" sponsor: "Eine Community-Website gesponsert von" getstarted: "Loslegen mit Bitcoin" recomendation: "Empfohlene Bitcoin-Wallets" diff --git a/_translations/en.yml b/_translations/en.yml index e1b11e51..690cddaf 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -192,7 +192,7 @@ en: walletedgewallet: "Edge is a Segwit compatible, mobile Bitcoin Wallet making high levels of privacy, security, and decentralization very familiar and usable to the masses. Edge wallets are always automatically encrypted, backed up, and even function when Edge servers go down." walletbrd: "BRD is one of the easiest wallets for new Bitcoin users. It's also extremely secure. BRD connects directly to the Bitcoin network, and uses your device's built-in hardware encryption to keep your money safe." walletmyceliumwallet: "Mycelium Bitcoin Wallet for Android is designed for security, speed, and ease of use. It has unique features to manage your keys and for cold storage and offers compatibility with Trezor and others." - walletcoinspace: "Coin.Space HD Wallet is a free online bitcoin wallet, which you can use to make worldwide payments for free. It makes paying with bitcoins easy and secure available anywhere on your phone or desktop." + walletcoin: "Coin is a free online bitcoin wallet, which you can use to make worldwide payments for free. It makes paying with bitcoins easy and secure available anywhere on your phone or desktop." walletbitgo: "BitGo is a high-security multi-sig wallet, which protects your bitcoin from theft and loss. You maintain full custody; BitGo cannot spend or freeze funds. BitGo wallets are easy to use and offer advanced security features such as spending limits and multi-user access." walletgreenaddress: "GreenAddress is a user-friendly multi-signature wallet with improved security and privacy. At no time are your keys server side, even encrypted. For security reasons, you should always use 2FA and the browser extension or Android App." wallettrezor: "Trezor is a hardware wallet providing a high level of security without sacrificing convenience. Unlike cold storage, Trezor is able to sign transactions while connected to an online device. That means spending bitcoins is secure even when using a compromised computer." @@ -204,6 +204,7 @@ en: walletbither: "Bither is a simple and secure wallet on many platforms. With special designed Cold/Hot modes, user can easily get both safety and simplicity. Bither's XRANDOM uses different entropy sources to generate true random number for users. Also with HDM, users can have HD's advantages and Multisig's security." walletgreenbits: "GreenBits is a fast and easy to use wallet. Enjoy improved security with a minimal/zero trust approach, optional hardware wallets support, multisignature based 2FA and spending limits functionality." walletbtccom: "Safe and easy to use, BTC.com Bitcoin Wallet keeps you, the user, in total control of your bitcoins. Features include HD and multi-signature technology, multi-platform, local language and currency support, QR codes and more." + walletblw: "Mobile wallet with Lightning Network support." walleteclairmobile: "Eclair Mobile is a next generation, Lightning-ready Bitcoin wallet. It can be used as a regular Bitcoin wallet, and can also connect to the Lightning Network for cheap and instant payments." walletwasabi: "Wasabi is an open-source, non-custodial, privacy focused Bitcoin wallet for Windows, Linux and Mac. Built-in Tor anonymity network, CoinJoin and coin control features." walletdownload: "Install" diff --git a/_translations/hu.yml b/_translations/hu.yml index 5d5dcd28..9450602a 100644 --- a/_translations/hu.yml +++ b/_translations/hu.yml @@ -179,7 +179,7 @@ hu: walletedgewallet: "Az Edge egy Segwit kompatibilis mobile bitcoin tárca ami magas szintű adatvédelmet, biztonságot és decentralizációt garantál, mely nagyon könnyen használható mindenki számára. Az Edge tárca minden esetben automatikusan titkosításra, biztonsági mentésre kerül és még akkor is működik amikor az Edge szerverek nem elérhetőek." walletbrd: "BRD az egyik legkönnyebben használható tárca az új Bitcoin felhasználóknak. Egyben extrém biztonságos. BRD közvetlenül a Bitcoin hálózatra kapcsolódik és a készüléked beépített titkosítását használja a pénzed biztosítására." walletmyceliumwallet: "A Mycelium Bitcoin pénztárca Androidra biztonságos, gyors és egyszerű használatra lett tervezve. Egyedülálló tulajdonsága, hogy kezeli a kulcsaidat és a hidegtárolást és ajánlat kompatibilitást a Trezorral és másokkal. " - walletcoinspace: "A Coin.Space HD Wallet egy ingyenes bitcoin tárca, mellyel világszerte ingyenes fizetésre használható. Egyszerűvé teszi a bitcoin utalást, biztonságos, mobilon vagy asztali gépen bárhol elérhető." + walletcoin: "A Coin egy ingyenes bitcoin tárca, mellyel világszerte ingyenes fizetésre használható. Egyszerűvé teszi a bitcoin utalást, biztonságos, mobilon vagy asztali gépen bárhol elérhető." walletbitgo: "A BitGo egy nagy biztonságú multi-sig tárca, amely megvédheted bitcoinjaidat a lopástól és az elvesztéstől. Teljes ellenőrzés alatt tarthatod; a BitGo nem tudja befagyasztani vagy elkölteni a forrásaidat. A BitGo pénztárcák használata egyszerű, és olyan biztonsági jellemzőkkel rendelkeznek, mint a fizetési korlátok és többfelhasználós hozzáférés." walletgreenaddress: "A GreenAddress egy felhasználóbarát, csoportos aláírást igénylő pénztárca megnövelt biztonsággal és adatvédelemmel. A privát kulcsai sohasem lesznek szerveroldalon, még titkosított állapotban sem. Biztonsági okokból 2FA-t (kétszintű hitelesítést) és a böngészőkiterjesztést vagy Android-alkalmazást érdemes használnia." wallettrezor: "A TREZOR egy, a kényelem feláldozása nélkül magas szintű biztonságot kínáló hardverpénztárca. A hidegtárolással ellentétben a TREZOR egy online készülékhez csatlakozva is képes tranzakciókat aláírni. Ez azt jelenti, hogy a bitcoinok küldése akár akkor is biztonságos, ha egy feltört számítógépet használ." diff --git a/_translations/id.yml b/_translations/id.yml index c951be81..ee8a1d51 100644 --- a/_translations/id.yml +++ b/_translations/id.yml @@ -179,7 +179,7 @@ id: walletedgewallet: "Edge sudah kompatibel untuk segwit, wallet Bitcoin untuk mobile ini mempunyai level privasi tinggi, keamanan dan desentralisasi yang lebih populer untuk digunakan untuk banyak orang. Wallet Edge akan selalu ter-enkripsi, ter-back-up, meskipun server Edge sedang turun. " walletbrd: "BRD adalah salah satu wallet termudah untuk digunakan pengguna Bitcoin baru. Namun juga cukup aman. BRD menghubungkan secara langsung kepada jaringan Bitcoin, dan menggunakan enkripsi bawaan dari perangkat keras agar uang anda tetap aman. " walletmyceliumwallet: "Mycelium Bitcoin Wallet untuk Android didesain untuk keamanan, kecepatan, dan kemudahan penggunaan. Wallet ini memiliki fitur unik untuk mengelola kunci-kunci Anda dan untuk cold storage, serta kompatibel dengan Trezor dan lain-lain. " - walletcoinspace: "Coin.Space HD Wallet adalah wallet bitcoin online gratis, yang bisa anda gunakan untuk melakukan pembayaran internasional secara gratis. Pembayaran dengan bitcoin secara mudah dan aman tersedia baik di ponsel maupun desktop." + walletcoin: "Coin adalah wallet bitcoin online gratis, yang bisa anda gunakan untuk melakukan pembayaran internasional secara gratis. Pembayaran dengan bitcoin secara mudah dan aman tersedia baik di ponsel maupun desktop." walletbitgo: "BitGo adalah dompet multi-sig dengan tingkat keamanan tinggi, yang melindungi bitcoin anda dari pencurian dan kehilangan. Anda tetap memegang kuasa penuh, dan BitGo tidak bisa menggunakan atau membekukan dana anda. Dompet BitGo mudah dipakai dan menyediakan fitur keamanan tingkat lanjut seperti batas pengeluaran dan akses lebih dari satu pengguna." walletgreenaddress: "GreenAddress adalah wallet dengan tanda tangan digital ganda yang ramah pengguna, dengan meningkatkan keamanan dan privasi. Kunci tidak pernah ada di server, meskipun yang telah terenkripsi. Untuk alasan keamanan, sebaiknya anda selalu menggunakan 2FA dan ekstensi browser atau Android App." wallettrezor: "TREZOR adalah wallet bitcoin berbentuk perangkat keras yang menyediakan keamanan tingkat tinggi tanpa mengorbankan kenyamanan. Tidak seperti penyimpanan dingin, TREZOR mampu melakukan transaksi selama terkoneksi dengan perangkat online. Hal ini berarti membelanjakan bitcoin lebih aman bahkan saat menggunakan komputer yang terinfeksi malware." diff --git a/_translations/it.yml b/_translations/it.yml index e71a88da..856fd88f 100644 --- a/_translations/it.yml +++ b/_translations/it.yml @@ -183,7 +183,7 @@ it: walletedgewallet: "Edge è un portafoglio mobile di Bitcoin, compatibile con Segwit che rende gli alti livelli di privacy, sicurezza e decentralizzazione molto familiari e utilizzabili da chiunque. I portafogli Edge sono sempre crittografati e sottoposti a backup in modo automatico e funzionano anche quando i server Edge non funzionano." walletbrd: "BRD è uno dei portafogli più semplici per i nuovi utenti Bitcoin. È anche estremamente sicuro. BRD si connette direttamente alla rete Bitcoin e utilizza la crittografia hardware integrata del tuo dispositivo per mantenere i tuoi soldi al sicuro." walletmyceliumwallet: "Il portafoglio per Android Mycelium è progettato per la sicurezza, la velocità, e la facilità di utilizzo. Ha funzionalità uniche per gestire le tue chiavi e per il cold storage, ed inoltre fornisce compatibilità con Trezor ed altri." - walletcoinspace: "Coin.Space HD è un portafoglio online gratuito per Bitcoin che puoi utilizzare per effettuare pagamenti in tutto il mondo. Rende i pagamenti bitcoin facili, sicuri e disponibili ovunque sia sul tuo smarthphone che sul tuo computer." + walletcoin: "Coin è un portafoglio online gratuito per Bitcoin che puoi utilizzare per effettuare pagamenti in tutto il mondo. Rende i pagamenti bitcoin facili, sicuri e disponibili ovunque sia sul tuo smarthphone che sul tuo computer." walletbitgo: "BitGo è un portafoglio multi-firma ad alta sicurezza, che protegge i tuoi bitcoin da furti e perdite. Tu ne hai la gestione totale, infatti BitGo non può spendere o bloccare i fondi. I portafogli BitGo sono facili da utilizzare e offrono funzioni di sicurezza avanzata come limiti di spesa e accesso multi-utente." walletgreenaddress: "GreenAddress é un portafoglio a firma multipla con sicurezza e riservatezza migliorate. Le tue chiavi non risiedono mai sul server, neanche in forma crittografata. Per ragioni di sicurezza dovresti usare sempre un'applicazione 2FA e l'estensione del browser o l'App per Android." wallettrezor: "Trezor è un portafoglio hardware che fornisce un elevato livello di sicurezza senza sacrificare la comodità. A differenza del cold storage, trezor è in grado di firmare le transazioni quando connesso a un dispositivo online. Ciò significa che è sicuro spendere Bitcoin anche quando si utilizza un computer compromesso." diff --git a/_translations/ja.yml b/_translations/ja.yml index f5ba269e..d0d8bc40 100644 --- a/_translations/ja.yml +++ b/_translations/ja.yml @@ -153,7 +153,7 @@ ja: walletedgewallet: "Edgeは高レベルのプライバシー、セキュリティ、非中央集権性を備える、とても使いやすく、Segwitと互換性のあるビットコインモバイルウォレットです。Edgeウォレットは自動的に暗号化やバックアップがなされ、Edgeサーバーが停止しても機能します。" walletbrd: "BRDは初めてビットコインを利用するユーザーにとって最も簡単なウォレットの一つであり、非常に高い安全性を備えています。BRDはビットコインネットワークに直接接続し、端末に内蔵されたハードウェアの暗号化を利用する事で、資産を守ります。" walletmyceliumwallet: "Android向けのMyceliumビットコインウォレットは、セキュリティ、速度、利用の簡便さを追求して設計されています。キーやコールドストレージを管理する独自の機能を搭載しており、Trezor等とも互換性があります。" - walletcoinspace: "Coin.Space HD ウォレットは無料のオンライン・ビットコインウォレットであり、国際支払いのために利用する事ができます。スマートフォンまたはデスクトップPCのどこからでも利用可能で、ビットコインでの支払いを簡単かつ安全にします。" + walletcoin: "Coin ウォレットは無料のオンライン・ビットコインウォレットであり、国際支払いのために利用する事ができます。スマートフォンまたはデスクトップPCのどこからでも利用可能で、ビットコインでの支払いを簡単かつ安全にします。" walletbitgo: "BitGoは高度なセキュリティ機能を備えるマルチシグウォレットであり、ビットコインを盗難や紛失から守ります。ビットコインを完全に管理する事ができ、BitGoがあなたの資産を使用したり凍結する事はできません。BitGoウォレットは簡単に使用でき、利用上限額や複数ユーザーによるアクセス等の、高度なセキュリティ機能を備えています。" walletgreenaddress: "GreenAddressは、安全性とプライバシー面で優れた、使いやすいマルチシグウォレットです。キーは暗号化されものでさえ、サーバーサイドに保管される事は決してありません。安全上の理由から、2FAとブラウザエクステンション機能、またはアンドロイド・アプリを使用してください。" wallettrezor: "TREZOR は、便利で高レベルのセキュリティーを提供する、ハードウェアウォレットです。コールドストレージとは異なり、TREZOR はオンラインデバイスに繋がっている際にもトランザクションに署名ができます。つまり、ウィルスに感染したコンピューターでも、ビットコインを安全に使用する事ができるのです。" diff --git a/_translations/nl.yml b/_translations/nl.yml index 92593f48..e1eccfe5 100644 --- a/_translations/nl.yml +++ b/_translations/nl.yml @@ -185,7 +185,7 @@ nl: walletedgewallet: "Edge is een mobiele Bitcoin-portemonnee met Segwit-ondersteuning die hoge niveaus van privacy, beveiliging en decentralisatie zeer vertrouwd en bruikbaar maakt voor de massa. Edge-portemonnees worden altijd automatisch versleuteld, gebackupt, en functioneren zelfs wanneer de Edge-servers uitvallen." walletbrd: "De BRD is een van de gemakkelijkste portemonnees voor nieuwe Bitcoin-gebruikers. Het is ook uiterst veilig. De BRD maakt rechtstreeks verbinding met het Bitcoin-netwerk en gebruikt de ingebouwde hardwareversleuteling van uw apparaat om uw geld veilig te houden." walletmyceliumwallet: "Mycelium Bitcoin Wallet is een portemonnee voor Android, gemaakt voor veiligheid, snelheid en gebruiksvriendelijkheid. Het heeft unieke eigenschappen om uw sleutels te beheren en voor cold storage. Daarnaast is het compatibel met onder andere Trezor." - walletcoinspace: "Coin.Space HD Wallet is een gratis online bitcoin portemonnee, waarmee je gratis wereldwijd kunt betalen. Het maakt het betalen met bitcoins overal op uw telefoon of bureaublad eenvoudig en veilig beschikbaar." + walletcoin: "Coin is een gratis online bitcoin portemonnee, waarmee je gratis wereldwijd kunt betalen. Het maakt het betalen met bitcoins overal op uw telefoon of bureaublad eenvoudig en veilig beschikbaar." walletbitgo: "BitGo is een hoogbeveiligde meervoudige handtekeningen portemonnee die uw bitcoin beschermt tegen diefstal en verlies. U houdt de volledige controle; BitGo kan geen middelen uitgeven of bevriezen. De portemonnees van BitGo zijn eenvoudig te gebruiken en bieden geavanceerde beveiligingsfuncties zoals uitgavenlimieten en toegang voor meerdere gebruikers." walletgreenaddress: "GreenAddress is een gebruiksvriendelijke multi-handtekeningen portefeuille met verbeterde veiligheid en privacy. Uw sleutels staan nooit op de server, zelfs niet versleuteld. Om veiligheidsredenen moet u altijd 2FA en de browserextensie of Android App gebruiken." wallettrezor: "TREZOR is een hardwareportemonnee die een hoog niveau van bescherming biedt zonder gemak op te offeren. In tegenstelling tot cold storage is TREZOR in staat om transacties te tekenen terwijl hij verbonden is met een online apparaat. Dat wil zeggen dat het spenderen van bitcoins zelfs veilig is als er een besmette computer gebruikt wordt." diff --git a/_translations/pt_BR.yml b/_translations/pt_BR.yml index 47d12447..df1ae698 100644 --- a/_translations/pt_BR.yml +++ b/_translations/pt_BR.yml @@ -184,7 +184,7 @@ pt_BR: walletedgewallet: "Edge é uma carteira móvel de Bitcoin compatível com Segwit, que aumenta o nível de privacidade, segurança e descentralização muito familiares e utilizado pelas pessoas. As carteiras Edge são criptografadas sempre automaticamente, armazenadas em backup e funcionam até mesmo quando os servidores Edge ficam inativos." walletbrd: "BRD é uma das carteiras mais fáceis para novos usuários de Bitcoin. É também extremamente segura. BRD conecta diretamente com a rede Bitcoin, e utiliza a encriptação já presente em seu hardware para manter seu dinheiro seguro." walletmyceliumwallet: "A carteira de Bitcoin da Mycelium para androide é desenvolvida para segurança, velocidade e facilidade de uso. Ela tem características únicas para gerir suas chaves, armazenamento e compatibilidade de ofertas com Trezor e outros." - walletcoinspace: "Coin.Space HD Wallet é uma carteira de bitcoin online gratuita, que você pode usar para fazer pagamentos gratuitamente no mundo todo. Ela torna o pagamento com bitcoins fácil e seguro, disponível em qualquer lugar em seu telefone ou área de trabalho." + walletcoin: "Coin é uma carteira de bitcoin online gratuita, que você pode usar para fazer pagamentos gratuitamente no mundo todo. Ela torna o pagamento com bitcoins fácil e seguro, disponível em qualquer lugar em seu telefone ou área de trabalho." walletbitgo: "BitGo é uma carteira multi-assinatura de alta-segurança, que protege seu bitcoin de roubo e perda. Você permanece com custódia total; BitGo não pode gastar ou congelar fundos. As carteiras BitGo são fáceis de usar e oferecem recursos avançados de segurança tais como limites de gastos e acesso multi-usuário." walletgreenaddress: "GreenAddress é uma carteira multiassinatura de fácil utilização com maior segurança e privacidade. Em nenhum momento, as chaves estão do lado do servidor, nem mesmo quando criptografadas. Por razões de segurança, você deve sempre usar 2FA e a extensão do navegador ou Android App." wallettrezor: "Trezor é uma carteira física proporcionando um alto nível de segurança sem sacrificar a conveniência. Ao contrário do armazenamento cold storage Trezor é capaz de assinar transações, enquanto conectado a um dispositivo online. Isso significa gastar bitcoins é seguro mesmo quando se usa um computador comprometido." @@ -926,7 +926,7 @@ pt_BR: you-need-to-know: title: "Algumas coisas que você precisa saber - Bitcoin" pagetitle: "Algumas coisas que você precisa saber" - summary: "Se você está começando com o Bitcoin, há algumas coisas que você deve saber. Bitcoin permite trocar dinheiro e transacionar de uma maneira diferente da que você normalmente faz. Então, você deve ter tempo para se informar antes de usar o Bitcoin para qualquer transação. O Bitcoin deve ser tratado com o mesmo cuidado que ao seu dinheiro nomral ou, ainda mais em alguns casos!" + summary: "Se você está começando com o Bitcoin, há algumas coisas que você deve saber. Bitcoin permite trocar dinheiro e transacionar de uma maneira diferente da que você normalmente faz. Então, você deve ter tempo para se informar antes de usar o Bitcoin para qualquer transação. O Bitcoin deve ser tratado com o mesmo cuidado que ao seu dinheiro normal ou, ainda mais em alguns casos!" secure: "Protegendo a sua carteira" securetxt: "Assim como na vida real, sua carteira precisa ser protegida. O Bitcoin possibilita a transferência de valores para qualquer lugar de maneira muito fácil e permite que você controle seu dinheiro. Esses ótimos recursos também vêm com grandes preocupações de segurança. Ao mesmo tempo, o Bitcoin pode fornecer níveis muito altos de segurança se usado corretamente. Lembre-se sempre de que é sua responsabilidade adotar boas práticas para proteger seu dinheiro. Leia mais sobre como proteger sua carteira" volatile: "O preço do Bitcoin é volátil" diff --git a/_translations/ru.yml b/_translations/ru.yml index 2765ecb0..dc4ba046 100644 --- a/_translations/ru.yml +++ b/_translations/ru.yml @@ -162,7 +162,7 @@ ru: walletmyceliumwallet: "Mycelium Bitcoin Wallet для Android спроектирован защищенным, быстрым и простым в использовании. Он имеет уникальные возможности управления вашими ключами, имеет оффлайн хранилище и предлагает совместимость с Trezor и другими." walletcircle: "Circle - онлайн-кошелек, который нацелен на простоту использования. Он предоставляет возможность мгновенно покупать и продавать биткойны с помощью кредитной карты или банковского счета в США. В дополнение, есть приложения-кошельки для iOS и Android." walletcoinkite: "Coinkite является веб-кошельком и сервисом обслуживания дебетовых карт, который стремится к максимальной простоте использования. Этот сервис также работает в мобильных браузерах, имеет торговые инструменты, платежные терминалы для пунктов продажи. Это и гибридный кошелек и полноценное резервное хранилище." - walletcoinspace: "Coin.Space HD Wallet - бесплатный онлайн-биткойн-кошелек, который Вы можете использовать для бесплатных платежей по всему миру. Он позволяет легко и безопасно проводить оплату в биткойнах в любом месте с Вашего телефона или настольного компьютера." + walletcoin: "Coin - бесплатный онлайн-биткойн-кошелек, который Вы можете использовать для бесплатных платежей по всему миру. Он позволяет легко и безопасно проводить оплату в биткойнах в любом месте с Вашего телефона или настольного компьютера." walletbitgo: "BitGo - это кошелёк с поддержкой нескольких подписей, предоставляющий самый высокий уровень безопасности. Ключи находятся в полном вашем распоряжении; BitGo не может потратить или \"заморозить\" ваши средства. Для этого кошелька характерны простота использования и продвинутые функции безопасности, вроде лимита на расходы и многопользовательского доступа." walletgreenaddress: "GreenAddress является удобным кошельком с мульти-подписью, улучшенной безопасностью и конфиденциальностью. Ваши ключи не передаются на сервера, даже в зашифрованном виде. По соображениям безопасности, вы всегда должны использовать 2-факторную авторизацию и расширение для браузера или Android приложение." wallettrezor: "TREZOR - это кошелек-устройство, позволяющее достичь высокого уровня безопасности без ущерба для удобства. В отличии от холодного хранилища, TREZOR можно быстро подключить к компьютеру и подписать им транзакцию. Это значит, что можно безопасно тратить биткойны даже на подверженном взлому компьютере." @@ -174,6 +174,7 @@ ru: walletbither: "Bither - это простой и безопасный многоплатформенный кошелек. Поскольку он включает режимы как холодного, так и горячего хранения, пользователь может выбирать между удобством и безопасностью. Продвинутый случайный генератор использует различные источники энтропии для большей безопасности пользователя. Модель HDM позволяет сочетать преимущества иерархической детерминированности и мультисигнатурной безопасности." walletgreenbits: "GreenBits - это быстрый и простой в использовании кошелек. Наслаждайтесь улучшенной безопасностью с минимальным либо нулевым доверительным подходом, опциональной поддержкой аппаратных кошельков, функциональностью 2FA, основанной на мульти-подписи и ограничением расходов." walletbtccom: "Безопасный и простой в использовании, BTC.com Bitcoin Wallet позволяет вам, пользователю, полностью контролировать ваши биткойны. Особенности включают технологию HD и мульти-подпись, многоплатформенную, местную языковую и валютную поддержку, QR-коды и многое другое." + walletblw: "Мобильный кошелек с поддержкой Lightning Network." walletwasabi: "Некастодиальный, фокусированный на конфиденциальности биткойн-кошелек с открытым исходным кодом, для Windows, Linux и Mac. Встроенные анонимная сеть Tor, CoinJoin и функции контроля койнов." walletdownload: "Установить" walletvisit: "Посетить сайт" diff --git a/_translations/sr.yml b/_translations/sr.yml index 5acebdd1..49f4c1ce 100644 --- a/_translations/sr.yml +++ b/_translations/sr.yml @@ -177,7 +177,7 @@ sr: walletbitcoinwallet: "Bitcoin Wallet je lak za korišćenje i pouzdan, istovremeno siguran i brz. Osnovna vizija je decentralizacija, i nulto-poverenje. Nije potrebna centalizovana usluga za operacije vezane za Bitkoin. Aplikacije je dobar izbor za ljude sa manje stručnog znanja." walletbrd: "BRD je jedan od najjednostavnijih novčanika za nove Bitkoin korisnike. Takođe, veoma je siguran. BRD se povezuje direktno na Bitkoin mrežu i koristi ugrađenu enkripciju hardverskih komponenti kako bi novac bio siguran." walletmyceliumwallet: "Mycelium Bitkoin novčanik za Android dizajniran je na principima sigurnosti, brzine i lakoće upotrebe. Upravljanje privatnim ključem, hladno čuvanje i kompatibilnost sa Trezorom neke su od jedinstvenih karakteristika uz mnoge druge." - walletcoinspace: "Coin.Space HD je besplatan Bitkoin veb-novčanik. koji možete koristi za plaćanja širom sveta besplatno. Plaćanje bitkoinima je jednostavno i sigurno, dostupno na telefonu ili desktop računaru." + walletcoin: "Coin je besplatan Bitkoin veb-novčanik. koji možete koristi za plaćanja širom sveta besplatno. Plaćanje bitkoinima je jednostavno i sigurno, dostupno na telefonu ili desktop računaru." walletbitgo: "BitGo je multi-sig novčanik, koji štiti vaš bitkoin od gubitka ili kradje. Zadržavate potpunu kontrolu; BitGo ne može da potroši ili zamrzne novčana sredstva. BitGo je novčanik lak za upotrebu koji nudi napredna sigurnosna svojstva poput ograničenja na trošenje sredstava i višekorisnički pristup." walletgreenaddress: "GreenAddress je multi-sig novčanik lag za korišćenje uz poboljšanu bezbednost i privatnost. Privatni ključevi su enkriptovanii ne nalaze se na serveru. Zbog sigurnosti, preporucuje se korišćenje F2A pristupa aplikaciji." wallettrezor: "Trezor je hardverski novčanik koji pruža visok nivo sigurnosti bez žrtvovanja upotrebljivosti. Za razliku od hladnog skladišta, Trezor ima mogućnost da potpisuje transakcije dok je uređaj konektovan na internet. To znači da je vršenje transakcija bezbedno, pa čak i na kompromitovanom kompjuteru." diff --git a/_translations/uk.yml b/_translations/uk.yml index 5bc30a44..6f224457 100644 --- a/_translations/uk.yml +++ b/_translations/uk.yml @@ -163,7 +163,7 @@ uk: walletmyceliumwallet: "Біткойн-гаманець Mycelium для Android призначений для безпеки, швидкості та простоти використання. Він має унікальні функції для керування за допогою своїх клавіш та для зберігання холодного зберігання та пропонує сумісність з Trezor та іншими." walletcircle: "Circle - це веб-гаманець, що має бути простим у використанні. Він надає можливість миттєво купувати та продавати биткойни за допомогою кредитної картки або банківського рахунку США. Він також є у вигляді веб додатку для Android та iOS." walletcoinkite: "Coinkite - це веб-гаманець і сервіс обслуговування дебетових карток, розроблений для досягнення максимальної легкості у використанні. Цей сервіс також працює в мобільних браузерах, має інструменти для продавців та платіжні термінали для пунктів продажу. Це гібридний гаманець і повноцінне резервне сховище." - walletcoinspace: "Coin.Space HD Wallet - це безкоштовний онлайновий кошик для біткойн, який ви можете використовувати для здійснення платежів у всьому світі безкоштовно. Це робить оплату біткойнами легкими та надійними, доступними будь-де з вашого телефона або на робочому столі." + walletcoin: "Coin - це безкоштовний онлайновий кошик для біткойн, який ви можете використовувати для здійснення платежів у всьому світі безкоштовно. Це робить оплату біткойнами легкими та надійними, доступними будь-де з вашого телефона або на робочому столі." walletbitgo: "BitGo - це гаманець з функцією мульті-підпису з високим рівнем безпеки, який захищає ваш біткойн від крадіжки та втрати. Ви зберігаєте повний контроль; BitGo не може витрачати або заморозити кошти. Гаманці BitGo прості у використанні та пропонують розширені функції безпеки, такі як обмеження витрат та багатокористувацький доступ." walletgreenaddress: "GreenAddress - зручний гаманець з мультипідписом, покращеним захистом і конфіденційністю. Ваші ключі не передаються на сервер, навіть у зашифрованому вигляді. З міркувань безпеки, ви завжди повинні використовувати двофакторну авторизацію, розширення браузеру чи додаток Android." wallettrezor: "TREZOR - це пристрій-гаманець, що забезпечує високий рівень захисту не втрачаючи зручність у використанні. На відміну від холодного сховища, TREZOR можна швидко під'єднати до пристрою з доступом до мережі Інтернет і підписати ним транзакцію. Це означає, що біткоїни можна безпечно витрачати навіть на незахищеному комп'ютері." @@ -175,6 +175,7 @@ uk: walletbither: "Bither - це простий і надійний гаманець доступний на багатьох платформах. За допомогою спеціальних \"холодного\" або \"гарячого\" режимів користувач може легко отримати як безпеку, так і простоту. XRANDOM від Bither використовує різні джерела ентропії для створення справжніх випадкових чисел для користувачів. Також за допомогою HDM користувачі можуть мати переваги HD та безпеку мульті-підпису." walletgreenbits: "GreenBits - це швидкий та зручний гаманець. Насолоджуйтесь покращеною безпекою з мінімальним підходом до довіри, необов'язковою підтримкою апаратних гаманців, функціями 2FA та функціями обмеження витрат на основі мульті-підпису." walletbtccom: "Безпечний і простий у використанні, BTC.com Bitcoin Wallet дозволяє вам, користувачеві, повністю керувати вашими біткойнами. Можливості включають в себе технологію HD та мульті-підпис, багатоплатформну підтримку, підтримку місцевої мови та валют, QR-коди тощо." + walletblw: "Мобiльний гаманець з пiдтримкою Lightning Network." walletwasabi: "Wasabi це біткоін гаманець орієнтований на приватність." walletdownload: "Встановити" walletvisit: "Переглянути сайт" diff --git a/_translations/zh_CN.yml b/_translations/zh_CN.yml index 2acd1d11..ba27bc02 100644 --- a/_translations/zh_CN.yml +++ b/_translations/zh_CN.yml @@ -150,7 +150,7 @@ zh_CN: walletbitcoinwallet: "比特币钱包性能稳定,易于使用,同时也很安全快捷。其愿景是去中心化和零信任,比特币的相关操作不需要中心服务。该应用程序对于非技术人员是一个很好的选择。" walletbrd: "BRD是一个对新用户十分友好且非常安全的比特币钱包。BRD会直接接入比特币网络,并使用你的设备内置的硬件加密来保证比特币安全。" walletmyceliumwallet: "Mycelium比特币钱包是一款针对 Android 操作系统的开源钱包。其设计注重安全性,快速以及易用性。它具有私钥管理和冷存储的独特功能用以保护你的比特币,并且兼容Trezor等钱包。" - walletcoinspace: "Coin.Space HD钱包是一个免费使用的在线形式的比特币钱包,这样您可以在世界范围进行免费支付。Coin.Space HD这个在线钱包用比特币进行支付是容易使用且又安全的,不管是在你的手机上还是桌面电脑上。" + walletcoin: "Coin 钱包是一个免费使用的在线形式的比特币钱包,这样您可以在世界范围进行免费支付。Coin 这个在线钱包用比特币进行支付是容易使用且又安全的,不管是在你的手机上还是桌面电脑上。" walletbitgo: "BitGo是一种高安全性多签名钱包,它保护着你的比特币不会被偷和丢失。您完全自己维护着钱包;BitGo不可以花费或冻结资金。多个BitGo钱包也是容易使用的,并且提供高级安全特性,例如消费限制与多用户访问。" walletgreenaddress: "GreenAddress是用户友好地多重签名钱包,它伴随着提升安全性和隐私。你的私匙无论何时都不会在服务器端上,甚至加密的私钥更不会。为安全起见,您应当总是使用双重验证(2FA)和浏览器扩展功能或 Android 应用程序。" wallettrezor: "TREZOR 是一个硬件钱包,它具有高安全性,同时又不会以牺牲方便性为代价。与冷储存(cold storage)不同,TREZOR在连接到一个在线设备时是可以实现交易的。这意味着即便是在使用不安全的电脑的时候,使用比特币都是十分安全的。" diff --git a/_wallets/bither.md b/_wallets/bither.md index c53fc193..dbd96e50 100644 --- a/_wallets/bither.md +++ b/_wallets/bither.md @@ -22,10 +22,10 @@ platform: validation: "checkpassvalidationspvp2p" transparency: "checkpasstransparencyopensource" environment: "checkpassenvironmentmobile" - privacy: "checkfailprivacyweak" + privacy: "checkpassprivacybasic" fees: "checkfailfeecontrolstatic" privacycheck: - privacyaddressreuse: "checkfailprivacyaddressrotation" + privacyaddressreuse: "checkpassprivacyaddressrotation" privacydisclosure: "checkfailprivacydisclosurespv" privacynetwork: "checkfailprivacynetworknosupporttor" - name: android @@ -39,10 +39,10 @@ platform: validation: "checkpassvalidationspvp2p" transparency: "checkpasstransparencyopensource" environment: "checkpassenvironmentmobile" - privacy: "checkfailprivacyweak" + privacy: "checkpassprivacybasic" fees: "checkfailfeecontrolstatic" privacycheck: - privacyaddressreuse: "checkfailprivacyaddressrotation" + privacyaddressreuse: "checkpassprivacyaddressrotation" privacydisclosure: "checkfailprivacydisclosurespv" privacynetwork: "checkfailprivacynetworknosupporttor" - desktop: @@ -58,10 +58,10 @@ platform: validation: "checkpassvalidationspvp2p" transparency: "checkpasstransparencyopensource" environment: "checkfailenvironmentdesktop" - privacy: "checkfailprivacyweak" + privacy: "checkpassprivacybasic" fees: "checkfailfeecontrolstatic" privacycheck: - privacyaddressreuse: "checkfailprivacyaddressrotation" + privacyaddressreuse: "checkpassprivacyaddressrotation" privacydisclosure: "checkfailprivacydisclosurespv" privacynetwork: "checkfailprivacynetworknosupporttor" os: diff --git a/_wallets/blw.md b/_wallets/blw.md new file mode 100644 index 00000000..dea1a99f --- /dev/null +++ b/_wallets/blw.md @@ -0,0 +1,30 @@ +--- +# This file is licensed under the MIT License (MIT) available on +# http://opensource.org/licenses/MIT. + +id: blw +title: "BLW" +titleshort: "BLW" +compat: "mobile android" +level: 2 +platform: + - mobile: + name: mobile + os: + - name: android + text: "walletblw" + link: "https://play.google.com/store/apps/details?id=com.lightning.walletapp" + source: "https://github.com/btcontract/lnwallet" + screenshot: "blwandroid.png?1528322191" + check: + control: "checkgoodcontrolfull" + validation: "checkpassvalidationspvp2p" + transparency: "checkpasstransparencyopensource" + environment: "checkpassenvironmentmobile" + privacy: "checkpassprivacybasic" + fees: "checkpassfeecontroldynamic" + privacycheck: + privacyaddressreuse: "checkpassprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurespv" + privacynetwork: "checkfailprivacynetworknosupporttor" +--- \ No newline at end of file diff --git a/_wallets/coin.md b/_wallets/coin.md index b876044e..83926547 100644 --- a/_wallets/coin.md +++ b/_wallets/coin.md @@ -62,4 +62,4 @@ platform: privacyaddressreuse: "checkpassprivacyaddressrotation" privacydisclosure: "checkfailprivacydisclosureaccount" privacynetwork: "checkpassprivacynetworksupporttorproxy" ---- +--- \ No newline at end of file diff --git a/docs/managing-wallets.md b/docs/managing-wallets.md index e1e3b900..dffc8dac 100644 --- a/docs/managing-wallets.md +++ b/docs/managing-wallets.md @@ -92,7 +92,11 @@ with `optipng -o7 file.png`. The icon must fit within 96 X 96 px inside the png, or 85 X 85 px for square icons. **Description**: The text must go in `_translations/en.yml` alongside other -wallets' descriptions. +wallets' descriptions. The description must be less than 320 characters and +be consistent in style with the other descriptions. Do not use superlatives +or exclusive phrases. For example, you might want to comment on ease of use. +Don't write "This wallet is the easiest to use" or "This wallet is extremely +easy to use"; write "This wallet is easy to use." **Level**: Each wallet must have a level property assigned. A value must be in a range between 1 and 4. Level represents a category of a wallet: diff --git a/files/bitcoin-paper/bitcoin_th.pdf b/files/bitcoin-paper/bitcoin_th.pdf new file mode 100644 index 00000000..f2d77c63 Binary files /dev/null and b/files/bitcoin-paper/bitcoin_th.pdf differ diff --git a/img/screenshots/blwandroid.png b/img/screenshots/blwandroid.png new file mode 100644 index 00000000..d546af27 Binary files /dev/null and b/img/screenshots/blwandroid.png differ diff --git a/img/screenshots/coinmobile.png b/img/screenshots/coinmobile.png new file mode 100644 index 00000000..8a1c7357 Binary files /dev/null and b/img/screenshots/coinmobile.png differ diff --git a/img/screenshots/coinspacemobile.png b/img/screenshots/coinspacemobile.png deleted file mode 100644 index b319ce16..00000000 Binary files a/img/screenshots/coinspacemobile.png and /dev/null differ diff --git a/img/screenshots/coinspaceweb.png b/img/screenshots/coinspaceweb.png deleted file mode 100644 index 1a829653..00000000 Binary files a/img/screenshots/coinspaceweb.png and /dev/null differ diff --git a/img/screenshots/coinweb.png b/img/screenshots/coinweb.png new file mode 100644 index 00000000..ba39d71a Binary files /dev/null and b/img/screenshots/coinweb.png differ diff --git a/img/wallet/blw.png b/img/wallet/blw.png new file mode 100644 index 00000000..dbf4cc2c Binary files /dev/null and b/img/wallet/blw.png differ diff --git a/img/wallet/coinspace.png b/img/wallet/coin.png similarity index 100% rename from img/wallet/coinspace.png rename to img/wallet/coin.png