Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id DD539143B for ; Wed, 24 Oct 2018 16:12:56 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-ua1-f44.google.com (mail-ua1-f44.google.com [209.85.222.44]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id BCAB6798 for ; Wed, 24 Oct 2018 16:12:55 +0000 (UTC) Received: by mail-ua1-f44.google.com with SMTP id c89so2071501uac.10 for ; Wed, 24 Oct 2018 09:12:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=e3MB6voy3wdyCJF7GmmCs9uuoLFyCGGUza1XWcGYn3s=; b=diEiqCCY/i5xpE1iH+8DJRyTUDiROF1miBqKE5eC7/7CS7OAwd+Tpy2EVh+PwUjuYH 7V4s4kuKKO1t+fgwWrKAVVDz1vw/dF3WSfx5v9DZmN2y2oXSAHpfLKZ0+lYBWLuv6cQV pfR6e67pvTiNt2+NYKJjWYywRrg+9lqwI6j5+W5Ad5oFmZdwFHeUGbFur1/jerWtdRkl RakrG5mMZqiaNWfezqv1UmoUWQ1ussZzp/7s61wFFhf4atbRcRomNQZf0RHLvCrwdMk6 v7AECXjfKajA/RjdC/aPQ2c9XIfOo6lP1nSpM/2DvU5kXr2GGB60N2OFxHHGjatkFb1E o3yg== X-Gm-Message-State: AGRZ1gLdG8jVXItUNtn7vh1r264uh5gYOH/iLF9vYjX2po8LUcRtx+eJ ZvD3QE3znNzWL/kRFhxz00nKuybVEo2HPziPuVI= X-Google-Smtp-Source: AJdET5fgn53utO9KBmRKlOdUQ1K4Dnplw2Ru59CfR+afKpM6ASzJIPujoJCLbv9PjRamkiaHr9WqZOrvYlcxI2Q5IQc= X-Received: by 2002:ab0:2086:: with SMTP id r6mr1467900uak.39.1540397574627; Wed, 24 Oct 2018 09:12:54 -0700 (PDT) MIME-Version: 1.0 References: <62ab0a37-2969-d9fe-5849-9362154560d0@riseup.net> In-Reply-To: <62ab0a37-2969-d9fe-5849-9362154560d0@riseup.net> From: Gregory Maxwell Date: Wed, 24 Oct 2018 16:12:39 +0000 Message-ID: To: belcher@riseup.net, Bitcoin Dev Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org X-Mailman-Approved-At: Wed, 24 Oct 2018 17:04:10 +0000 Subject: Re: [bitcoin-dev] Transaction Input/Output Sorting 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: Wed, 24 Oct 2018 16:12:57 -0000 On Wed, Oct 24, 2018 at 3:52 PM Chris Belcher via bitcoin-dev wrote: > > Thanks for bringing our attention to this important topic. > > According to (https://p2sh.info/dashboard/db/bip-69-stats) around 60% of > transaction follow bip69 (possibly just by chance). A two input randomly ordered transaction has a 50% chance of 'following' bip-69. So 60% sound like a small minority.