Neptune-Crypto/neptune-core

Use PeerStandings Database for Peer Discovery upon Reboot

Open

#260 opened on Nov 22, 2024

 (0 comments) (0 reactions) (0 assignees)Rust (45 forks)auto 404
good first issuelow priorityminor

Repository metrics

Stars
 (110 stars)
PR merge metrics
 (PR metrics pending)

Description

Upon reboot, the clien currently only attempts to make connections with the peers supplied as CLI arguments. After ten minutes, peer discovery will kick in and connect to many nodes.

However, you might as well read the IPs from the PeerStandings and try to connect to those as well.

Contributor guide