-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
There are several fixes/improvements for the deanon process:
- Do not stop at the highest confidence, discarding the node if we already have put this node into the list to give away, but continue the process - it will fix the issue when only a handful of IPs were returned by the system. Should be handled by this MR
- Check the IP address for liveliness - this fixes the issue when we give away dead IP addresses
- Merge the tables DeanonNodeByBlock and DeanonNodeByTx to make the addition of new heuristics simpler
- Introduce more heuristics to map PeerID to PubKey; some examples are:
- look at PK of transaction signer - if it was received from peer P, we can increase the confidence between this P and PK
- normalize the first heurestic implementation by division over the total number of txs/blocks seen from this peer(?)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels