summaryrefslogtreecommitdiff
path: root/1f/860f06cb97a9bb9dfe72909cd660fa628dbd9f
blob: cafff877e8d9d782007ce50c0202c1b37bda9a94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Return-Path: <grarpamp@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id B18AA8C7
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Fri, 24 Jul 2015 03:54:32 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-ig0-f173.google.com (mail-ig0-f173.google.com
	[209.85.213.173])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 7115914F
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Fri, 24 Jul 2015 03:54:32 +0000 (UTC)
Received: by igbpg9 with SMTP id pg9so26480882igb.0
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 23 Jul 2015 20:54:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:content-type; bh=p+VNkxJr5p+K+udysHMKNqg40UbrUvHhN8666EXF1DE=;
	b=oyIMP0vpfmUrxY6j7jACoGkRxkkjZ37EHwsAjm7HntbLuabcIS7FoGnJ5JHRxnxEva
	q6Sr03L6oWs13rintOglgLXOh3YyRt9WLsxrx7mrv8KVUM269oZuwqlh/Ims+8LaV//5
	OF6Kkw04kd7uGcvM6JWh4J0MJzF7zMWmY/j81Da3bKwDe6tIZnqUz3n9FvDisu3qstNE
	bDZZ9hfrXqb8yzGU4ARxXzFMv6YRpgd2pplYLgfeDws02xD2+O0nXygI3sr4POswE699
	+TkPP8l21S6Z889rmyyPf3PUbqirwOukHDIfSCYe4CAzqr7UKLZQhz96uZDnGP9jmKdY
	iQsw==
MIME-Version: 1.0
X-Received: by 10.50.141.164 with SMTP id rp4mr2125359igb.2.1437710072011;
	Thu, 23 Jul 2015 20:54:32 -0700 (PDT)
Received: by 10.36.44.69 with HTTP; Thu, 23 Jul 2015 20:54:31 -0700 (PDT)
In-Reply-To: <trinity-c97bc41b-a953-4580-b2d2-ebdda9eb96b2-1437661199263@3capp-mailcom-bs02>
References: <trinity-c97bc41b-a953-4580-b2d2-ebdda9eb96b2-1437661199263@3capp-mailcom-bs02>
Date: Thu, 23 Jul 2015 23:54:31 -0400
Message-ID: <CAD2Ti2-4YAjUUH3znAUwwkLSXHLvG1N2+VPDTfKuCmVhDg7qqA@mail.gmail.com>
From: grarpamp <grarpamp@gmail.com>
To: bitcoin-dev@lists.linuxfoundation.org
Content-Type: text/plain; charset=UTF-8
X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM,
	RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	smtp1.linux-foundation.org
Subject: Re: [bitcoin-dev] Bitcoin Node Speed Test
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Bitcoin Development Discussion <bitcoin-dev.lists.linuxfoundation.org>
List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe>
List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/>
List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org>
List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help>
List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe>
X-List-Received-Date: Fri, 24 Jul 2015 03:54:32 -0000

On Thu, Jul 23, 2015 at 10:19 AM, slurms--- via bitcoin-dev
<bitcoin-dev@lists.linuxfoundation.org> wrote:
>  * A random selection of blocks was downloaded from each peer.

If the selection is different for each peer the results will be broken.