Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

More coin control over tumbler and sendpayment #471

Open
dreboli opened this issue Mar 18, 2016 · 1 comment
Open

More coin control over tumbler and sendpayment #471

dreboli opened this issue Mar 18, 2016 · 1 comment

Comments

@dreboli
Copy link

dreboli commented Mar 18, 2016

I miss the possibility of being able to tell the tumbler or sendpayment how many coins to send to addresses

For example:
tumbler.py 500000000 addr1 300000000 addr2 addr3 addr4
5 btc to addr1
3 btc to addr2
any remaining sum can go to addr3 and addr4.

Or to complicate it a little bit:
tumbler.py 500000000 addr1 300000000 addr2 addr3 addr4 --remaining addr5 addr6 addr7
5 btc to addr1
3 btc in total goes to addr2 addr3 addr4 in random fractions
any remaining coins will be divided between addr5 addr6 addr7

sendpayment.py 500000000 addr1 300000000 addr2

Whenever I make a transaction I do several at once, sending coins to one or two exchanges, donating, tumbling between wallets, all at the same time.

Or would this hurt privacy?

@chris-belcher
Copy link
Collaborator

Or would this hurt privacy?

Depends on how this is actually implemented. Right now this is merely a wishlist.

For tumbler it could be done by changing the internal algorithm that sends around coinjoins.

Cross-linking to #169 and #9

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants