|
|
@@ -83,7 +83,7 @@ connect to seed`.
|
|
|
3. You can set a peer such as `tcp+tls://example_peer:26661` in your
|
|
|
config file. Ask in the telegram community channel for an active peer
|
|
|
(here we are using a fake peer called `example_peer`. Then open the
|
|
|
-config file at `~/.local/config/darkirc_config.toml` and modify the `peers`
|
|
|
+config file at `~/.config/darkfi/darkirc_config.toml` and modify the `peers`
|
|
|
field with the provided peer as follows:
|
|
|
|
|
|
```
|
|
|
@@ -99,7 +99,7 @@ This is possible via a list of hosts that your darkirc node keeps locally.
|
|
|
You can inspect the hostlist as follows:
|
|
|
|
|
|
```
|
|
|
-cat ~/.local/darkfi/darkirc/hostlist.tsv
|
|
|
+cat ~/.local/share/darkfi/darkirc/hostlist.tsv
|
|
|
```
|
|
|
|
|
|
If the list is empty, open `~/.config/darkfi/darkirc_config` and ensure
|
|
|
@@ -108,7 +108,7 @@ that the `hostlist` field is set with a path of your choosing.
|
|
|
For example:
|
|
|
|
|
|
```
|
|
|
-hostlist = "~/.local/darkfi/darkirc/hostlist.tsv"
|
|
|
+hostlist = "~/.local/share/darkfi/darkirc/hostlist.tsv"
|
|
|
```
|
|
|
|
|
|
<u><b>Note</b></u>: If you are editing a line that is commented out, don't forget
|
|
|
@@ -154,7 +154,7 @@ we'll delete the directory:
|
|
|
If you see a many rapid `EventReq` messages in the log, it is possible that there is
|
|
|
an incompatibility with your local `darkirc` database and the state of the network.
|
|
|
|
|
|
-This can be resolved by deleting `~/.local/darkfi/darkirc_db/`
|
|
|
+This can be resolved by deleting `~/.local/share/darkfi/darkirc_db/`
|
|
|
|
|
|
This is a known bug and we are working on a fix.
|
|
|
|
|
|
@@ -281,7 +281,7 @@ If you receive DAG sync issues, verify:
|
|
|
2. There are hosts in the hostlists (you should get hostlists from the
|
|
|
default seed on the first run). You can find the hostlist files within
|
|
|
the respective apps' repo. For example `darkirc`'s default hostlist location
|
|
|
-is `~/.local/darkfi/darkirc/hostlist.tsv`.
|
|
|
+is `~/.local/share/darkfi/darkirc/hostlist.tsv`.
|
|
|
|
|
|
### Error reporting
|
|
|
|