minimal icon indicating copy to clipboard operation
minimal copied to clipboard

[Tracking] Fast sync protocol

Open ferranbt opened this issue 6 years ago • 0 comments

Syncer has to sync the ethereum state. Following fast mode algorithms, pick a pivot point and download recursively from that root. It would be necessary to get an approximate equation of the total number of nodes to download per block. Thus, it would be possible to estimate an approximate download time for the total state. The scheduler could split the download bandwidth between headers data (header, body and receipts) and state. By modifying this quotas is possible to control the total time to sync the blockchain.

ferranbt avatar Jan 20 '19 09:01 ferranbt