Neptune-Crypto/neptune-core

Use PeerStandings Database for Peer Discovery upon Reboot

Aperta

#260 aperta il 22 nov 2024

 (0 commenti) (0 reazioni) (0 assegnatari)Rust (45 fork)auto 404
good first issuelow priorityminor

Metriche repository

Star
 (110 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor