From 6623431e3d47c8711fe15642501c3f3b5cb4a652 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Sat, 3 Oct 2020 13:41:34 +0000 Subject: [PATCH] Updated MuWire HostCache (markdown) --- MuWire-HostCache.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/MuWire-HostCache.md b/MuWire-HostCache.md index a76019b..72ccae8 100644 --- a/MuWire-HostCache.md +++ b/MuWire-HostCache.md @@ -27,5 +27,3 @@ If you have enabled logging from step 5 above, you should be able to see what th That indicates the hostcache has successfully connected to your I2P router. The hostcache creates two directories - `$PWD/verified` and `$PWD/unverified`. Every hour it will "dump" the hosts that it knows about in a file with name formatted as yyyyMMdd-HH (for example "20200427-01"). I will be adding scripts in `host-cache/scripts` to analyze those dumps and to produce useful statistics. For now the only script there counts how many total unique hosts are on the MuWire network. - -**Important** For some reason my hostcache dies mysteriously after 1 month of uptime. So I recommend you set up a cronjob that kills and restarts the hostcache weekly.