You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
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 addr2addr3addr4 in random fractions
any remaining coins will be divided between addr5addr6addr7
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?
The text was updated successfully, but these errors were encountered:
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
andaddr4
.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 fractionsany 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?
The text was updated successfully, but these errors were encountered: