mirror of
https://github.com/monero-project/monero-docs.git
synced 2024-12-22 19:49:22 +00:00
Fix bug in article on configuration file
This commit is contained in:
parent
d86120e82c
commit
4b170c2b4e
8 changed files with 4 additions and 10 deletions
|
@ -13,4 +13,4 @@ The goal is to educate and onboard power users faster.
|
|||
|
||||
Please submit your feedback and corrections directly on [github](https://github.com/monerodocs/md/issues).
|
||||
|
||||
Find my contact details at [qertoip.com](https://qertoip.com/)
|
||||
Find my contact details at [qertoip.com](https://qertoip.com/).
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: MoneroPulse | Monero Documentation
|
||||
---
|
||||
|
||||
# MoneroPulse
|
||||
|
||||
## What is MoneroPulse?
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: Download Monero | Monero Documentation
|
||||
---
|
||||
|
||||
# Download Monero
|
||||
|
||||
A single archive contains all you need to start using Monero (the full node and the wallet).
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
---
|
||||
title: Monero Configuration File | Monero Documentation
|
||||
---
|
||||
|
||||
# Monero Configuration File
|
||||
|
||||
## Applicability
|
||||
|
||||
By default Monero does not read configuration file.
|
||||
By default Monero looks for `bitmonero.conf` in Monero [data directory](/interacting/overview/#data-directory).
|
||||
|
||||
To use config file add `--config-file` option:
|
||||
To use a specific config file add `--config-file` option:
|
||||
|
||||
`./monerod --config-file=/etc/monero.conf`
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: monerod - Reference | Monero Documentation
|
||||
---
|
||||
|
||||
# `monerod` - Reference
|
||||
|
||||
## Overview
|
||||
|
@ -92,7 +91,7 @@ The following options will be helpful if you intend to have an always running no
|
|||
|
||||
| Option | Description
|
||||
|---------------------|--------------------------------------------------------------------------------------------------------------------------------------
|
||||
| `--config-file` | Full path to the configuration file. By default `monerod` looks for `bitmonero.conf` in Monero [data directory](/interacting/overview/#data-directory). TODO: describe configuration file syntax.
|
||||
| `--config-file` | Full path to the [configuration file](/interacting/monero-config-file). By default `monerod` looks for `bitmonero.conf` in Monero [data directory](/interacting/overview/#data-directory).
|
||||
| `--data-dir` | Full path to data directory. This is where the blockchain, log files, and p2p network memory are stored. For defaults and details see [data directory](/interacting/overview/#data-directory).
|
||||
| `--pidfile` | Full path to the PID file. Works only with `--detach`. Example: <br />`./monerod --detach --pidfile=/run/monero/monerod.pid`
|
||||
| `--detach` | Go to background (decouple from the terminal). This is useful for long-running / server scenarios. Typically, you will also want to manage `monerod` daemon with systemd or similar. By default `monerod` runs in a foreground.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: Interacting with Monero | Monero Documentation
|
||||
---
|
||||
|
||||
# Interacting with Monero
|
||||
|
||||
You can interact with Monero via desktop GUI, commandline interface, and programming API.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: Verifying Monero Binaries Signature | Monero Documentation
|
||||
---
|
||||
|
||||
# Verify Monero Binaries
|
||||
|
||||
Verification must be carried on **before extracting the archive and before using Monero**.
|
||||
|
|
Loading…
Reference in a new issue