hexresearch / hexresearch/ergvein

[TCP] Change client side peer dicovery according to TCP update.

Open
#653 2 comments 0 reactions 1 assignee Claimed by @Aminion View on GitHub
Dominant language
JavaScript
Stars
32
Forks
7
PR merge metrics
No merged PRs in 30d

Description

Implement Bitcoin-like discovery.
Auto-mode:
- Try to fetch peers via DNS lookup.
- If lookup failed or less than 2 peers provided, use embedded in executable list of peers
- continuously keep amount of connected peers against 16, not less than 2

Manual mode:
- wallet strictly rely only on list of indexers, provided by user

Network page re-implementation description:
- single list, containing all known peers
- ability to add and delete custom peers (marked with star)
- ability to exclude peer from usage by system
- list sorting -
1 connected custom peers;
2 disconnected/suspended custom peers;
3 connected discovered peers;
4 disconnected/suspended discovery peers;

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.