Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id DAF9BB38 for ; 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 ; 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 From: Police Terror 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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.