# 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 This install assumes your using Linux. 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"