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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
Return-Path: <voisine@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
[172.17.192.35])
by mail.linuxfoundation.org (Postfix) with ESMTPS id ABEB9ACC
for <bitcoin-dev@lists.linuxfoundation.org>;
Thu, 9 Jul 2015 06:17:04 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-qg0-f50.google.com (mail-qg0-f50.google.com
[209.85.192.50])
by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 048A6B0
for <bitcoin-dev@lists.linuxfoundation.org>;
Thu, 9 Jul 2015 06:17:03 +0000 (UTC)
Received: by qget71 with SMTP id t71so111123936qge.2
for <bitcoin-dev@lists.linuxfoundation.org>;
Wed, 08 Jul 2015 23:17:03 -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=7ZncL/h//vSyXdgSrE3sEzaCVAnVYWKvczInL1dM1bY=;
b=i4KgBBenQbhVjkF6dL8k0dXj80PJauumdp2t+g3nOyKL26xCN54exZgDBgg1OKukT9
gisboQJ0QU+4wrboBvsBUHqJscgnI1CmCWEx28Z0qv8qT4kogFOGSvJvmdGhEPsS1MRG
bMCeM06ku1d9NgZ25hSnWmJV5iKtOGRxesXiRjHEThoLZbhs4hrpN5kiXZKzpY50oGrY
MqQTH+f4wx1jjIOUKwhV1WPnXIH/3DKe4Vodbg7Y2gLfhwFDZddeNeuUYa4K9gFHtNtg
25wcU2Ywm7KhR5ukHuB41UwCiG66UzlJnBESvqCcO3/PdbgFyAzbyHDu/g19mtwgwgSo
P3jQ==
MIME-Version: 1.0
X-Received: by 10.140.101.132 with SMTP id u4mr4337770qge.48.1436422623252;
Wed, 08 Jul 2015 23:17:03 -0700 (PDT)
Received: by 10.140.91.37 with HTTP; Wed, 8 Jul 2015 23:17:03 -0700 (PDT)
In-Reply-To: <201507060424.57070.luke@dashjr.org>
References: <CAAUFj10D37A1kfqFNPWz6bOMYSFXQbecJ+RxxOnw6HtwUg70mg@mail.gmail.com>
<20150703215658.GC5916@muck>
<CAAUFj11AM3eCX=GDn6384qCi8yKX1jMDF-Jaw2SGemm_HSis9A@mail.gmail.com>
<201507060424.57070.luke@dashjr.org>
Date: Wed, 8 Jul 2015 23:17:03 -0700
Message-ID: <CACq0ZD4PCSXMjZDXNS134ZWTSOaNGktKQd47q+6ncV-uRhS+YQ@mail.gmail.com>
From: Aaron Voisine <voisine@gmail.com>
To: Luke Dashjr <luke@dashjr.org>
Content-Type: multipart/alternative; boundary=001a11c1728e34d6c6051a6b34ad
X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,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] REQ BIP # / Discuss - Sweep incoming unconfirmed
transactions with a bounty.
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: Thu, 09 Jul 2015 06:17:04 -0000
--001a11c1728e34d6c6051a6b34ad
Content-Type: text/plain; charset=UTF-8
Do you have any idea how much hashing power is using CPFP? It's a useful
metric for wallet developers to know what sort of confirmation times they
might be able to get when attempting to use it.
Aaron Voisine
co-founder and CEO
breadwallet.com
On Sun, Jul 5, 2015 at 9:24 PM, Luke Dashjr <luke@dashjr.org> wrote:
> On Monday, July 06, 2015 4:14:14 AM Dan Bryant wrote:
> > When I wrote the BIP proposal I was assuming (incorrectly) that CPFP TX
> > selection was already being done by miners,
>
> No, this is correct. It's just not included in the reference policy.
> Miners are not expected to use the reference policy as-is, and some of
> them do
> in fact use CPFP.
>
> Luke
> _______________________________________________
> bitcoin-dev mailing list
> bitcoin-dev@lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
>
--001a11c1728e34d6c6051a6b34ad
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr">Do you have any idea how much hashing power is using CPFP?=
It's a useful metric for wallet developers to know what sort of confir=
mation times they might be able to get when attempting to use it.</div><div=
class=3D"gmail_extra"><br clear=3D"all"><div><div class=3D"gmail_signature=
"><div dir=3D"ltr"><div><div dir=3D"ltr"><div><br>Aaron Voisine</div><div>c=
o-founder and CEO<br><a href=3D"http://breadwallet.com" target=3D"_blank">b=
readwallet.com</a></div></div></div></div></div></div>
<br><div class=3D"gmail_quote">On Sun, Jul 5, 2015 at 9:24 PM, Luke Dashjr =
<span dir=3D"ltr"><<a href=3D"mailto:luke@dashjr.org" target=3D"_blank">=
luke@dashjr.org</a>></span> wrote:<br><blockquote class=3D"gmail_quote" =
style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><sp=
an class=3D"">On Monday, July 06, 2015 4:14:14 AM Dan Bryant wrote:<br>
> When I wrote the BIP proposal I was assuming (incorrectly) that CPFP T=
X<br>
> selection was already being done by miners,<br>
<br>
</span>No, this is correct. It's just not included in the reference pol=
icy.<br>
Miners are not expected to use the reference policy as-is, and some of them=
do<br>
in fact use CPFP.<br>
<span class=3D"HOEnZb"><font color=3D"#888888"><br>
Luke<br>
</font></span><div class=3D"HOEnZb"><div class=3D"h5">_____________________=
__________________________<br>
bitcoin-dev mailing list<br>
<a href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org">bitcoin-dev@lists.=
linuxfoundation.org</a><br>
<a href=3D"https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev" =
rel=3D"noreferrer" target=3D"_blank">https://lists.linuxfoundation.org/mail=
man/listinfo/bitcoin-dev</a><br>
</div></div></blockquote></div><br></div>
--001a11c1728e34d6c6051a6b34ad--
|