1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-12-01 12:28:42 +00:00

Edited ch03_bitcoin-core.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 20:01:28 +00:00
parent 4d3ce9a184
commit a14b8ad559

View File

@ -347,7 +347,7 @@ $ which bitcoin-cli
=== Running a Bitcoin Core Node === Running a Bitcoin Core Node
Bitcoin's ((("Bitcoin Core", "nodes", "running", id="bitcoin-core-nodes-running")))((("nodes", "running", id="nodes-running")))((("running", "nodes", id="running-nodes")))peer-to-peer Bitcoin's ((("Bitcoin Core", "nodes", "running", id="bitcoin-core-nodes-running")))((("nodes", "running", id="nodes-running")))((("running nodes", id="running-nodes")))peer-to-peer
network is composed of network "nodes," run mostly by individuals and network is composed of network "nodes," run mostly by individuals and
some of the businesses that provide Bitcoin services. Those running some of the businesses that provide Bitcoin services. Those running
Bitcoin nodes have a direct and authoritative view of the Bitcoin Bitcoin nodes have a direct and authoritative view of the Bitcoin
@ -419,7 +419,7 @@ reasons:
more robust. more robust.
If you're reading this book and interested in strong security, superior If you're reading this book and interested in strong security, superior
privacy, or developing Bitcoin software, you should be running your ((("Bitcoin Core", "nodes", "running", startref="bitcoin-core-nodes-running")))((("nodes", "running", startref="nodes-running")))((("running", "nodes", startref="running-nodes")))own privacy, or developing Bitcoin software, you should be running your ((("Bitcoin Core", "nodes", "running", startref="bitcoin-core-nodes-running")))((("nodes", "running", startref="nodes-running")))((("running nodes", startref="running-nodes")))own
node. node.
=== Configuring the Bitcoin Core Node === Configuring the Bitcoin Core Node