2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-04 18:00:26 +00:00

04_node_client.asciidoc: fix subheader hierarchy

This commit is contained in:
randymcmillan 2021-09-19 17:33:53 -04:00
parent 6ba237e57d
commit a75577ab13
No known key found for this signature in database
GPG Key ID: 97966C06BB06757B

View File

@ -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_: