summaryrefslogtreecommitdiff
path: root/1a/2de6deeccef40553f333bd508118ce48024dcd
blob: 26c4c621348cc9601362e0766c32252487755662 (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
Return-Path: <antoine@alc.io>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id 1B871BF4
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 27 Apr 2017 19:55:10 +0000 (UTC)
X-Greylist: from auto-whitelisted by SQLgrey-1.7.6
Received: from slow1-d.mail.gandi.net (slow1-d.mail.gandi.net [217.70.178.86])
	by smtp1.linuxfoundation.org (Postfix) with ESMTP id F3E171A5
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 27 Apr 2017 19:55:08 +0000 (UTC)
Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net
	[217.70.183.196])
	by slow1-d.mail.gandi.net (Postfix) with ESMTP id 6806547E12E
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 27 Apr 2017 21:45:59 +0200 (CEST)
Received: from [IPv6:2a02:c7d:b94:c100:7131:6d57:d54e:fe7f] (unknown
	[IPv6:2a02:c7d:b94:c100:7131:6d57:d54e:fe7f])
	(Authenticated sender: antoine@alc.io)
	by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id F3C201720A9
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 27 Apr 2017 21:45:55 +0200 (CEST)
To: bitcoin-dev@lists.linuxfoundation.org
References: <CACV3+OU3wT6ZZ+ffUOEXpnmu9p0kf42fEBv3fPxnGPJ88BVwAg@mail.gmail.com>
From: Antoine Le Calvez <antoine@alc.io>
Message-ID: <e8a65e78-7c36-9563-c9e2-aeba53cc6deb@alc.io>
Date: Thu, 27 Apr 2017 20:45:54 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
	Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <CACV3+OU3wT6ZZ+ffUOEXpnmu9p0kf42fEBv3fPxnGPJ88BVwAg@mail.gmail.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,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
X-Mailman-Approved-At: Thu, 27 Apr 2017 19:55:54 +0000
Subject: Re: [bitcoin-dev] Trustless Segwit activation bounty protocol (aka.
 bribing the miners)
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Bitcoin Protocol 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: Thu, 27 Apr 2017 19:55:10 -0000

On 27/04/17 18:48, Matt Bell via bitcoin-dev wrote:
>   * No outputs, all funds are paid to the miner

A transaction _must_ have at least one output [1]. You can get the same 
effect by adding a 0 satoshis OP_RETURN output.

[1]: 
https://github.com/bitcoin/bitcoin/blob/a6548a47a5548b4b43510c548a9418673ab751de/src/validation.cpp#L465