<?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/npub14sz60zalvsz094ekxmgq2xpcsr67a9aljeqcny479lc8mpsp95jqfwv9e3.rss" />
  <link href="https://nostr.ae/npub14sz60zalvsz094ekxmgq2xpcsr67a9aljeqcny479lc8mpsp95jqfwv9e3" />
  <id>https://nostr.ae/npub14sz60zalvsz094ekxmgq2xpcsr67a9aljeqcny479lc8mpsp95jqfwv9e3</id>
  <icon></icon>
  <logo></logo>




  <entry>
    <id>https://nostr.ae/nevent1qqsx3dmveue4yshszk5vfwaaurces335cmv9v0kjzd0mvwh0y50rw9qzyzkqtfuthajqfukhxcmdqpgc8zq0tm5hh7tyrzvjhchlqlvxqykjg4ketrq</id>
    
      <title type="html">📅 Original date posted:2018-02-20 📝 Original message:Hello ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsx3dmveue4yshszk5vfwaaurces335cmv9v0kjzd0mvwh0y50rw9qzyzkqtfuthajqfukhxcmdqpgc8zq0tm5hh7tyrzvjhchlqlvxqykjg4ketrq" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqszaws9k5c293z0mcl8t6sp9wljea9uk69t2el5sg7879fl97d2vvgpqycfn&#39;&gt;nevent1q…ycfn&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2018-02-20&lt;br/&gt;📝 Original message:Hello Everybody,&lt;br/&gt;&lt;br/&gt;I need a little clarity about how OP_CHECKSEQUENCEVERIFY (CSV) works in&lt;br/&gt;transactions.&lt;br/&gt;&lt;br/&gt;Can I use multiple CSV end points as depicted in the figure below? I&lt;br/&gt;basically want to allow different conditions at different delays.&lt;br/&gt;&lt;br/&gt;[image: Inline image 3]&lt;br/&gt;&lt;br/&gt;I just want to know if OP_CHECKSEQUENCEVERIFY can be used to achieve the&lt;br/&gt;above.&lt;br/&gt;&lt;br/&gt;Thank you.&lt;br/&gt;&lt;br/&gt;Praveen&lt;br/&gt;ᐧ&lt;br/&gt;-------------- next part --------------&lt;br/&gt;An HTML attachment was scrubbed...&lt;br/&gt;URL: &amp;lt;&lt;a href=&#34;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20180220/915127e0/attachment-0001.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20180220/915127e0/attachment-0001.html&amp;gt&lt;/a&gt;;&lt;br/&gt;-------------- next part --------------&lt;br/&gt;A non-text attachment was scrubbed...&lt;br/&gt;Name: Multi CSV.png&lt;br/&gt;Type: image/png&lt;br/&gt;Size: 119739 bytes&lt;br/&gt;Desc: not available&lt;br/&gt;URL: &amp;lt;&lt;a href=&#34;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20180220/915127e0/attachment-0001.png&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20180220/915127e0/attachment-0001.png&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T18:10:58Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs2q27tl6v3zr70248pnk4jxdwamvynx8pa00gxn07kz8expfkemmczyzkqtfuthajqfukhxcmdqpgc8zq0tm5hh7tyrzvjhchlqlvxqykjgt4hdlt</id>
    
      <title type="html">📅 Original date posted:2017-11-20 📝 Original message:BIP ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs2q27tl6v3zr70248pnk4jxdwamvynx8pa00gxn07kz8expfkemmczyzkqtfuthajqfukhxcmdqpgc8zq0tm5hh7tyrzvjhchlqlvxqykjgt4hdlt" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsx4etq5yzw44w3pgw9qusvtnxv88t3peexge5sltdngjvqtgmjtjclp0rl6&#39;&gt;nevent1q…0rl6&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2017-11-20&lt;br/&gt;📝 Original message:BIP 140 looks like it solves Tx Malleability with least impact on current&lt;br/&gt;practices. It is still a soft fork though.&lt;br/&gt;&lt;br/&gt;Finally, if we were to create an alternative cyptocurrency similar to&lt;br/&gt;Bitcoin, a Normalized Tx ID approach would be a better choice if I get it&lt;br/&gt;right!&lt;br/&gt;ᐧ&lt;br/&gt;&lt;br/&gt;On Mon, Nov 20, 2017 at 11:15 PM, Johnson Lau &amp;lt;jl2012 at xbt.hk&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; We can’t “just compute the Transaction ID the same way the hash for&lt;br/&gt;&amp;gt; signing the transaction is computed” because with different SIGHASH flags,&lt;br/&gt;&amp;gt; there are 6 (actually 256) ways to hash a transaction.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Also, changing the definition of TxID is a hardfork change, i.e. everyone&lt;br/&gt;&amp;gt; are required to upgrade or a chain split will happen.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; It is possible to use “normalised TxID” (BIP140) to fix malleability&lt;br/&gt;&amp;gt; issue. As a softfork, BIP140 doesn’t change the definition of TxID.&lt;br/&gt;&amp;gt; Instead, the normalised txid (i.e. txid with scriptSig removed) is used&lt;br/&gt;&amp;gt; when making signature. Comparing with segwit (BIP141), BIP140 does not have&lt;br/&gt;&amp;gt; the side-effect of block size increase, and doesn’t provide any incentive&lt;br/&gt;&amp;gt; to control the size of UTXO set. Also, BIP140 makes the UTXO set&lt;br/&gt;&amp;gt; permanently bigger, as the database needs to store both txid and normalised&lt;br/&gt;&amp;gt; txid&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; On 21 Nov 2017, at 1:24 AM, Praveen Baratam via bitcoin-dev &amp;lt;&lt;br/&gt;&amp;gt; bitcoin-dev at lists.linuxfoundation.org&amp;gt; wrote:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Bitcoin Noob here. Please forgive my ignorance.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; From what I understand, in SegWit, the transaction needs to be serialized&lt;br/&gt;&amp;gt; into a data structure that is different from the current one where&lt;br/&gt;&amp;gt; signatures are separated from the rest of the transaction data.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Why change the format at all? Why cant we just compute the Transaction ID&lt;br/&gt;&amp;gt; the same way the hash for signing the transaction is computed?&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; --&lt;br/&gt;&amp;gt; Dr. Praveen Baratam&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; about.me &amp;lt;&lt;a href=&#34;http://about.me/praveen.baratam&amp;gt&#34;&gt;http://about.me/praveen.baratam&amp;gt&lt;/a&gt;;&lt;br/&gt;&amp;gt; _______________________________________________&lt;br/&gt;&amp;gt; bitcoin-dev mailing list&lt;br/&gt;&amp;gt; bitcoin-dev at lists.linuxfoundation.org&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev&#34;&gt;https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;-- &lt;br/&gt;Dr. Praveen Baratam&lt;br/&gt;&lt;br/&gt;about.me &amp;lt;&lt;a href=&#34;http://about.me/praveen.baratam&amp;gt&#34;&gt;http://about.me/praveen.baratam&amp;gt&lt;/a&gt;;&lt;br/&gt;-------------- next part --------------&lt;br/&gt;An HTML attachment was scrubbed...&lt;br/&gt;URL: &amp;lt;&lt;a href=&#34;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20171120/35d7fb17/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20171120/35d7fb17/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T18:07:50Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsxuqqxq8d3zcdsj9r4prmpjxedhxpl39ufr3mzedsq7xj4uqs04wszyzkqtfuthajqfukhxcmdqpgc8zq0tm5hh7tyrzvjhchlqlvxqykjgew3le2</id>
    
      <title type="html">📅 Original date posted:2017-11-20 📝 Original ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsxuqqxq8d3zcdsj9r4prmpjxedhxpl39ufr3mzedsq7xj4uqs04wszyzkqtfuthajqfukhxcmdqpgc8zq0tm5hh7tyrzvjhchlqlvxqykjgew3le2" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqswae6sv5r7j3k7f3vuj89nh2j8cjymxxa4q7sd4zhggvcp8k8p43c09peem&#39;&gt;nevent1q…peem&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2017-11-20&lt;br/&gt;📝 Original message:Bitcoin Noob here. Please forgive my ignorance.&lt;br/&gt;&lt;br/&gt;&amp;gt;From what I understand, in SegWit, the transaction needs to be serialized&lt;br/&gt;into a data structure that is different from the current one where&lt;br/&gt;signatures are separated from the rest of the transaction data.&lt;br/&gt;&lt;br/&gt;Why change the format at all? Why cant we just compute the Transaction ID&lt;br/&gt;the same way the hash for signing the transaction is computed?&lt;br/&gt;&lt;br/&gt;-- &lt;br/&gt;Dr. Praveen Baratam&lt;br/&gt;&lt;br/&gt;about.me &amp;lt;&lt;a href=&#34;http://about.me/praveen.baratam&amp;gt&#34;&gt;http://about.me/praveen.baratam&amp;gt&lt;/a&gt;;&lt;br/&gt;-------------- next part --------------&lt;br/&gt;An HTML attachment was scrubbed...&lt;br/&gt;URL: &amp;lt;&lt;a href=&#34;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20171120/2fc6d1a3/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20171120/2fc6d1a3/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T18:07:49Z</updated>
  </entry>

</feed>