forked from minibolt-guide/minibolt
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d467010
commit ab94b1e
Showing
5 changed files
with
222 additions
and
11 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,8 +170,6 @@ sudo rm -r bitcoin-$VERSION && sudo rm bitcoin-$VERSION-x86_64-linux-gnu.tar.gz | |
``` | ||
{% endcode %} | ||
|
||
|
||
|
||
### Create the bitcoin user & group | ||
|
||
The Bitcoin Core application will run in the background as a daemon and use the separate user “bitcoin” for security reasons. This user does not have admin rights and cannot change the system configuration. | ||
|
@@ -463,7 +461,7 @@ sudo systemctl start bitcoind | |
|
||
<details> | ||
|
||
<summary><strong>Example</strong> of expected output on the first terminal with <code>sudo journalctl -fu bitcoind</code> ⬇️</summary> | ||
<summary><strong>Example</strong> of expected output on the first terminal with <code>journalctl -fu bitcoind</code> ⬇️</summary> | ||
|
||
``` | ||
> 2022-11-24T18:08:04Z Bitcoin Core version v24.0.1.0 (release build) | ||
|
@@ -790,7 +788,7 @@ [email protected]/16 | |
sudo systemctl stop bitcoind | ||
``` | ||
|
||
* Delete  | ||
* Delete | ||
|
||
```bash | ||
sudo rm /data/bitcoin/onion_v3_private_key && | ||
|
@@ -848,7 +846,7 @@ man bitcoin-cli | |
|
||
### Generate a full bitcoin.conf example file | ||
|
||
* Follow the [Installation progress before](bitcoin-client.md#installation)  | ||
* Follow the [Installation progress before](bitcoin-client.md#installation) | ||
* With user `admin`, clone the source code from GitHub | ||
|
||
```bash | ||
|