Difference between revisions of "Knownnodes.dat"

From Bitmessage Wiki
Jump to navigation Jump to search
(added infos)
(added format info)
Line 2: Line 2:
  
 
knownnodes.dat is the configuration file, which contains a list of IP addresses and ports which run bitmessage. It sometimes helps to delete this file in case bitmessage wont connect. It is stored together with [[keys.dat]] and [[messages.dat]] in the same folder.
 
knownnodes.dat is the configuration file, which contains a list of IP addresses and ports which run bitmessage. It sometimes helps to delete this file in case bitmessage wont connect. It is stored together with [[keys.dat]] and [[messages.dat]] in the same folder.
 +
 +
== Format ==
 +
The file can be opened in a text editor and can even be modified.
 +
The format is described in the [http://docs.python.org/2/library/pickle.html|official python docs]

Revision as of 13:53, 4 August 2013

knownnodes.dat is the configuration file, which contains a list of IP addresses and ports which run bitmessage. It sometimes helps to delete this file in case bitmessage wont connect. It is stored together with keys.dat and messages.dat in the same folder.

Format

The file can be opened in a text editor and can even be modified. The format is described in the python docs