Просмотр исходного кода

doc/src/misc: remove connection issues section related to config file from Tor DarkIRC and added to net-troubleshooting doc

darkfi 1 год назад
Родитель
Сommit
62c6aee48e
2 измененных файлов с 13 добавлено и 14 удалено
  1. 12 0
      doc/src/misc/network-troubleshooting.md
  2. 1 14
      doc/src/misc/tor_darkirc.md

+ 12 - 0
doc/src/misc/network-troubleshooting.md

@@ -149,6 +149,15 @@ we'll delete the directory:
 4. Start `tor` daemon 
 5. Start `darkirc`
 
+### DagSync spam
+
+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 is a known bug and we are working on a fix.
+
 ## dnet
 
 dnet is a simple tui to explore darkfi p2p network topology. You can use 
@@ -252,6 +261,9 @@ You'll have to run each daemon once for the app to spawn a config file,
 which you can review and edit. There is also helpful information within 
 the config files.
 
+If experiencing connection issues review the configuration file for any mistakes. 
+Check for duplicate variables.
+
 ### Node information script
 
 If you're looking for information about your node, including inbound, 

+ 1 - 14
doc/src/misc/tor_darkirc.md

@@ -90,17 +90,4 @@ Run `./darkirc`. Welcome to the dark forest.
 Run `darkirc -vv` for verbose debugging. This will show detailed errors including
 tor connection issues. Refer to 
 [Network troubleshooting](../misc/network-troubleshooting.html)
-for further troubleshooting resources.
-
-### Connection issues
-
-Review the configuration file for any mistakes. Check for duplicate variables.
-
-### DagSync spam
-
-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 is a known bug and we are working on a fix.
+for troubleshooting resources.