-
Notifications
You must be signed in to change notification settings - Fork 3
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
Use timer to send join #12
Comments
Should keep maxparticipants to control max participants can join in and combine with timer, which condition is met first then joining will be processed. Too much participants in one split tx looks like not nice |
Fixed in this commit 8ce2455, 0a49ea1 and https://github.com/raedahgroup/dcrwallet/commit/5db3d8ff354b38372ad743e6b9cf54092cdfd061 |
More participants = better privacy |
verified working |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Delete the maxparticipants option in dcrtxmatcher, and instead set a send timer that will cause the joined splittx to be sent every x minutes. This way the joins will happen for any number of participants.
The text was updated successfully, but these errors were encountered: