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 Apr 13, 2022. It is now read-only.
Currently we're choosing peer to connect at random, which is likely vulnerable to eclipsing. Bitcoin is trying to get connections randomly across IP address space, there were some vulnerabilities found there as well back in 2015: https://www.usenix.org/system/files/conference/usenixsecurity15/sec15-paper-heilman.pdf .
So the goal is about implementing buckets-based strategy with fixes proposed and made in Bitcoin.
The text was updated successfully, but these errors were encountered: