1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-12-26 00:18:11 +00:00

Edited ch03_bitcoin-core.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-14 17:45:37 +00:00
parent 23ef08bda3
commit 14b0d59f6b

View File

@ -707,7 +707,7 @@ and their expected ((("Bitcoin Core", "command-line interface", "help command",
==== Getting Information on Bitcoin Core's Status
Bitcoin
Core provides status reports on different modules through the JSON-RPC
Core provides((("Bitcoin Core", "command-line interface", "status information", id="bitcoin-core-command-status")))((("command-line interface (Bitcoin Core)", "status information", id="command-status")))((("status information (Bitcoin Core)", id="status-bitcoin-core"))) status reports on different modules through the JSON-RPC
interface. The most important commands include +getblockchaininfo+,
+getmempoo⁠l​info+, +getnetworkinfo+, and +getwalletinfo+.
@ -765,7 +765,7 @@ its progress using
the rest of this chapter assume you're at least at block 775,072.
Because the security of Bitcoin transactions depends on blocks, some of
the information in the following examples will change slightly depending
on how many blocks your node has.
on how many blocks your ((("Bitcoin Core", "command-line interface", "status information", startref="bitcoin-core-command-status")))((("command-line interface (Bitcoin Core)", "status information", startref="command-status")))((("status information (Bitcoin Core)", startref="status-bitcoin-core")))node has.
====
[[exploring_and_decoding_transactions]]