Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 9334C1704 for ; Thu, 8 Oct 2015 20:03:50 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-ig0-f171.google.com (mail-ig0-f171.google.com [209.85.213.171]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 4424720E for ; Thu, 8 Oct 2015 20:03:50 +0000 (UTC) Received: by igbkq10 with SMTP id kq10so21127541igb.0 for ; Thu, 08 Oct 2015 13:03:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=603zfF0STqUmoCaK9GJgBjHonx+MTzVa61iHSAuh33w=; b=aa3oyf1Rgnsp4GwJKYx1r5hieHOGbgfnHoaZR9V0zisDtsSz7gyE3gEveL2D/2Pvyu jUKu3TzxUiRHBMrQmVnQv0Pnsx9Rg4nbfOUpU1ulB2Iy/ZKcHKTgWKMiCfjm30Pg7vRs HfHRrJV7akBYMKS1sSnq4/dBAKZQ/qDUOzEa3/MAsr3biRE9a3ykxIRte558iX1+kTQb AWW4u0McP0R8R2nH+5rX6+EZrb/kmMgaf4k0ou1jb1Q9C545At6lXX5ILv0kgYHqSzV+ f2uPnO++tIjdjuYjw/BueIrwV1Ft9dDBUxpdeH8PRdtwUnjrL4ryRiSk5j/xccQe7tDI 3pyQ== MIME-Version: 1.0 X-Received: by 10.50.23.80 with SMTP id k16mr6364769igf.62.1444334629672; Thu, 08 Oct 2015 13:03:49 -0700 (PDT) Received: by 10.107.19.30 with HTTP; Thu, 8 Oct 2015 13:03:49 -0700 (PDT) In-Reply-To: <412407605.831804.1444334109584.JavaMail.yahoo@mail.yahoo.com> References: <412407605.831804.1444334109584.JavaMail.yahoo@mail.yahoo.com> <412407605.831804.1444334109584.JavaMail.yahoo@mail.yahoo.com> Date: Thu, 8 Oct 2015 20:03:49 +0000 Message-ID: From: Gregory Maxwell To: Boris Neklabaro Content-Type: text/plain; charset=UTF-8 X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, 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 Cc: "bitcoin-dev@lists.linuxfoundation.org" Subject: Re: [bitcoin-dev] merged multisig inputs X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Development Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 20:03:50 -0000 On Thu, Oct 8, 2015 at 7:55 PM, Boris Neklabaro via bitcoin-dev wrote: > Hi, > > Is it possible to merge 2 utxos spending from multiple P2SH inputs? Or > combined inputs P2SH and P2PKH in a single transaction? Yes, the signatures for separate inputs are entirely separate.