Dokument / PyBitmessage-Daemon

PyBitmessage Daemon Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing step 1 to "Install PyBitmessage"

knowitnothing opened this issue · comments

As a complete newcomer to bitmessage, how hard would it be to not require running the GUI client before being able to run the daemon ? I'm interested in providing a patch for this, but I just started looking into bitmessage's code.

I see that daemon.py can create the keys.dat itself, but it seems I misunderstood this project. The GUI client must be running, and daemon just communicates with it. I thought this would be a daemon to use pybitmessage without a GUI at all.

EDIT: ugh, just set daemon = true in the keys.dat and there is no need for GUI. Sorry for the fuss.

EDIT 2: Maybe this "daemon" setting should be named "console" instead, as it does not run as a daemon with it ?

I should probably rename it CLI or Console or something different now that it has become what it is.

Glad you got it figured out.