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

recommend nodes: second neighbors #60

Merged
merged 5 commits into from
Feb 13, 2020
Merged

Conversation

bitromortac
Copy link
Owner

@bitromortac bitromortac commented Feb 6, 2020

This PR adds node recommendation for more second neighbors.
This is achieved by checking how many second neighbors would be added
if one would connect to another node. This should get oneselve's node
closer to not so well connected nodes and therefore position one's node
better to route more transactions.

This commit adds a way to let oneself recommend nodes which would
 give the most new second neighbors, if a channel would be opened
to them. This heuristic means that when a connection is made, the
node is positioned closer to other nodes and should increase the
betweeness centrality.
@bitromortac bitromortac changed the title Recommend second neighbors recommend nodes: second neighbors Feb 13, 2020
@bitromortac bitromortac merged commit cc3584b into master Feb 13, 2020
@bitromortac bitromortac deleted the recommend-second-neighbors branch August 25, 2020 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant