1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
Return-Path: <tier.nolan@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
[172.17.192.35])
by mail.linuxfoundation.org (Postfix) with ESMTPS id 5A684DC1
for <bitcoin-dev@lists.linuxfoundation.org>;
Mon, 21 Dec 2015 15:48:24 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-ig0-f180.google.com (mail-ig0-f180.google.com
[209.85.213.180])
by smtp1.linuxfoundation.org (Postfix) with ESMTPS id D39A1CB
for <bitcoin-dev@lists.linuxfoundation.org>;
Mon, 21 Dec 2015 15:48:23 +0000 (UTC)
Received: by mail-ig0-f180.google.com with SMTP id to18so38264098igc.0
for <bitcoin-dev@lists.linuxfoundation.org>;
Mon, 21 Dec 2015 07:48:23 -0800 (PST)
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:cc
:content-type; bh=zhuVowJxrs0cYWLxgkSc2H8FkGDPMqHcmkvPP5QdYPQ=;
b=qBNFov8+zq4LH79rHW1mWtim2gYwdU1WxFtpj+/8QB1hmySYUz9XkODZox8dAIVFs3
w5gWd78qtS9QlYfU+Es48btmbhSXYeOEw+YxmCr7UhTsQezYFDeT+GFGhWPEk0+7j6Wl
UCGvpNYA3Kj17EiQC3pnlSKDqSd+2DwsZVCtc4Rlx8aa0XjdfQTTfw4b2MkE1Kr3r0eY
5L9LuJcJE8rSC6NpzVyTH/29C31mHaHeVm7L1rCLL8ZQFuLbNEkqivUwv+/WjiSIqY3i
LI4iQ7aTd/yFuXFcPDMe7SY4PiG+FY4oJoQ3cvCMVh5Sbs6jQkThpdxcqlTRFKyvsGYn
3rlQ==
MIME-Version: 1.0
X-Received: by 10.50.129.99 with SMTP id nv3mr8585974igb.96.1450712903354;
Mon, 21 Dec 2015 07:48:23 -0800 (PST)
Received: by 10.79.77.75 with HTTP; Mon, 21 Dec 2015 07:48:23 -0800 (PST)
In-Reply-To: <537b176b25a681255eee5f6c4268ab6e@xbt.hk>
References: <537b176b25a681255eee5f6c4268ab6e@xbt.hk>
Date: Mon, 21 Dec 2015 15:48:23 +0000
Message-ID: <CAE-z3OVV5ozYqj4ziZ8J0-8LAnFd+zhC2HO9OzkPpwZGBsEKxA@mail.gmail.com>
From: Tier Nolan <tier.nolan@gmail.com>
Cc: Bitcoin Dev <bitcoin-dev@lists.linuxfoundation.org>
Content-Type: multipart/alternative; boundary=047d7b3a91e646906705276a6b62
X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,MISSING_HEADERS,
RCVD_IN_DNSWL_LOW autolearn=no version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
smtp1.linux-foundation.org
Subject: Re: [bitcoin-dev] A new payment address format for segregated
witness or not?
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: Mon, 21 Dec 2015 15:48:24 -0000
--047d7b3a91e646906705276a6b62
Content-Type: text/plain; charset=UTF-8
On Mon, Dec 21, 2015 at 5:14 AM, jl2012 via bitcoin-dev <
bitcoin-dev@lists.linuxfoundation.org> wrote:
> The SW in P2SH is worse in terms of:
> 1. It requires an additional push in scriptSig, which is not prunable in
> transmission, and is counted as part of the core block size
>
"Prunable in transmission" means that you have to include it when not
sending the witnesses?
That is a name collision with UTXO set prunable. My initial thought when
reading that was "but scriptSigs are inherently prunable, it is
scriptPubKeys that have to be held in the UTXO database" until I saw the
"in transmission" clarification.
--047d7b3a91e646906705276a6b62
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr"><br><div class=3D"gmail_extra"><br><div class=3D"gmail_quo=
te">On Mon, Dec 21, 2015 at 5:14 AM, jl2012 via bitcoin-dev <span dir=3D"lt=
r"><<a href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org" target=3D"_=
blank">bitcoin-dev@lists.linuxfoundation.org</a>></span> wrote:<br><bloc=
kquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #cc=
c solid;padding-left:1ex">
The SW in P2SH is worse in terms of:<br>
1. It requires an additional push in scriptSig, which is not prunable in tr=
ansmission, and is counted as part of the core block size<br></blockquote><=
div><br></div><div>"Prunable in transmission" means that you have=
to include it when not sending the witnesses?<br><br></div><div>That is a =
name collision with UTXO set prunable.=C2=A0 My initial thought when readin=
g that was "but scriptSigs are inherently prunable, it is scriptPubKey=
s that have to be held in the UTXO database" until I saw the "in =
transmission" clarification.<br></div></div></div></div>
--047d7b3a91e646906705276a6b62--
|