Skip to content

jsonrpc: Add runaccountmixer method#2437

Closed
jholdstock wants to merge 1 commit into
decred:masterfrom
jholdstock:new-rpc-2
Closed

jsonrpc: Add runaccountmixer method#2437
jholdstock wants to merge 1 commit into
decred:masterfrom
jholdstock:new-rpc-2

Conversation

@jholdstock
Copy link
Copy Markdown
Member

@jholdstock jholdstock commented Oct 14, 2024

This new method starts an account mixer in the background and returns to the client without blocking. This differs from the gRPC version of runaccountmixer which blocks until the account mixer returns.

This new method starts an account mixer in the background and returns to
the client without blocking. This differs from the gRPC version of
runaccountmixer which blocks until the account mixer returns.
@jrick
Copy link
Copy Markdown
Member

jrick commented Oct 28, 2025

this will need some way to stop and restart/reconfigure. grpc handles this by stopping the buyer after the call returns, but this method will leave the ticketbuyer running forever. it will also create multiple ticketbuyers all running if you call it multiple times.

@jholdstock
Copy link
Copy Markdown
Member Author

Can't remember why I did this and its very stale.

@jholdstock jholdstock closed this Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants