Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soft prevention of concurrent bots with 1 wallet using a lock #85

Closed
AdamISZ opened this issue Sep 19, 2017 · 1 comment
Closed

Soft prevention of concurrent bots with 1 wallet using a lock #85

AdamISZ opened this issue Sep 19, 2017 · 1 comment

Comments

@AdamISZ
Copy link
Member

AdamISZ commented Sep 19, 2017

Idea iirc due to nkuttler (although let's face it, it should be pretty obvious!):

Include some kind of .lock file to prevent more than one process succeeding in accessing a single joinmarket wallet. It's not that this is necessarily dangerous to funds (given the nature of coinjoin), but the code was never written with this being possible in mind, and I for one have no desire to do the work necessary to support it. Also of course dissuading it has a relationship to JoinMarket-Org/joinmarket#693 .

I could envisage doing this at the same time as #62 (comment)

Also, it's very simple, if anyone else feels inclined to do it, go ahead.

@undeath
Copy link
Contributor

undeath commented Sep 23, 2018

implemented with #104

@undeath undeath closed this as completed Sep 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants