Create 106.md

This commit is contained in:
wakgill
2021-01-07 23:34:11 -06:00
committed by GitHub
parent 4e0dfc330a
commit 703993db60
+24
View File
@@ -0,0 +1,24 @@
---
layout: forum
title: 'Re: Share database blocks ?'
grand_parent: Forum Posts
parent: Bitcoin Forum
nav_order: 106
date: 2010-05-26 20:34:34 UTC
original: https://bitcointalk.org/index.php?topic=153.msg1258#msg1258
---
# Re: Share database blocks ?
---
```
Re: Share database blocks ?
May 26, 2010, 08:34:34 PM
It does in fact download 500 blocks at a time, then the counter counts one at a time as it verifies the blocks.
The advantage of letting bitcoin download and verify the blocks is that you do not have to trust the person you're downloading them from. If you downloaded the blk*.dat files from some site, you would have to trust that site, since you would be accepting the data without verifying it yourself. If you're copying blk*.dat from another computer of yours, that should be fine.
How long is the initial block download taking for you?
```