summaryrefslogtreecommitdiff
path: root/39/e642d68a0931adf711d3e4c3039a5576260a08
blob: 4ed3335ebd159b8f26e20b8ec1a3f7188c817d97 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194]
	helo=mx.sourceforge.net)
	by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <jgarzik@exmulti.com>) id 1UJTA5-0001rV-0a
	for bitcoin-development@lists.sourceforge.net;
	Sat, 23 Mar 2013 18:27:25 +0000
X-ACL-Warn: 
Received: from mail-pb0-f47.google.com ([209.85.160.47])
	by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
	(Exim 4.76) id 1UJTA3-0006QY-ST
	for bitcoin-development@lists.sourceforge.net;
	Sat, 23 Mar 2013 18:27:24 +0000
Received: by mail-pb0-f47.google.com with SMTP id rp2so3534949pbb.6
	for <bitcoin-development@lists.sourceforge.net>;
	Sat, 23 Mar 2013 11:27:18 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=google.com; s=20120113;
	h=mime-version:x-received:x-originating-ip:in-reply-to:references
	:date:message-id:subject:from:to:cc:content-type:x-gm-message-state;
	bh=62y7eoN4X2OINxCC3o3O/wys6HOEe503v7tsJJQWmyI=;
	b=BPVN34Aj9ZgnIMcmffhW8r+4tGBfGAFKWjrILjYfTovnudeKulPfifwz9U+lEWGpBv
	7a7CkkBdbpUMbqN/eMT0K1W2KB9MZmEgPx6WI34teeJPDHQAgQTZpgUTFtd11dYJYtLK
	VEXulGd90ewXFfAPLkIp3x3KucBmcpmo5+daP/ACjwEkymn2RA5nv3Vgweo0BK5txBr9
	Q+SKasHstR+eqBakLxQuKQID5lMt0iPRDgAvxnGE8Zu8BXnawVy1qkGj0OtzYB0guJwJ
	zu+Gm6BGrq8n1nfi1Cnrj3sAJfYSFc5xioTQSYmWPsd8TgIZfvgAsRB9nrNV12KzGnKD
	xEpQ==
MIME-Version: 1.0
X-Received: by 10.66.72.105 with SMTP id c9mr9537607pav.177.1364062892639;
	Sat, 23 Mar 2013 11:21:32 -0700 (PDT)
Received: by 10.68.146.133 with HTTP; Sat, 23 Mar 2013 11:21:32 -0700 (PDT)
X-Originating-IP: [99.43.178.25]
In-Reply-To: <201303231751.48969.luke@dashjr.org>
References: <CA+8xBpcwLUt=RBYynbQDwY2Bv1keCPy0pdXP4+8CG-wqvrxOCA@mail.gmail.com>
	<201303231743.59510.luke@dashjr.org>
	<CA+8xBpfzNYqFm-zCD8L7KDiL9x+ez-pUM3B3T981D1n69t8gQQ@mail.gmail.com>
	<201303231751.48969.luke@dashjr.org>
Date: Sat, 23 Mar 2013 14:21:32 -0400
Message-ID: <CA+8xBpdSHxbzSZenTCLrh7yfCWMLXokbdupTkjpU0V2+B1YV3w@mail.gmail.com>
From: Jeff Garzik <jgarzik@exmulti.com>
To: Luke-Jr <luke@dashjr.org>
Content-Type: text/plain; charset=ISO-8859-1
X-Gm-Message-State: ALoCoQnISjj72YO40ePv4v42GdICQqoHPdlnbAlCqWtpwLue607NDIrqegsOuO6UsTAraqMupTwW
X-Spam-Score: 0.0 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
X-Headers-End: 1UJTA3-0006QY-ST
Cc: bitcoin-development@lists.sourceforge.net
Subject: Re: [Bitcoin-development] Upcoming network event: block v2 lock-in
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: Sat, 23 Mar 2013 18:27:25 -0000

On Sat, Mar 23, 2013 at 1:51 PM, Luke-Jr <luke@dashjr.org> wrote:
> bitcoind is nowhere in the implementation of the miner end of BIP 34.

Again, not strictly true.

bitcoind's 'getblocktemplate' RPC call used by some supplies the block
version, selects transactions for the miner, and other tasks integral
to the implementation of the miner and BIP 34.

-- 
Jeff Garzik
exMULTI, Inc.
jgarzik@exmulti.com