Remove bitcoin.org references and minor adjustments

This commit is contained in:
thephez 2017-12-18 16:19:16 -05:00
parent afe1c54caf
commit 6600b735d6
91 changed files with 108 additions and 108 deletions

View file

@ -30,7 +30,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[51% attack](/en/developer-guide#term-51-attack) --- Bitcoin.org Developer Guide"
- "[51% attack](/en/developer-guide#term-51-attack) --- Developer Guide"
- "[What can an attacker with 51% of hash power do?](http://bitcoin.stackexchange.com/q/658) --- Bitcoin StackExchange"
- "[Bitcoin.pdf](/en/bitcoin-paper) --- Satoshi Nakamoto (Bitcoin.org)"

View file

@ -22,7 +22,7 @@ optional:
- IP address
links_html_or_markdown_style_capitalize_first_letter:
- "[Address](/en/developer-guide#term-address) --- Bitcoin.org Developer Guide"
- "[Address](/en/developer-guide#term-address) --- Developer Guide"
- "[Address](https://en.bitcoin.it/wiki/Address) --- Bitcoin Wiki"

View file

@ -26,7 +26,7 @@ optional:
- IP address
links_html_or_markdown_style_capitalize_first_letter:
- "[base58check](/en/developer-reference#term-base58check) --- Bitcoin.org Developer Reference"
- "[base58check](/en/developer-reference#term-base58check) --- Developer Reference"
- "[Base58Check encoding](https://en.bitcoin.it/wiki/Base58Check_encoding) --- Bitcoin Wiki"
---

View file

@ -30,7 +30,7 @@ optional:
- Header chain
links_html_or_markdown_style_capitalize_first_letter:
- "[Block chain](/en/developer-guide#block-chain) --- Bitcoin.org Developer Guide"
- "[Block chain](/en/developer-guide#block-chain) --- Developer Guide"
- "[Block chain](https://en.bitcoin.it/wiki/Block_chain) --- Bitcoin Wiki"
---

View file

@ -22,7 +22,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Block header](/en/developer-reference#block-headers) --- Bitcoin.org Developer Reference"
- "[Block header](/en/developer-reference#block-headers) --- Developer Reference"
- "[Block hashing algorithm](https://en.bitcoin.it/wiki/Block_hashing_algorithm) --- Bitcoin Wiki"
- "[What are Bitcoin miners really solving?](http://bitcoin.stackexchange.com/q/8031) --- Bitcoin StackExchange"

View file

@ -25,7 +25,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Block height](/en/developer-guide#term-block-height) --- Bitcoin.org Developer Guide"
- "[Block height](/en/developer-guide#term-block-height) --- Developer Guide"
- "[Definition of block height](http://bitcoin.stackexchange.com/q/18561) --- Bitcoin StackExchange"
- "[Why is block height required in the coinbase?](http://bitcoin.stackexchange.com/q/30764) --- Bitcoin StackExchange"
- "[Is block height always sequencial?](http://bitcoin.stackexchange.com/q/24309) --- Bitcoin StackExchange"

View file

@ -24,7 +24,7 @@ optional:
- Transaction fees
links_html_or_markdown_style_capitalize_first_letter:
- "[Block reward](/en/developer-reference#term-block-reward) --- Bitcoin.org Developer Reference"
- "[Block reward](/en/developer-reference#term-block-reward) --- Developer Reference"
---

View file

@ -8,7 +8,7 @@ required:
summary_max_255_characters_no_formatting: >
The maximum size in bytes that the consensus rules allow a block to be.
The current block size limit is 1000000 bytes.
The current block size limit is 2000000 bytes.
synonyms_shown_in_glossary_capitalize_first_letter:
- Maximum Block Size
@ -22,7 +22,7 @@ optional:
- Blockchain size
links_html_or_markdown_style_capitalize_first_letter:
- "[Serialized Blocks](/en/developer-reference#serialized-blocks) --- Bitcoin.org Developer Guide"
- "[Serialized Blocks](/en/developer-reference#serialized-blocks) --- Developer Guide"
- "[Block](https://en.bitcoin.it/wiki/Block) --- Bitcoin Wiki"
---

View file

@ -21,7 +21,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Block](/en/developer-guide#term-block) --- Bitcoin.org Developer Guide"
- "[Block](/en/developer-guide#term-block) --- Developer Guide"
- "[Block](https://en.bitcoin.it/wiki/Block) --- Bitcoin Wiki"
---

View file

@ -23,6 +23,6 @@ optional:
- Headers-first sync
links_html_or_markdown_style_capitalize_first_letter:
- "[Blocks-first sync](/en/developer-guide#blocks-first) --- Bitcoin.org Developer Guide"
- "[Blocks-first sync](/en/developer-guide#blocks-first) --- Developer Guide"
---

View file

@ -21,7 +21,7 @@ optional:
- Bloom filter (general computer science term, of which Bitcoin's bloom filters are a specific implementation)
links_html_or_markdown_style_capitalize_first_letter:
- "[Bloom filter](/en/developer-guide#bloom-filters) --- Bitcoin.org Developer Guide"
- "[Bloom filter](/en/developer-guide#bloom-filters) --- Developer Guide"
- "[BIP37: Connection Bloom Filtering](https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki)--- Bitcoin Improvement Proposals"
- "[Pull request that implemented bloom filters in Bitcoin Core](https://github.com/bitcoin/bitcoin/pull/1795) --- GitHub"
- "[Discussion about bloom filtering and SPV clients](https://bitcointalk.org/index.php?topic=252937.0) --- BitcoinTalk"

View file

@ -28,7 +28,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Chain code](/en/developer-guide#term-chain-code) --- Bitcoin.org Developer Guide"
- "[Chain code](/en/developer-guide#term-chain-code) --- Developer Guide"
- "[BIP32: Hierarchical Deterministic Wallets](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) --- Bitcoin Improvement Proposals"
- "[Deterministic wallet](https://en.bitcoin.it/wiki/Deterministic_Wallet) --- Bitcoin wiki"

View file

@ -7,7 +7,7 @@ required:
title_max_40_characters_no_formatting: Change, Change Address, Change Output
summary_max_255_characters_no_formatting: >
An output in a transaction which returns satoshis to the
An output in a transaction which returns duffs to the
spender, thus preventing too much of the input value from going
to transaction fees.
@ -26,7 +26,7 @@ optional:
- Address reuse
links_html_or_markdown_style_capitalize_first_letter:
- "[Change address](/en/developer-guide#term-change-output) --- Bitcoin.org Developer Guide"
- "[Change address](/en/developer-guide#term-change-output) --- Developer Guide"
- "[Change](https://en.bitcoin.it/wiki/Change) --- Bitcoin Wiki"
- "[Why does Bitcoin Core use separate change addresses?](http://bitcoin.stackexchange.com/q/35412) --- Bitcoin StackExchange"

View file

@ -32,7 +32,7 @@ optional:
- Public key (derived from a private key, not a parent key)
links_html_or_markdown_style_capitalize_first_letter:
- "[Child key](/en/developer-guide#term-child-public-key) --- Bitcoin.org Developer Guide"
- "[Child key](/en/developer-guide#term-child-public-key) --- Developer Guide"
- "[BIP32: Hierarchical Deterministic Wallets](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) --- Bitcoin Improvement Proposals"
---

View file

@ -23,7 +23,7 @@ optional:
- Coinbase (the unique part of a coinbase transaction)
links_html_or_markdown_style_capitalize_first_letter:
- "[Coinbase transaction](/en/developer-reference#term-coinbase-tx) --- Bitcoin.org Developer Reference"
- "[Coinbase transaction](/en/developer-reference#term-coinbase-tx) --- Developer Reference"
- "[Generation transaction](https://en.bitcoin.it/wiki/Transaction#Generation) --- Bitcoin Wiki"
- "[Who generates the coinbase transaction?](http://bitcoin.stackexchange.com/q/32091) --- Bitcoin StackExchange"
- "[Must a block contain a coinbase transaction?](http://bitcoin.stackexchange.com/q/30349) --- Bitcoin StackExchange"

View file

@ -25,7 +25,7 @@ optional:
- Coinbase.com
links_html_or_markdown_style_capitalize_first_letter:
- "[Coinbase](/en/developer-reference#term-coinbase-field) --- Bitcoin.org Developer Reference"
- "[Coinbase](/en/developer-reference#term-coinbase-field) --- Developer Reference"
- "[Coinbase](https://en.bitcoin.it/wiki/Coinbase) --- Bitcoin Wiki"
- "[What is the coinbase?](http://bitcoin.stackexchange.com/q/4571) --- Bitcoin StackExchange"

View file

@ -25,7 +25,7 @@ optional:
- Compact (the data type used for nBits in the block header)
links_html_or_markdown_style_capitalize_first_letter:
- "[CompactSize Unsigned Integers](/en/developer-reference#compactsize-unsigned-integers) --- Bitcoin.org Developer Reference"
- "[CompactSize Unsigned Integers](/en/developer-reference#compactsize-unsigned-integers) --- Developer Reference"
- "[Variable length integers (compactSize)](https://en.bitcoin.it/wiki/Protocol_documentation#Variable_length_integer) --- Bitcoin Wiki"
---

View file

@ -20,7 +20,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Public key formats](/en/developer-guide#public-key-formats) --- Bitcoin.org Developer Guide"
- "[Public key formats](/en/developer-guide#public-key-formats) --- Developer Guide"
- "[What is a compressed public key?](http://bitcoin.stackexchange.com/q/3059) --- Bitcoin StackExchange"
- "[Why does Bitcoin Core support both compressed and uncompressed keys?](http://bitcoin.stackexchange.com/q/5952) --- Bitcoin StackExchange"

View file

@ -31,7 +31,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Confirmations](/en/developer-guide#term-confirmation) --- Bitcoin.org Developer Guide"
- "[Confirmations](/en/developer-guide#term-confirmation) --- Developer Guide"
- "[Confirmation](https://en.bitcoin.it/wiki/Confirmation) --- Bitcoin Wiki"
- "[What are confirmations?](http://bitcoin.stackexchange.com/a/160) --- Bitcoin StackExchange"
- "[When should I worry about 1-confirmation payments?](http://bitcoin.stackexchange.com/q/32562) --- Bitcoin StackExchange"

View file

@ -25,6 +25,6 @@ optional:
- Consensus (what happens when nodes follow the same consensus rules)
links_html_or_markdown_style_capitalize_first_letter:
- "[Consensus rules](/en/developer-guide#term-consensus-rules) --- Bitcoin.org Developer Guide"
- "[Consensus rules](/en/developer-guide#term-consensus-rules) --- Developer Guide"
---

View file

@ -22,6 +22,6 @@ optional:
- Consensus rules (the rules that allow nodes to maintain consensus)
links_html_or_markdown_style_capitalize_first_letter:
- "[Consensus](/en/developer-guide#term-consensus) --- Bitcoin.org Developer Guide"
- "[Consensus](/en/developer-guide#term-consensus) --- Developer Guide"
---

View file

@ -23,7 +23,7 @@ optional:
- Target threshold (the value from which difficulty is calculated)
links_html_or_markdown_style_capitalize_first_letter:
- "[Difficulty](/en/developer-guide#term-difficulty) --- Bitcoin.org Developer Guide"
- "[Difficulty](/en/developer-guide#term-difficulty) --- Developer Guide"
- "[Difficulty](https://en.bitcoin.it/wiki/Difficulty) --- Bitcoin Wiki"
- "[How is difficulty calculated?](http://bitcoin.stackexchange.com/q/5838) --- Bitcoin StackExchange"

View file

@ -21,7 +21,7 @@ optional:
- HD wallet seeds
links_html_or_markdown_style_capitalize_first_letter:
- "[DNS seed](/en/developer-guide#term-dns-seed) --- Bitcoin.org Developer Guide"
- "[DNS seed](/en/developer-guide#term-dns-seed) --- Developer Guide"
- "[DNS seeds](https://en.bitcoin.it/wiki/Satoshi_Client_Node_Discovery#DNS_Addresses) --- Bitcoin Wiki"
- "[What is a DNS seed versus a seed node?](http://bitcoin.stackexchange.com/q/14371) --- Bitcoin StackExchange"

View file

@ -28,7 +28,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Double spend](/en/developer-guide#term-double-spend) --- Bitcoin.org Developer Guide"
- "[Double spend](/en/developer-guide#term-double-spend) --- Developer Guide"
- "[Double spending](https://en.bitcoin.it/wiki/Double-spending) --- Bitcoin Wiki"
- "[What is a double spend?](http://bitcoin.stackexchange.com/q/4974) --- Bitcoin StackExchange"
- "[How do I detect a double spend?](http://bitcoin.stackexchange.com/q/13370) --- Bitcoin StackExchange"

View file

@ -23,7 +23,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Escrow contract](/en/developer-guide#term-escrow-contract) --- Bitcoin.org Developer Guide"
- "[Escrow contract](/en/developer-guide#term-escrow-contract) --- Developer Guide"
- "[Escrow and dispute mediation](https://en.bitcoin.it/wiki/Contracts#Example_2:_Escrow_and_dispute_mediation) --- Bitcoin Wiki"
---

View file

@ -28,7 +28,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Extended key](/en/developer-guide#term-extended-key) --- Bitcoin.org Developer Guide"
- "[Extended key](/en/developer-guide#term-extended-key) --- Developer Guide"
- "[BIP32: hierarchical deterministic wallets](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) --- Bitcoin Improvement Proposals"
---

View file

@ -27,7 +27,7 @@ optional:
- Git fork (when one or more developers temporarily develops a codebase separately from other developers)
links_html_or_markdown_style_capitalize_first_letter:
- "[Fork](/en/developer-guide#term-fork) --- Bitcoin.org Developer Guide"
- "[Fork](/en/developer-guide#term-fork) --- Developer Guide"
- "[What is the longest block chain fork that has been made stale so far?](http://bitcoin.stackexchange.com/q/3343) --- Bitcoin StackExchange"
---

View file

@ -22,7 +22,7 @@ optional:
- Generation transaction (the first transaction in a block)
links_html_or_markdown_style_capitalize_first_letter:
- "[Genesis block](/en/developer-guide#term-genesis-block) --- Bitcoin.org Developer Guide"
- "[Genesis block](/en/developer-guide#term-genesis-block) --- Developer Guide"
- "[Genesis block](https://en.bitcoin.it/wiki/Genesis_block) --- Bitcoin Wiki"
- "[Why can't the genesis block coinbase transaction be spent?](http://bitcoin.stackexchange.com/q/10009) --- Bitcoin StackExchange"

View file

@ -27,7 +27,7 @@ optional:
- Git fork (when one or more developers temporarily develops a codebase separately from other developers
links_html_or_markdown_style_capitalize_first_letter:
- "[Hard fork](/en/developer-guide#term-hard-fork) --- Bitcoin.org Developer Guide"
- "[Hard fork](/en/developer-guide#term-hard-fork) --- Developer Guide"
- "[Hard fork](https://en.bitcoin.it/wiki/Hardfork) --- Bitcoin Wiki"
- "[Has a hard fork ever occurred?](http://bitcoin.stackexchange.com/q/36090) --- Bitcoin StackExchange"

View file

@ -24,7 +24,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Hardened extended private keys](/en/developer-guide#term-hardened-extended-private-key) --- Bitcoin.org Developer Guide"
- "[Hardened extended private keys](/en/developer-guide#term-hardened-extended-private-key) --- Developer Guide"
- "[BIP32: hierarchical deterministic wallets](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) --- Bitcoin Improvement Proposals"
---

View file

@ -27,7 +27,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[HD Protocol](/en/developer-guide#term-hd-protocol) --- Bitcoin.org Developer Guide"
- "[HD Protocol](/en/developer-guide#term-hd-protocol) --- Developer Guide"
- "[BIP32: hierarchical deterministic wallets](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) --- Bitcoin Improvement Proposals"
- "[Deterministic wallet](https://en.bitcoin.it/wiki/Deterministic_Wallet) --- Bitcoin Wiki"

View file

@ -25,7 +25,7 @@ optional:
- Mnemonic code / mnemonic seed (a binary root seed formatted as words to make it easier for humans to transcribe and possibly remember)
links_html_or_markdown_style_capitalize_first_letter:
- "[Root seed](/en/developer-guide#term-root-seed) --- Bitcoin.org Developer Guide"
- "[Root seed](/en/developer-guide#term-root-seed) --- Developer Guide"
- "[BIP32: hierarchical deterministic wallets](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) --- Bitcoin Improvement Proposals"
- "[BIP39: mnemonic code for generating deterministic keys](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) --- Bitcoin Improvement Proposals"

View file

@ -30,7 +30,7 @@ optional:
- Block chain
links_html_or_markdown_style_capitalize_first_letter:
- "[Header chain](/en/developer-guide#term-header-chain) --- Bitcoin.org Developer Guide"
- "[Header chain](/en/developer-guide#term-header-chain) --- Developer Guide"
- "[Is it a chain of headers rather than a chain of blocks?](http://bitcoin.stackexchange.com/q/35448) --- Bitcoin StackExchange"
---

View file

@ -23,7 +23,7 @@ optional:
- Blocks-first sync (Downloading entire blocks immediately without first getting their headers)
links_html_or_markdown_style_capitalize_first_letter:
- "[Headers-first sync](/en/developer-guide#headers-first) --- Bitcoin.org Developer Guide"
- "[Headers-first sync](/en/developer-guide#headers-first) --- Developer Guide"
- "[Pull request adding headers-first sync to Bitcoin Core](https://github.com/bitcoin/bitcoin/pull/4468) --- GitHub"
---

View file

@ -24,7 +24,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[High-priority transactions](/en/developer-guide#term-high-priority-transactions) --- Bitcoin.org Developer Guide"
- "[High-priority transactions](/en/developer-guide#term-high-priority-transactions) --- Developer Guide"
- "[Free transaction relay policy](https://en.bitcoin.it/wiki/Free_transaction_relay_policy) --- Bitcoin Wiki"
---

View file

@ -22,6 +22,6 @@ optional:
- Blocks-first sync (syncing includes getting any amount of blocks; IBD is only used for large numbers of blocks)
links_html_or_markdown_style_capitalize_first_letter:
- "[Initial block download](/en/developer-guide#initial-block-download) --- Bitcoin.org Developer Guide"
- "[Initial block download](/en/developer-guide#initial-block-download) --- Developer Guide"
---

View file

@ -24,8 +24,8 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Input](/en/developer-guide#term-input) --- Bitcoin.org Developer Guide"
- "[TxIn](/en/developer-reference#txin) --- Bitcoin.org Developer Reference"
- "[Input](/en/developer-guide#term-input) --- Developer Guide"
- "[TxIn](/en/developer-reference#txin) --- Developer Reference"
- "[Inputs](https://en.bitcoin.it/wiki/Transaction#Input) --- Bitcoin Wiki"
---

View file

@ -22,7 +22,7 @@ optional:
- RPC byte order (where the byte order is reversed)
links_html_or_markdown_style_capitalize_first_letter:
- "[Internal byte order](/en/developer-reference#hash-byte-order) --- Bitcoin.org Developer Reference"
- "[Internal byte order](/en/developer-reference#hash-byte-order) --- Developer Reference"
- "[Block hashing algorithm ('endian conversion')](https://en.bitcoin.it/wiki/Block_hashing_algorithm) --- Bitcoin Wiki"
---

View file

@ -21,7 +21,7 @@ optional:
- Inv message (one of the P2P messages that transmits inventories)
links_html_or_markdown_style_capitalize_first_letter:
- "[Inventory](/en/developer-reference#term-inventory) --- Bitcoin.org Developer Reference"
- "[Inventory](/en/developer-reference#term-inventory) --- Developer Reference"
- "[Inventory vectors](https://en.bitcoin.it/wiki/Protocol_documentation#Inventory_Vectors) --- Bitcoin Wiki"
---

View file

@ -21,7 +21,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Locktime](/en/developer-guide#term-locktime) --- Bitcoin.org Developer Guide"
- "[Locktime](/en/developer-guide#term-locktime) --- Developer Guide"
- "[nLockTime](https://en.bitcoin.it/wiki/NLockTime) --- Bitcoin Wiki"
- "[How is locktime enforced in Bitcoin Core?](http://bitcoin.stackexchange.com/q/5914) --- Bitcoin StackExchange"

View file

@ -21,6 +21,6 @@ optional:
- Regtest (a private testing node similar to testnet)
links_html_or_markdown_style_capitalize_first_letter:
- "[Mainnet](/en/developer-examples#term-mainnet) --- Bitcoin.org Developer Examples"
- "[Mainnet](/en/developer-examples#term-mainnet) --- Developer Examples"
---

View file

@ -25,7 +25,7 @@ optional:
- BIP62 (a proposal for an optional new transaction version that reduces the set of known mutations for common transactions)
links_html_or_markdown_style_capitalize_first_letter:
- "[Transaction malleability](/en/developer-guide#transaction-malleability) --- Bitcoin.org Developer Guide"
- "[Transaction malleability](/en/developer-guide#transaction-malleability) --- Developer Guide"
- "[Transaction malleability](https://en.bitcoin.it/wiki/Transaction_Malleability) --- Bitcoin Wiki"
- "[BIP62: dealing with malleability](https://github.com/bitcoin/bips/blob/master/bip-0062.mediawiki) --- Bitcoin Improvement Proposals"

View file

@ -22,8 +22,8 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Master chain code](/en/developer-guide#term-master-chain-code) --- Bitcoin.org Developer Guide"
- "[Master private key](/en/developer-guide#term-master-private-key) --- Bitcoin.org Developer Guide"
- "[Master chain code](/en/developer-guide#term-master-chain-code) --- Developer Guide"
- "[Master private key](/en/developer-guide#term-master-private-key) --- Developer Guide"
- "[BIP32: hierarchical deterministic wallets](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) --- Bitcoin Improvement Proposals"
---

View file

@ -21,7 +21,7 @@ optional:
- MerkleBlock message (a P2P protocol message that transmits a merkle block)
links_html_or_markdown_style_capitalize_first_letter:
- "[Merkle block](/en/developer-reference#merkleblock) --- Bitcoin.org Developer Reference"
- "[Merkle block](/en/developer-reference#merkleblock) --- Developer Reference"
- "[MerkleBlock P2P protocol message](https://en.bitcoin.it/wiki/Protocol_documentation#filterload.2C_filteradd.2C_filterclear.2C_merkleblock) --- Bitcoin Wiki"
---

View file

@ -23,7 +23,7 @@ optional:
- Merkle block (a partial merkle branch connecting the root to one or more leaves [transactions])
links_html_or_markdown_style_capitalize_first_letter:
- "[Merkle root](/en/developer-guide#term-merkle-root) --- Bitcoin.org Developer Guide"
- "[Merkle root](/en/developer-guide#term-merkle-root) --- Developer Guide"
- "[Merkle trees](https://en.bitcoin.it/wiki/Protocol_documentation#Merkle_Trees) --- Bitcoin Wiki"
- "[What is the merkle root?](http://bitcoin.stackexchange.com/q/10479) --- Bitcoin StackExchange"
- "[Merkle tree](https://en.wikipedia.org/wiki/Merkle_tree) --- Wikipedia"

View file

@ -24,7 +24,7 @@ optional:
- Merkle block (a partial merkle branch connecting one or more transactions from a single block to the block merkle root)
links_html_or_markdown_style_capitalize_first_letter:
- "[Merkle tree](/en/developer-guide#term-merkle-tree) --- Bitcoin.org Developer Guide"
- "[Merkle tree](/en/developer-guide#term-merkle-tree) --- Developer Guide"
- "[Merkle trees](https://en.bitcoin.it/wiki/Protocol_documentation#Merkle_Trees) --- Bitcoin Wiki"
- "[How do I implement a merkle tree?](http://bitcoin.stackexchange.com/q/1110) --- Bitcoin StackExchange"
- "[Merkle tree](https://en.wikipedia.org/wiki/Merkle_tree) --- Wikipedia"

View file

@ -20,7 +20,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Message headers](/en/developer-reference#message-headers) --- Dash.org Developer Reference"
- "[Message headers](/en/developer-reference#message-headers) --- Developer Reference"
- "[Message structure](https://en.bitcoin.it/wiki/Protocol_documentation#Message_structure) --- Bitcoin Wiki"
- "[What is the function of the payload checksum in message headers?](http://bitcoin.stackexchange.com/q/22882) --- Bitcoin StackExchange"

View file

@ -26,7 +26,7 @@ optional:
- Transaction fee (the minimum relay fee is a policy setting that filters out transactions with too-low transaction fees)
links_html_or_markdown_style_capitalize_first_letter:
- "[Minimum relay fee](/en/developer-guide#term-minimum-fee) --- Bitcoin.org Developer Guide"
- "[Minimum relay fee](/en/developer-guide#term-minimum-fee) --- Developer Guide"
- "[Transaction fees](https://en.bitcoin.it/wiki/Transaction_fees) --- Bitcoin Wiki"
---

View file

@ -24,7 +24,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Mining](/en/developer-guide#term-miner) --- Bitcoin.org Developer Guide"
- "[Mining](/en/developer-guide#term-miner) --- Developer Guide"
- "[Mining](https://en.bitcoin.it/wiki/Mining) --- Bitcoin Wiki"
- "[What exactly is mining?](http://bitcoin.stackexchange.com/q/148) --- Bitcoin StackExchange"

View file

@ -29,7 +29,7 @@ optional:
- Advanced scripts that require multiple signatures without using OP_CHECKMULTISIG or OP_CHECKMULTISIGVERIFY
links_html_or_markdown_style_capitalize_first_letter:
- "[Multisig](/en/developer-guide#term-multisig) --- Bitcoin.org Developer Guide"
- "[Multisig](/en/developer-guide#term-multisig) --- Developer Guide"
- "[BIP11: m-of-n standard transactions](https://github.com/bitcoin/bips/blob/master/bip-0011.mediawiki) --- Bitcoin Improvement Proposals"
- "[What are multi-signature transactions?](http://bitcoin.stackexchange.com/q/3718) --- Bitcoin StackExchange"

View file

@ -25,8 +25,8 @@ optional:
- Difficulty (a number measuring the difficulty of finding a header hash relative to the difficulty of finding a header hash with the easiest target)
links_html_or_markdown_style_capitalize_first_letter:
- "[Target](/en/developer-guide#term-target) --- Bitcoin.org Developer Guide"
- "[nBits](/en/developer-reference#target-nbits) --- Bitcoin.org Developer Reference"
- "[Target](/en/developer-guide#term-target) --- Developer Guide"
- "[nBits](/en/developer-reference#target-nbits) --- Developer Reference"
- "[Target](https://en.bitcoin.it/wiki/Target) --- Bitcoin Wiki"
- "[How is the target section of the block header calculated?](http://bitcoin.stackexchange.com/q/23912) --- Bitcoin StackExchange"

View file

@ -7,8 +7,7 @@ required:
title_max_40_characters_no_formatting: Null Data (OP_RETURN) Transaction
summary_max_255_characters_no_formatting: >
A transaction type relayed and mined by default in Bitcoin Core
0.9.0 and later that adds arbitrary data to a provably
A transaction type that adds arbitrary data to a provably
unspendable pubkey script that full nodes don't have to store in
their UTXO database.
@ -27,7 +26,7 @@ optional:
- OP_RETURN (an opcode used in one of the outputs in an OP_RETURN transaction)
links_html_or_markdown_style_capitalize_first_letter:
- "[Null data transaction](/en/developer-guide#term-null-data) --- Bitcoin.org Developer Guide"
- "[Null data transaction](/en/developer-guide#term-null-data) --- Developer Guide"
- "[Pull request implement null data transactions](https://github.com/bitcoin/bitcoin/pull/2738) --- GitHub"
---

View file

@ -7,7 +7,7 @@ required:
title_max_40_characters_no_formatting: Opcode
summary_max_255_characters_no_formatting: >
Operation codes from the Bitcoin Script language which push data
Operation codes from the Dash Script language which push data
or perform functions within a pubkey script or signature script.
synonyms_shown_in_glossary_capitalize_first_letter:
@ -28,7 +28,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Opcodes](/en/developer-reference#opcodes) --- Bitcoin.org Developer Reference"
- "[Opcodes](/en/developer-reference#opcodes) --- Developer Reference"
- "[List of opcodes](https://en.bitcoin.it/wiki/Script) --- Bitcoin Wiki"
---

View file

@ -21,7 +21,7 @@ optional:
- Stale block
links_html_or_markdown_style_capitalize_first_letter:
- "[Orphan blocks](/en/developer-guide#orphan-blocks) --- Bitcoin.org Developer Guide"
- "[Orphan blocks](/en/developer-guide#orphan-blocks) --- Developer Guide"
- "[What are orphaned and stale blocks?](http://bitcoin.stackexchange.com/q/5859) --- Bitcoin StackExchange"
---

View file

@ -23,7 +23,7 @@ optional:
- TxOut (same as output)
links_html_or_markdown_style_capitalize_first_letter:
- "[Outpoint](/en/developer-reference#outpoint) --- Bitcoin.org Developer Reference"
- "[Outpoint](/en/developer-reference#outpoint) --- Developer Reference"
- "[Tx message (includes outpoint description)](https://en.bitcoin.it/wiki/Protocol_documentation#tx) --- Bitcoin Wiki"
---

View file

@ -25,8 +25,8 @@ optional:
- Outpoint (a reference to a particular output)
links_html_or_markdown_style_capitalize_first_letter:
- "[Output](/en/developer-guide#term-output) --- Bitcoin.org Developer Guide"
- "[TxOut](/en/developer-reference#txout) --- Bitcoin.org Developer Reference"
- "[Output](/en/developer-guide#term-output) --- Developer Guide"
- "[TxOut](/en/developer-reference#txout) --- Developer Reference"
- "[Output](https://en.bitcoin.it/wiki/Transaction#Output) --- Bitcoin Wiki"
---

View file

@ -29,7 +29,7 @@ optional:
- P2SH address, P2SH output (an address comprising a hashed script, and its corresponding output)
links_html_or_markdown_style_capitalize_first_letter:
- "[P2PKH](/en/developer-guide#term-p2pkh) --- Bitcoin.org Developer Guide"
- "[P2PKH](/en/developer-guide#term-p2pkh) --- Developer Guide"
- "[P2PKH versus P2PK](http://bitcoin.stackexchange.com/a/32642) --- Bitcoin StackExchange"
---

View file

@ -29,7 +29,7 @@ optional:
- P2SH multisig (a particular instance of P2SH where the script uses a multisig opcode)
links_html_or_markdown_style_capitalize_first_letter:
- "[P2SH](/en/developer-guide#term-p2sh) --- Bitcoin.org Developer Guide"
- "[P2SH](/en/developer-guide#term-p2sh) --- Developer Guide"
- "[BIP16: pay to script hash](https://github.com/bitcoin/bips/blob/master/bip-0016.mediawiki) --- Bitcoin Improvement Proposals"
- "[P2SH](https://en.bitcoin.it/wiki/P2SH) --- Bitcoin Wiki"

View file

@ -29,7 +29,7 @@ optional:
- P2SH (general P2SH, of which P2SH multisig is a specific instance that was special cased up until Bitcoin Core 0.10.0)
links_html_or_markdown_style_capitalize_first_letter:
- "[P2SH multisig](/en/developer-guide#term-p2sh-multisig) --- Bitcoin.org Developer Guide"
- "[P2SH multisig](/en/developer-guide#term-p2sh-multisig) --- Developer Guide"
- "[BIP16: pay to script hash](https://github.com/bitcoin/bips/blob/master/bip-0016.mediawiki) --- Bitcoin Improvement Proposals"
- "[What are the limits of bare multisig and P2SH multisig?](http://bitcoin.stackexchange.com/q/23893) --- Bitcoin StackExchange"

View file

@ -32,7 +32,7 @@ optional:
- Public key (derived from a private key, not a parent key)
links_html_or_markdown_style_capitalize_first_letter:
- "[Parent key](/en/developer-guide#term-parent-key) --- Bitcoin.org Developer Guide"
- "[Parent key](/en/developer-guide#term-parent-key) --- Developer Guide"
- "[BIP32: hierarchical deterministic wallets](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) --- Bitcoin Improvement Proposals"
---

View file

@ -23,7 +23,7 @@ optional:
- IP-to-IP payment protocol (an insecure, discontinued protocol included in early versions of Bitcoin)
links_html_or_markdown_style_capitalize_first_letter:
- "[Payment Protocol](/en/developer-guide#term-payment-protocol) --- Bitcoin.org Developer Guide"
- "[Payment Protocol](/en/developer-guide#term-payment-protocol) --- Developer Guide"
- "[BIP70: payment protocol](https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki) --- Bitcoin Improvement Proposals"
---

View file

@ -24,7 +24,7 @@ optional:
- Parent key (a key used to create child keys, not necessarily a private key)
links_html_or_markdown_style_capitalize_first_letter:
- "[Private key](/en/developer-guide#term-private-key) --- Bitcoin.org Developer Guide"
- "[Private key](/en/developer-guide#term-private-key) --- Developer Guide"
- "[Private key](https://en.bitcoin.it/wiki/Private_key) --- Bitcoin Wiki"
- "[What is a private key?](http://bitcoin.stackexchange.com/q/4675) --- Bitcoin StackExchange"

View file

@ -21,7 +21,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Proof of work](/en/developer-guide#term-proof-of-work) --- Bitcoin.org Developer Guide"
- "[Proof of work](/en/developer-guide#term-proof-of-work) --- Developer Guide"
- "[Proof of work](https://en.bitcoin.it/wiki/Proof_of_work) --- Bitcoin Wiki"
---

View file

@ -26,6 +26,6 @@ optional:
- Signature script (a script that provides data to the pubkey script)
links_html_or_markdown_style_capitalize_first_letter:
- "[Pubkey script](/en/developer-guide#term-pubkey-script) --- Bitcoin.org Developer Guide"
- "[Pubkey script](/en/developer-guide#term-pubkey-script) --- Developer Guide"
---

View file

@ -27,7 +27,7 @@ optional:
- Parent key (a key used to create child keys, not necessarily a public key)
links_html_or_markdown_style_capitalize_first_letter:
- "[Public key](/en/developer-guide#term-public-key) --- Bitcoin.org Developer Guide"
- "[Public key](/en/developer-guide#term-public-key) --- Developer Guide"
- "[What is a public key?](http://bitcoin.stackexchange.com/q/4675) --- Bitcoin StackExchange"
---

View file

@ -7,6 +7,7 @@ required:
title_max_40_characters_no_formatting: Replace-by-Fee, RBF
summary_max_255_characters_no_formatting: >
NOT IMPLEMENTED IN DASH.
Replacing one version of an unconfirmed transaction with a
different version of the transaction that pays a higher
transaction fee. May use BIP125 signaling.

View file

@ -29,7 +29,7 @@ optional:
- Signature script (a script that provides data to the pubkey script, which includes the redeem script in a P2SH input)
links_html_or_markdown_style_capitalize_first_letter:
- "[Redeem script](/en/developer-guide#term-redeem-script) --- Bitcoin.org Developer Guide"
- "[Redeem script](/en/developer-guide#term-redeem-script) --- Developer Guide"
- "[BIP16: pay to script hash](https://github.com/bitcoin/bips/blob/master/bip-0016.mediawiki) --- Bitcoin Improvement Proposals"
---

View file

@ -26,6 +26,6 @@ optional:
- Testnet (a global testing environment which mostly mimics mainnet)
links_html_or_markdown_style_capitalize_first_letter:
- "[Regtest mode](/en/developer-examples#regtest-mode) --- Bitcoin.org Developer Examples"
- "[Regtest mode](/en/developer-examples#regtest-mode) --- Developer Examples"
---

View file

@ -21,7 +21,7 @@ optional:
- Internal byte order (hash digests displayed in their typical order; used in serialized blocks and serialized transactions)
links_html_or_markdown_style_capitalize_first_letter:
- "[RPC byte order](/en/developer-reference#hash-byte-order) --- Bitcoin.org Developer Reference"
- "[RPC byte order](/en/developer-reference#hash-byte-order) --- Developer Reference"
- "[Block hashing algorithm ('endian conversion')](https://en.bitcoin.it/wiki/Block_hashing_algorithm) --- Bitcoin Wiki"
---

View file

@ -24,7 +24,7 @@ optional:
- Output index number / vout (this is the 0-indexed number of an output within a transaction used by a later transaction to refer to that specific output)
links_html_or_markdown_style_capitalize_first_letter:
- "[Sequence number](/en/developer-guide#term-sequence-number) --- Bitcoin.org Developer Guide"
- "[Sequence number](/en/developer-guide#term-sequence-number) --- Developer Guide"
- "[Tx message (describes sequence number)](https://en.bitcoin.it/wiki/Protocol_documentation#tx) --- Bitcoin Wiki"
- "[What is the sequence number?](http://bitcoin.stackexchange.com/q/2025) --- Bitcoin StackExchange"

View file

@ -24,7 +24,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Serialized blocks](/en/developer-reference#serialized-blocks) --- Bitcoin.org Developer Reference"
- "[Serialized blocks](/en/developer-reference#serialized-blocks) --- Developer Reference"
- "[Block message (serialized block)](https://en.bitcoin.it/wiki/Protocol_documentation#block) --- Bitcoin Wiki"
---

View file

@ -25,7 +25,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Serialized transactions](/en/developer-reference#term-raw-format) --- Bitcoin.org Developer Guide"
- "[Serialized transactions](/en/developer-reference#term-raw-format) --- Developer Guide"
- "[Tx message (serialized transaction)](https://en.bitcoin.it/wiki/Protocol_documentation#tx) --- Bitcoin Wiki"
- "[Transaction](https://en.bitcoin.it/wiki/Transaction) --- Bitconi Wiki"

View file

@ -21,7 +21,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[`SIGHASH_ALL`](/en/developer-guide#term-sighash-all) --- Bitcoin.org Developer Guide"
- "[`SIGHASH_ALL`](/en/developer-guide#term-sighash-all) --- Developer Guide"
- "[OP_CHECKSIG](https://en.bitcoin.it/wiki/OP_CHECKSIG) --- Bitcoin Wiki"
- "[Contracts](https://en.bitcoin.it/wiki/Contracts#Theory) --- Bitcoin Wiki"

View file

@ -39,7 +39,7 @@ optional:
- SIGHASH_SINGLE (which signs this input, its corresponding output, and other inputs partially)
links_html_or_markdown_style_capitalize_first_letter:
- "[SIGHASH_ANYONECANPAY](/en/developer-guide#term-sighash-anyonecanpay) --- Bitcoin.org Developer Guide"
- "[SIGHASH_ANYONECANPAY](/en/developer-guide#term-sighash-anyonecanpay) --- Developer Guide"
- "[OP_CHECKSIG](https://en.bitcoin.it/wiki/OP_CHECKSIG) --- Bitcoin Wiki"
- "[Contracts](https://en.bitcoin.it/wiki/Contracts#Theory) --- Bitcoin Wiki"

View file

@ -20,7 +20,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[`SIGHASH_NONE`](/en/developer-guide#term-sighash-none) --- Bitcoin.org Developer Guide"
- "[`SIGHASH_NONE`](/en/developer-guide#term-sighash-none) --- Developer Guide"
- "[OP_CHECKSIG](https://en.bitcoin.it/wiki/OP_CHECKSIG) --- Bitcoin Wiki"
- "[Contracts](https://en.bitcoin.it/wiki/Contracts#Theory) --- Bitcoin Wiki"

View file

@ -23,7 +23,7 @@ optional:
- SIGHASH_ANYONECANPAY (a flag to signature hash types that only signs this single input)
links_html_or_markdown_style_capitalize_first_letter:
- "[`SIGHASH_SINGLE`](/en/developer-guide#term-sighash-single) --- Bitcoin.org Developer Guide"
- "[`SIGHASH_SINGLE`](/en/developer-guide#term-sighash-single) --- Developer Guide"
- "[OP_CHECKSIG](https://en.bitcoin.it/wiki/OP_CHECKSIG) --- Bitcoin Wiki"
- "[Contracts](https://en.bitcoin.it/wiki/Contracts#Theory) --- Bitcoin Wiki"

View file

@ -7,7 +7,7 @@ required:
title_max_40_characters_no_formatting: Signature Hash
summary_max_255_characters_no_formatting: >
A flag to Bitcoin signatures that indicates what parts of the
A flag to Dash signatures that indicates what parts of the
transaction the signature signs. (The default is SIGHASH_ALL.)
The unsigned parts of the transaction may be modified.
@ -27,7 +27,7 @@ optional:
- Transaction malleability / transaction mutability (although non-default sighash flags do allow optional malleability, malleability comprises any way a transaction may be mutated)
links_html_or_markdown_style_capitalize_first_letter:
- "[Signature hash](/en/developer-guide#term-signature-hash) --- Bitcoin.org Developer Guide"
- "[Signature hash](/en/developer-guide#term-signature-hash) --- Developer Guide"
- "[OP_CHECKSIG](https://en.bitcoin.it/wiki/OP_CHECKSIG) --- Bitcoin Wiki"
- "[Contracts](https://en.bitcoin.it/wiki/Contracts#Theory) --- Bitcoin Wiki"

View file

@ -24,6 +24,6 @@ optional:
- ECDSA signature (a signature, which can be used as part of a pubkey script in addition to other data)
links_html_or_markdown_style_capitalize_first_letter:
- "[Signature script](/en/developer-guide#term-signature-script) --- Bitcoin.org Developer Guide"
- "[Signature script](/en/developer-guide#term-signature-script) --- Developer Guide"
---

View file

@ -9,7 +9,7 @@ required:
summary_max_255_characters_no_formatting: >
A value related to a public key which could only have reasonably
been created by someone who has the private key that created
that public key. Used in Bitcoin to authorize spending satoshis
that public key. Used in Dash to authorize spending duffs
previously sent to a public key.
synonyms_shown_in_glossary_capitalize_first_letter:
@ -26,7 +26,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Signature](/en/developer-guide#term-signature) --- Bitcoin.org Developer Guide"
- "[Signature](/en/developer-guide#term-signature) --- Developer Guide"
- "[ECDSA](https://en.bitcoin.it/wiki/Elliptic_Curve_Digital_Signature_Algorithm) --- Bitcoin Wiki"
- "[ECDSA](https://en.wikipedia.org/wiki/Elliptic_Curve_DSA) --- Wikipedia"
---

View file

@ -9,7 +9,7 @@ required:
summary_max_255_characters_no_formatting: >
A method for verifying if particular transactions are included
in a block without downloading the entire block. The method is
used by some lightweight Bitcoin clients.
used by some lightweight clients.
synonyms_shown_in_glossary_capitalize_first_letter:
- SPV
@ -29,7 +29,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[SPV](/en/developer-guide#simplified-payment-verification-spv) --- Bitcoin.org Developer Guide"
- "[SPV](/en/developer-guide#simplified-payment-verification-spv) --- Developer Guide"
- "[Thin client security](https://en.bitcoin.it/wiki/Thin_Client_Security) --- Bitcoin Wiki"
- "[What is a thin client?](http://bitcoin.stackexchange.com/questions/32529) --- Bitcoin StackExchange"

View file

@ -7,7 +7,7 @@ required:
title_max_40_characters_no_formatting: Soft Fork, Soft-Forking Change
summary_max_255_characters_no_formatting: >
A softfork is a change to the bitcoin protocol
A softfork is a change to the dash protocol
wherein only previously valid blocks/transactions
are made invalid. Since old nodes will recognise
the new blocks as valid, a softfork is backward-compatible.
@ -28,7 +28,7 @@ optional:
- Git fork (when one or more developers temporarily develops a codebase separately from other developers
links_html_or_markdown_style_capitalize_first_letter:
- "[Soft fork](/en/developer-guide#term-soft-fork) --- Bitcoin.org Developer Guide"
- "[Soft fork](/en/developer-guide#term-soft-fork) --- Developer Guide"
- "[Soft fork](https://en.bitcoin.it/wiki/Softfork) --- Bitcoin Wiki"
- "[What is a soft fork?](http://bitcoin.stackexchange.com/questions/30817) --- Bitcoin StackExchange"

View file

@ -22,7 +22,7 @@ optional:
- Orphan block (a block whose previous (parent) hash field points to an unknown block, meaning the orphan can't be validated)
links_html_or_markdown_style_capitalize_first_letter:
- "[Stale blocks](/en/developer-guide#term-stale-block) --- Bitcoin.org Developer Guide"
- "[Stale blocks](/en/developer-guide#term-stale-block) --- Developer Guide"
- "[What are orphaned and stale blocks?](http://bitcoin.stackexchange.com/q/5859) --- Bitcoin StackExchange"
---

View file

@ -7,9 +7,9 @@ required:
title_max_40_characters_no_formatting: Standard Transaction
summary_max_255_characters_no_formatting: >
A transaction that passes Bitcoin Core's IsStandard() and
A transaction that passes Dash Core's IsStandard() and
IsStandardTx() tests. Only standard transactions are mined or
broadcast by peers running the default Bitcoin Core software.
broadcast by peers running the default Dash Core software.
synonyms_shown_in_glossary_capitalize_first_letter:
- Standard Transaction
@ -21,7 +21,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Standard transactions](/en/developer-guide#standard-transactions) --- Bitcoin.org Developer Guide"
- "[Standard transactions](/en/developer-guide#standard-transactions) --- Developer Guide"
- "[Will general non-standard transactions ever be allowed?](http://bitcoin.stackexchange.com/q/5664) --- Bitcoin StackExchange"
---

View file

@ -22,7 +22,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[Start string](/en/developer-reference#term-start-string) --- Bitcoin.org Developer Reference"
- "[Start string](/en/developer-reference#term-start-string) --- Developer Reference"
- "[How was the start string chosen?](http://bitcoin.stackexchange.com/q/2337) --- Bitcoin StackExchange"
---

View file

@ -25,7 +25,7 @@ optional:
- Regtest (a local testing environment where developers can control block generation)
links_html_or_markdown_style_capitalize_first_letter:
- "[Testnet mode](/en/developer-examples#testnet) --- Bitcoin.org Developer Examples"
- "[Testnet mode](/en/developer-examples#testnet) --- Developer Examples"
- "[Testnet](https://en.bitcoin.it/wiki/Testnet) --- Bitcoin Wiki"
- "[Get testnet bitcoins][Piotr Piasecki's testnet faucet] --- Testnet Faucet"

View file

@ -27,7 +27,7 @@ optional:
- Minimum relay fee (the lowest fee a transaction must pay to be accepted into the memory pool and relayed by Bitcoin Core nodes)
links_html_or_markdown_style_capitalize_first_letter:
- "[Transaction fee](/en/developer-guide#term-transaction-fee) --- Bitcoin.org Developer Guide"
- "[Transaction fee](/en/developer-guide#term-transaction-fee) --- Developer Guide"
- "[Transaction fees](https://en.bitcoin.it/wiki/Transaction_fees) --- Bitcoin Wiki"
- "[How to calculate transaction fees before sending?](http://bitcoin.stackexchange.com/q/1195) --- Bitcoin StackExchange"

View file

@ -23,7 +23,7 @@ optional:
- Outpoint (the combination of a txid with a vout used to identify a specific output)
links_html_or_markdown_style_capitalize_first_letter:
- "[Txid](/en/developer-guide#term-txid) --- Bitcoin.org Developer Guide"
- "[Txid](/en/developer-guide#term-txid) --- Developer Guide"
- "[How do I calculate the txid of this raw transaction?](http://bitcoin.stackexchange.com/q/32765) --- Bitcoin StackExchange"
---

View file

@ -21,7 +21,7 @@ optional:
- Output (any output, whether spent or not. Outputs are a superset of UTXOs)
links_html_or_markdown_style_capitalize_first_letter:
- "[UTXO](/en/developer-guide#term-utxo) --- Bitcoin.org Developer Guide"
- "[UTXO](/en/developer-guide#term-utxo) --- Developer Guide"
- "[How big is the UTXO database?](http://bitcoin.stackexchange.com/q/35980) --- Bitcoin StackExchange"
---

View file

@ -22,7 +22,7 @@ optional:
- Extended private keys (which allow importing a hierarchy of private keys)
links_html_or_markdown_style_capitalize_first_letter:
- "[Wallet import format](/en/developer-guide#term-wallet-import-format) --- Bitcoin.org Developer Guide"
- "[Wallet import format](/en/developer-guide#term-wallet-import-format) --- Developer Guide"
- "[Wallet import format](https://en.bitcoin.it/wiki/Wallet_import_format) --- Bitcoin Wiki"
- "[What is the role of wallet import format?](http://bitcoin.stackexchange.com/q/35723) --- Bitcoin StackExchange"

View file

@ -24,7 +24,7 @@ optional:
- HD wallet (a protocol that allows all of a wallet's keys to be created from a single seed)
links_html_or_markdown_style_capitalize_first_letter:
- "[Wallets](/en/developer-guide#wallets) --- Bitcoin.org Developer Guide"
- "[Wallets](/en/developer-guide#wallets) --- Developer Guide"
- "[Wallet](https://en.bitcoin.it/wiki/Wallet) --- Bitcoin Wiki"
- "[Where are the user's bitcoins actually stored?](http://bitcoin.stackexchange.com/q/1600) --- Bitcoin StackExchange"

View file

@ -22,7 +22,7 @@ optional:
not_to_be_confused_with_capitalize_first_letter:
links_html_or_markdown_style_capitalize_first_letter:
- "[`importaddress` RPC](/en/developer-reference#importaddress) --- Bitcoin.org Developer Reference"
- "[`importaddress` RPC](/en/developer-reference#importaddress) --- Developer Reference"
- "[Pull request adding watch-only support to Bitcoin Core](https://github.com/bitcoin/bitcoin/pull/4045) --- GitHub"
---