mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add node glossary term and full node types in dev guide
Added a node glossary term Added descriptions of full nodes, archival nodes, and pruned nodes to the dev guide. Linked the term "peer" to node instead of original location.
This commit is contained in:
parent
582be1bf61
commit
2390680b5d
5 changed files with 38 additions and 7 deletions
|
@ -10,10 +10,13 @@ http://opensource.org/licenses/MIT.
|
|||
{% autocrossref %}
|
||||
|
||||
The Bitcoin network protocol allows full nodes
|
||||
([peers][peer]{:#term-peer}{:.term}) to collaboratively maintain a
|
||||
(peers) to collaboratively maintain a
|
||||
[peer-to-peer network][network]{:#term-network}{:.term} for block and
|
||||
transaction exchange. Many SPV clients also use this protocol to connect
|
||||
to full nodes.
|
||||
transaction exchange. Full nodes download and verify every block and transaction
|
||||
prior to relaying them to other nodes. Archival nodes are full nodes which
|
||||
store the entire blockchain and can serve historical blocks to other nodes.
|
||||
Pruned nodes are full nodes which do not store the entire blockchain. Many SPV
|
||||
clients also use the Bitcoin network protocol to connect to full nodes.
|
||||
|
||||
Consensus rules do not cover networking, so Bitcoin programs may use
|
||||
alternative networks and protocols, such as the [high-speed block relay
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue