1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-15 20:49:21 +00:00

Edited ch03_bitcoin-core.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-14 17:25:29 +00:00
parent 528e0f59a9
commit 0712ef5359

View File

@ -347,7 +347,7 @@ $ which bitcoin-cli
=== Running a Bitcoin Core Node
Bitcoin's 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
some of the businesses that provide Bitcoin services. Those running
Bitcoin nodes have a direct and authoritative view of the Bitcoin
@ -419,7 +419,7 @@ reasons:
more robust.
If you're reading this book and interested in strong security, superior
privacy, or developing Bitcoin software, you should be running your 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.
=== Configuring the Bitcoin Core Node