mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Dev Docs Glossary: Add Denominations Entry
Suggested by Jameson Lopp (thanks!)
This commit is contained in:
parent
2a2df421c1
commit
6df57cf942
4 changed files with 44 additions and 18 deletions
|
@ -155,9 +155,9 @@ You must pay by: 2014-04-01 at 23:00 UTC
|
|||
|
||||
{% autocrossref %}
|
||||
|
||||
Indicating the [denomination][]{:#term-denomination}{:.term} is critical. As of this writing, popular
|
||||
Bitcoin wallet software defaults to denominating amounts in either [bitcoins][]{:#term-bitcoins}{:.term} (BTC)
|
||||
, [millibitcoins][]{:#term-millibitcoins}{:.term} (mBTC) or microbitcoins (uBTC, "[bits][]{:#term-bits}{:.term}"). Choosing between each unit is widely supported,
|
||||
Indicating the denomination is critical. As of this writing, popular
|
||||
Bitcoin wallet software defaults to denominating amounts in either bitcoins (BTC)
|
||||
, millibitcoins (mBTC) or microbitcoins (uBTC, "bits"). Choosing between each unit is widely supported,
|
||||
but other software also lets its users select denomination amounts from
|
||||
some or all of the following options:
|
||||
|
||||
|
@ -167,7 +167,7 @@ some or all of the following options:
|
|||
| 0.01 | bitcent (cBTC) |
|
||||
| 0.001 | millibitcoin (mBTC) |
|
||||
| 0.000001 | microbitcoin (uBTC, "bits") |
|
||||
| 0.00000001 | [satoshi][]{:#term-satoshi}{:.term} |
|
||||
| 0.00000001 | satoshi |
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
|
|
|
@ -5,12 +5,9 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
<!-- Terms; must have tooltip description in "quotes"; alphabetical order -->
|
||||
[bitcoin URI]: /en/developer-guide#term-bitcoin-uri "A URI which allows receivers to encode payment details so spenders don't have to manually enter addresses and other details"
|
||||
[bitcoins]: /en/developer-guide#term-bitcoins "A primary accounting unit used in Bitcoin; 100 million satoshis"
|
||||
[bits]: /en/developer-guide#term-bits "0.000001 bitcoins (100 satoshis)"
|
||||
[certificate chain]: /en/developer-examples#term-certificate-chain "A chain of certificates connecting a individual's leaf certificate to the certificate authority's root certificate"
|
||||
[coinbase block height]: /en/developer-reference#term-coinbase-block-height "The current block's height encoded into the first bytes of the coinbase field"
|
||||
[data-pushing op code]: https://en.bitcoin.it/wiki/Script#Constants "Any op code from 0x01 to 0x4e which pushes data on to the script evaluation stack"
|
||||
[denomination]: /en/developer-guide#term-denomination "bitcoins (BTC), bitcents (cBTC), millibitcoins (mBTC), bits (uBTC, microbitcoins), or satoshis"
|
||||
[fiat]: /en/developer-guide#term-fiat "National currencies such as the dollar or euro"
|
||||
[intermediate certificate]: /en/developer-examples#term-intermediate-certificate "A intermediate certificate authority certificate which helps connect a leaf (receiver) certificate to a root certificate authority"
|
||||
[key index]: /en/developer-guide#term-key-index "An index number used in the HD wallet formula to generate child keys from a parent key"
|
||||
|
@ -20,7 +17,6 @@ http://opensource.org/licenses/MIT.
|
|||
[merge]: /en/developer-guide#term-merge "Spending, in the same transaction, multiple outputs which can be traced back to different previous spenders, leaking information about how many satoshis you control"
|
||||
[merge avoidance]: /en/developer-guide#term-merge-avoidance "A strategy for selecting which outputs to spend that avoids merging outputs with different histories that could leak private information"
|
||||
[message]: /en/developer-guide#term-message "A parameter of bitcoin: URIs which allows the receiver to optionally specify a message to the spender"
|
||||
[millibitcoins]: /en/developer-guide#term-millibitcoins "0.001 bitcoins (100,000 satoshis)"
|
||||
[msg_tx]: /en/developer-reference#term-msg_tx "The TXID data type identifier of an inventory on the P2P network"
|
||||
[msg_block]: /en/developer-reference#term-msg_block "The block header hash data type identifier of an inventory on the P2P network"
|
||||
[msg_filtered_block]: /en/developer-reference#term-msg_block "An alternative to the block header hash data type identifier of an inventory on the P2P network used to request a merkle block"
|
||||
|
@ -55,8 +51,6 @@ http://opensource.org/licenses/MIT.
|
|||
[recurrent rebilling]: /en/developer-guide#rebilling-recurring-payments "Billing a spender on a regular schedule"
|
||||
[refund]: /en/developer-guide#issuing-refunds "A transaction which refunds some or all satoshis received in a previous transaction"
|
||||
[root certificate]: /en/developer-examples#term-root-certificate "A certificate belonging to a certificate authority (CA)"
|
||||
[satoshi]: /en/developer-guide#term-satoshi "The smallest unit of Bitcoin value; 0.00000001 bitcoins. Also used generically for any value of bitcoins"
|
||||
[satoshis]: /en/developer-guide#term-satoshi "The smallest unit of Bitcoin value; 0.00000001 bitcoins. Also used generically for any value of bitcoins"
|
||||
[ssl signature]: /en/developer-examples#term-ssl-signature "Signatures created and recognized by major SSL implementations such as OpenSSL"
|
||||
[standard block relay]: /en/developer-guide#term-standard-block-relay "The regular block relay method: announcing a block with an inv message and waiting for a response"
|
||||
[transaction]: /en/developer-guide#transactions "A transaction spending satoshis"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue