Update some vocabulary items

This commit is contained in:
thephez 2017-11-16 14:42:35 -05:00
parent 617893997e
commit be0bf9b93c
2 changed files with 9 additions and 5 deletions

View file

@ -824,19 +824,19 @@ en:
dash: "Dash"
dashtxt: "Dash - with capitalization, is used when describing the concept of Dash, or the entire network itself. e.g. \"I was learning about the Dash protocol today.\"<br>dash - without capitalization, is used to describe dash as a unit of account. e.g. \"I sent ten dash today.\"; it is also often abbreviated <????>."
doublespend: "Double Spend"
doublespendtxt: "If a malicious user tries to <b>spend their bitcoins to two different recipients at the same time</b>, this is double spending. Dash <a href=\"#[vocabulary.mining]\">mining</a> and the <a href=\"#[vocabulary.blockchain]\">block chain</a> are there to create a consensus on the network about which of the two transactions will confirm and be considered valid."
doublespendtxt: "If a malicious user tries to <b>spend their dash to two different recipients at the same time</b>, this is double spending. Dash <a href=\"#[vocabulary.mining]\">mining</a> and the <a href=\"#[vocabulary.blockchain]\">block chain</a> are there to create a consensus on the network about which of the two transactions will confirm and be considered valid."
hashrate: "Hash Rate"
hashratetxt: "The hash rate is the <b>measuring unit of the processing power of the Dash network</b>. The Dash network must make intensive mathematical operations for security purposes. When the network reached a hash rate of 10 Th/s, it meant it could make 10 trillion calculations per second."
mining: "Mining"
miningtxt: "Dash mining is the process of <b>making computer hardware do mathematical calculations for the Dash network to confirm transactions</b> and increase security. As a reward for their services, Dash miners can collect transaction fees for the transactions they confirm, along with newly created bitcoins. Mining is a specialized and competitive market where the rewards are divided up according to how much calculation is done. Not all Dash users do Dash mining, and it is not an easy way to make money."
miningtxt: "Dash mining is the process of <b>making computer hardware do mathematical calculations for the Dash network to confirm transactions</b> and increase security. As a reward for their services, Dash miners can collect transaction fees for the transactions they confirm, along with newly created dash. Mining is a specialized and competitive market where the rewards are divided up according to how much calculation is done. Not all Dash users do Dash mining, and it is not an easy way to make money."
p2p: "P2P"
p2ptxt: "Peer-to-peer refers to <b>systems that work like an organized collective</b> by allowing each individual to interact directly with the others. In the case of Dash, the network is built in such a way that each user is broadcasting the transactions of other users. And, crucially, no bank is required as a third party."
privatekey: "Private Key"
privatekeytxt: "A private key is a <b>secret piece of data that proves your right to spend bitcoins from a specific wallet</b> through a cryptographic <a href=\"#[vocabulary.signature]\">signature</a>. Your private key(s) are stored in your computer if you use a software wallet; they are stored on some remote servers if you use a web wallet. Private keys must never be revealed as they allow you to spend bitcoins for their respective Dash wallet."
privatekeytxt: "A private key is a <b>secret piece of data that proves your right to spend dash from a specific wallet</b> through a cryptographic <a href=\"#[vocabulary.signature]\">signature</a>. Your private key(s) are stored in your computer if you use a software wallet; they are stored on some remote servers if you use a web wallet. Private keys must never be revealed as they allow you to spend dash for their respective Dash wallet."
signature: "Signature"
signaturetxt: "A <a href=\"#[vocabulary.cryptography]\">cryptographic</a> signature is <b>a mathematical mechanism that allows someone to prove ownership</b>. In the case of Dash, a <a href=\"#[vocabulary.wallet]\">Dash wallet</a> and its <a href=\"#[vocabulary.privatekey]\">private key(s)</a> are linked by some mathematical magic. When your Dash software signs a transaction with the appropriate private key, the whole network can see that the signature matches the bitcoins being spent. However, there is no way for the world to guess your private key to steal your hard-earned bitcoins."
signaturetxt: "A <a href=\"#[vocabulary.cryptography]\">cryptographic</a> signature is <b>a mathematical mechanism that allows someone to prove ownership</b>. In the case of Dash, a <a href=\"#[vocabulary.wallet]\">Dash wallet</a> and its <a href=\"#[vocabulary.privatekey]\">private key(s)</a> are linked by some mathematical magic. When your Dash software signs a transaction with the appropriate private key, the whole network can see that the signature matches the dash being spent. However, there is no way for the world to guess your private key to steal your hard-earned dash."
wallet: "Wallet"
wallettxt: "A Dash wallet is loosely <b>the equivalent of a physical wallet on the Dash network</b>. The wallet actually contains your <a href=\"#[vocabulary.privatekey]\">private key(s)</a> which allow you to spend the bitcoins allocated to it in the <a href=\"#[vocabulary.blockchain]\">block chain</a>. Each Dash wallet can show you the total balance of all bitcoins it controls and lets you pay a specific amount to a specific person, just like a real wallet. This is different to credit cards where you are charged by the merchant."
wallettxt: "A Dash wallet is loosely <b>the equivalent of a physical wallet on the Dash network</b>. The wallet actually contains your <a href=\"#[vocabulary.privatekey]\">private key(s)</a> which allow you to spend the dash allocated to it in the <a href=\"#[vocabulary.blockchain]\">block chain</a>. Each Dash wallet can show you the total balance of all dash it controls and lets you pay a specific amount to a specific person, just like a real wallet. This is different to credit cards where you are charged by the merchant."
you-need-to-know:
title: "Some things you need to know - Bitcoin"
pagetitle: "Some things you need to know"
@ -942,6 +942,7 @@ en:
btc: btc
confirmation: confirmation
cryptography: cryptography
dash: dash
doublespend: double-spend
hashrate: hash-rate
mining: mining