فهرست منبع

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

darkfi 1 سال پیش
والد
کامیت
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 
 4. Start `tor` daemon 
 5. Start `darkirc`
 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
 
 
 dnet is a simple tui to explore darkfi p2p network topology. You can use 
 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 
 which you can review and edit. There is also helpful information within 
 the config files.
 the config files.
 
 
+If experiencing connection issues review the configuration file for any mistakes. 
+Check for duplicate variables.
+
 ### Node information script
 ### Node information script
 
 
 If you're looking for information about your node, including inbound, 
 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
 Run `darkirc -vv` for verbose debugging. This will show detailed errors including
 tor connection issues. Refer to 
 tor connection issues. Refer to 
 [Network troubleshooting](../misc/network-troubleshooting.html)
 [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.