From 5ae29e5db405649dfbe361cfad82a94bdd48dd46 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 15:14:45 +0000 Subject: [PATCH] Edited ch10_network.adoc with Atlas code editor --- ch10_network.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch10_network.adoc b/ch10_network.adoc index ff30d752..6f91bf6e 100644 --- a/ch10_network.adoc +++ b/ch10_network.adoc @@ -251,7 +251,7 @@ further reduce the amount of data transmitted and the ((("Bitcoin network", "nod === Network Discovery -When a new node boots up, it must discover other +When a ((("Bitcoin network", "nodes", "network discovery", id="bitcoin-network-node-discovery")))((("nodes", "network discovery", id="node-discovery")))((("network discovery", id="network-discovery")))new node boots up, it must discover other Bitcoin nodes on the network in order to participate. To start this process, a new node must discover at least one existing node on the network and connect to it. The geographic location of other nodes is @@ -407,7 +407,7 @@ message to maintain the connection. If a node has not communicated on a connection for too long, it is assumed to be disconnected and a new peer will be sought. Thus, the network dynamically adjusts to transient nodes and network problems, and can organically grow and -shrink as needed without any central control. +shrink as needed without any ((("Bitcoin network", "nodes", "network discovery", startref="bitcoin-network-node-discovery")))((("nodes", "network discovery", startref="node-discovery")))((("network discovery", startref="network-discovery")))central control. === Full Nodes