I would like to know how the software downloads the blockchain. If the bytes write throught the socket and wait until it's written. And If the software asks 16 blocks to each peer in which you're connected to ?
Best whiches.
I would like to know how the software downloads the blockchain. If the bytes write throught the socket and wait until it's written. And If the software asks 16 blocks to each peer in which you're connected to ?
Best whiches.
It will request 16 blocks from each peer it has a connection to. The bytes are written normally. The blocks download is doing via get_blocks et answer blocks message. Thanks for the Murch’s answer.