summaryrefslogtreecommitdiff
path: root/69/16c4ecfb6205a4b2f042071e97dc5872931916
blob: 8fa11f53abe36cbbc00510ee0095b2fca93189f0 (plain)
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
Return-Path: <rsomsen@gmail.com>
Received: from smtp4.osuosl.org (smtp4.osuosl.org [IPv6:2605:bc80:3010::137])
 by lists.linuxfoundation.org (Postfix) with ESMTP id 301EDC0033
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Thu, 20 Oct 2022 14:14:31 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by smtp4.osuosl.org (Postfix) with ESMTP id 142C342223
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Thu, 20 Oct 2022 14:14:31 +0000 (UTC)
DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 142C342223
Authentication-Results: smtp4.osuosl.org;
 dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com
 header.a=rsa-sha256 header.s=20210112 header.b=Cjo+Q9oj
X-Virus-Scanned: amavisd-new at osuosl.org
X-Spam-Flag: NO
X-Spam-Score: -2.088
X-Spam-Level: 
X-Spam-Status: No, score=-2.088 tagged_above=-999 required=5
 tests=[BAYES_00=-1.9, 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_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001, T_KAM_HTML_FONT_INVALID=0.01]
 autolearn=ham autolearn_force=no
Received: from smtp4.osuosl.org ([127.0.0.1])
 by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id updA7r_Bp8M1
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Thu, 20 Oct 2022 14:14:28 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.8.0
DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org D036241A22
Received: from mail-oo1-xc2a.google.com (mail-oo1-xc2a.google.com
 [IPv6:2607:f8b0:4864:20::c2a])
 by smtp4.osuosl.org (Postfix) with ESMTPS id D036241A22
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Thu, 20 Oct 2022 14:14:27 +0000 (UTC)
Received: by mail-oo1-xc2a.google.com with SMTP id
 x6-20020a4ac586000000b0047f8cc6dbe4so4016240oop.3
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Thu, 20 Oct 2022 07:14:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112;
 h=cc:to:subject:message-id:date:from:in-reply-to:references
 :mime-version:from:to:cc:subject:date:message-id:reply-to;
 bh=Dlr+OMf++3gsRnmVy5AztvAgIdOzM3NzuVDqzLUhQts=;
 b=Cjo+Q9ojLVHmgaTO9M/pQMYMswTSh05k8xMPx1L2aR780hgmU45TUg6s8OyMdMLaml
 K6SYbQNjKXFezcQBBDu4PsEGQ0N0qYsqigrQbrZm+v149WxH0gIfy1wUdBIQFo/ANTD6
 Z8zSF+Ca7Pszlqj/B57WCUnOd7n62C2lAtfwu9i8zR7hPeap1go1XxWz/KE3pjGbg1ah
 JPf8lUmpTLD+uMgph/W97Qi6dC3W5R23kCv1fLWQVrgol0n05F1gE9Y4y0YnWkWOtODW
 fCivdq4DQjLen8xYI0CpsXCHMZxmcuAVJuWA5dgB0qGGFworKnkQ8UmunbNzAQZVg/kn
 Y9QA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20210112;
 h=cc:to:subject:message-id:date:from:in-reply-to:references
 :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id
 :reply-to;
 bh=Dlr+OMf++3gsRnmVy5AztvAgIdOzM3NzuVDqzLUhQts=;
 b=nkr5zAPg5ETGuo3Fp/Q0+4LC/BwWSvGWjivQ3PeQ6pyfntnJdqtJBhP0p2xw4BbTlg
 xKC0KrrkSdphKXtXJJHaGz8kNZxscA9AHABm+/MOPEWlDP8VAYz17+m80skrka2DeN5g
 gZAWGJc853U0Vw4N1rH4rR75gxHX7wYX4bFHLZ0tIA1C4psv8noL09/NTrV5wvJATMs0
 1ultdn9oZE57pDyDV2elgO9bmILVQ8gNFBe53JQ5s6K+etCojJkFz3jJI3iBO3v2A/wX
 LG/aruHp5Url2eGKFc6AsEcJ1g9Q/fykomdjMdW9A6xEscqdnwKvNczNfwi6sJjxm7mp
 69sA==
X-Gm-Message-State: ACrzQf2N0/Ae6cXvanKAaNFAHgoOCbHgXHDZqg73IFpt/giN9EFgiX4S
 pC9C7xGHMTyE1K6uKCb/s1v+3QdxhAEDGjpGgfLyl8J229nxPA==
X-Google-Smtp-Source: AMsMyM4JI+p8+Ckw8AIgCyy5YO1nIkdKznWjT4IZeKLwtGYgfkT3ePas1xke2IbCpeq8ldc8NK0OGkPCLargA0CN1n4=
X-Received: by 2002:a4a:af4d:0:b0:475:dcf4:65fb with SMTP id
 x13-20020a4aaf4d000000b00475dcf465fbmr6449754oon.1.1666275266322; Thu, 20 Oct
 2022 07:14:26 -0700 (PDT)
MIME-Version: 1.0
References: <CABZBVTC5kh7ca3KhVkFPdQjnsPhP4Kun1k3K6cPkarrjUiTJpA@mail.gmail.com>
 <CABZBVTCgiQFtxEyeOU=-SGDQUDthyy7sOgPwiT+OVi35LVivyA@mail.gmail.com>
 <Y1D3OkdsCq2pLduG@erisian.com.au>
 <CABZBVTBupMcBbOUtLbMaEmAiWGsMwisNW+k+bTUJGsUad2=ZZg@mail.gmail.com>
In-Reply-To: <CABZBVTBupMcBbOUtLbMaEmAiWGsMwisNW+k+bTUJGsUad2=ZZg@mail.gmail.com>
From: Ruben Somsen <rsomsen@gmail.com>
Date: Thu, 20 Oct 2022 16:14:14 +0200
Message-ID: <CAPv7TjZDzQaF=Yf6R6_D8AAmKkFHmSn0_0=LhOW386L2awj2Hw@mail.gmail.com>
To: Bitcoin Protocol Discussion <bitcoin-dev@lists.linuxfoundation.org>
Content-Type: multipart/alternative; boundary="00000000000058e63b05eb77f121"
X-Mailman-Approved-At: Thu, 20 Oct 2022 14:15:19 +0000
Cc: Sergej Kotliar <sergej@bitrefill.com>, Anthony Towns <aj@erisian.com.au>
Subject: Re: [bitcoin-dev] [Opt-in full-RBF] Zero-conf apps in immediate
	danger
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Bitcoin Protocol 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, 20 Oct 2022 14:14:31 -0000

--00000000000058e63b05eb77f121
Content-Type: text/plain; charset="UTF-8"

Hi,

There is a reasonable tradeoff one can make to get eventual settlement
assurance prior to confirmation: lock up the funds with a counterparty in a
2-of-2 multisig with a timelock back to the owner. As long as the timelock
has not expired and the recipients trust the counterparty not to sign
double spends, transactions that are spent from this multisig can be
considered instant. In cases where the counterparty and the recipient are
the same person, this solution is trustless. Since merchant purchases tend
to be low-value, the counterparty risk (facilitating double spends) seems
acceptable. GreenAddress provided such a service in 2015 or so, but the
idea got abandoned.

Personally, I find this solution much more tenable than relying on spurious
network assumptions about what will be propagated and mined.

Best regards,
Ruben



On Thu, Oct 20, 2022 at 2:44 PM Sergej Kotliar via bitcoin-dev <
bitcoin-dev@lists.linuxfoundation.org> wrote:

> On Thu, 20 Oct 2022 at 09:22, Anthony Towns <aj@erisian.com.au> wrote:
>
>> On Wed, Oct 19, 2022 at 04:29:57PM +0200, Sergej Kotliar via bitcoin-dev
>> wrote:
>> > The
>> > biggest risk in accepting bitcoin payments is in fact not zeroconf risk
>> > (it's actually quite easily managed),
>>
>> You mean "it's quite easily managed, provided the transaction doesn't
>> opt-in to rbf", right? At least, that's what I understood you saying last
>> time; ie that if the tx signals rbf, then you just don't do zeroconf no
>> matter what other trustworthy signals you might see:
>>
>>   https://twitter.com/ziggamon/status/1435863691816275970
>>
>> (rbf txs seem to have increased from 22% then to 29% now)
>>
>
> Yeah. Our share of RBF is a bit lower than that as many RBF transactions
> are something other than consumer purchases, and most consumer purchases
> can't do RBF
>
>
>> > it's FX risk as the merchant must
>> > commit to a certain BTCUSD rate ahead of time for a purchase. Over time
>> > some transactions lose money to FX and others earn money - that evens
>> out
>> > in the end.
>>
>> > But if there is an _easily accessible in the wallet_ feature to
>> > "cancel transaction" that means it will eventually get systematically
>> > abused. A risk of X% loss on many payments that's easy to systematically
>> > abuse is more scary than a rare risk of losing 100% of one occasional
>> > payment. It's already possible to execute this form of abuse with opt-in
>> > RBF,
>>
>> If someone's going to systematically exploit your store via this
>> mechanism, it seems like they'd just find a single wallet with a good
>> UX for opt-in RBF and lowballing fees, and go to town -- not something
>> where opt-in rbf vs fullrbf policies make any difference at all?
>>
>
> Sort of. But yes once this starts being abused systemically we will have
> to do something else w RBF payments, such as crediting the amount in BTC to
> a custodial account. But this option isn't available to your normal payment
> processor type business.
>
> Also worth keeping in mind that sometimes "opportunity makes the thief".
> Currently only power-user wallet have that feature and their market share
> is relatively small, mainly electrum stands out. But if this is available
> to all users everywhere then it will start being abused and we'll have to
> then direct all payments to custodial account, or some other convoluted
> solution.
>
>
>> It's not like existing wallets that don't let you set RBF will suddenly
>> get a good UX for replacing transactions just because they'd be relayed
>> if they did, is it?
>>
>> > To successfully fool (non-RBF)
>> > zeroconf one needs to have access to mining infrastructure and
>> probability
>> > of success is the % of hash rate controlled.
>>
>> I thought the "normal" avenue for fooling non-RBF zeroconf was to create
>> two conflicting txs in advance, one paying the merchant, one paying
>> yourself, connect to many peers, relay the one paying the merchant to
>> the merchant, and the other to everyone else.
>>
>> I'm just basing this off Peter Todd's stuff from years ago:
>>
>>
>> https://np.reddit.com/r/Bitcoin/comments/40ejy8/peter_todd_with_my_doublespendpy_tool_with/cytlhh0/
>>
>>
>> https://github.com/petertodd/replace-by-fee-tools/blob/master/doublespend.py
>>
>>
>
> Yeah, I know the list still rehashes a single incident from 10 years ago
> to declare the entire practice as unsafe, and ignores real-world data that
> of the last million transactions we had zero cases of this successfully
> abusing us.
>
>
>> > Currently Lightning is somewhere around 15% of our total bitcoin
>> payments.
>>
>> So, based on last year's numbers, presumably that makes your bitcoin
>> payments break down as something like:
>>
>>    5% txs are on-chain and seem shady and are excluded from zeroconf
>>   15% txs are lightning
>>   20% txs are on-chain but signal rbf and are excluded from zeroconf
>>   60% txs are on-chain and seem fine for zeroconf
>>
>
> Numbers are right. Shady is too strong a word, it's mostly transactions
> with very low fee, or high purchase amount, or many dependent unconfirmed
> transactions, stuff like that. In some cases we do a human assessment of
> the support ticket and often just pass them through.
>
>
>> > This is very much not nothing, and all of us here want Lightning to
>> grow,
>> > but I think it warrants a serious discussion on whether we want
>> Lightning
>> > adoption to go to 100% by means of disabling on-chain commerce.
>>
>> If the numbers above were accurate, this would just mean you'd go from 60%
>> zeroconf/25% not-zeroconf to 85% not-zeroconf; wouldn't be 0% on-chain.
>>
>
> Point is that RBF transactions are unsafe even when waiting for a
> confirmation, which Peter Todd trivially proved in the reply next to this.
> The reliable solution is to reject all RBF payments and direct those users
> to custodial accounts. There are other variants to solve this with varying
> degree of convolutedness. RBF is a strictly worse UX as proven by anyone
> accepting bitcoin payments at scale.
>
>
>> > For me
>> > personally it would be an easier discussion to have when Lightning is at
>> > 80%+ of all bitcoin transactions.
>>
>> Can you extrapolate from the numbers you've seen to estimate when that
>> might be, given current trends?
>>
>
> Not sure, it might be exponential growth, and the next 60% of Lightning
> growth happen faster than the first 15%. Hard to tell. But we're likely
> talking years here..
>
>
>>
>> > The benefits of Lightning are many and obvious,
>> > we don't need to limit onchain to make Lightning more appealing.
>>
>> To be fair, I think making lightning (and coinjoins) work better is
>> exactly what inspired this -- not as a "make on-chain worse so we look
>> better in comparison", but as a "making lightning work well is a bunch
>> of hard problems, here's the next thing we need in order to beat the
>> next problem".
>>
>
> In deed. The fact that the largest non-custodial Lightning wallet started
> this thread should be an indicator that despite these intentions the
> solution harms more than it fixes.
> Transactions being evicted from mempool is solved by requiring a minimum
> fee rate, which we do and now seems to have become a standard practice.
> Theoretically we can imagine them being evicted anyway but now we're
> several theoreticals deep again when discussing something that will cause
> massive problems right away. In emergency situations CPFP and similar can
> of course be done manually in special circumstances.
>
> Cheers
> Sergej
>
>
> On Thu, 20 Oct 2022 at 09:22, Anthony Towns <aj@erisian.com.au> wrote:
>
>> On Wed, Oct 19, 2022 at 04:29:57PM +0200, Sergej Kotliar via bitcoin-dev
>> wrote:
>> > The
>> > biggest risk in accepting bitcoin payments is in fact not zeroconf risk
>> > (it's actually quite easily managed),
>>
>> You mean "it's quite easily managed, provided the transaction doesn't
>> opt-in to rbf", right? At least, that's what I understood you saying last
>> time; ie that if the tx signals rbf, then you just don't do zeroconf no
>> matter what other trustworthy signals you might see:
>>
>>   https://twitter.com/ziggamon/status/1435863691816275970
>>
>> (rbf txs seem to have increased from 22% then to 29% now)
>>
>> > it's FX risk as the merchant must
>> > commit to a certain BTCUSD rate ahead of time for a purchase. Over time
>> > some transactions lose money to FX and others earn money - that evens
>> out
>> > in the end.
>>
>> > But if there is an _easily accessible in the wallet_ feature to
>> > "cancel transaction" that means it will eventually get systematically
>> > abused. A risk of X% loss on many payments that's easy to systematically
>> > abuse is more scary than a rare risk of losing 100% of one occasional
>> > payment. It's already possible to execute this form of abuse with opt-in
>> > RBF,
>>
>> If someone's going to systematically exploit your store via this
>> mechanism, it seems like they'd just find a single wallet with a good
>> UX for opt-in RBF and lowballing fees, and go to town -- not something
>> where opt-in rbf vs fullrbf policies make any difference at all?
>>
>> It's not like existing wallets that don't let you set RBF will suddenly
>> get a good UX for replacing transactions just because they'd be relayed
>> if they did, is it?
>>
>> > To successfully fool (non-RBF)
>> > zeroconf one needs to have access to mining infrastructure and
>> probability
>> > of success is the % of hash rate controlled.
>>
>> I thought the "normal" avenue for fooling non-RBF zeroconf was to create
>> two conflicting txs in advance, one paying the merchant, one paying
>> yourself, connect to many peers, relay the one paying the merchant to
>> the merchant, and the other to everyone else.
>>
>> I'm just basing this off Peter Todd's stuff from years ago:
>>
>>
>> https://np.reddit.com/r/Bitcoin/comments/40ejy8/peter_todd_with_my_doublespendpy_tool_with/cytlhh0/
>>
>>
>> https://github.com/petertodd/replace-by-fee-tools/blob/master/doublespend.py
>>
>> > Currently Lightning is somewhere around 15% of our total bitcoin
>> payments.
>>
>> So, based on last year's numbers, presumably that makes your bitcoin
>> payments break down as something like:
>>
>>    5% txs are on-chain and seem shady and are excluded from zeroconf
>>   15% txs are lightning
>>   20% txs are on-chain but signal rbf and are excluded from zeroconf
>>   60% txs are on-chain and seem fine for zeroconf
>>
>> > This is very much not nothing, and all of us here want Lightning to
>> grow,
>> > but I think it warrants a serious discussion on whether we want
>> Lightning
>> > adoption to go to 100% by means of disabling on-chain commerce.
>>
>> If the numbers above were accurate, this would just mean you'd go from 60%
>> zeroconf/25% not-zeroconf to 85% not-zeroconf; wouldn't be 0% on-chain.
>>
>> > For me
>> > personally it would be an easier discussion to have when Lightning is at
>> > 80%+ of all bitcoin transactions.
>>
>> Can you extrapolate from the numbers you've seen to estimate when that
>> might be, given current trends? Or perhaps when fine-for-zeroconf txs
>> drop to 20%, since opt-in-RBF txs and considered-unsafe txs would still
>> work the same in a fullrbf world.
>>
>> > The benefits of Lightning are many and obvious,
>> > we don't need to limit onchain to make Lightning more appealing.
>>
>> To be fair, I think making lightning (and coinjoins) work better is
>> exactly what inspired this -- not as a "make on-chain worse so we look
>> better in comparison", but as a "making lightning work well is a bunch
>> of hard problems, here's the next thing we need in order to beat the
>> next problem".
>>
>> > Sidenote: On the efficacy of RBF to "unstuck" stuck transactions
>> > After interacting with users during high-fee periods I've come to not
>> > appreciate RBF as a solution to that issue. Most users (80% or so)
>> simply
>> > don't have access to that functionality, because their wallet doesn't
>> > support it, or they use a custodial (exchange) wallet etc. Of those that
>> > have the feature - only the power users understand how RBF works, and
>> > explaining how to do RBF to a non-power-user is just too complex, for
>> the
>> > same reason why it's complex for wallets to make sensible
>> non-power-user UI
>> > around it. Current equilibrium is that mostly only power users have
>> access
>> > to RBF and they know how to handle it, so things are somewhat working.
>> But
>> > rolling this out to the broad market is something else and would likely
>> > cause more confusion.
>> > CPFP is somewhat more viable but also not perfect as it would require
>> lots
>> > of edge case code to handle abuse vectors: What if users abuse a
>> generous
>> > CPFP policy to unstuck past transactions or consolidate large wallets.
>> Best
>> > is for CPFP to be done on the wallet side, not the merchant side, but
>> there
>> > too are the same UX issues as with RBF.
>>
>> I think if you're ruling out both merchants and users being able to add
>> fees to a tx to get it to confirm, then you're going to lose either way.
>> Txs will either expire because they've been stuck for more than a week,
>> and be vulnerable to replacement at that point anyway, or they'll be
>> dropped from mempools because they've filled up and they were the lowest
>> fee tx, and be vulnerable to replacement for that reason. In the expiry
>> case, the merchant can rebroadcast the original transaction to keep it
>> alive, perhaps with a good chance of beating an attacker to the punch,
>> but in the full mempool case, you could only do that if you were also
>> CPFPing it, which you already ruled out.
>>
>> Cheers,
>> aj
>>
>
>
> --
>
> Sergej Kotliar
>
> CEO
>
>
> Twitter: @ziggamon <https://twitter.com/ziggamon>
>
>
> www.bitrefill.com
>
> Twitter <https://www.twitter.com/bitrefill> | Blog
> <https://www.bitrefill.com/blog/> | Angellist <https://angel.co/bitrefill>
> _______________________________________________
> bitcoin-dev mailing list
> bitcoin-dev@lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
>

--00000000000058e63b05eb77f121
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Hi,</div><div><br></div>There is a reasonable tradeof=
f one can make to get eventual settlement assurance prior to confirmation: =
lock up the funds with a counterparty in a 2-of-2 multisig with a timelock =
back to the owner. As long as the timelock has not expired and the recipien=
ts trust the counterparty not to sign double spends, transactions that are =
spent from this multisig can be considered instant. In cases where the coun=
terparty and the recipient are the same person, this solution=C2=A0is trust=
less. Since merchant purchases tend to be low-value, the counterparty risk =
(facilitating double spends) seems acceptable. GreenAddress provided such a=
 service in 2015 or so, but the idea got abandoned.<div><br></div><div>Pers=
onally, I find this solution much more tenable than relying on spurious net=
work assumptions about what will be propagated and mined.<br><br><div>Best =
regards,</div><div>Ruben<br><div><br></div><div><br></div></div></div></div=
><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Th=
u, Oct 20, 2022 at 2:44 PM Sergej Kotliar via bitcoin-dev &lt;<a href=3D"ma=
ilto:bitcoin-dev@lists.linuxfoundation.org">bitcoin-dev@lists.linuxfoundati=
on.org</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"m=
argin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left=
:1ex"><div dir=3D"ltr"><div></div><div class=3D"gmail_quote"><span style=3D=
"color:rgb(80,0,80)"><div dir=3D"ltr" class=3D"gmail_attr">On Thu, 20 Oct 2=
022 at 09:22, Anthony Towns &lt;<a href=3D"mailto:aj@erisian.com.au" target=
=3D"_blank">aj@erisian.com.au</a>&gt; wrote:<br></div><blockquote class=3D"=
gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(20=
4,204,204);padding-left:1ex">On Wed, Oct 19, 2022 at 04:29:57PM +0200, Serg=
ej Kotliar via bitcoin-dev wrote:<br>&gt; The<br>&gt; biggest risk in accep=
ting bitcoin payments is in fact not zeroconf risk<br>&gt; (it&#39;s actual=
ly quite easily managed),<br><br>You mean &quot;it&#39;s quite easily manag=
ed, provided the transaction doesn&#39;t<br>opt-in to rbf&quot;, right? At =
least, that&#39;s what I understood you saying last<br>time; ie that if the=
 tx signals rbf, then you just don&#39;t do zeroconf no<br>matter what othe=
r trustworthy signals you might see:<br><br>=C2=A0=C2=A0<a href=3D"https://=
twitter.com/ziggamon/status/1435863691816275970" rel=3D"noreferrer" target=
=3D"_blank">https://twitter.com/ziggamon/status/1435863691816275970</a><br>=
<br>(rbf txs seem to have increased from 22% then to 29% now)<br></blockquo=
te><div><br></div></span><div>Yeah. Our share of RBF is a bit lower than th=
at as many RBF transactions are something other than consumer purchases, an=
d most consumer purchases can&#39;t do RBF</div><span style=3D"color:rgb(80=
,0,80)"><div>=C2=A0</div><blockquote class=3D"gmail_quote" style=3D"margin:=
0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">=
&gt; it&#39;s FX risk as the merchant must<br>&gt; commit to a certain BTCU=
SD rate ahead of time for a purchase. Over time<br>&gt; some transactions l=
ose money to FX and others earn money - that evens out<br>&gt; in the end.<=
br><br>&gt; But if there is an _easily accessible in the wallet_ feature to=
<br>&gt; &quot;cancel transaction&quot; that means it will eventually get s=
ystematically<br>&gt; abused. A risk of X% loss on many payments that&#39;s=
 easy to systematically<br>&gt; abuse is more scary than a rare risk of los=
ing 100% of one occasional<br>&gt; payment. It&#39;s already possible to ex=
ecute this form of abuse with opt-in<br>&gt; RBF,<br><br>If someone&#39;s g=
oing to systematically exploit your store via this<br>mechanism, it seems l=
ike they&#39;d just find a single wallet with a good<br>UX for opt-in RBF a=
nd lowballing fees, and go to town -- not something<br>where opt-in rbf vs =
fullrbf policies make any difference at all?<br></blockquote><div><br></div=
></span><div>Sort of. But yes once this starts being abused systemically we=
 will have to do something else w RBF payments, such as crediting the amoun=
t in BTC to a custodial account. But this option isn&#39;t available to you=
r normal payment processor type business.=C2=A0</div><div><br></div><div>Al=
so worth keeping in mind that sometimes &quot;opportunity makes the thief&q=
uot;. Currently only power-user wallet have that feature and their market s=
hare is relatively small, mainly electrum stands out. But if this is availa=
ble to all users everywhere then it will start being abused and we&#39;ll h=
ave to then direct all payments to custodial account, or some other convolu=
ted solution.</div><span style=3D"color:rgb(80,0,80)"><div>=C2=A0</div><blo=
ckquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left=
:1px solid rgb(204,204,204);padding-left:1ex">It&#39;s not like existing wa=
llets that don&#39;t let you set RBF will suddenly<br>get a good UX for rep=
lacing transactions just because they&#39;d be relayed<br>if they did, is i=
t?<br><br>&gt; To successfully fool (non-RBF)<br>&gt; zeroconf one needs to=
 have access to mining infrastructure and probability<br>&gt; of success is=
 the % of hash rate controlled.<br><br>I thought the &quot;normal&quot; ave=
nue for fooling non-RBF zeroconf was to create<br>two conflicting txs in ad=
vance, one paying the merchant, one paying<br>yourself, connect to many pee=
rs, relay the one paying the merchant to<br>the merchant, and the other to =
everyone else.<br><br>I&#39;m just basing this off Peter Todd&#39;s stuff f=
rom years ago:<br><br><a href=3D"https://np.reddit.com/r/Bitcoin/comments/4=
0ejy8/peter_todd_with_my_doublespendpy_tool_with/cytlhh0/" rel=3D"noreferre=
r" target=3D"_blank">https://np.reddit.com/r/Bitcoin/comments/40ejy8/peter_=
todd_with_my_doublespendpy_tool_with/cytlhh0/</a><br><br><a href=3D"https:/=
/github.com/petertodd/replace-by-fee-tools/blob/master/doublespend.py" rel=
=3D"noreferrer" target=3D"_blank">https://github.com/petertodd/replace-by-f=
ee-tools/blob/master/doublespend.py</a>=C2=A0<br></blockquote><div><br></di=
v></span><div>Yeah, I know the list still rehashes a single incident from 1=
0 years ago to declare the entire practice as unsafe, and ignores real-worl=
d data that of the last million transactions we had zero cases of this succ=
essfully abusing us.</div><span style=3D"color:rgb(80,0,80)"><div>=C2=A0</d=
iv><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;bord=
er-left:1px solid rgb(204,204,204);padding-left:1ex">&gt; Currently Lightni=
ng is somewhere around 15% of our total bitcoin payments.<br><br>So, based =
on last year&#39;s numbers, presumably that makes your bitcoin<br>payments =
break down as something like:<br><br>=C2=A0 =C2=A05% txs are on-chain and s=
eem shady and are excluded from zeroconf<br>=C2=A0 15% txs are lightning<br=
>=C2=A0 20% txs are on-chain but signal rbf and are excluded from zeroconf<=
br>=C2=A0 60% txs are on-chain and seem fine for zeroconf<br></blockquote><=
div><br></div></span><div>Numbers are right. Shady is too strong a word, it=
&#39;s mostly transactions with very low fee, or high purchase amount, or m=
any dependent unconfirmed transactions, stuff like that. In some cases we d=
o a human assessment of the support ticket and often just pass them through=
.=C2=A0</div><span style=3D"color:rgb(80,0,80)"><div>=C2=A0</div><blockquot=
e class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px s=
olid rgb(204,204,204);padding-left:1ex">&gt; This is very much not nothing,=
 and all of us here want Lightning to grow,<br>&gt; but I think it warrants=
 a serious discussion on whether we want Lightning<br>&gt; adoption to go t=
o 100% by means of disabling on-chain commerce.<br><br>If the numbers above=
 were accurate, this would just mean you&#39;d go from 60%<br>zeroconf/25% =
not-zeroconf to 85% not-zeroconf; wouldn&#39;t be 0% on-chain.<br></blockqu=
ote><div><br></div></span><div>Point is that RBF transactions are unsafe ev=
en when waiting for a confirmation, which Peter Todd trivially proved in th=
e reply next to this. The reliable solution is to reject all RBF payments a=
nd direct those users to custodial accounts. There are other variants to so=
lve this with varying degree of convolutedness. RBF is a strictly worse UX =
as proven by anyone accepting bitcoin payments at scale.</div><span style=
=3D"color:rgb(80,0,80)"><div>=C2=A0</div><blockquote class=3D"gmail_quote" =
style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);pa=
dding-left:1ex">&gt; For me<br>&gt; personally it would be an easier discus=
sion to have when Lightning is at<br>&gt; 80%+ of all bitcoin transactions.=
<br><br>Can you extrapolate from the numbers you&#39;ve seen to estimate wh=
en that<br>might be, given current trends?=C2=A0<br></blockquote><div><br><=
/div></span><div>Not sure, it might be exponential growth, and the next 60%=
 of Lightning growth happen faster than the first 15%. Hard to tell. But we=
&#39;re likely talking years here..=C2=A0</div><span style=3D"color:rgb(80,=
0,80)"><div>=C2=A0</div><blockquote class=3D"gmail_quote" style=3D"margin:0=
px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><=
br>&gt; The benefits of Lightning are many and obvious,<br>&gt; we don&#39;=
t need to limit onchain to make Lightning more appealing.<br><br>To be fair=
, I think making lightning (and coinjoins) work better is<br>exactly what i=
nspired this -- not as a &quot;make on-chain worse so we look<br>better in =
comparison&quot;, but as a &quot;making lightning work well is a bunch<br>o=
f hard problems, here&#39;s the next thing we need in order to beat the<br>=
next problem&quot;.<br></blockquote><div><br></div></span><div>In deed. The=
 fact that the largest non-custodial Lightning wallet started this thread s=
hould be an indicator that despite these intentions the solution harms more=
 than it fixes.</div><div><div style=3D"margin:5px 0px"><div id=3D"m_338808=
1098041139380gmail-q_1683" style=3D"background-color:rgb(232,234,237);borde=
r:none;clear:both;line-height:6px;outline:none;width:24px;color:rgb(80,0,80=
);font-size:11px;border-radius:5.5px"><div style=3D"background:url(&quot;ht=
tps://www.gstatic.com/images/icons/material/system_gm/1x/more_horiz_black_2=
0dp.png&quot;) 50% 50%/20px no-repeat;height:11px;opacity:0.71;width:24px">=
</div></div></div></div><div>Transactions being evicted from mempool is sol=
ved by requiring a minimum fee rate, which we do and now seems to have beco=
me a=C2=A0standard practice. Theoretically we can imagine them being evicte=
d anyway but now we&#39;re several theoreticals deep again when discussing =
something that will cause massive problems right away. In emergency situati=
ons CPFP and similar can of course be done manually in special=C2=A0circums=
tances.</div><div>=C2=A0</div><div>Cheers</div><font color=3D"#888888"><div=
>Sergej</div></font></div><div style=3D"outline:none;padding:10px 0px;width=
:22px;margin:2px 0px 0px"><br></div></div><br><div class=3D"gmail_quote"><d=
iv dir=3D"ltr" class=3D"gmail_attr">On Thu, 20 Oct 2022 at 09:22, Anthony T=
owns &lt;<a href=3D"mailto:aj@erisian.com.au" target=3D"_blank">aj@erisian.=
com.au</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"m=
argin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left=
:1ex">On Wed, Oct 19, 2022 at 04:29:57PM +0200, Sergej Kotliar via bitcoin-=
dev wrote:<br>
&gt; The<br>
&gt; biggest risk in accepting bitcoin payments is in fact not zeroconf ris=
k<br>
&gt; (it&#39;s actually quite easily managed),<br>
<br>
You mean &quot;it&#39;s quite easily managed, provided the transaction does=
n&#39;t<br>
opt-in to rbf&quot;, right? At least, that&#39;s what I understood you sayi=
ng last<br>
time; ie that if the tx signals rbf, then you just don&#39;t do zeroconf no=
<br>
matter what other trustworthy signals you might see:<br>
<br>
=C2=A0 <a href=3D"https://twitter.com/ziggamon/status/1435863691816275970" =
rel=3D"noreferrer" target=3D"_blank">https://twitter.com/ziggamon/status/14=
35863691816275970</a><br>
<br>
(rbf txs seem to have increased from 22% then to 29% now)<br>
<br>
&gt; it&#39;s FX risk as the merchant must<br>
&gt; commit to a certain BTCUSD rate ahead of time for a purchase. Over tim=
e<br>
&gt; some transactions lose money to FX and others earn money - that evens =
out<br>
&gt; in the end.<br>
<br>
&gt; But if there is an _easily accessible in the wallet_ feature to<br>
&gt; &quot;cancel transaction&quot; that means it will eventually get syste=
matically<br>
&gt; abused. A risk of X% loss on many payments that&#39;s easy to systemat=
ically<br>
&gt; abuse is more scary than a rare risk of losing 100% of one occasional<=
br>
&gt; payment. It&#39;s already possible to execute this form of abuse with =
opt-in<br>
&gt; RBF,<br>
<br>
If someone&#39;s going to systematically exploit your store via this<br>
mechanism, it seems like they&#39;d just find a single wallet with a good<b=
r>
UX for opt-in RBF and lowballing fees, and go to town -- not something<br>
where opt-in rbf vs fullrbf policies make any difference at all? <br>
<br>
It&#39;s not like existing wallets that don&#39;t let you set RBF will sudd=
enly<br>
get a good UX for replacing transactions just because they&#39;d be relayed=
<br>
if they did, is it?<br>
<br>
&gt; To successfully fool (non-RBF)<br>
&gt; zeroconf one needs to have access to mining infrastructure and probabi=
lity<br>
&gt; of success is the % of hash rate controlled.<br>
<br>
I thought the &quot;normal&quot; avenue for fooling non-RBF zeroconf was to=
 create<br>
two conflicting txs in advance, one paying the merchant, one paying<br>
yourself, connect to many peers, relay the one paying the merchant to<br>
the merchant, and the other to everyone else.<br>
<br>
I&#39;m just basing this off Peter Todd&#39;s stuff from years ago:<br>
<br>
<a href=3D"https://np.reddit.com/r/Bitcoin/comments/40ejy8/peter_todd_with_=
my_doublespendpy_tool_with/cytlhh0/" rel=3D"noreferrer" target=3D"_blank">h=
ttps://np.reddit.com/r/Bitcoin/comments/40ejy8/peter_todd_with_my_doublespe=
ndpy_tool_with/cytlhh0/</a><br>
<br>
<a href=3D"https://github.com/petertodd/replace-by-fee-tools/blob/master/do=
ublespend.py" rel=3D"noreferrer" target=3D"_blank">https://github.com/peter=
todd/replace-by-fee-tools/blob/master/doublespend.py</a><br>
<br>
&gt; Currently Lightning is somewhere around 15% of our total bitcoin payme=
nts.<br>
<br>
So, based on last year&#39;s numbers, presumably that makes your bitcoin<br=
>
payments break down as something like:<br>
<br>
=C2=A0 =C2=A05% txs are on-chain and seem shady and are excluded from zeroc=
onf<br>
=C2=A0 15% txs are lightning<br>
=C2=A0 20% txs are on-chain but signal rbf and are excluded from zeroconf<b=
r>
=C2=A0 60% txs are on-chain and seem fine for zeroconf<br>
<br>
&gt; This is very much not nothing, and all of us here want Lightning to gr=
ow,<br>
&gt; but I think it warrants a serious discussion on whether we want Lightn=
ing<br>
&gt; adoption to go to 100% by means of disabling on-chain commerce.<br>
<br>
If the numbers above were accurate, this would just mean you&#39;d go from =
60%<br>
zeroconf/25% not-zeroconf to 85% not-zeroconf; wouldn&#39;t be 0% on-chain.=
<br>
<br>
&gt; For me<br>
&gt; personally it would be an easier discussion to have when Lightning is =
at<br>
&gt; 80%+ of all bitcoin transactions.<br>
<br>
Can you extrapolate from the numbers you&#39;ve seen to estimate when that<=
br>
might be, given current trends? Or perhaps when fine-for-zeroconf txs<br>
drop to 20%, since opt-in-RBF txs and considered-unsafe txs would still<br>
work the same in a fullrbf world.<br>
<br>
&gt; The benefits of Lightning are many and obvious,<br>
&gt; we don&#39;t need to limit onchain to make Lightning more appealing. <=
br>
<br>
To be fair, I think making lightning (and coinjoins) work better is<br>
exactly what inspired this -- not as a &quot;make on-chain worse so we look=
<br>
better in comparison&quot;, but as a &quot;making lightning work well is a =
bunch<br>
of hard problems, here&#39;s the next thing we need in order to beat the<br=
>
next problem&quot;.<br>
<br>
&gt; Sidenote: On the efficacy of RBF to &quot;unstuck&quot; stuck transact=
ions<br>
&gt; After interacting with users during high-fee periods I&#39;ve come to =
not<br>
&gt; appreciate RBF as a solution to that issue. Most users (80% or so) sim=
ply<br>
&gt; don&#39;t have access to that functionality, because their wallet does=
n&#39;t<br>
&gt; support it, or they use a custodial (exchange) wallet etc. Of those th=
at<br>
&gt; have the feature - only the power users understand how RBF works, and<=
br>
&gt; explaining how to do RBF to a non-power-user is just too complex, for =
the<br>
&gt; same reason why it&#39;s complex for wallets to make sensible non-powe=
r-user UI<br>
&gt; around it. Current equilibrium is that mostly only power users have ac=
cess<br>
&gt; to RBF and they know how to handle it, so things are somewhat working.=
 But<br>
&gt; rolling this out to the broad market is something else and would likel=
y<br>
&gt; cause more confusion.<br>
&gt; CPFP is somewhat more viable but also not perfect as it would require =
lots<br>
&gt; of edge case code to handle abuse vectors: What if users abuse a gener=
ous<br>
&gt; CPFP policy to unstuck past transactions or consolidate large wallets.=
 Best<br>
&gt; is for CPFP to be done on the wallet side, not the merchant side, but =
there<br>
&gt; too are the same UX issues as with RBF.<br>
<br>
I think if you&#39;re ruling out both merchants and users being able to add=
<br>
fees to a tx to get it to confirm, then you&#39;re going to lose either way=
.<br>
Txs will either expire because they&#39;ve been stuck for more than a week,=
<br>
and be vulnerable to replacement at that point anyway, or they&#39;ll be<br=
>
dropped from mempools because they&#39;ve filled up and they were the lowes=
t<br>
fee tx, and be vulnerable to replacement for that reason. In the expiry<br>
case, the merchant can rebroadcast the original transaction to keep it<br>
alive, perhaps with a good chance of beating an attacker to the punch,<br>
but in the full mempool case, you could only do that if you were also<br>
CPFPing it, which you already ruled out.<br>
<br>
Cheers,<br>
aj<br>
</blockquote></div><br clear=3D"all"><div><br></div>-- <br><div dir=3D"ltr"=
><div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div d=
ir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"l=
tr"><div dir=3D"ltr"><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0p=
t;margin-bottom:0pt"><span style=3D"font-size:9.5pt;font-family:Arial;color=
:rgb(0,0,0);background-color:transparent;font-weight:700;font-style:normal;=
font-variant:normal;text-decoration:none;vertical-align:baseline;white-spac=
e:pre-wrap">Sergej Kotliar</span></p><p dir=3D"ltr" style=3D"line-height:1.=
38;margin-top:0pt;margin-bottom:0pt"><span style=3D"font-size:9.5pt;font-fa=
mily:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:700;fo=
nt-style:normal;font-variant:normal;text-decoration:none;vertical-align:bas=
eline;white-space:pre-wrap">CEO</span></p><p dir=3D"ltr" style=3D"line-heig=
ht:1.38;margin-top:0pt;margin-bottom:0pt"><b style=3D"font-weight:normal"><=
br></b></p><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-b=
ottom:0pt"><span style=3D"font-size:11pt;font-family:Arial;color:rgb(102,10=
2,102);background-color:transparent;font-weight:700;font-style:normal;font-=
variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre=
-wrap"><span style=3D"border:none;display:inline-block;overflow:hidden;widt=
h:220px;height:80px"><img src=3D"https://lh4.googleusercontent.com/wU5i7e8b=
oCd7o3P52cUTKrqeTa7jV2dPEXluijGtPBy0f1F0R2_zIg_zOQ2kigkbVbSWqLlVdwuBYgo_txX=
MKkCWdMfBFRNhsDhFpNv1QrRZsD-gPxDui-4l0tZI1QcjtefCDkNG" width=3D"220" height=
=3D"80" style=3D"margin-left: 0px; margin-top: 0px;"></span></span></p><p d=
ir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><spa=
n style=3D"font-size:9.5pt;font-family:Arial;color:rgb(102,102,102);backgro=
und-color:transparent;font-weight:400;font-style:normal;font-variant:normal=
;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">Twitter=
: @</span><a href=3D"https://twitter.com/ziggamon" style=3D"text-decoration=
:none" target=3D"_blank"><span style=3D"font-size:9.5pt;font-family:Arial;c=
olor:rgb(102,102,102);background-color:transparent;font-weight:400;font-sty=
le:normal;font-variant:normal;text-decoration:underline;vertical-align:base=
line;white-space:pre-wrap">ziggamon</span></a><span style=3D"font-size:9.5p=
t;font-family:Arial;color:rgb(102,102,102);background-color:transparent;fon=
t-weight:400;font-style:normal;font-variant:normal;text-decoration:none;ver=
tical-align:baseline;white-space:pre-wrap">=C2=A0</span></p><p dir=3D"ltr" =
style=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><b style=3D"fon=
t-weight:normal"><br></b></p><p dir=3D"ltr" style=3D"line-height:1.38;margi=
n-top:0pt;margin-bottom:0pt"><a href=3D"http://www.bitrefill.com/" style=3D=
"text-decoration:none" target=3D"_blank"><span style=3D"font-size:9.5pt;fon=
t-family:Arial;color:rgb(102,102,102);background-color:transparent;font-wei=
ght:400;font-style:normal;font-variant:normal;text-decoration:underline;ver=
tical-align:baseline;white-space:pre-wrap">www.bitrefill.com</span></a></p>=
<p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt">=
<a href=3D"https://www.twitter.com/bitrefill" target=3D"_blank"><span style=
=3D"font-size:9.5pt;font-family:Arial;color:rgb(102,102,102);background-col=
or:transparent;vertical-align:baseline;white-space:pre-wrap">Twitter</span>=
</a><span style=3D"font-size:9.5pt;font-family:Arial;color:rgb(102,102,102)=
;background-color:transparent;vertical-align:baseline;white-space:pre-wrap"=
> | </span><a href=3D"https://www.bitrefill.com/blog/" target=3D"_blank"><s=
pan style=3D"font-size:9.5pt;font-family:Arial;color:rgb(102,102,102);backg=
round-color:transparent;vertical-align:baseline;white-space:pre-wrap">Blog<=
/span></a><span style=3D"font-size:9.5pt;font-family:Arial;color:rgb(102,10=
2,102);background-color:transparent;vertical-align:baseline;white-space:pre=
-wrap"> | </span><a href=3D"https://angel.co/bitrefill" target=3D"_blank"><=
span style=3D"font-size:9.5pt;font-family:Arial;color:rgb(102,102,102);back=
ground-color:transparent;vertical-align:baseline;white-space:pre-wrap">Ange=
llist </span></a><br></p></div></div></div></div></div></div></div></div></=
div></div></div>
_______________________________________________<br>
bitcoin-dev mailing list<br>
<a href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org" target=3D"_blank">=
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>
</blockquote></div>

--00000000000058e63b05eb77f121--