From 703993db60368ede42991df3a13ef46cd0c37ed0 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Thu, 7 Jan 2021 23:34:11 -0600 Subject: [PATCH] Create 106.md --- docs/forum/bitcoin-forum/106.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/forum/bitcoin-forum/106.md diff --git a/docs/forum/bitcoin-forum/106.md b/docs/forum/bitcoin-forum/106.md new file mode 100644 index 0000000..f5f4a11 --- /dev/null +++ b/docs/forum/bitcoin-forum/106.md @@ -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? +```