Skip to content
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

Privacy warning before sending to used address #2324

Closed
MaxHillebrand opened this issue Sep 20, 2019 · 3 comments
Closed

Privacy warning before sending to used address #2324

MaxHillebrand opened this issue Sep 20, 2019 · 3 comments

Comments

@MaxHillebrand
Copy link
Member

Problem

currently there is no warning BEFORE the user sends a transaction to an address that is already used. There is no prevention of this bad privacy practice.

Solution

Every time an address is pasted into the field that is already used, throw a warning message that this is bad for privacy.

Not sure how this would work technically, especially for address reuse on the entire timechain, since there is no index of addresses... Maybe it works easier only for addresses that this wallet has previously send to, then only the tx history needs to be indexed, and this is how most users will make this mistake anyhow.

@benthecarman
Copy link
Contributor

Wouldn't be possible to do with all addresses, definitely possible to do with addresses in our history and our own addresses

@MaxHillebrand
Copy link
Member Author

Yes, and the latter is the more common issue, I would presume.

@BTCparadigm
Copy link
Collaborator

Warning message would be useful IMHO.
"Reusing addresses is bad for your privacy, do you still want to continue?"
with Y/N options and a small blue "More info" as a link to docs.wasabiwallet.io page about address reusing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

5 participants