From a75577ab13fdd478faab9aa0cb0b2781c634ae01 Mon Sep 17 00:00:00 2001 From: randymcmillan Date: Sun, 19 Sep 2021 17:33:53 -0400 Subject: [PATCH] 04_node_client.asciidoc: fix subheader hierarchy --- 04_node_client.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_node_client.asciidoc b/04_node_client.asciidoc index df8ac9b..31f4354 100644 --- a/04_node_client.asciidoc +++ b/04_node_client.asciidoc @@ -136,7 +136,7 @@ A Bitcoin node can be operated in _regtest_ mode, where the node creates a local The container for Bitcoin Core is +bitcoind+. It is configured to run Bitcoin Core in +regtest+ mode and to mine 6 new blocks every 10 seconds. Its RPC port is exposed on port 18443 and accessible for RPC calls with the username +regtest+ and the password +regtest+. You can also access it with an interactive shell and run +bitcoin-cli+ commands locally. -===== Building the Bitcoin Core container +==== Building the Bitcoin Core container Let's prepare the +bitcoind+ container. The easiest way is to pull the latest container from _Docker Hub_: