Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from <gronager@ceptacle.com>) id 1RO5IU-0001Jj-H3 for bitcoin-development@lists.sourceforge.net; Wed, 09 Nov 2011 10:22:22 +0000 X-ACL-Warn: Received: from backup-server.nordu.net ([193.10.252.66]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) id 1RO5IO-0005I1-6q for bitcoin-development@lists.sourceforge.net; Wed, 09 Nov 2011 10:22:22 +0000 Received: from [109.105.106.199] ([109.105.106.199]) (authenticated bits=0) by backup-server.nordu.net (8.14.3/8.14.3) with ESMTP id pA9AM669021732 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for <bitcoin-development@lists.sourceforge.net>; Wed, 9 Nov 2011 11:22:09 +0100 (CET) From: =?iso-8859-1?Q?Michael_Gr=F8nager?= <gronager@ceptacle.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Wed, 9 Nov 2011 11:22:06 +0100 Message-Id: <BD206D96-C458-4DD7-92F6-32AE476C259A@ceptacle.com> To: Bitcoin Dev <bitcoin-development@lists.sourceforge.net> Mime-Version: 1.0 (Apple Message framework v1251.1) X-Mailer: Apple Mail (2.1251.1) 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: 1RO5IO-0005I1-6q Subject: [Bitcoin-development] multisig, op_eval and lock_time/sequence... 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: Wed, 09 Nov 2011 10:22:22 -0000 Hi All, Along with the multisig/op_eval BIPs (11/12) I am considering how the = actual client functionality could be. Some of you might already have the solution for this - if not I would = like to propose the following... Lets consider the 2 of 3 multisig - and lets say I now have some coins = hence only redeemable using 2 key signatures. So when I want to spend = them I would do: 1. from client1 I issue a transaction containing one of the signatures, = with a locktime e.g. 10 minutes from now and a sequence of 0. This = transaction is now posted to the p2p network. 2. client2 discovers the transaction and that it will affect its wallet. = It hence modifies the transaction to includes also the second signature, = changes the sequence to 0xFFFFFFFF=3Dfinal and the lock_time to 0 and = retransmits the transaction. 3. The transaction is now valid and final and will be approved by the = miners. However, for this setup to be possible, we need to reenable the = replacement of transaction in the client.... Anyone working on this now ? Alternatively, the transactions would need to be sent between clients = using another protocol... Cheers, Michael