<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <updated></updated>
  <generator>https://nostr.ae</generator>

  <title>Nostr notes by </title>
  <author>
    <name></name>
  </author>
  <link rel="self" type="application/atom+xml" href="https://nostr.ae/npub1zhglq8mpxxgea52rw22s7s7rjfp74pm2j4vh42djwqd899wen2hsjvtp39.rss" />
  <link href="https://nostr.ae/npub1zhglq8mpxxgea52rw22s7s7rjfp74pm2j4vh42djwqd899wen2hsjvtp39" />
  <id>https://nostr.ae/npub1zhglq8mpxxgea52rw22s7s7rjfp74pm2j4vh42djwqd899wen2hsjvtp39</id>
  <icon></icon>
  <logo></logo>




  <entry>
    <id>https://nostr.ae/nevent1qqsqepuew6ed95sdfdcldt4j0rvuze4k8uvemjs2gvl6wl92xvfnrxszyq2aruqlvycer8k3gdef2r6rcwfy8658d224j74fkfcp5u54mxd27cfue68</id>
    
      <title type="html">📅 Original date posted:2015-05-26 📝 Original ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsqepuew6ed95sdfdcldt4j0rvuze4k8uvemjs2gvl6wl92xvfnrxszyq2aruqlvycer8k3gdef2r6rcwfy8658d224j74fkfcp5u54mxd27cfue68" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqswr8f3gfgmcs54u57ynrqgvuj3h7j5hxsrzgncerd7j2hctykpf2qpxffuu&#39;&gt;nevent1q…ffuu&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2015-05-26&lt;br/&gt;📝 Original message:You&amp;#39;re the Chief Scientist of __ViaCoin__ a alt with 30 second blocks &lt;br/&gt;and you have big banks as clients. Shit like replace-by-fee and leading &lt;br/&gt;the anti-scaling mob is for your clients, not Bitcoin. Get the fuck out.&lt;br/&gt;&lt;br/&gt;Peter Todd - 8930511 Canada Ltd.&lt;br/&gt;1214-1423 Mississauga Valley Blvd.&lt;br/&gt;Mississauga ON L5A 4A5&lt;br/&gt;Canada&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://www.ic.gc.ca/app/scr/cc/CorporationsCanada/fdrlCrpDtls.html?corpId=8930511&#34;&gt;https://www.ic.gc.ca/app/scr/cc/CorporationsCanada/fdrlCrpDtls.html?corpId=8930511&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;On 2015-05-26 00:10, Peter Todd wrote:&lt;br/&gt;&amp;gt; On Tue, May 26, 2015 at 12:03:09AM &#43;0200, Mike Hearn wrote:&lt;br/&gt;&amp;gt;&amp;gt; CPFP also solves it just fine.&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; CPFP is a significantly more expensive way of paying fees than RBF,&lt;br/&gt;&amp;gt; particularly for the use-case of defragmenting outputs, with cost&lt;br/&gt;&amp;gt; savings ranging from 30% to 90%&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; Case 1: CPFP vs. RBF for increasing the fee on a single tx&lt;br/&gt;&amp;gt; ----------------------------------------------------------&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; Creating an spending a P2PKH output uses 34 bytes of txout, and 148&lt;br/&gt;&amp;gt; bytes of txin, 182 bytes total.&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; Let&amp;#39;s suppose I have a 1 BTC P2PKH output and I want to pay 0.1 BTC to&lt;br/&gt;&amp;gt; Alice. This results in a 1in/2out transaction t1 that&amp;#39;s 226 bytes in &lt;br/&gt;&amp;gt; size.&lt;br/&gt;&amp;gt; I forget to click on the &amp;#34;priority fee&amp;#34; option, so it goes out with the&lt;br/&gt;&amp;gt; minimum fee of 2.26uBTC. Whoops! I use CPFP to spend that output,&lt;br/&gt;&amp;gt; creating a new transaction t2 that&amp;#39;s 192 bytes in size. I want to pay&lt;br/&gt;&amp;gt; 1mBTC/KB for a fast confirmation, so I&amp;#39;m now paying 418uBTC of&lt;br/&gt;&amp;gt; transaction fees.&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; On the other hand, had I use RBF, my wallet would have simply&lt;br/&gt;&amp;gt; rebroadcast t1 with the change address decreased. The rules require you&lt;br/&gt;&amp;gt; to pay 2.26uBTC for the bandwidth consumed broadcasting it, plus the &lt;br/&gt;&amp;gt; new&lt;br/&gt;&amp;gt; fee level, or 218uBTC of fees in total.&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; Cost savings: 48%&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; Case 2: Paying multiple recipients in succession&lt;br/&gt;&amp;gt; ------------------------------------------------&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; Suppose that after I pay Alice, I also decide to pay Bob for his hard&lt;br/&gt;&amp;gt; work demonstrating cryptographic protocols. I need to create a new&lt;br/&gt;&amp;gt; transaction t2 spending t1&amp;#39;s change address. Normally t2 would be&lt;br/&gt;&amp;gt; another 226 bytes in size, resulting in 226uBTC additional fees.&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; With RBF on the other hand I can simply double-spend t1 with a&lt;br/&gt;&amp;gt; transaction paying both Alice and Bob. This new transaction is 260 &lt;br/&gt;&amp;gt; bytes&lt;br/&gt;&amp;gt; in size. I have to pay 2.6uBTC additional fees to pay for the bandwidth&lt;br/&gt;&amp;gt; consumed broadcasting it, resulting in an additional 36uBTC of fees.&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; Cost savings: 84%&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; Case 3: Paying multiple recipients from a 2-of-3 multisig wallet&lt;br/&gt;&amp;gt; ----------------------------------------------------------------&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; The above situation gets even worse with multisig. t1 in the multisig&lt;br/&gt;&amp;gt; case is 367 bytes; t2 another 367 bytes, costing an additional 367uBTC&lt;br/&gt;&amp;gt; in fees. With RBF we rewrite t1 with an additional output, resulting in&lt;br/&gt;&amp;gt; a 399 byte transaction, with just 36uBTC in additional fees.&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; Cost savings: 90%&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; Case 4: Dust defragmentation&lt;br/&gt;&amp;gt; ----------------------------&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; My wallet has a two transaction outputs that it wants to combine into&lt;br/&gt;&amp;gt; one for the purpose of UTXO defragmentation. It broadcasts transaction&lt;br/&gt;&amp;gt; t1 with two inputs and one output, size 340 bytes, paying zero fees.&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; Prior to the transaction confirming I find I need to spend those funds&lt;br/&gt;&amp;gt; for a priority transaction at the 1mBTC/KB fee level. This transaction,&lt;br/&gt;&amp;gt; t2a, has one input and two outputs, 226 bytes in size. However it needs&lt;br/&gt;&amp;gt; to pay fees for both transactions at once, resulting in a combined &lt;br/&gt;&amp;gt; total&lt;br/&gt;&amp;gt; fee of 556uBTC. If this situation happens frequently, defragmenting&lt;br/&gt;&amp;gt; UTXOs is likely to cost more in additional fees than it saves.&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; With RBF I&amp;#39;d simply doublespend t1 with a 2-in-2-out transaction 374&lt;br/&gt;&amp;gt; bytes in size, paying 374uBTC. Even better, if one of the two inputs is&lt;br/&gt;&amp;gt; sufficiently large to cover my costs I can doublespend t1 with a&lt;br/&gt;&amp;gt; 1-in-2-out tx just 226 bytes in size, paying 226uBTC.&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; Cost savings: 32% to 59%, or even infinite if defragmentation w/o RBF&lt;br/&gt;&amp;gt;               costs you more than you save&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt; One dashboard for servers and applications across &lt;br/&gt;&amp;gt; Physical-Virtual-Cloud&lt;br/&gt;&amp;gt; Widest out-of-the-box monitoring support with 50&#43; applications&lt;br/&gt;&amp;gt; Performance metrics, stats and reports that give you Actionable &lt;br/&gt;&amp;gt; Insights&lt;br/&gt;&amp;gt; Deep dive visibility with transaction tracing using APM Insight.&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://ad.doubleclick.net/ddm/clk/290420510;117567292;y&#34;&gt;http://ad.doubleclick.net/ddm/clk/290420510;117567292;y&lt;/a&gt;&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; _______________________________________________&lt;br/&gt;&amp;gt; Bitcoin-development mailing list&lt;br/&gt;&amp;gt; Bitcoin-development at lists.sourceforge.net&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://lists.sourceforge.net/lists/listinfo/bitcoin-development&#34;&gt;https://lists.sourceforge.net/lists/listinfo/bitcoin-development&lt;/a&gt;
    </content>
    <updated>2023-06-07T15:34:33Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsr62s4y97zgtjqdncxstkwxl9nyd9zdr5dn9ry3a82zlfszvam74czyq2aruqlvycer8k3gdef2r6rcwfy8658d224j74fkfcp5u54mxd272p5f0r</id>
    
      <title type="html">📅 Original date posted:2015-02-15 📝 Original message:On ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsr62s4y97zgtjqdncxstkwxl9nyd9zdr5dn9ry3a82zlfszvam74czyq2aruqlvycer8k3gdef2r6rcwfy8658d224j74fkfcp5u54mxd272p5f0r" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsqh3w8xl7a687uxcr89979vteep30ughn8s4q2qeczfe5eyl5wv9q59vge7&#39;&gt;nevent1q…vge7&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2015-02-15&lt;br/&gt;📝 Original message:On 2015-02-15 17:13, Tamas Blummer wrote:&lt;br/&gt;&amp;gt; On Feb 15, 2015, at 6:02 PM, Peter Todd &amp;lt;pete at petertodd.org&amp;gt; wrote:&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt;&amp;gt; Yes you are dicking around.&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; I thought I was clear, that I am using Bitcoin Core as border router&lt;br/&gt;&amp;gt; talking to its P2P interface.&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; The reimplementation of consensus code helped me to deeply understand&lt;br/&gt;&amp;gt; the protocol, aids debugging&lt;br/&gt;&amp;gt; and now comes handy to create a side chain.&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt;&amp;gt; Don&amp;#39;t assume your prior experience with other commercial projects&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; Acquire some before you claim its useless.&lt;br/&gt;&lt;br/&gt;^^^ THIS ^^^&lt;br/&gt;&lt;br/&gt;Can we recognize Peter Todd&amp;#39;s lack of respect and outright &lt;br/&gt;unprofesionalism here?&lt;br/&gt;&lt;br/&gt;Peter: Someone so young with so little actual experience shouldn&amp;#39;t be &lt;br/&gt;going around so casually bad-mouthing the work of others or dismissing &lt;br/&gt;people with decades more experience than you. Don&amp;#39;t write long angry &lt;br/&gt;rants against the ideas of others when you haven&amp;#39;t even read what they &lt;br/&gt;have to say. Own up to it when you get caught doing it. You&amp;#39;ll find out &lt;br/&gt;the hard way that blackmailing people, even your clients, into using &lt;br/&gt;your ideas may get you attention, but it&amp;#39;ll make you a pariah in the &lt;br/&gt;long run. (does encouraging illegal fraud belong on this mailing list?) &lt;br/&gt;Remember that twitter is public. Do you really want future employers &lt;br/&gt;reading jokes about pedophilia and rape? Do you want to be known for &lt;br/&gt;snappy one liners and giving journalists headlines or writing solid code &lt;br/&gt;that gets used by real businesses? (not &amp;#34;DarkLeaks&amp;#34;) Are you trying to &lt;br/&gt;be a rock star or team member?
    </content>
    <updated>2023-06-07T15:30:35Z</updated>
  </entry>

</feed>