Difference between revisions of "Knownnodes.dat"

From Bitmessage Wiki
Jump to navigation Jump to search
(added infos)
m (changed invalid link)
 
(2 intermediate revisions by the same user not shown)
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]
 +
 +
[[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