Neptune-Crypto/neptune-core
Use PeerStandings Database for Peer Discovery upon Reboot
オープン
#260 opened on 2024/11/22
good first issuelow priorityminor
Repository metrics
- Stars
- (110 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.