1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-05-08 09:58:51 +00:00

Edited ch01_intro.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-13 11:17:44 +00:00
parent 1da0c59c28
commit 6aa16366a0

View File

@ -211,7 +211,7 @@ partially validates the transactions it receives, and independently
creates outgoing transactions. creates outgoing transactions.
Third-party API client:: A third-party Third-party API client:: A third-party
API client is one that interacts with Bitcoin through a third-party API client ((("third-party API clients")))is one that interacts with Bitcoin through a third-party
system of APIs, rather than by system of APIs, rather than by
connecting to the Bitcoin network directly. The wallet may be stored by connecting to the Bitcoin network directly. The wallet may be stored by
the user or by third-party servers, but the client trusts the remote the user or by third-party servers, but the client trusts the remote
@ -219,7 +219,7 @@ server to provide it with accurate information and protect its ((("wallets", "ty
[TIP] [TIP]
==== ====
Bitcoin is a peer-to-peer (P2P) network. Full nodes are the _peers:_ Bitcoin ((("Bitcoin", "as peer-to-peer network", secondary-sortas="peer-to-peer network")))((("peer-to-peer networks", "Bitcoin as")))((("peers")))((("clients")))is a peer-to-peer (P2P) network. Full nodes are the _peers:_
each peer individually validates every confirmed transaction and can each peer individually validates every confirmed transaction and can
provide data to its user with complete authority. Lightweight wallets provide data to its user with complete authority. Lightweight wallets
and other software are _clients:_ each client depends on one or more peers and other software are _clients:_ each client depends on one or more peers