mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Fix tiny typo and update package reference
This commit is contained in:
@@ -69,7 +69,7 @@ Possible solutions:
|
||||
|
||||
- Create a config file that can be read by the `rippled` user at `$HOME/.config/ripple/rippled.cfg` (where `$HOME` points to the `rippled` user's home directory).
|
||||
|
||||
{% admonition type="success" name="Tip" %}The `rippled` repository contains [an example `rippled.cfg` file](https://github.com/XRPLF/rippled/blob/master/cfg/rippled-example.cfg) which is provided as the default config when you do an RPM installation. If you do not have the file, you can copy it from there.{% /admonition %}
|
||||
{% admonition type="success" name="Tip" %}The `rippled` repository contains [an example `rippled.cfg` file](https://github.com/XRPLF/rippled/blob/master/cfg/rippled-example.cfg) which is provided as the default config when you do an installation from a binary package. If you do not have the file, you can copy it from there.{% /admonition %}
|
||||
|
||||
- Specify the path to your preferred config file using the `--conf` [commandline option](../commandline-usage.md).
|
||||
|
||||
@@ -85,9 +85,9 @@ Aborted (core dumped)
|
||||
|
||||
Possible solutions:
|
||||
|
||||
- Check that the `[validators.txt]` file exists and the `rippled` user has permissions to read it.
|
||||
- Check that the `validators.txt` file exists and the `rippled` user has permissions to read it.
|
||||
|
||||
{% admonition type="success" name="Tip" %}The `rippled` repository contains [an example `validators.txt` file](https://github.com/XRPLF/rippled/blob/master/cfg/validators-example.txt) which is provided as the default config when you do an RPM installation. If you do not have the file, you can copy it from there.{% /admonition %}
|
||||
{% admonition type="success" name="Tip" %}The `rippled` repository contains [an example `validators.txt` file](https://github.com/XRPLF/rippled/blob/master/cfg/validators-example.txt) which is provided as the default config when you do an installation from a binary package. If you do not have the file, you can copy it from there.{% /admonition %}
|
||||
|
||||
- Edit your `rippled.cfg` file and modify the `[validators_file]` setting to have the correct path to your `validators.txt` (or equivalent) file. Check for extra whitespace before or after the filename.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user