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:
parent
6ba237e57d
commit
a75577ab13
@ -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_:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user