mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-01-11 00:01:03 +00:00
Made changes to ch03.asciidoc
This commit is contained in:
parent
1c0e4b052f
commit
28017be9a5
@ -282,7 +282,7 @@ Opened LevelDB successfully
|
||||
|
||||
=== Using Bitcoin Core's JSON-RPC API from the Command Line
|
||||
|
||||
The Bitcoin Core client implements a JSON-RPC interface that can also be accessed using the command line helper +bitcoin-cli+. The command-line allows us to experiment interactively with the capabilities that are also available programmatically via the API. To start, we can invoke the +help+ command to see a list of the available bitcoin RPC commands:
|
||||
The Bitcoin Core client implements a JSON-RPC interface that can also be accessed using the command-line helper +bitcoin-cli+. The command-line allows us to experiment interactively with the capabilities that are also available programmatically via the API. To start, we can invoke the +help+ command to see a list of the available bitcoin RPC commands:
|
||||
|
||||
[[bitcoind_commands]]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user