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




  <entry>
    <id>https://nostr.ae/nevent1qqsx2ap396l28rwxf4gt2w6fl6ry3wapy2rlkqm7mpuxz7u8cl6hzlgzyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqkczju7m</id>
    
      <title type="html">📅 Original date posted:2017-05-30 📝 Original message:Yann, ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsx2ap396l28rwxf4gt2w6fl6ry3wapy2rlkqm7mpuxz7u8cl6hzlgzyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqkczju7m" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsyxlx0pgp58rl2edv6y5ya7lkdlexn0e8vstd7dg53xujcqdj8yhq4wq7gv&#39;&gt;nevent1q…q7gv&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2017-05-30&lt;br/&gt;📝 Original message:Yann, Unfortunately sybil attacks [[&lt;a href=&#34;https://en.wikipedia.org/wiki/Sybil_attack#Description&#34;&gt;https://en.wikipedia.org/wiki/Sybil_attack#Description&lt;/a&gt;]](&lt;a href=&#34;https://en.wikipedia.org/wiki/Sybil_attack#Description&#34;&gt;https://en.wikipedia.org/wiki/Sybil_attack#Description&lt;/a&gt;) would prevent this from working... even if there was some way to prove that an entity performed the transaction validation. Proving the relay of transaction data to others is also vulnerable to sybil attack.&lt;br/&gt;&lt;br/&gt;-------- Original Message --------&lt;br/&gt;Subject: [bitcoin-dev] Improvement Proposal&lt;br/&gt;Local Time: May 30, 2017 8:48 AM&lt;br/&gt;UTC Time: May 30, 2017 1:48 PM&lt;br/&gt;From: bitcoin-dev at lists.linuxfoundation.org&lt;br/&gt;To: bitcoin-dev at lists.linuxfoundation.org&lt;br/&gt;&lt;br/&gt;Improvement Proposal&lt;br/&gt;&lt;br/&gt;To allow users devices  (including mobile and/or IoT devices). to connect and some how participate in the same BTC bock chain network without mining.&lt;br/&gt;&lt;br/&gt;The incentive for this participants can be a lottery schema, running in &amp;#34;parallel to mining in the same network&amp;#34; and in the block-chain.&lt;br/&gt;Rewarding some lucky participant user (and/or miner?) randomly every specific period of time.&lt;br/&gt;&lt;br/&gt;Participants will pay the price on each connection round.&lt;br/&gt;&lt;br/&gt;Yann&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/20170530/773e2132/attachment-0001.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20170530/773e2132/attachment-0001.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T20:02:01&#43;02:00</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsfn4022umcjqas63rjrka63ywn9jx848qd3wz09xl7ga2hvumdusczyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqkdzqn94</id>
    
      <title type="html">📅 Original date posted:2017-04-26 📝 Original ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsfn4022umcjqas63rjrka63ywn9jx848qd3wz09xl7ga2hvumdusczyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqkdzqn94" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsv5vgfanhkdluh4sz8v0m4sntxng2y9sxtlx3qw07tuvdcfw0rsaqehh5my&#39;&gt;nevent1q…h5my&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2017-04-26&lt;br/&gt;📝 Original message:Johnson Lau,&lt;br/&gt;&lt;br/&gt;&amp;gt; not change the commitment structure as suggested by another post&lt;br/&gt;&lt;br/&gt;Not sure if you realize my proposal is backwards compatible. We could also merge the two arrays, which would be harder to compress, but a more simple format. Below I gave an example of how this would be backwards compatible.&lt;br/&gt;&lt;br/&gt;1-byte - OP_RETURN (0x6a)&lt;br/&gt;1-byte - Push the following 36 bytes (0x24)&lt;br/&gt;4-byte - Commitment header (0xaa21a9ed)&lt;br/&gt;32-byte - Commitment hash: Double-SHA256(witness root hash|witness reserved value*)&lt;br/&gt;variable bytes - Extension roots: array of {extension identifier, extension root length, extension root}&lt;br/&gt;bytes onwards: Optional data with no consensus meaning&lt;br/&gt;&lt;br/&gt;* &amp;#34;witness reserved value&amp;#34; _must_ also go in the input&amp;#39;s scriptSig/witness field&lt;br/&gt;&lt;br/&gt;Here is an example of the &amp;#34;Extension roots&amp;#34; with this format:&lt;br/&gt;Extension roots: 2, {0, 0, []}, {1, 0, []}&lt;br/&gt;&lt;br/&gt;size = 2 // two elements in Commitment hash&lt;br/&gt;{ext.id = 0, length = 0, empty} // First element is the wtxid merkle root hash, must be calculated, not specified here&lt;br/&gt;{ext.id = 1, length = 0, empty} // Second element is the &amp;#34;witness reserved value&amp;#34;, which is found in the scriptSig&lt;br/&gt;&lt;br/&gt;Later after all the miners upgrade, we could stop using the ext.id = 1 and also stop putting the unneccesary value in scriptSig.&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/20170426/b8487e38/attachment-0001.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20170426/b8487e38/attachment-0001.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T20:00:33&#43;02:00</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs28evmygaeprrd0ce6gkan8jz0wfljhrvnxfk3h90xntd6fc5td4gzyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqkrgzdt5</id>
    
      <title type="html">📅 Original date posted:2017-04-14 📝 Original message:Chris, ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs28evmygaeprrd0ce6gkan8jz0wfljhrvnxfk3h90xntd6fc5td4gzyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqkrgzdt5" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsf687ujvq9e0cfz4kajun0fu2nynpsv3430fn58tlwcnw28u88j0clyvrls&#39;&gt;nevent1q…vrls&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2017-04-14&lt;br/&gt;📝 Original message:Chris,&lt;br/&gt;&lt;br/&gt;&amp;gt;Food for thought, why are we rejecting *all* blocks that do not signal segwit? Can&amp;#39;t we just reject blocks that *do not* signal segwit, but *do* contain segwit transactions? It seems silly to me that if a miner mines a block with all pre segwit txs to reject that block. Am I missing something here?&lt;br/&gt;&lt;br/&gt;If you read my email, you will see that I am requesting that gmaxwell or someone code up an alternative that doesn&amp;#39;t unnecessarily orphan blocks, just as you are requesting.&lt;br/&gt;&lt;br/&gt;&amp;gt; Re: old blocks containing SegWit transactions&lt;br/&gt;From my understanding, old blocks can contain txos w/ the new SegWit format. But if transaction tries to spend a new SegWit format txo in an old block, such would already break protocol rules, particularly for SegWit activated nodes. And old nodes don&amp;#39;t have code that even knows how to spend SegWit format txos. Worst case, such may lead to a fork if &amp;lt;= 50% of the miners are verifying SegWit blocks.&lt;br/&gt;&lt;br/&gt;&amp;gt; Re: Reckless hand waving:&lt;br/&gt;Maybe first you need to prove that forks are necessarily bad for our long term success. How much do we need to be getting delayed in rolling out new good policy before we come to consensus on forking from the delayers?&lt;br/&gt;&lt;br/&gt;The operating assumption of 148 is that no matter what we are going to fork. So might as well do it then in a controlled manner instead of later when someone creates an invalid SegWit block. Then my only recommendation would be to also implement a boilerplate replay attack prevention just in case the SegWit delayers aren&amp;#39;t bluffing.&lt;br/&gt;&lt;br/&gt;Cheers,&lt;br/&gt;Praxeology Guy&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/20170414/9c02fbf0/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20170414/9c02fbf0/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T20:00:04&#43;02:00</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs9egc9j5vqksdzs27sc8n854tz5mcentfte57edpjcmlau7rghuzqzyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqkcxe6gv</id>
    
      <title type="html">📅 Original date posted:2017-04-14 📝 Original ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs9egc9j5vqksdzs27sc8n854tz5mcentfte57edpjcmlau7rghuzqzyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqkcxe6gv" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqswv0v4aew0m50pf8dhfhss5lt3uzt0ntup3ynmd492wtfg95s9k8c9ucwc6&#39;&gt;nevent1q…cwc6&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2017-04-14&lt;br/&gt;📝 Original message:Gregory Maxwell,&lt;br/&gt;&lt;br/&gt;Criticizing 148 without suggesting a specific alternative leaves the community in disarray.&lt;br/&gt;&lt;br/&gt;I know you are emphasizing patience. But at the same time, with your patience we are allowing ourselves to get dicked for longer than necessary.&lt;br/&gt;&lt;br/&gt;I think that core could easily develop code that could create a solid/reliable date/height based activation to allow miners to create SegWit block candidates and having nodes fully verify them. Shaolinfry is the only person Ive seen actually make such a proposal: &lt;a href=&#34;https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-April/014049.html&#34;&gt;https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-April/014049.html&lt;/a&gt;. His makes it so that SegWit default gets activated at the end of the BIP9 signalling timeframe instead of default leaving it non-activated.&lt;br/&gt;&lt;br/&gt;I agree that 148 is is not ideal. Non-SegWit signaling blocks are not a Denial of Service, given that other activation methods are available. Someone just needs to code something up that is better that we can all use in a satisfying time frame. So far 148 is the most practical and reliable method I&amp;#39;m aware of.&lt;br/&gt;&lt;br/&gt;If 148 causes orphaning and a fork, I don&amp;#39;t think such really matters in the long term. The non-SegWit miners will probably just quickly give up their orphans once they realize that money users like being able to have non-mutable TX IDs. If they do create a long lasting branch... well that is good too, I&amp;#39;d be happy to no longer have them in our community. Good luck to them in creating a competitive money, so that we can all enjoy lower transaction fees.&lt;br/&gt;&lt;br/&gt;SegWit has already undergone enough testing. It is time to activate it.&lt;br/&gt;&lt;br/&gt;Cheers,&lt;br/&gt;Praxeology Guy&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/20170414/a6c9a6ec/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20170414/a6c9a6ec/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T20:00:03&#43;02:00</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs2ff8r789ahgqs5ejqps9gr2p7m3ns9wmumeceh7rufqy9s20mlcqzyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqkr05r8g</id>
    
      <title type="html">📅 Original date posted:2017-04-08 📝 Original message:Eric ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs2ff8r789ahgqs5ejqps9gr2p7m3ns9wmumeceh7rufqy9s20mlcqzyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqkr05r8g" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8pv4vfy6r0mvhtlgvcpse4xp8xgh5lvkhfu9pmf64xknyw6zqepqpa99v0&#39;&gt;nevent1q…99v0&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2017-04-08&lt;br/&gt;📝 Original message:Eric Voskuil,&lt;br/&gt;&lt;br/&gt;TL;DR: Electrical power is a general purpose consumer good vs PoW mining equipment is a single purpose consumer good. Hence the mining equipment rent is the barrier to entry, given if you invest in power generation capital you could use the power for a different purpose.&lt;br/&gt;&lt;br/&gt;Each unit of electrical power (1 V* A = 1 Watt) is a finite unit of a highly non-durable consumable good.&lt;br/&gt;&lt;br/&gt;It is true that electrical power is created by utilizing capital equipment, and the capital rent &#43; labor of generating such power is the basis for the &amp;#34;Power Cost&amp;#34; component of the ideal miner competition profit equation.&lt;br/&gt;&lt;br/&gt;But... electrical power is a general consumer good that can be used for many things, so investing in the capital to create it is not a very risky endeavor.&lt;br/&gt;&lt;br/&gt;On the other hand, Bitcoin mining equipment capital is an EXTEREMELY specific kind of capital that only has exactly one use: efficiently/competitively mining a coin that has a particular PoW algorithm. Hence investing in bitcoin mining equipment is a more risky endeavor than power generation capital. Such a risk is a barrier to entry, and it is the barrier that is most considered when an entity considers mining Bitcoins.&lt;br/&gt;&lt;br/&gt;Mature Arithmetic Logic Unit (ALU) bound PoW algorithms lacking new attacks (cryptographic definition) can only be out-dated by more efficient, more general purpose (less specific case proprietary) transistor fabrication technology.&lt;br/&gt;&lt;br/&gt;Memory Latency bound PoW algorithms lacking new attacks (cryptographic definition) have the risk of being encumbered by all sorts of physical hardware patent inventions. This is because latency has significantly more room for such specific-to-PoW non-general purpose inventions... beyond additional patents relating to memory technology on top of ALU patents. Patents, I should point out, either cause the price of capital equipment to increase or enforce a monopoly on the capital... neither of which are desirable.&lt;br/&gt;&lt;br/&gt;The capital maturity outlook of memory latency bound algorithms is also significantly worse than ALU bound... due to all of the expected future patent-able optimizations that could improve memory latency. Hence investing in memory latency bound mining equipment is even riskier because of the likeliness of a new patented optimization making your capital non-competitive, and given its specific nature, worthless.&lt;br/&gt;&lt;br/&gt;This discussion brings me to a new insight. We have said that some places have &amp;#34;cheaper&amp;#34; power than others, due to the non-durable nature of electrical power. With the existence of Bitcoin, given other cost factors being less significant, Bitcoin causes all sources of power everywhere to be more equal in price at a particular time.&lt;br/&gt;&lt;br/&gt;Now you might argue that memory latency bound PoW algorithms result in the mining capital component being the larger component than the electricity component being a good thing because: then mining would be less local to otherwise untapped (cheap) power sources. The problem with this is that as the mining capital matures (as all the optimizations are found, and the patents run out), we go strait back to the power cost being the largest component... and we had to suffer all the years of various entities unpredictably attaining a monopoly on mining in order to get there.&lt;br/&gt;&lt;br/&gt;Please let me know if I made a mistake.&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;Praxeology Guy&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/20170408/f2ddc5bf/attachment-0001.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20170408/f2ddc5bf/attachment-0001.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T19:59:49&#43;02:00</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs8wdurxpuedxp88yxac6jqdctkjymgdc9js36m65lfxp64cwxmtaqzyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqkpst03t</id>
    
      <title type="html">📅 Original date posted:2017-04-08 📝 Original ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs8wdurxpuedxp88yxac6jqdctkjymgdc9js36m65lfxp64cwxmtaqzyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqkpst03t" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsfjyqd5kv2042nwavy5v33plrenl4dv7ya78nk8ymqfrff4ctyqtqph3v4e&#39;&gt;nevent1q…3v4e&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2017-04-08&lt;br/&gt;📝 Original message:ASICBOOST causes Bitcoin&amp;#39;s PoW to become more memory/latency throttled instead of raw computation throttled.&lt;br/&gt;&lt;br/&gt;There is the equation:&lt;br/&gt;Power Cost &#43; Captial Rent &#43; Labor ~= block reward &#43; fees&lt;br/&gt;&lt;br/&gt;Capital Rent is a barrier to entry, and hence in desiring a more distributed system, we would like to minimize the Capital Rent portion of the equation.&lt;br/&gt;&lt;br/&gt;Resolving memory/latency throttle requires a greater Captial Rent than raw computation throttle.&lt;br/&gt;&lt;br/&gt;Hence (agreeing with Luke), ASICBOOST is not desirable, even if it wasn&amp;#39;t a government enforced monopoly on mining.&lt;br/&gt;&lt;br/&gt;Please let me know if I made a mistake.&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;Praxeology Guy&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/20170408/57669e84/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20170408/57669e84/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T19:59:48&#43;02:00</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsfgzuw6uljfdtxc54xkm6ytxumcuh4ggnl4ln7kdul3hq960qmqzszyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqke4dhmx</id>
    
      <title type="html">📅 Original date posted:2017-04-07 📝 Original message:Jimmy ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsfgzuw6uljfdtxc54xkm6ytxumcuh4ggnl4ln7kdul3hq960qmqzszyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqke4dhmx" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsdmxwv7wh803pntmw029jju2a8xx08nz0prc4y7c8l5ut6vr5yf6quzxugh&#39;&gt;nevent1q…xugh&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2017-04-07&lt;br/&gt;📝 Original message:Jimmy Song,&lt;br/&gt;&lt;br/&gt;Why would the actual end users of Bitcoin (the long term and short term owners of bitcoins) who run fully verifying nodes want to change Bitcoin policy in order to make their money more vulnerable to 51% attack?&lt;br/&gt;&lt;br/&gt;If anything, we would be making policy changes to prevent the use of patented PoW algorithms instead of making changes to enable them.&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;Praxeology Guy&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/20170407/94f12622/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20170407/94f12622/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T19:59:47&#43;02:00</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsfw6x4yrrx6hytes55wtr62czyufcazf9vtm0fuayeyee6rldrzmszyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqk4wqcea</id>
    
      <title type="html">📅 Original date posted:2017-04-07 📝 Original ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsfw6x4yrrx6hytes55wtr62czyufcazf9vtm0fuayeyee6rldrzmszyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqk4wqcea" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsfuva0hj806j9e0w80l0x90vgk3n9vda0magyjl2h5vzw7r39apmqqmgmzt&#39;&gt;nevent1q…gmzt&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2017-04-07&lt;br/&gt;📝 Original message:shaolinfry,&lt;br/&gt;&lt;br/&gt;Not sure if you noticed my comments on your earlier orphaning proposal... but if you did you should already know that I really like this proposal... particularly since orphaning valid old blocks is completely unnecessary.&lt;br/&gt;&lt;br/&gt;I really like how you pulled out the &amp;#34;lockinontimeout&amp;#34; variable so that this same method could be used in future softfork proposals... instead of hardcoding a special case hack for SegWit.&lt;br/&gt;&lt;br/&gt;- it would be nice if the user could set this variable in a configuration file.&lt;br/&gt;- it would be nice if the user could set the &amp;#34;nTimeout&amp;#34; in &amp;#34;src/chainparams.cpp&amp;#34; in a configuratoin file too. This could be used allow a user to expedite when a softfork would become active on his node when combined with .&amp;#34;lockinontimeout&amp;#34;.&lt;br/&gt;&lt;br/&gt;Developers such as the Core team could put more conservative values in the program, and then community members such as miners and nodes who feel more strongly about SegWit could either compile their own settings or maybe copy a popular configuration file if such was made possible.&lt;br/&gt;&lt;br/&gt;Cheers,&lt;br/&gt;Praxeology Guy&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/20170407/5c37bfa4/attachment-0001.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20170407/5c37bfa4/attachment-0001.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T19:59:31&#43;02:00</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsv9x0lrh0jcnz0telnf8uxmae6p9rfwnxkpsgx3ssj9j8gw6pm26szyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqkmq67ra</id>
    
      <title type="html">📅 Original date posted:2017-03-29 📝 Original message:Peter ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsv9x0lrh0jcnz0telnf8uxmae6p9rfwnxkpsgx3ssj9j8gw6pm26szyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqkmq67ra" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs963huqcdug4fhwpww9t0za6tms26drkpts9nrf8a4dsd6c9vvfsg3ahm4e&#39;&gt;nevent1q…hm4e&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2017-03-29&lt;br/&gt;📝 Original message:Peter R said: &amp;#34;On that topic, are there any existing proposals detailing a canonical ordering of the UTXO set and a scheme to calculate the root hash?&amp;#34;&lt;br/&gt;&lt;br/&gt;I created such here: &amp;#34;A Commitment-suitable UTXO set &amp;#34;Balances&amp;#34; file data structure&amp;#34;: &lt;a href=&#34;https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-March/013692.html&#34;&gt;https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-March/013692.html&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;In short it periodically makes snapshots on the state of the UTXO N blocks ago, where N = the snapshot period. UTXOs are ordered by TXID. I&amp;#39;ve also implemented it in C and tested making them.&lt;br/&gt;&lt;br/&gt;gmaxwell says the utxo data format will change and I have other recommended changes to the chainstate database in order to make this more efficient. He pointed me to another similar solution... and suggested this would be done later after SegWit and after the UTXO data format was changed in the chainstate database.&lt;br/&gt;&lt;br/&gt;Cheers,&lt;br/&gt;Praxeology Guy&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/20170329/7498459c/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20170329/7498459c/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T19:58:15&#43;02:00</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqspyc2226z329j89ea4ydj9vs0ghsyw6u94mcx3vxgujumzhzl20yczyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqkhh5l3q</id>
    
      <title type="html">📅 Original date posted:2017-03-29 📝 Original message:I ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqspyc2226z329j89ea4ydj9vs0ghsyw6u94mcx3vxgujumzhzl20yczyzu2ejsh5mm5ca7d3fyfnprdnyqj6x6jpq4qrgkjw5lukrrxdxnqkhh5l3q" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsx6y9pkcszj9twgxc66v29vf4hq49sjsgnpxhctmghstpd3zx0h7c2adz5v&#39;&gt;nevent1q…dz5v&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2017-03-29&lt;br/&gt;📝 Original message:I think at least the three following things have to be done before the block size can be increased by any significant amount:&lt;br/&gt;1. A network protocol defined UTXO snapshot format be defined, UTXO snapshots being created automatically in a deterministic periodic and low-cost fashion. Ability to synchronize starting from such a UTXO snapshot as requested by a user.&lt;br/&gt;2. SPV support from a pruned node that has the latest UTXO snapshot. Probably requires committing the UTXO snapshot hash to the block.&lt;br/&gt;3. Given the above fixes the problem of needing full block chain history storage, and people are comfortable with such a security model, a good portion of the network can switch to this security model, and still satisfy our desire for the system to be sufficiently distributed. This requires lots of testing.&lt;br/&gt;4. More current studies on the effect of increasing the block size on synchronizing node drop out due to other reasons such as network bandwidth, memory, and CPU usage.&lt;br/&gt;&lt;br/&gt;Without doing the above, scheduling to increasing the block size would be wreckless.&lt;br/&gt;&lt;br/&gt;Cheers,&lt;br/&gt;Praxeology Guy&lt;br/&gt;&lt;br/&gt;-------- Original Message --------&lt;br/&gt;Subject: Re: [bitcoin-dev] Hard fork proposal from last week&amp;#39;s meeting&lt;br/&gt;Local Time: March 29, 2017 2:10 PM&lt;br/&gt;UTC Time: March 29, 2017 7:10 PM&lt;br/&gt;From: bitcoin-dev at lists.linuxfoundation.org&lt;br/&gt;To: Martin Lízner &amp;lt;martin.lizner at gmail.com&amp;gt;, Bitcoin Protocol Discussion &amp;lt;bitcoin-dev at lists.linuxfoundation.org&amp;gt;&lt;br/&gt;&lt;br/&gt;In order for any blocksize increase to be agreed upon, more consensus is needed. The proportion of users believing no blocksize increases are needed is larger than the hardfork target core wants(95% consensus). The proportion of users believing in microtransactions for all is also larger than 5%, and both of those groups may be larger than 10% respectively. I don&amp;#39;t think either the Big-blocks faction nor the low-node-costs faction have even a simple majority of support. Getting consensus is going to be a big mess, but it is critical that it is done.&lt;br/&gt;&lt;br/&gt;On Wed, Mar 29, 2017 at 12:49 AM, Martin Lízner via bitcoin-dev &amp;lt;bitcoin-dev at lists.linuxfoundation.org&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;If there should be a hard-fork, Core team should author the code. Other dev teams have marginal support among all BTC users.&lt;br/&gt;&lt;br/&gt;Im tending to believe, that HF is necessary evil now. But lets do it in conservative approach:&lt;br/&gt;- Fix historical BTC issues, improve code&lt;br/&gt;- Plan HF activation date well ahead - 12 months&#43;&lt;br/&gt;- Allow increasing block size on year-year basis as Luke suggested&lt;br/&gt;- Compromise with miners on initial block size bump (e.g. 2MB)&lt;br/&gt;- SegWit&lt;br/&gt;&lt;br/&gt;Martin Lizner&lt;br/&gt;&lt;br/&gt;On Tue, Mar 28, 2017 at 6:59 PM, Wang Chun via bitcoin-dev &amp;lt;bitcoin-dev at lists.linuxfoundation.org&amp;gt; wrote:&lt;br/&gt;I&amp;#39;ve proposed this hard fork approach last year in Hong Kong Consensus&lt;br/&gt;but immediately rejected by coredevs at that meeting, after more than&lt;br/&gt;one year it seems that lots of people haven&amp;#39;t heard of it. So I would&lt;br/&gt;post this here again for comment.&lt;br/&gt;&lt;br/&gt;The basic idea is, as many of us agree, hard fork is risky and should&lt;br/&gt;be well prepared. We need a long time to deploy it.&lt;br/&gt;&lt;br/&gt;Despite spam tx on the network, the block capacity is approaching its&lt;br/&gt;limit, and we must think ahead. Shall we code a patch right now, to&lt;br/&gt;remove the block size limit of 1MB, but not activate it until far in&lt;br/&gt;the future. I would propose to remove the 1MB limit at the next block&lt;br/&gt;halving in spring 2020, only limit the block size to 32MiB which is&lt;br/&gt;the maximum size the current p2p protocol allows. This patch must be&lt;br/&gt;in the immediate next release of Bitcoin Core.&lt;br/&gt;&lt;br/&gt;With this patch in core&amp;#39;s next release, Bitcoin works just as before,&lt;br/&gt;no fork will ever occur, until spring 2020. But everyone knows there&lt;br/&gt;will be a fork scheduled. Third party services, libraries, wallets and&lt;br/&gt;exchanges will have enough time to prepare for it over the next three&lt;br/&gt;years.&lt;br/&gt;&lt;br/&gt;We don&amp;#39;t yet have an agreement on how to increase the block size&lt;br/&gt;limit. There have been many proposals over the past years, like&lt;br/&gt;BIP100, 101, 102, 103, 104, 105, 106, 107, 109, 148, 248, BU, and so&lt;br/&gt;on. These hard fork proposals, with this patch already in Core&amp;#39;s&lt;br/&gt;release, they all become soft fork. We&amp;#39;ll have enough time to discuss&lt;br/&gt;all these proposals and decide which one to go. Take an example, if we&lt;br/&gt;choose to fork to only 2MB, since 32MiB already scheduled, reduce it&lt;br/&gt;from 32MiB to 2MB will be a soft fork.&lt;br/&gt;&lt;br/&gt;Anyway, we must code something right now, before it becomes too late.&lt;br/&gt;_______________________________________________&lt;br/&gt;bitcoin-dev mailing list&lt;br/&gt;bitcoin-dev at lists.linuxfoundation.org&lt;br/&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;&lt;br/&gt;_______________________________________________&lt;br/&gt;bitcoin-dev mailing list&lt;br/&gt;bitcoin-dev at lists.linuxfoundation.org&lt;br/&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;-------------- 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/20170329/44936f5e/attachment-0001.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20170329/44936f5e/attachment-0001.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T19:58:07&#43;02:00</updated>
  </entry>

</feed>