Difference between revisions of "Daemon"

From Bitmessage Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
In this mode, PyBitmessage doesn't require Qt. You will then need the [https://bitmessage.org/wiki/API_Reference API]. If you do not yet have a keys.dat file because you have not yet run Bitmessage, run it. It will create the keys.dat file for you then exit if it cannot find PyQt.
 
In this mode, PyBitmessage doesn't require Qt. You will then need the [https://bitmessage.org/wiki/API_Reference API]. If you do not yet have a keys.dat file because you have not yet run Bitmessage, run it. It will create the keys.dat file for you then exit if it cannot find PyQt.
 +
 +
Here is an example Daemon for using Bitmessage via a console: [https://github.com/Dokument/PyBitmessage-Daemon Bitmessage Daemon]

Revision as of 16:14, 29 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. If you do not yet have a keys.dat file because you have not yet run Bitmessage, run it. It will create the keys.dat file for you then exit if it cannot find PyQt.

Here is an example Daemon for using Bitmessage via a console: Bitmessage Daemon