Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1RPH5x-0005mm-Is for bitcoin-development@lists.sourceforge.net; Sat, 12 Nov 2011 17:10:21 +0000 Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.220.175 as permitted sender) client-ip=209.85.220.175; envelope-from=etotheipi@gmail.com; helo=mail-vx0-f175.google.com; Received: from mail-vx0-f175.google.com ([209.85.220.175]) by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1RPH5w-0001bN-PL for bitcoin-development@lists.sourceforge.net; Sat, 12 Nov 2011 17:10:21 +0000 Received: by vcbfl11 with SMTP id fl11so2876288vcb.34 for ; Sat, 12 Nov 2011 09:10:15 -0800 (PST) Received: by 10.52.65.78 with SMTP id v14mr20202673vds.89.1321117815390; Sat, 12 Nov 2011 09:10:15 -0800 (PST) Received: from [192.168.1.85] (c-76-111-108-35.hsd1.md.comcast.net. [76.111.108.35]) by mx.google.com with ESMTPS id id7sm22397678vdb.21.2011.11.12.09.10.13 (version=SSLv3 cipher=OTHER); Sat, 12 Nov 2011 09:10:14 -0800 (PST) Message-ID: <4EBEA880.7010608@gmail.com> Date: Sat, 12 Nov 2011 12:10:24 -0500 From: Alan Reiner User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110921 Thunderbird/3.1.15 MIME-Version: 1.0 To: Mike Hearn References: <200034A7-15F9-438F-A6B1-923A69348F55@ceptacle.com> <4EBB3E68.6060402@gmail.com> <4EBBCA0D.9060906@gmail.com> In-Reply-To: Content-Type: multipart/alternative; boundary="------------060806030403030407020405" X-Spam-Score: -0.7 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (etotheipi[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 1.0 HTML_MESSAGE BODY: HTML included in message -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 AWL AWL: From: address is in the auto white-list X-Headers-End: 1RPH5w-0001bN-PL Cc: Bitcoin Dev Subject: Re: [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: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Nov 2011 17:10:21 -0000 This is a multi-part message in MIME format. --------------060806030403030407020405 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Maybe I'm new to this, but this doesn't make any sense. I thought the point of the BIP was to collaborate to come up with a good solution. That's exactly what I want to do before I implement it in my software. After all, they are "Bitcoin Improvement *Proposals*." It seems like EXACTLY what a BIP is for... just no one needs/should use it until it removes the "draft" marking. As for the protocol on top of it, my BIP was not intended to address that. It's only proposing how unsigned transactions can be serialized and users can collect addresses. Whatever system you want to implement on top of it to exchange the data is up to the developer. My only motivation is that if the user clicks "Save this proposal to file", that any client can use the resulting file, just the same way we serialize any other blockdata that has a consistent representation. -Alan On 11/12/2011 11:58 AM, Mike Hearn wrote: > Please don't create BIPs that don't have any actual implementation > behind them. Design discussion is fine but the mailing list works for > that. > > If I were going to implement escrow transactions in BitCoinJ it would > not matter what was written here. I'd just implement the design I > thought made sense. If that design was later adopted by others it can > be documented and agreed upon in a BIP, just like a regular RFC. > > For what it's worth I would not attempt to send half-valid escrow > transactions through the p2p network, not even using the overlay > networks the protocol already supports. A correct escrow protocol > requires the seller to challenge the dispute mediator with the public > key to be sure they actually own it, and the simplest way to do that > is to leverage the existing DNS/EV-SSL infrastructure with a "sign > this nonce" HTTP request. > > BIPs should not be a place for people to come up with armchair > designs, because a design with no corresponding implementation is > likely to be full of problems. Let's revisit this once I can install > some software on my laptop, my server, and a friends server, and do a > 3-way mediated transaction between them. --------------060806030403030407020405 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit Maybe I'm new to this, but this doesn't make any sense.  I thought the point of the BIP was to collaborate to come up with a good solution.  That's exactly what I want to do before I implement it in my software.  After all, they are "Bitcoin Improvement Proposals."  It seems like EXACTLY what a BIP is for... just no one needs/should use it until it removes the "draft" marking.

As for the protocol on top of it, my BIP was not intended to address that.  It's only proposing how unsigned transactions can be serialized and users can collect addresses.  Whatever system you want to implement on top of it to exchange the data is up to the developer.  My only motivation is that if the user clicks "Save this proposal to file", that any client can use the resulting file, just the same way we serialize any other blockdata that has a consistent representation.

-Alan



On 11/12/2011 11:58 AM, Mike Hearn wrote:
Please don't create BIPs that don't have any actual implementation behind them. Design discussion is fine but the mailing list works for that.

If I were going to implement escrow transactions in BitCoinJ it would not matter what was written here. I'd just implement the design I thought made sense. If that design was later adopted by others it can be documented and agreed upon in a BIP, just like a regular RFC.

For what it's worth I would not attempt to send half-valid escrow transactions through the p2p network, not even using the overlay networks the protocol already supports. A correct escrow protocol requires the seller to challenge the dispute mediator with the public key to be sure they actually own it, and the simplest way to do that is to leverage the existing DNS/EV-SSL infrastructure with a "sign this nonce" HTTP request. 

BIPs should not be a place for people to come up with armchair designs, because a design with no corresponding implementation is likely to be full of problems. Let's revisit this once I can install some software on my laptop, my server, and a friends server, and do a 3-way mediated transaction between them.

--------------060806030403030407020405--