Dokument / PyBitmessage-Daemon

PyBitmessage Daemon Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connection to remote API?

fazo96 opened this issue Β· comments

If it is possible, it's not clear how.
If I have time, I will look into the code myself and see what I can do

Great job though πŸ‘

What is the issue?

I can't find a way to connect to the API if it's running on a remote machine (not localhost)
From the keys.dat file I can only change on which address to listen on

Make sure that you are doing the following:

Using the API Interface 0.0.0.0 in your bitmessage keys.dat

You need to make a keys.dat on the machine running daemon with the ip address of the remote machine.

make sure that your api port is accessible from the machine you are connecting from

Double check your password and username

Oh, I need to make a keys.dat on the machine running Daemon with the IP of the remote machine. That is what I was missing, thank you :)