-
Notifications
You must be signed in to change notification settings - Fork 79
Some comments on the first part of the paper #26
Comments
Indeed, I removed it, it's just waffle quote.
At the issue I detailed it: #21
Tumbler can talk to one Alice and delay its communication with the rest in order to figure out which Bob is that Alice.
Configuration. See achieving liquidity: https://github.com/nopara73/ZeroLink/blob/master/README.md#b-achieving-liquidity If you want to make sure you provide privacy you must do something like this. Otherwise you'd end up people coinjoining with themselves, just like what I suspect will be the case at TumbleBit in practice. Many people will just tumble coins with themselves, because the rounds are fixed and new users to register is not awaited. |
Thanks for the comments, I am now shocked how easy it is to link payments, perhaps it might even be a good idea to add more about transaction chaining (as Mike Hern was talking about). I will continue to review the rest of the paper. |
What algorithm maybe some more details or a link?
Why is a secure connection important, are we not assuming post mixed coins are coming directly from the mixer?
Why is this a requirement?
I don't understand this.
|
It is in the previous section: https://github.com/nopara73/ZeroLink/blob/master/README.md#b-achieving-liquidity:
My mistake, not the coins have to go through secure connection, but the addresses, modified it:
This just means for instance if the addresses are served through an RPC API, the addresses cannot be served when the RPC application is not running.
I specified the approaches in greater detail:
|
Some initial comments, I will continue the next part after that.
wont randomizing the output values be better?
When all the Alices signed [transactions] arrive,
"By allowing the user to register eight outputs within one round, this issue can be bypassed"
"The drawbacks are weaker anonymity set" - why weaker anonymity?
"and longer mixing rounds." - why longer mixing rounds
"The issue is various timing attacks can deanonymize users."
I didn't understand this sentence
"at low liquidity could take hours or days"
is that a necessity or a configuration?
The text was updated successfully, but these errors were encountered: