Difference between revisions of "Knownnodes.dat"

From Bitmessage Wiki
Jump to navigation Jump to search
m (changed invalid link)
 
Line 5: Line 5:
 
== Format ==
 
== Format ==
 
The file can be opened in a text editor and can even be modified.
 
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]
+
The format is described in the [http://docs.python.org/2/library/pickle.html official python docs]
  
 
[[Category:DAT Files]]
 
[[Category:DAT Files]]

Latest revision as of 22:32, 1 September 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 official python docs