Post
Topic
Board Development & Technical Discussion
Re: What are checkpoints in bitcoin code?
by
gmaxwell
on 01/11/2014, 19:53:15 UTC
Good point. Parallel downloading is awesome. But the CPU still has to crunch ALL those EC verifies. ::sigh::
No it doesn't. It can skip verifying very deeply burred signatures (as is the checkpoint behaviour), since with headers first it knows the amount of work on top of them and can perform the tests only probabilistically past a certain point.