Return-Path: Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by lists.linuxfoundation.org (Postfix) with ESMTP id DC9CEC0037 for ; Wed, 27 Dec 2023 21:53:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id A8A23419E3 for ; Wed, 27 Dec 2023 21:53:40 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org A8A23419E3 Authentication-Results: smtp2.osuosl.org; dkim=pass (1024-bit key) header.d=gazeta.pl header.i=@gazeta.pl header.a=rsa-sha256 header.s=2013 header.b=BcpoM3XJ X-Virus-Scanned: amavisd-new at osuosl.org X-Spam-Flag: NO X-Spam-Score: 0.604 X-Spam-Level: X-Spam-Status: No, score=0.604 tagged_above=-999 required=5 tests=[BAYES_50=0.8, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iypOn5yRNCFQ for ; Wed, 27 Dec 2023 21:53:38 +0000 (UTC) X-Greylist: delayed 595 seconds by postgrey-1.37 at util1.osuosl.org; Wed, 27 Dec 2023 21:53:38 UTC DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 023FF41741 Received: from smtpo93.poczta.onet.pl (smtpo93.poczta.onet.pl [213.180.149.146]) by smtp2.osuosl.org (Postfix) with ESMTPS id 023FF41741 for ; Wed, 27 Dec 2023 21:53:37 +0000 (UTC) Received: from pmq8v.m5r2.onet (pmq8v.m5r2.onet [10.174.35.145]) by smtp.poczta.onet.pl (Onet) with ESMTP id 4T0lWW1ddQz1sQp; Wed, 27 Dec 2023 22:43:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gazeta.pl; s=2013; t=1703713415; bh=Q12f/sppYBZ7gfcO3wnngsJgD7Ov4H2pN2/oiEOxiWw=; h=From:To:Date:Subject:From; b=BcpoM3XJxnIZ7GcTnbhIxybpu6g01xmVtFl5D3ZeMLLC0lETPlQ0k0zhdooRT9xLi F9fd+joTjbNp0np36JSRU2s6HxgEGpSHqaR0qoGxkrU/4qK2MljM7OCJYuK7rISiyn DYvh0KHsKuvewhxGd179OA9eg9EpSI8jC1g2XHUk= Content-Type: multipart/alternative; boundary="===============8139536554921755871==" MIME-Version: 1.0 Received: from [31.61.229.158] by pmq8v.m5r2.onet via HTTP id ; Wed, 27 Dec 2023 22:43:35 +0100 From: vjudeu@gazeta.pl X-Priority: 3 To: Greg Tonoski , Bitcoin Protocol Discussion , "bitcoin-dev@lists.linuxfoundation.org" Date: Wed, 27 Dec 2023 22:43:34 +0100 Message-Id: <173813261-12d93c171dc593da018492a4fc8f3f2b@pmq8v.m5r2.onet> X-Mailer: onet.poczta X-Onet-PMQ: ;31.61.229.158;PL;2 X-Mailman-Approved-At: Thu, 28 Dec 2023 10:46:17 +0000 Subject: Re: [bitcoin-dev] [BUG]: Bitcoin blockspace price discrimination put simple transactions at disadvantage X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2023 21:53:40 -0000 This is a multi-part message in MIME format. --===============8139536554921755871== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I think it should be fixed. Because now, sending coins into P2WPKH is cheap= er than sending them to P2TR, even though finally, when those coins are spe= nt, the blockspace usage is cheaper for Taproot (when you spend by key) tha= n for Segwit, because public key hash is not stored anywhere. But of course= , because the cost is splitted between sender and spender, it is more profi= table to send to P2WPKH, and spend from P2TR. --===============8139536554921755871== Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
I think it should be fixed. Because now, sending coins into P2WPKH is = cheaper than sending them to P2TR, even though finally, when those coins ar= e spent, the blockspace usage is cheaper for Taproot (when you spend by key= ) than for Segwit, because public key hash is not stored anywhere. But of c= ourse, because the cost is splitted between sender and spender, it is more = profitable to send to P2WPKH, and spend from P2TR.
--===============8139536554921755871==--