1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-02-03 11:21:41 +00:00

Edited ch03_bitcoin-core.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-14 17:28:57 +00:00
parent 0712ef5359
commit de09d434f0

View File

@ -424,7 +424,7 @@ node.
=== Configuring the Bitcoin Core Node === Configuring the Bitcoin Core Node
Bitcoin Core will look for a Bitcoin Core will((("Bitcoin Core", "nodes", "configuring", id="bitcoin-core-nodes-configure")))((("nodes", "configuring", id="nodes-configure")))((("configuring", "nodes", id="configure-nodes"))) look for a
configuration file in its data directory on every start. In this section configuration file in its data directory on every start. In this section
we will examine the various configuration options and set up a we will examine the various configuration options and set up a
configuration file. To locate the configuration file, run +bitcoind configuration file. To locate the configuration file, run +bitcoind
@ -636,7 +636,7 @@ should add Bitcoin Core to the startup scripts in your operating system, so
that it runs continuously and restarts when the operating system that it runs continuously and restarts when the operating system
restarts. You will find a number of example startup scripts for various restarts. You will find a number of example startup scripts for various
operating systems in Bitcoin Core's source directory under _contrib/init_ and operating systems in Bitcoin Core's source directory under _contrib/init_ and
a _README.md_ file showing which system uses which script. a _README.md_ file showing which system uses ((("Bitcoin Core", "nodes", "configuring", startref="bitcoin-core-nodes-configure")))((("nodes", "configuring", startref="nodes-configure")))((("configuring", "nodes", startref="configure-nodes")))which script.
=== Bitcoin Core API === Bitcoin Core API