IMPORTANT This is just an example code, do not use in production.
In order to download an header chain we have to send a getHeaders message.
In this example we will require as much as possible headers after the 40000th one.The peer will respond with batch of 2000 headers so, we have to take the la...