Neptune-Crypto/neptune-core

Use PeerStandings Database for Peer Discovery upon Reboot

开放

#260 创建于 2024年11月22日

 (0 条评论) (0 个反应) (0 位负责人)Rust (45 个派生)auto 404
good first issuelow priorityminor

仓库指标

星标
 (110 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南