mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-23 00:28:14 +00:00
Edited ch08.asciidoc with Atlas code editor
This commit is contained in:
parent
f11ada3dbf
commit
23c8850c27
@ -29,6 +29,10 @@ In addition to the main node types on the bitcoin P2P protocol, there are server
|
|||||||
|
|
||||||
<<node_type_ledgend>> shows the most common node types on the extended bitcoin network.
|
<<node_type_ledgend>> shows the most common node types on the extended bitcoin network.
|
||||||
|
|
||||||
|
[[node_type_ledgend]]
|
||||||
|
.Different types of nodes on the extended bitcoin network
|
||||||
|
image::images/mbc2_0802.png["BitcoinNodeTypes"]
|
||||||
|
|
||||||
=== The Extended Bitcoin Network
|
=== The Extended Bitcoin Network
|
||||||
|
|
||||||
((("bitcoin network","extended")))((("extended bitcoin network")))The main bitcoin network, running the bitcoin P2P protocol, consists of between 5,000 and 8,000 listening nodes running various versions of the bitcoin reference client (Bitcoin Core) and a few hundred nodes running various other implementations of the bitcoin P2P protocol, such as((("BitcoinJ library")))((("btcd")))((("libbitcoin library")))((("bcoin"))) BitcoinJ, Libbitcoin, btcd, and bcoin. A small percentage of the nodes on the bitcoin P2P network are also mining nodes, competing in the mining process, validating transactions, and creating new blocks. Various large companies interface with the bitcoin network by running full-node clients based on the Bitcoin Core client, with full copies of the blockchain and a network node, but without mining or wallet functions. These nodes act as network edge routers, allowing various other services (exchanges, wallets, block explorers, merchant payment processing) to be built on top.
|
((("bitcoin network","extended")))((("extended bitcoin network")))The main bitcoin network, running the bitcoin P2P protocol, consists of between 5,000 and 8,000 listening nodes running various versions of the bitcoin reference client (Bitcoin Core) and a few hundred nodes running various other implementations of the bitcoin P2P protocol, such as((("BitcoinJ library")))((("btcd")))((("libbitcoin library")))((("bcoin"))) BitcoinJ, Libbitcoin, btcd, and bcoin. A small percentage of the nodes on the bitcoin P2P network are also mining nodes, competing in the mining process, validating transactions, and creating new blocks. Various large companies interface with the bitcoin network by running full-node clients based on the Bitcoin Core client, with full copies of the blockchain and a network node, but without mining or wallet functions. These nodes act as network edge routers, allowing various other services (exchanges, wallets, block explorers, merchant payment processing) to be built on top.
|
||||||
@ -37,10 +41,6 @@ The extended bitcoin network includes the network running the bitcoin P2P protoc
|
|||||||
|
|
||||||
<<bitcoin_network>> shows the extended bitcoin network with the various types of nodes, gateway servers, edge routers, and wallet clients and the various protocols they use to connect to each other.
|
<<bitcoin_network>> shows the extended bitcoin network with the various types of nodes, gateway servers, edge routers, and wallet clients and the various protocols they use to connect to each other.
|
||||||
|
|
||||||
[[node_type_ledgend]]
|
|
||||||
.Different types of nodes on the extended bitcoin network
|
|
||||||
image::images/mbc2_0802.png["BitcoinNodeTypes"]
|
|
||||||
|
|
||||||
[[bitcoin_network]]
|
[[bitcoin_network]]
|
||||||
.The extended bitcoin network showing various node types, gateways, and protocols
|
.The extended bitcoin network showing various node types, gateways, and protocols
|
||||||
image::images/mbc2_0803.png["BitcoinNetwork"]
|
image::images/mbc2_0803.png["BitcoinNetwork"]
|
||||||
|
Loading…
Reference in New Issue
Block a user