From 9e0c5e4e5390d1a20b50406f6590ef2817e47cf6 Mon Sep 17 00:00:00 2001 From: "judymcconville@roadrunner.com" Date: Fri, 28 Apr 2017 09:08:56 -0700 Subject: [PATCH] Edited ch03.asciidoc with Atlas code editor --- ch03.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03.asciidoc b/ch03.asciidoc index 3087ba7f..47ea00f2 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -479,7 +479,7 @@ In the next sections we will demonstrate some very useful RPC commands and their ==== Getting Information on the Bitcoin Core Client Status -Command: +getinfo+ +((("Bitcoin Core", "Bitcoin Core API", "status information")))Command: +getinfo+ Bitcoin's +getinfo+ RPC command displays basic information about the status of the bitcoin network node, the wallet, and the blockchain database. Use +bitcoin-cli+ to run it: