-
Notifications
You must be signed in to change notification settings - Fork 37.3k
transaction identity leakage during initial block download #2122
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
Comments
superceded by #2445 |
HashUnlimited
pushed a commit
to HashUnlimited/chaincoin
that referenced
this issue
Jul 2, 2018
We don't relay mnb if sync is still in progress. Creating mnb without relaying it only increases inconsistency and leads to user confusion. Unifying conditions for creation and relaying fixes this.
HashUnlimited
pushed a commit
to HashUnlimited/chaincoin
that referenced
this issue
Jul 2, 2018
We don't relay mnb if sync is still in progress. Creating mnb without relaying it only increases inconsistency and leads to user confusion. Unifying conditions for creation and relaying fixes this.
HashUnlimited
added a commit
to chaincoin/chaincoin
that referenced
this issue
Jul 2, 2018
Do not create mnb until sync is finished (bitcoin#2122)
HashUnlimited
pushed a commit
to HashUnlimited/chaincoin
that referenced
this issue
Jul 3, 2018
We don't relay mnb if sync is still in progress. Creating mnb without relaying it only increases inconsistency and leads to user confusion. Unifying conditions for creation and relaying fixes this.
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this issue
Jul 6, 2018
We don't relay mnb if sync is still in progress. Creating mnb without relaying it only increases inconsistency and leads to user confusion. Unifying conditions for creation and relaying fixes this.
owlhooter
pushed a commit
to owlhooter/mazacoin-new
that referenced
this issue
Oct 11, 2018
We don't relay mnb if sync is still in progress. Creating mnb without relaying it only increases inconsistency and leads to user confusion. Unifying conditions for creation and relaying fixes this.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
During initial block download ResendWalletTransactions() runs, trying to send transactions which may have already been introduced into blocks. This therefore reveals two things about the node, one that it is not up to date with the blockchain, but also that those transactions originated from this node. This information could be used by people analysing the network to determine where the transactions came from.
Can/should the code be changed to provide the option not to send wallet transactions until the block chain is more up to date?
The text was updated successfully, but these errors were encountered: