1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-05-07 17:39:13 +00:00

Edited ch03_bitcoin-core.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-13 19:08:31 +00:00
parent 853d2e9c5f
commit 2d658dc1c9

View File

@ -78,7 +78,7 @@ next chapter, which is less technical.
=== Compiling Bitcoin Core from the Source Code === Compiling Bitcoin Core from the Source Code
Bitcoin Core's Bitcoin Core's
source code can be downloaded as an archive or by cloning the source code((("Bitcoin Core", "compiling from source code", id="bitcoin-core-compile")))((("compiling", "Bitcoin Core from source code", id="compile-bitcoin-core")))((("source code", "compiling Bitcoin Core", id="source-code-compile"))) can be downloaded as an archive or by cloning the
source repository from GitHub. On the https://oreil.ly/hN9g1[Bitcoin Core download source repository from GitHub. On the https://oreil.ly/hN9g1[Bitcoin Core download
page], select the most recent version and download the compressed page], select the most recent version and download the compressed
archive of the source code. Alternatively, use the Git command line to create a archive of the source code. Alternatively, use the Git command line to create a
@ -335,7 +335,7 @@ libtool: install: /usr/bin/install -c bitcoin-tx /usr/local/bin/bitcoin-tx
The default installation of +bitcoind+ The default installation of +bitcoind+
puts it in _/usr/local/bin_. You can confirm that Bitcoin Core is puts it in _/usr/local/bin_. You can confirm that Bitcoin Core is
correctly installed by asking the system for the path of the correctly installed by asking the system for the path of the
executables, as follows: executables, ((("Bitcoin Core", "compiling from source code", startref="bitcoin-core-compile")))((("compiling", "Bitcoin Core from source code", startref="compile-bitcoin-core")))((("source code", "compiling Bitcoin Core", startref="source-code-compile")))as follows:
---- ----
$ which bitcoind $ which bitcoind