mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Glossary updates
- Some Bitcoin -> Dash changes
This commit is contained in:
parent
ec00b13102
commit
e3891612ba
21 changed files with 28 additions and 28 deletions
|
@ -8,7 +8,7 @@ required:
|
||||||
|
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
A 20-byte hash formatted using base58check to produce either a
|
A 20-byte hash formatted using base58check to produce either a
|
||||||
P2PKH or P2SH Bitcoin address. Currently the most common way
|
P2PKH or P2SH Dash address. Currently the most common way
|
||||||
users exchange payment information.
|
users exchange payment information.
|
||||||
|
|
||||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
|
|
|
@ -7,7 +7,7 @@ required:
|
||||||
title_max_40_characters_no_formatting: Base58check, Bitcoin Address Encoding
|
title_max_40_characters_no_formatting: Base58check, Bitcoin Address Encoding
|
||||||
|
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
The method used in Bitcoin for converting 160-bit hashes into
|
The method used in Dash for converting 160-bit hashes into
|
||||||
P2PKH and P2SH addresses. Also used in other parts of Bitcoin,
|
P2PKH and P2SH addresses. Also used in other parts of Bitcoin,
|
||||||
such as encoding private keys for backup in WIP format. Not the
|
such as encoding private keys for backup in WIP format. Not the
|
||||||
same as other base58 implementations.
|
same as other base58 implementations.
|
||||||
|
|
|
@ -9,7 +9,7 @@ required:
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
The amount that miners may claim as a reward for creating a
|
The amount that miners may claim as a reward for creating a
|
||||||
block. Equal to the sum of the block subsidy (newly available
|
block. Equal to the sum of the block subsidy (newly available
|
||||||
satoshis) plus the transactions fees paid by transactions
|
duffs) plus the transactions fees paid by transactions
|
||||||
included in the block.
|
included in the block.
|
||||||
|
|
||||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
|
|
|
@ -7,8 +7,8 @@ required:
|
||||||
title_max_40_characters_no_formatting: CompactSize Unsigned Integer
|
title_max_40_characters_no_formatting: CompactSize Unsigned Integer
|
||||||
|
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
A type of variable-length integer commonly used in the Bitcoin
|
A type of variable-length integer commonly used in the Dash
|
||||||
P2P protocol and Bitcoin serialized data structures.
|
P2P protocol and Dash serialized data structures.
|
||||||
|
|
||||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
- CompactSize
|
- CompactSize
|
||||||
|
@ -21,7 +21,7 @@ optional:
|
||||||
- compactsize uints
|
- compactsize uints
|
||||||
|
|
||||||
not_to_be_confused_with_capitalize_first_letter:
|
not_to_be_confused_with_capitalize_first_letter:
|
||||||
- VarInt (a data type Bitcoin Core uses for local data storage)
|
- VarInt (a data type Dash Core uses for local data storage)
|
||||||
- Compact (the data type used for nBits in the block header)
|
- Compact (the data type used for nBits in the block header)
|
||||||
|
|
||||||
links_html_or_markdown_style_capitalize_first_letter:
|
links_html_or_markdown_style_capitalize_first_letter:
|
||||||
|
|
|
@ -8,7 +8,7 @@ required:
|
||||||
|
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
A DNS server which returns IP addresses of full nodes on the
|
A DNS server which returns IP addresses of full nodes on the
|
||||||
Bitcoin network to assist in peer discovery.
|
Dash network to assist in peer discovery.
|
||||||
|
|
||||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
- DNS seed
|
- DNS seed
|
||||||
|
|
|
@ -7,7 +7,7 @@ required:
|
||||||
title_max_40_characters_no_formatting: Genesis Block, Block 0
|
title_max_40_characters_no_formatting: Genesis Block, Block 0
|
||||||
|
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
The first block in the Bitcoin block chain.
|
The first block in the Dash block chain.
|
||||||
|
|
||||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
- Genesis block
|
- Genesis block
|
||||||
|
|
|
@ -7,8 +7,8 @@ required:
|
||||||
title_max_40_characters_no_formatting: Inventory, Block Or Transaction Inventory
|
title_max_40_characters_no_formatting: Inventory, Block Or Transaction Inventory
|
||||||
|
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
A data type identifier and a hash; used to identify transactions
|
A data type identifier and a hash; used to identify transactions,
|
||||||
and blocks available for download through the Bitcoin P2P network.
|
blocks, and objects available for download through the Dash P2P network.
|
||||||
|
|
||||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
- Inventory
|
- Inventory
|
||||||
|
|
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
required:
|
required:
|
||||||
#-------------40 characters-------------#
|
#-------------40 characters-------------#
|
||||||
title_max_40_characters_no_formatting: Mainnet, Bitcoin Main Network
|
title_max_40_characters_no_formatting: Mainnet, Dash Main Network
|
||||||
|
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
The original and main network for Bitcoin transactions, where
|
The original and main network for Dash transactions, where
|
||||||
satoshis have real economic value.
|
duffs have real economic value.
|
||||||
|
|
||||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
- Mainnet
|
- Mainnet
|
||||||
|
|
|
@ -9,7 +9,7 @@ required:
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
A tree constructed by hashing paired data (the leaves), then
|
A tree constructed by hashing paired data (the leaves), then
|
||||||
pairing and hashing the results until a single hash remains, the
|
pairing and hashing the results until a single hash remains, the
|
||||||
merkle root. In Bitcoin, the leaves are almost always
|
merkle root. In Dash, the leaves are almost always
|
||||||
transactions from a single block.
|
transactions from a single block.
|
||||||
|
|
||||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
|
|
|
@ -7,7 +7,7 @@ required:
|
||||||
title_max_40_characters_no_formatting: Mining, Miner
|
title_max_40_characters_no_formatting: Mining, Miner
|
||||||
|
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
Mining is the act of creating valid Bitcoin blocks, which
|
Mining is the act of creating valid Dash blocks, which
|
||||||
requires demonstrating proof of work, and miners are devices
|
requires demonstrating proof of work, and miners are devices
|
||||||
that mine or people who own those devices.
|
that mine or people who own those devices.
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,9 @@ required:
|
||||||
|
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
An output in a transaction which contains two fields: a value
|
An output in a transaction which contains two fields: a value
|
||||||
field for transferring zero or more satoshis and a pubkey script
|
field for transferring zero or more duffs and a pubkey script
|
||||||
for indicating what conditions must be fulfilled for those
|
for indicating what conditions must be fulfilled for those
|
||||||
satoshis to be further spent.
|
duffs to be further spent.
|
||||||
|
|
||||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
- Output
|
- Output
|
||||||
|
|
|
@ -7,7 +7,7 @@ required:
|
||||||
title_max_40_characters_no_formatting: P2PKH Address, Pay To PubKey Hash
|
title_max_40_characters_no_formatting: P2PKH Address, Pay To PubKey Hash
|
||||||
|
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
A Bitcoin payment address comprising a hashed public key,
|
A Dash payment address comprising a hashed public key,
|
||||||
allowing the spender to create a standard pubkey script that
|
allowing the spender to create a standard pubkey script that
|
||||||
Pays To PubKey Hash (P2PKH).
|
Pays To PubKey Hash (P2PKH).
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ required:
|
||||||
title_max_40_characters_no_formatting: P2SH Address, Pay To Script Hash
|
title_max_40_characters_no_formatting: P2SH Address, Pay To Script Hash
|
||||||
|
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
A Bitcoin payment address comprising a hashed script,
|
A Dash payment address comprising a hashed script,
|
||||||
allowing the spender to create a standard pubkey script that
|
allowing the spender to create a standard pubkey script that
|
||||||
Pays To Script Hash (P2SH). The script can be almost any
|
Pays To Script Hash (P2SH). The script can be almost any
|
||||||
valid pubkey script.
|
valid pubkey script.
|
||||||
|
|
|
@ -8,7 +8,7 @@ required:
|
||||||
|
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
A script included in outputs which sets the conditions that must
|
A script included in outputs which sets the conditions that must
|
||||||
be fulfilled for those satoshis to be spent. Data for
|
be fulfilled for those duffs to be spent. Data for
|
||||||
fulfilling the conditions can be provided in a signature script.
|
fulfilling the conditions can be provided in a signature script.
|
||||||
Pubkey Scripts are called a scriptPubKey in code.
|
Pubkey Scripts are called a scriptPubKey in code.
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ required:
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
A local testing environment in which developers can almost
|
A local testing environment in which developers can almost
|
||||||
instantly generate blocks on demand for testing events, and can
|
instantly generate blocks on demand for testing events, and can
|
||||||
create private satoshis with no real-world value.
|
create private duffs with no real-world value.
|
||||||
|
|
||||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
- Regtest
|
- Regtest
|
||||||
|
|
|
@ -8,7 +8,7 @@ required:
|
||||||
|
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
A hash digest displayed with the byte order reversed; used in
|
A hash digest displayed with the byte order reversed; used in
|
||||||
Bitcoin Core RPCs, many block explorers, and other software.
|
Dash Core RPCs, many block explorers, and other software.
|
||||||
|
|
||||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
- RPC byte order
|
- RPC byte order
|
||||||
|
|
|
@ -9,7 +9,7 @@ required:
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
Complete transactions in their binary format; often represented
|
Complete transactions in their binary format; often represented
|
||||||
using hexadecimal. Sometimes called raw format because of the
|
using hexadecimal. Sometimes called raw format because of the
|
||||||
various Bitcoin Core commands with "raw" in their names.
|
various Dash Core commands with "raw" in their names.
|
||||||
|
|
||||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
- Serialized transaction
|
- Serialized transaction
|
||||||
|
|
|
@ -7,7 +7,7 @@ required:
|
||||||
title_max_40_characters_no_formatting: Start String, Network Magic
|
title_max_40_characters_no_formatting: Start String, Network Magic
|
||||||
|
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
Four defined bytes which start every message in the Bitcoin P2P
|
Four defined bytes which start every message in the Dash P2P
|
||||||
protocol to allow seeking to the next message.
|
protocol to allow seeking to the next message.
|
||||||
|
|
||||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
|
|
|
@ -8,8 +8,8 @@ required:
|
||||||
|
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
A global testing environment in which developers can obtain and
|
A global testing environment in which developers can obtain and
|
||||||
spend satoshis that have no real-world value on a network that
|
spend duffs that have no real-world value on a network that
|
||||||
is very similar to the Bitcoin mainnet.
|
is very similar to the Dash mainnet.
|
||||||
|
|
||||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
- Testnet
|
- Testnet
|
||||||
|
|
|
@ -9,7 +9,7 @@ required:
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
Software that stores private keys and monitors the block chain
|
Software that stores private keys and monitors the block chain
|
||||||
(sometimes as a client of a server that does the processing) to
|
(sometimes as a client of a server that does the processing) to
|
||||||
allow users to spend and receive satoshis.
|
allow users to spend and receive duffs.
|
||||||
|
|
||||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
- Wallet
|
- Wallet
|
||||||
|
|
|
@ -2074,7 +2074,7 @@ fees (to provide security in mixing).
|
||||||
| ---------- | ----------- | --------- | -------- | -------- |
|
| ---------- | ----------- | --------- | -------- | -------- |
|
||||||
| # | tx | `tx` message | Required | The transaction
|
| # | tx | `tx` message | Required | The transaction
|
||||||
| 41 | vin | txIn | Required | Masternode unspent output
|
| 41 | vin | txIn | Required | Masternode unspent output
|
||||||
| 66* | vchSig | char[] | Required | Signature of this message by masternode verifiable via pubKeyMasternode (66 bytes in most cases. Length (1 byte) + Signature (65 bytes))
|
| 66 | vchSig | char[] | Required | Signature of this message by masternode verifiable via pubKeyMasternode (Length (1 byte) + Signature (65 bytes))
|
||||||
| 8 | sigTime | int64_t | Require | Time this message was signed
|
| 8 | sigTime | int64_t | Require | Time this message was signed
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue