Being able to run bisq-desktop
and bisq-daemon
in one process
#7209
unbeaten69
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You cannot run both in the same process. With care (configuration), you could run both processes on the same host, but don't do it. The Running both on the same host, pointing to the same wallet's will lead to wallet corruption. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When integrating with Bisq via the API it would be really helpful to be able to see the results of operations triggered via the API in the frontend, either immediately or almost immediately. But currently it does not seem to be possible, I have to choose between running
bisq-desktop
orbisq-daemon
. Whenever I make some API call tobisq-daemon
and want to see what has actually happened, the only option seems to be to shut the daemon down and start the desktop app. Then I let's say explore the order that I have just placed etc. Or cancel it manually so that I can make another attempt of placing it via the API.This is how the APIs of basically all the centralized exchanges work, it is possible see the outcomes of API actions in their frontends in real time. That makes trial-and-error integration significantly easier, simpler, faster.
Beta Was this translation helpful? Give feedback.
All reactions