Difference between revisions of "Daemon"

From Bitmessage Wiki
Jump to navigation Jump to search
(Created page with "PyBitmessage can be run in deamon mode by adding this line to your keys.dat file: daemon = true You will then need to interact with Bitmessage using the [[https://bitmes...")
 
Line 1: Line 1:
PyBitmessage can be run in deamon mode by adding this line to your keys.dat file:
+
PyBitmessage can be run in deamon mode by adding this line to your keys.dat file under [bitmessagesettings]:
  
 
     daemon = true
 
     daemon = true
  
You will then need to interact with Bitmessage using the [[https://bitmessage.org/wiki/API_Reference API]].
+
In this mode, PyBitmessage doesn't require Qt. You will then need the [[https://bitmessage.org/wiki/API_Reference API]].

Revision as of 19:10, 1 May 2013

PyBitmessage can be run in deamon mode by adding this line to your keys.dat file under [bitmessagesettings]:

   daemon = true

In this mode, PyBitmessage doesn't require Qt. You will then need the [API].