Return-Path: <gmaxwell@gmail.com> Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 0B149CB8 for <bitcoin-dev@lists.linuxfoundation.org>; Tue, 8 Dec 2015 19:31:28 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-ig0-f172.google.com (mail-ig0-f172.google.com [209.85.213.172]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id A119A187 for <bitcoin-dev@lists.linuxfoundation.org>; Tue, 8 Dec 2015 19:31:27 +0000 (UTC) Received: by igcto18 with SMTP id to18so24107745igc.0 for <bitcoin-dev@lists.linuxfoundation.org>; Tue, 08 Dec 2015 11:31:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=G+SMexUKcjWJBfWq4oaEK4yuj6dEpjbqOZqyYdCZOWM=; b=VaCHRaVtHbFGRCj3YWq4zBLY3dv1dCEyp1MiWrDwtIAXnxiKdg9jJCddLwWxRzciN2 n4MFn/AaWjb/3u2tqGbIv0dsbkkANlTGDeJhsHA/ez/6hPtMZacafQ4ZxBBJYYnwwM6/ 8NSwbNQLeshmvcR3wXo+uzXiuF20R471S4oRZUNXkCfflcDosA0fee93Co68+KA15xta HCZGqLumdRg1KN2J29faeffh9GbNYwtigkH/wCysjNZFGlsxdOTOr/yT79IWnpS8MYXp 2U2akT7P81xViDL1NApCWf7IhIKrtEhh/QrGQaljqYRJcnvmAKy3hdi9X2dK3cKjAsBp GWEw== MIME-Version: 1.0 X-Received: by 10.50.107.3 with SMTP id gy3mr5401232igb.48.1449603087168; Tue, 08 Dec 2015 11:31:27 -0800 (PST) Sender: gmaxwell@gmail.com Received: by 10.107.192.70 with HTTP; Tue, 8 Dec 2015 11:31:27 -0800 (PST) In-Reply-To: <5666FD8D.8050201@openbitcoinprivacyproject.org> References: <CAAS2fgQyVs1fAEj+vqp8E2=FRnqsgs7VUKqALNBHNxRMDsHdVg@mail.gmail.com> <20151208110752.GA31180@amethyst.visucore.com> <CABm2gDpcek=u=Rpe68EMOq6M7Bji9J=s5VvoQWKRqaQDAP5kTw@mail.gmail.com> <CABsx9T1wga3Tandoe2mVGSKdHJytHoc9Ko7HRm2SvJXABEFk9w@mail.gmail.com> <5666FD8D.8050201@openbitcoinprivacyproject.org> Date: Tue, 8 Dec 2015 19:31:27 +0000 X-Google-Sender-Auth: uk8HOgVaEmm0ElzZospIPzWsGeU Message-ID: <CAAS2fgTcU-Svd5S3F-xA9+pjYSihdh7jtS6LU4k5enR-8OPESQ@mail.gmail.com> From: Gregory Maxwell <greg@xiph.org> To: Justus Ranvier <justus@openbitcoinprivacyproject.org> Content-Type: text/plain; charset=UTF-8 X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, 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 <bitcoin-dev@lists.linuxfoundation.org> Subject: Re: [bitcoin-dev] Capacity increases for the Bitcoin system. X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Development Discussion <bitcoin-dev.lists.linuxfoundation.org> List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>, <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe> List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/> List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org> List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help> List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>, <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe> X-List-Received-Date: Tue, 08 Dec 2015 19:31:28 -0000 On Tue, Dec 8, 2015 at 3:55 PM, Justus Ranvier via bitcoin-dev <bitcoin-dev@lists.linuxfoundation.org> wrote: > Instead, put it in the first output of the generation transaction as an > OP_RETURN script. Pieter was originally putting it in a different location; so it's no big deal to do so. But there exists deployed mining hardware that imposes constraints on the coinbase outputs, unfortunately.