cloudhead/nakamoto

Multi-peer IBD

Open

#11 opened on Jan 23, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (63 forks)github user discovery
help wanted

Repository metrics

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

Description

Initial block (header) download can be made faster by syncing from multiple peers. To do this, we can use the hard-coded checkpoints to request multiple block ranges.

Contributor guide