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
61
62
63
64
65
66
67
68
69
70
|
Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192]
helo=mx.sourceforge.net)
by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
(envelope-from <operator@bitminter.com>) id 1XdFeq-0005lg-B2
for bitcoin-development@lists.sourceforge.net;
Sun, 12 Oct 2014 09:41:44 +0000
X-ACL-Warn:
Received: from calliope-smout.broadpark.no ([80.202.10.16])
by sog-mx-2.v43.ch3.sourceforge.com with esmtp (Exim 4.76)
id 1XdFep-00047d-6G for bitcoin-development@lists.sourceforge.net;
Sun, 12 Oct 2014 09:41:44 +0000
MIME-version: 1.0
Content-transfer-encoding: 7BIT
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Received: from aqua-smin.broadpark.no ([80.202.10.60])
by caliope-smout.broadpark.no
(Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit
(built Aug
30 2012)) with ESMTP id <0NDB00846PH7HJ80@caliope-smout.broadpark.no>
for bitcoin-development@lists.sourceforge.net; Sun,
12 Oct 2014 10:41:31 +0200 (CEST)
Received: from xr4.com ([80.202.94.109]) by aqua-smin.broadpark.no
(Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit
(built Aug
30 2012)) with ESMTP id <0NDB00FVUPH7TL20@aqua-smin.broadpark.no> for
bitcoin-development@lists.sourceforge.net; Sun,
12 Oct 2014 10:41:31 +0200 (CEST)
Received: from [192.168.1.4] (grimreaper.xr4.com [192.168.1.4])
by xr4.com (Postfix) with ESMTP id EBE59206AC for
<bitcoin-development@lists.sourceforge.net>; Sun,
12 Oct 2014 10:41:30 +0200 (CEST)
Message-id: <543A3EB9.4040803@bitminter.com>
Date: Sun, 12 Oct 2014 10:41:29 +0200
From: Geir Harald Hansen <operator@bitminter.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101
Thunderbird/31.1.2
To: bitcoin-development@lists.sourceforge.net
References: <CAPg+sBjG86ZYKZZXA4VCMiFhz0sdxr_so41Zr+DATOXyRa9_Jw@mail.gmail.com>
In-reply-to: <CAPg+sBjG86ZYKZZXA4VCMiFhz0sdxr_so41Zr+DATOXyRa9_Jw@mail.gmail.com>
X-Spam-Score: 0.0 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
See http://spamassassin.org/tag/ for more details.
-0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/,
no trust [80.202.10.16 listed in list.dnswl.org]
X-Headers-End: 1XdFep-00047d-6G
Subject: Re: [Bitcoin-development] Request for review/testing: headers-first
synchronization in Bitcoin Core
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Sun, 12 Oct 2014 09:41:44 -0000
On 12.10.2014 01:34, Pieter Wuille wrote:
> * No orphan blocks stored in memory anymore (reducing memory usage during sync).
Will this slow down reorgs after a fork, compared to today?
Regards,
Geir H. Hansen, Bitminter
|