mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-02-03 19:31:18 +00:00
Edited ch03_bitcoin-core.adoc with Atlas code editor
This commit is contained in:
parent
797449ee52
commit
23ef08bda3
@ -641,7 +641,7 @@ a _README.md_ file showing which system uses ((("Bitcoin Core", "nodes", "config
|
|||||||
=== Bitcoin Core API
|
=== Bitcoin Core API
|
||||||
|
|
||||||
Bitcoin Core
|
Bitcoin Core
|
||||||
implements((("Bitcoin Core", "command-line interface", id="bitcoin-core-command")))((("command-line interface (Bitcoin Core)", id="command")))((("RPC commands", see="command-line interface (Bitcoin Core)")))((("API", see="command-line interface (Bitcoin Core)"))) a JSON-RPC interface that can also be accessed using
|
implements((("Bitcoin Core", "command-line interface", "help command", id="bitcoin-core-command-help")))((("command-line interface (Bitcoin Core)", "help command", id="command-help")))((("help command (Bitcoin Core)", id="help")))((("RPC commands", see="command-line interface (Bitcoin Core)")))((("API", see="command-line interface (Bitcoin Core)"))) a JSON-RPC interface that can also be accessed using
|
||||||
the command-line helper +bitcoin-cli+. The command line allows us to
|
the command-line helper +bitcoin-cli+. The command line allows us to
|
||||||
experiment interactively with the capabilities that are also available
|
experiment interactively with the capabilities that are also available
|
||||||
programmatically via the API. To start, invoke the +help+ command to see a list of
|
programmatically via the API. To start, invoke the +help+ command to see a list of
|
||||||
@ -702,7 +702,7 @@ running, is accepting commands, and has information about block 1,000 to
|
|||||||
return to you.
|
return to you.
|
||||||
|
|
||||||
In the next sections we will demonstrate some very useful RPC commands
|
In the next sections we will demonstrate some very useful RPC commands
|
||||||
and their expected output.
|
and their expected ((("Bitcoin Core", "command-line interface", "help command", startref="bitcoin-core-command-help")))((("command-line interface (Bitcoin Core)", "help command", startref="command-help")))((("help command (Bitcoin Core)", startref="help")))output.
|
||||||
|
|
||||||
==== Getting Information on Bitcoin Core's Status
|
==== Getting Information on Bitcoin Core's Status
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user