summaryrefslogtreecommitdiff
path: root/63/256e6b07b1dbbf4d771647addf3d8e6b4b3afd
blob: 73cd30bea5d4b25759363796a6ac6f81c8ca380d (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
Return-Path: <PoliceTerror@dyne.org>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id DAF9BB38
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 12 Jan 2017 14:10:31 +0000 (UTC)
X-Greylist: delayed 00:08:01 by SQLgrey-1.7.6
Received: from tupac2.dyne.org (tupac2.dyne.org [178.62.188.7])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id A3601161
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 12 Jan 2017 14:10:30 +0000 (UTC)
Received: from [127.0.0.1] (localhost [127.0.0.1])
	(Authenticated sender: policeterror@dyne.org)
	with ESMTPSA id C80761803B5
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dyne.org; s=mail;
	t=1484229748; bh=owT4jt+c+bBEISHCe5u6v6FXbxUpB/ckDlXGi2bI0cU=;
	h=To:From:Subject:Date:From;
	b=sf0/2H5eOQ7Q7e+tVuyfK4ARf1eOMr0dLPN5Z8o/cyfYxpF5hbPcWTjPjM3o5FkDH
	AWyUMoFdSNK9whvpvSESYjaUfRaKJaB3Lwouddr5et+l4HgyJJUeCIVKsJUrhA8sSd
	XyYOeqhTLQDgEy4LZfvifebF3w4A9zbxkfH0dp2I=
To: Adam Back via bitcoin-dev <bitcoin-dev@lists.linuxfoundation.org>
From: Police Terror <PoliceTerror@dyne.org>
Message-ID: <2ac49fb0-ff79-5cb9-7b92-14ec791ecc45@dyne.org>
Date: Thu, 12 Jan 2017 14:02:00 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD,
	UNPARSEABLE_RELAY autolearn=ham version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	smtp1.linux-foundation.org
Subject: [bitcoin-dev] Transaction Replacement by Fee
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, 12 Jan 2017 14:10:32 -0000

Hello,

Where can I find the rules on transaction replacement?

For instance what are the valid ranges for the sequence values in
transaction inputs? Normally I set this value to MAX_UINT32, and the
locktime to 0.

Can I change the outputs? Can I add more inputs to pay a higher fee?

Just looking for clarity on this aspect of Bitcoin. Any resources would
be much appreciated.

Thanks.