buildog / BarterDEX

📈 BarterDEX: Decentralized Exchange and Cryptocurrency Market
GNU General Public License v3.0
34 stars 36 forks source link

If a marketmaker is already running, it should use it #27

Closed satindergrewal closed 6 years ago

satindergrewal commented 6 years ago

Currently if existing marketmaker process is already running, the app shows Login screen.

On submitting the password and trying login, the existing marketmaker process is killed.

this will allow debugging and also allows continuity of SWAP completions! and on exit, there should be an option to stop marketmaker (using stop api), or to leave it running, with the leave it running being the defauly otherwise you could lose money by not completing the atomic swap protocols for pending swaps

buildog commented 6 years ago

fixed by the use of passphrase api in https://github.com/buildog/BarterDEX/pull/28