Neptune-Crypto/neptune-core

Use PeerStandings Database for Peer Discovery upon Reboot

Ouverte

#260 ouverte le 22 nov. 2024

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (45 forks)auto 404
good first issuelow priorityminor

Métriques du dépôt

Stars
 (110 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur