From 229f46e60cef283da8a2822169290adc825ca480 Mon Sep 17 00:00:00 2001 From: yakamok <38737288+yakamok@users.noreply.github.com> Date: Tue, 8 Oct 2019 11:26:26 +0200 Subject: [PATCH] no longer needed --- vserv/README.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 vserv/README.md diff --git a/vserv/README.md b/vserv/README.md deleted file mode 100644 index 0ec8a1e..0000000 --- a/vserv/README.md +++ /dev/null @@ -1,28 +0,0 @@ -# vserv.py - -This server collects dht views from volunteer nodes from all over the network to get a better picture of the network as a whole. - -## Install & Setup - -This install assumes your using Linux. - -Install the following python packages either via your package manager or Pip: - - Psycopg2 - ipaddress - - -First install postgres and setup a database & username called yggindex and a password of your choice. - -Once you have done this open vserv.py and edit "DB_PASSWORD" to use the password you set, also change DB_host if your running the Database on another machine: - - DB_PASSWORD = "yourpassword"