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

  <title>Nostr notes by Abdel</title>
  <author>
    <name>Abdel</name>
  </author>
  <link rel="self" type="application/atom+xml" href="https://nostr.ae/npub1hr6v96g0phtxwys4x0tm3khawuuykz6s28uzwtj5j0zc7lunu99snw2e29.rss" />
  <link href="https://nostr.ae/npub1hr6v96g0phtxwys4x0tm3khawuuykz6s28uzwtj5j0zc7lunu99snw2e29" />
  <id>https://nostr.ae/npub1hr6v96g0phtxwys4x0tm3khawuuykz6s28uzwtj5j0zc7lunu99snw2e29</id>
  <icon>https://blossom.primal.net/7c690a18b7684c725a2fae11d0fc290209b5efaae162ff9a2cd78fa71b966400.png</icon>
  <logo>https://blossom.primal.net/7c690a18b7684c725a2fae11d0fc290209b5efaae162ff9a2cd78fa71b966400.png</logo>




  <entry>
    <id>https://nostr.ae/nevent1qqsf4mrrz62v2cxfmvmv68jquvtwrulzuvc8zu3jymtxafum9wan3yqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k06prlc</id>
    
      <title type="html">Repo: https://github.com/AbdelStark/nostrain</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsf4mrrz62v2cxfmvmv68jquvtwrulzuvc8zu3jymtxafum9wan3yqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k06prlc" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs0q9jvxqz7apuqr9n0y4gpflm65kwgw0f0a0tp7m74szl82ekhnjq53r7e7&#39;&gt;nevent1q…r7e7&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Repo: &lt;a href=&#34;https://github.com/AbdelStark/nostrain&#34;&gt;https://github.com/AbdelStark/nostrain&lt;/a&gt;
    </content>
    <updated>2026-03-27T14:00:13Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs0q9jvxqz7apuqr9n0y4gpflm65kwgw0f0a0tp7m74szl82ekhnjqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kg3x95a</id>
    
      <title type="html">I trained a GPT across 4 workers using Nostr as the communication ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs0q9jvxqz7apuqr9n0y4gpflm65kwgw0f0a0tp7m74szl82ekhnjqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kg3x95a" />
    <content type="html">
      I trained a GPT across 4 workers using Nostr as the communication layer.&lt;br/&gt;&lt;br/&gt;No central server. No coordinator. Workers exchange compressed pseudo-gradients as signed Nostr events through public relays.&lt;br/&gt;&lt;br/&gt;This is &amp;#34;nostrain&amp;#34;, distributed ML training over Nostr.&lt;br/&gt;&lt;br/&gt;How it works:&lt;br/&gt;&lt;br/&gt;1. Each worker trains locally for N steps (standard PyTorch/AdamW)&lt;br/&gt;2. Computes pseudo-gradient: trained_params - initial_params&lt;br/&gt;3. Top-k sparsifies → int8 quantizes → zlib compresses&lt;br/&gt;4. Signs it with BIP340 Schnorr, publishes as a Nostr event (kind 33333)&lt;br/&gt;5. Collects peer gradients from relay&lt;br/&gt;6. Averages &#43; Nesterov outer step&lt;br/&gt;&lt;br/&gt;This is DiLoCo, the same algorithm Google used to train LLMs across poorly-connected datacenters. &lt;br/&gt;&lt;br/&gt;Except the &amp;#34;datacenter interconnect&amp;#34; here are censorphip resistant Nostr WebSocket relays.&lt;br/&gt;&lt;br/&gt;The repo ships a char-level GPT demo (834K params, 4 layers, 4 heads). &lt;br/&gt;&lt;br/&gt;4 workers each get a different slice of Shakespeare (inspired by Karpathy nanoGPT). &lt;br/&gt;&lt;br/&gt;No worker sees the full text.&lt;br/&gt;&lt;br/&gt;Text evolution over 5 rounds: &lt;br/&gt; &lt;br/&gt;Round 0: ROMEO:2NYPp@JTb&amp;lt;;2..qce[vP &lt;br/&gt;Round 2: ROMEO: Maf sthat pine ted mes I chat&lt;br/&gt;Round 5: ROMEO: d I shes mear to the ce withat, tre so ther wisho&lt;br/&gt;&lt;br/&gt;Loss: 4.5 → 2.4. The workers that saw completely different text are converging to the same model through the relay.&lt;br/&gt;&lt;br/&gt;Why Nostr?&lt;br/&gt;&lt;br/&gt;Because Open Source / Decentralized / Sovereign AI must win.&lt;br/&gt;&lt;br/&gt;Public relay infrastructure already exists. WebSocket pub/sub at scale, with cryptographic identity built in. Every gradient event is Schnorr-signed and verifiable by any subscriber.&lt;br/&gt;&lt;br/&gt;You don&amp;#39;t deploy servers. You don&amp;#39;t manage infrastructure. &lt;br/&gt;&lt;br/&gt;You just point workers at relays that already exist.&lt;br/&gt;&lt;br/&gt;The relay doesn&amp;#39;t know or care that it&amp;#39;s carrying ML gradients.&lt;br/&gt;&lt;br/&gt;And it is censorship resistant.&lt;br/&gt;&lt;video controls width=&#34;100%&#34; class=&#34;max-h-[90vh] bg-neutral-300 dark:bg-zinc-700&#34;&gt;&lt;source src=&#34;https://blossom.primal.net/67e3f37cd2d9bf88f58213eb649d29cc0cc424266cac4b5899696e367bf72b02.mov&#34;&gt;&lt;/video&gt;
    </content>
    <updated>2026-03-27T13:59:47Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs2valehju4vwpp0wa254dhu9wy4yme6a6ghvexh2rm0wzpg3n07wczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5ksdtx2r</id>
    
      <title type="html">It’s interesting . I did not try myself but I know some folks ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs2valehju4vwpp0wa254dhu9wy4yme6a6ghvexh2rm0wzpg3n07wczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5ksdtx2r" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsdt6a2v5hvpqrdl0vnpup0shayktxtlzr69yelmnsnwv6rpc66wggpz3mhxue69uhkummnw3ezummcw3ezuer9wcjrn9y3&#39;&gt;nevent1q…n9y3&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;It’s interesting . I did not try myself but I know some folks (great agentic wizards) that like the approach 
    </content>
    <updated>2026-01-13T21:19:34Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqstxlyng4zmp9v5z6759auddj4xhakkgwj0jsykckqqae4hvx538pgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k9539s4</id>
    
      <title type="html">Do meta prompting more. Less complex setup and orchestration. ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqstxlyng4zmp9v5z6759auddj4xhakkgwj0jsykckqqae4hvx538pgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k9539s4" />
    <content type="html">
      Do meta prompting more. Less complex setup and orchestration. Rely more on self reflect capacity of the models.&lt;br/&gt;That’s it.
    </content>
    <updated>2026-01-11T07:11:50Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswgsauav774rk5twvnx929q4vwfgqtjwe7vj25kzp0qv7hkcjj6eczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kw93ed8</id>
    
      <title type="html">With this: https://whiteout.xultra.fun/</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswgsauav774rk5twvnx929q4vwfgqtjwe7vj25kzp0qv7hkcjj6eczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kw93ed8" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs2dfzecca42heew92qxk3w2he37xznc236c83hjlpdqhyqnfhshfcpr9mhxue69uhhyetvv9ujumt0wd68ytnsw43z7ffjxq8z3hfs&#39;&gt;nevent1q…3hfs&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;With this:&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://whiteout.xultra.fun/&#34;&gt;https://whiteout.xultra.fun/&lt;/a&gt;
    </content>
    <updated>2026-01-11T07:10:50Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvr0qsz44sp0kqnec3jxlj7q4kqqzret07syjdvjsgkhwfq96xkuczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k4ykq9g</id>
    
      <title type="html">fgu &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ngu freedom tech will save the world</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvr0qsz44sp0kqnec3jxlj7q4kqqzret07syjdvjsgkhwfq96xkuczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k4ykq9g" />
    <content type="html">
      fgu &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ngu&lt;br/&gt;freedom tech will save the world 
    </content>
    <updated>2025-12-12T21:42:22Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsr4law7thtfk5vpmca9up70u4zeqnadyq0zgk96cvhlc5jt0khd4qzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k5xhal0</id>
    
      <title>Nostr event nevent1qqsr4law7thtfk5vpmca9up70u4zeqnadyq0zgk96cvhlc5jt0khd4qzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k5xhal0</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsr4law7thtfk5vpmca9up70u4zeqnadyq0zgk96cvhlc5jt0khd4qzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k5xhal0" />
    <content type="html">
      Time to shake the balance of power in the world honestly 
    </content>
    <updated>2025-12-08T15:10:51Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsq06shy7z0yyjkdffhq3gn0um8zg84c4zu2ndthcz6h8gjufy9ffszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kw56dgf</id>
    
      <title>Nostr event nevent1qqsq06shy7z0yyjkdffhq3gn0um8zg84c4zu2ndthcz6h8gjufy9ffszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kw56dgf</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsq06shy7z0yyjkdffhq3gn0um8zg84c4zu2ndthcz6h8gjufy9ffszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kw56dgf" />
    <content type="html">
      Global majority ftw 
    </content>
    <updated>2025-12-08T15:10:37Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsd8t6p7rga0u0k3cq7lp5lah9y9qmjq3r9sl7mnwjvh0kznauvxygzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kk8c5ky</id>
    
      <title type="html">Yosh sorry</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsd8t6p7rga0u0k3cq7lp5lah9y9qmjq3r9sl7mnwjvh0kznauvxygzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kk8c5ky" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqspd0fh2pmd5prl4n0c9upx7asmm7uslax3tgf4nrpgt0s73nlr45qpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhg04k7pl&#39;&gt;nevent1q…k7pl&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Yosh sorry 
    </content>
    <updated>2025-12-08T15:10:27Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqspd0fh2pmd5prl4n0c9upx7asmm7uslax3tgf4nrpgt0s73nlr45qzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kk6m3gt</id>
    
      <title type="html">Gosh</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqspd0fh2pmd5prl4n0c9upx7asmm7uslax3tgf4nrpgt0s73nlr45qzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kk6m3gt" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqstwx9v4wdmh94wysdvg5tqd0hzcwap9qn4up5jy62xxjtnwrfgpmspzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgyqwzcq&#39;&gt;nevent1q…wzcq&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Gosh 
    </content>
    <updated>2025-12-08T15:10:19Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs2tyemlm95yahsnxfjc9cwzdkevk0ulve9mpv2e77wjupjpa8greszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k97ufzw</id>
    
      <title type="html">That’s super cool! My only caveat is to use STARKs and not ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs2tyemlm95yahsnxfjc9cwzdkevk0ulve9mpv2e77wjupjpa8greszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k97ufzw" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs0csmyepfv06tpntzuhvt9jrkv3u43eua32d98vpcvqq8snjvvy4qpp4mhxue69uhkummn9ekx7mq8r57st&#39;&gt;nevent1q…57st&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;That’s super cool!&lt;br/&gt;My only caveat is to use STARKs and not SNARKs.&lt;br/&gt;Also for quantum resistance 
    </content>
    <updated>2025-12-08T15:05:59Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqstn9yr5hx0wmj00ffm6rltmp0k6jmgh324zs6whkta8y8xda7a26qzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k53pgl2</id>
    
      <title type="html">🧡💪</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqstn9yr5hx0wmj00ffm6rltmp0k6jmgh324zs6whkta8y8xda7a26qzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k53pgl2" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsyhg8puz5v7n7vmukk73wtx73ukw0dcn2wrnl74erqds27p6jmk3cpy9mhxue69uhk6atvw35hqmr90pjhytngw4eh5mmwv4nhjtnhdaexceqa83w4s&#39;&gt;nevent1q…3w4s&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;🧡💪
    </content>
    <updated>2025-12-03T07:35:48Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsd4sq450aufjtfc5vhl584hez6q2k6lq85t47caxzk0yhpmw73zrgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k3ghqvn</id>
    
      <title type="html">zero knowledge proofs are truly another 0 to 1. it&amp;#39;s a ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsd4sq450aufjtfc5vhl584hez6q2k6lq85t47caxzk0yhpmw73zrgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k3ghqvn" />
    <content type="html">
      zero knowledge proofs are truly another 0 to 1.&lt;br/&gt;it&amp;#39;s a complete paradigm shift.&lt;br/&gt;a new way to verify integrity of computation.&lt;br/&gt;on bitcoin and other blockchains the way to verify integrity of the network is by re-executing everything.&lt;br/&gt;you run your full node (you should! it&amp;#39;s the only way to have true sovereignty), and you validate everything, the consensus rules are respect, execution is correct, etc.&lt;br/&gt;but of course this process is hard to scale, because of the tension between making this verification accessible to anyone (and hence to low hardware and devices), and increasing throughput / computation power.&lt;br/&gt;zkp breaks this dichotomy. you can preserve fully the ability to verify cheaply, efficiently, even on small devices, without even re-executing blocks.&lt;br/&gt;it feels magical, but this is really what it brings.&lt;br/&gt;you, as an individual, even with a raspberry pi, can verify fully the actions performed by big machines, even super computers, even if they have 1000000x more compute power than you.&lt;br/&gt;we are yet to see the implications of such a new paradigm really.&lt;br/&gt;it started with blockchains, for scaling and privacy, because right now this is the only &amp;#34;industry&amp;#34; that is sufficiently paranoid to desire trustlessness, but you can be certain that zero knowledge proofs will shake many more industries (healthcare, military / defense, logistics, ai, you name it).&lt;br/&gt;it&amp;#39;s a whole new world of possibilities.&lt;br/&gt;btw, starks are the endgame of zero knowledge proofs.&lt;br/&gt;truly scalable, no trusted setup, quantum resistant, pure mathematical power.&lt;br/&gt;those things are not just moon math anymore.&lt;br/&gt;they work, in real world. starknet proving system alone has secured over $1.5 trillion (yes trillions!) of cumulative trading volume over 5 years running in production, has processed over a billion transactions.&lt;br/&gt;it&amp;#39;s the most battle tested zkp system in the world.&lt;br/&gt;zkps will change the world, first because they will turn bitcoin into truly unstoppable private and scalable p2p cash for the planet. and remember, if you fix the money, you fix the world (i truly believe in this!).&lt;br/&gt;but then they will also change many more industries. &lt;br/&gt;prove the world, one stark at a time!
    </content>
    <updated>2025-12-03T07:15:03Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqszpayls2a4s0nsfhz3vwvl7z2qw3xtugk309vwar4sfw6uglq9gfszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5krc8w3v</id>
    
      <title type="html">Ok I will be back more often. Fucking network effect of X is hard ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqszpayls2a4s0nsfhz3vwvl7z2qw3xtugk309vwar4sfw6uglq9gfszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5krc8w3v" />
    <content type="html">
      Ok I will be back more often. Fucking network effect of X is hard to fight.&lt;br/&gt;Time to do my part for real and bring more folks to the freedom of speech protocol 
    </content>
    <updated>2025-12-03T07:14:35Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqstx6hqgna2x7fd73w2djcx9fywjy34kwu77aakkl2za8hk3cda83szyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kxe6r64</id>
    
      <title type="html">Proposal: OP_STARK_VERIFY - Native STARK Proof Verification in ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqstx6hqgna2x7fd73w2djcx9fywjy34kwu77aakkl2za8hk3cda83szyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kxe6r64" />
    <content type="html">
      Proposal: OP_STARK_VERIFY - Native STARK Proof Verification in Bitcoin Script.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://delvingbitcoin.org/t/proposal-op-stark-verify-native-stark-proof-verification-in-bitcoin-script/2056&#34;&gt;https://delvingbitcoin.org/t/proposal-op-stark-verify-native-stark-proof-verification-in-bitcoin-script/2056&lt;/a&gt;
    </content>
    <updated>2025-10-14T10:37:23Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqst0sxfa27h3npqs22r3yn07hgqau2dkvdcr3j8s8kr4ks0u7xrgkqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kagtvr0</id>
    
      <title type="html">Check this sir @nprofile…2nqv . Michael is from my team. We are ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqst0sxfa27h3npqs22r3yn07hgqau2dkvdcr3j8s8kr4ks0u7xrgkqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kagtvr0" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsfpvulyc8qn4d54esgfgjmr3hx4t8fc3gcuer3m8evh9a6rzs3rrspzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgq382vk&#39;&gt;nevent1q…82vk&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Check this sir &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/nprofile1qqs0dqlgwq6l0t20gnstnr8mm9fhu9j9t2fv6wxwl3xtx8dh24l4auspzamhxue69uhhyetvv9ujuurjd9kkzmpwdejhgtcpzemhxue69uhkzat5dqhxummnw3erztnrdakj7us2nqv&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;pip&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;nprofile…2nqv&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; . Michael is from my team. We are cooking some cool shit that might unlock this in the future.
    </content>
    <updated>2025-10-07T08:27:40Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs044nqhpzfa5a3jv5ywfjvqcaxex9pm3eyd0fea0ffdkderv0vfjqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kafczw6</id>
    
      <title type="html">Always looking for more ways to leverage ZK for Bitcoin and ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs044nqhpzfa5a3jv5ywfjvqcaxex9pm3eyd0fea0ffdkderv0vfjqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kafczw6" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqswzu3n6ewj5vpjn0agmytrngm7d5cenxt6qfgh92088v2384kgw3gpqzl4h&#39;&gt;nevent1q…zl4h&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Always looking for more ways to leverage ZK for Bitcoin and Nostr. What is the need exactly ?
    </content>
    <updated>2025-10-06T05:41:50Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsw8nlykm00zaelnjhzaex0t8cwuva3pkj03vdcv94sjw2022h03fgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kfs5hpm</id>
    
      <title type="html">Oh ok cool. We did not finish yet. We will complete it when we ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsw8nlykm00zaelnjhzaex0t8cwuva3pkj03vdcv94sjw2022h03fgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kfs5hpm" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs83p0063qtvkzn7yu3gfjkzlcjxw5wch3h7usc95s3s0q0hrcrmmcprpmhxue69uhhyetvv9ujuumwdae8gtnnda3kjctvauxnl6&#39;&gt;nevent1q…xnl6&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Oh ok cool. We did not finish yet. We will complete it when we reach the next milestone on Raito. Because right now the way we verify non spending of UTXO in zkpoor is naive and extremely inefficient which makes it impossible to prove on a large range of blocks.&lt;br/&gt;Once we have proving of utreexo it will be much easier.&lt;br/&gt;Also we found a way to couple the proof to the legit owner of the coins after the hackathon that we did not implement yet. Simply passing a public key as argument when generating the proof and adding it in the output of the proof. Only legit owner is able to generate a valid proof of ownership of the input UTXOs so then the owner can just send a message off chain to prove they generated the proof. To avoid someone just taking the proof and claiming to own coins they don’t own.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://github.com/starkware-bitcoin/raito&#34;&gt;https://github.com/starkware-bitcoin/raito&lt;/a&gt;
    </content>
    <updated>2025-09-22T08:26:51Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsru9hvy06hrfdaxulpwatyuxyrm667kpckp8vwaevgjslr4jvtxqgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k9mzmhg</id>
    
      <title type="html">Here you go: https://github.com/AbdelStark/zkpoor</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsru9hvy06hrfdaxulpwatyuxyrm667kpckp8vwaevgjslr4jvtxqgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k9mzmhg" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8946qkx0a2adyzkax9hpldl9gajyrws3eshprr3dtnynxjjrl5mgpzemhxue69uhky6t5vdhkjmn9wgh8xmmrd9skcjmkcq5&#39;&gt;nevent1q…kcq5&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Here you go: &lt;a href=&#34;https://github.com/AbdelStark/zkpoor&#34;&gt;https://github.com/AbdelStark/zkpoor&lt;/a&gt;
    </content>
    <updated>2025-09-22T08:23:31Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs22zztnj80ywtzzhtyncc45rm574xaptjuvh9rg5372nrhhw8qe5szyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kuv5msf</id>
    
      <title type="html">I understand your concern here. This is fair criticism</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs22zztnj80ywtzzhtyncc45rm574xaptjuvh9rg5372nrhhw8qe5szyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kuv5msf" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsg955pe67jrdejuykzq9sxsny9c7yew53qg25vjjug9vkef0r9r3qldwv9y&#39;&gt;nevent1q…wv9y&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I understand your concern here. This is fair criticism 
    </content>
    <updated>2025-09-18T13:49:26Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqstqleppzcfj982z7c3ca7wfc0x9y2fpp7g0kqmmkplkpv93gsdsaszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5ky0qcqe</id>
    
      <title type="html">&amp;#34;If I wanted to destroy bitcoin I would just fund infinite ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqstqleppzcfj982z7c3ca7wfc0x9y2fpp7g0kqmmkplkpv93gsdsaszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5ky0qcqe" />
    <content type="html">
      &amp;#34;If I wanted to destroy bitcoin I would just fund infinite developers who are very talented and tell them to make it better.&amp;#34;&lt;br/&gt;&lt;br/&gt;- Michael Saylor on op_return&lt;br/&gt;&lt;br/&gt;I think he is not completely wrong, there is a risk. A risk of distraction, a risk of wanting to work on cool stuff because they are exciting, etc. those risks exist.&lt;br/&gt;BUT, in my opinion, what Michael Saylor actually thinks is closer to this:&lt;br/&gt;&lt;br/&gt;“If I wanted to destroy Bitcoin I would just scare people so that no one touches it and address the remaining issues and challenges that prevent Bitcoin to truly become P2P cash at the planet scale. It will make it easier for us to capture it and just hammer the NGU and digital gold narratives. Fuck their cypherpunk values and their hope of freedom.”&lt;br/&gt;&lt;br/&gt;Who benefit the most from scaring people from ever touching Bitcoin again to try to improve it and fulfill its promise ? I think that considering Bitcoin final now is the biggest gift to governments or any powerful adversarial forces that would want to capture Bitcoin or prevent it from being adopted widely as money, and not just as digital gold. &lt;br/&gt;&lt;br/&gt;Complacency also can kill Bitcoin. Job is not finished. The real fight has barely started.&lt;br/&gt;&lt;video controls width=&#34;100%&#34; class=&#34;max-h-[90vh] bg-neutral-300 dark:bg-zinc-700&#34;&gt;&lt;source src=&#34;https://blossom.primal.net/04dbdf0f6a405f0658a0d64a4773505be5812e89950928b43ea5498725e781c1.mov&#34;&gt;&lt;/video&gt;
    </content>
    <updated>2025-09-18T06:59:30Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsdmem9hle77lrtsr6s0twuvfwqdfdpu37r6gp0rwqpeax3yty9fhczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kg9427s</id>
    
      <title type="html">Seeing some of the comments, I realize there might be some ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsdmem9hle77lrtsr6s0twuvfwqdfdpu37r6gp0rwqpeax3yty9fhczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kg9427s" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqswg0ntgternlejwq28fpdr8cywre5jh7czstfq92g245zajqtc6ucmtk47z&#39;&gt;nevent1q…k47z&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Seeing some of the comments, I realize there might be some confusion or misunderstanding about what this means. I confirm and re-iterate that this is an incredible performance and that no other proving system in the world today can achieve such feats with this level of cost-efficiency, trustlessness, and soundness. We&amp;#39;re pushing the boundaries of ZK tech to make Bitcoin&amp;#39;s history verifiable in ways that were unimaginable before.&lt;br/&gt;&lt;br/&gt;First, some comments suggested sarcasm like: &amp;#34;They got it all the way &amp;#39;down&amp;#39; to 6.5 hours&amp;#34;, implying it&amp;#39;s slow or underwhelming. Hmm, I think there&amp;#39;s a huge confusion here! The 6.5 hours is the time to generate the FULL RECURSIVE PROOF for the entire chain. This is done ONLY ONCE, by ONE machine (and we&amp;#39;re optimizing to bring costs down further).&lt;br/&gt;&lt;br/&gt;LETS FOCUS ON THE REAL DEAL =&amp;gt; Verification takes just 50-100 MILLISECONDS, even on small devices like phones. It&amp;#39;s not about proving time, it&amp;#39;s the asymmetry STARKs provide: proving is compute-intensive but one-off; verifying is blazing fast and scales infinitely. As we work hard to be able to prove full block execution (scripts, txs, etc.), verification will still be ~100ms for the whole chain. That&amp;#39;s the game-changer!&lt;br/&gt;&lt;br/&gt;Next element: &amp;#34;Proofs don’t validate.&amp;#34; Actually, verifying the proof does validate! Instead of re-executing everything (the slow, traditional way), you verify the STARK proof, which cryptographically guarantees the same result, but exponentially faster and with less computation. It&amp;#39;s like compressing validation into a tiny, efficient check without sacrificing security.&lt;br/&gt;&lt;br/&gt;To explain further, here&amp;#39;s a high-level workflow for our Compressed SPV Proof (using STARKs via Cairo&#43;Stwo):&lt;br/&gt;&lt;br/&gt;- Batch Execution: An executor processes batches of Bitcoin block headers (e.g., 1-10k, then 10k-20k) with bootloader and assumevalid Cairo programs, generating traces and execution inputs.&lt;br/&gt;&lt;br/&gt;- Proof Generation: A prover creates a STARK proof attesting that block validation logic was correctly executed over those headers.&lt;br/&gt;&lt;br/&gt;- Verification: The compressed proof &#43; current chain state &#43; MMR root goes to an on-chain/off-chain verifier, which trustlessly confirms:Validity &amp;amp; linkage of all headers back to genesis.&lt;br/&gt;    * Target block&amp;#39;s inclusion (via MMR proof).&lt;br/&gt;    * Sufficient cumulative difficulty/work.&lt;br/&gt;    * Correct timestamps &amp;amp; consensus rules.&lt;br/&gt;    * Target tx inclusion (via Merkle/SPV proof).&lt;br/&gt;&lt;br/&gt;See more details: &lt;a href=&#34;https://github.com/starkware-bitcoin/raito&#34;&gt;https://github.com/starkware-bitcoin/raito&lt;/a&gt;
    </content>
    <updated>2025-09-09T21:18:50Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswg0ntgternlejwq28fpdr8cywre5jh7czstfq92g245zajqtc6uczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kdf4njq</id>
    
      <title type="html">This is for the proof generation of the whole header chain. Not ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswg0ntgternlejwq28fpdr8cywre5jh7czstfq92g245zajqtc6uczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kdf4njq" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqszy5gwuqgfe6duz35cnar2w28tqyvcfv9hd9eq59wqwqlzztgudrsppemhxue69uh5qmn0wvhxcmmv97z8z6&#39;&gt;nevent1q…z8z6&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;This is for the proof generation of the whole header chain. Not for the verification. The verification of the proof takes 50-100ms even on a small device. 
    </content>
    <updated>2025-09-09T21:16:58Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsd9wa7a3zcql8qdzseektmenslmzjhaa8zuwtd6kcac29hyjlajzgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k8y555r</id>
    
      <title type="html">Yes 👍</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsd9wa7a3zcql8qdzseektmenslmzjhaa8zuwtd6kcac29hyjlajzgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k8y555r" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsvdnwy6dllwt76fq8wn7kd0kruky4gdt2gn64fhm6eu6p276cay9cn0sgda&#39;&gt;nevent1q…sgda&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Yes 👍 
    </content>
    <updated>2025-09-09T21:15:47Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs8yyrywy8l4769ay7ydaqplvzvh0dnkdsp9j834pnfmtcv6kd8hcszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kznn0pg</id>
    
      <title type="html">As for the non interactive part, it’s being obtained using Fiat ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs8yyrywy8l4769ay7ydaqplvzvh0dnkdsp9j834pnfmtcv6kd8hcszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kznn0pg" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsdt7xlnyv44ce58xt6tm5aunrc20c66la653x0sw6na9yg2rz3xuspp4mhxue69uhkummn9ekx7mq0az4ws&#39;&gt;nevent1q…z4ws&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;As for the non interactive part, it’s being obtained using Fiat Shamir, which enable to simulate some random oracle and queries of the verifier without interactivity 
    </content>
    <updated>2025-09-09T21:15:32Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqstr9dtcuz724lhjq2nu3txkh0ma4gx09weeze55ahsqk83kq0aqvczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k6w4lzj</id>
    
      <title type="html">The zero knowledge part is from the verifier perspective. The ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqstr9dtcuz724lhjq2nu3txkh0ma4gx09weeze55ahsqk83kq0aqvczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k6w4lzj" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsdt7xlnyv44ce58xt6tm5aunrc20c66la653x0sw6na9yg2rz3xuspp4mhxue69uhkummn9ekx7mq0az4ws&#39;&gt;nevent1q…z4ws&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;The zero knowledge part is from the verifier perspective. The prover needs of course the knowledge of the chain in this case. Btw note that we use a STARK proof here for the scaling properties and not for the privacy aspect. The goal is then to be able to verify in 50-100ms the validity of the entire header chain even on a small device like a phone 
    </content>
    <updated>2025-09-09T21:14:34Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs9u0zzl863dfcf7fxkmwj6zpznkfw4l5665wlw5u2rt9gf9qqgteszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k6xa5n8</id>
    
      <title type="html">Machine: c4-highmem-32 32 vcpus 248 GB RAM Actual usage is ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs9u0zzl863dfcf7fxkmwj6zpznkfw4l5665wlw5u2rt9gf9qqgteszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k6xa5n8" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsta6yr6fasnds99gzarpucg39hhf06rvhgdqrem4s7cv6fyr9z38qpndmhxue69uhkummn9ekx7mp0y5erqamnwvaz7tmwdaehgu3wd3skuep0y5erqffjxpshvct5v9ez2v3swaehxw309ahx7um5wgh8w6twv5hj2v3sy5erqctkv96xzu39xgc8wumn8ghj7ur4wfcxcetjv4kxz7fwvdhk6te9xgc8wumn8ghj7un9d3shjtnyv9kh2uewd9hj7ffjxpmhxue69uhhyetvv9ujuumwdae8gtnnda3kjctv9uj08xqm&#39;&gt;nevent1q…8xqm&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Machine: c4-highmem-32&lt;br/&gt;32 vcpus    248 GB RAM&lt;br/&gt;Actual usage is 190/248, in &amp;#34;real-time&amp;#34; mode &amp;lt;100GB&lt;br/&gt;&lt;br/&gt;proof size: ~1MB&lt;br/&gt;&lt;br/&gt;on-demand hourly cost is $2.085424 USD&lt;br/&gt;total cost: 2.085424*6.5 = $13.55&lt;br/&gt;&lt;br/&gt;and this is not even the final form! (this is WITHOUT SHA256 builtin, Cairo M31, GPU acceleration, Proving parallelization)&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://github.com/starkware-bitcoin/raito&#34;&gt;https://github.com/starkware-bitcoin/raito&lt;/a&gt;&lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/3774da323d06efabe58d7cac88be81bc44732bfa3475581ea5732d1eec6bacbc.jpg&#34;&gt; 
    </content>
    <updated>2025-09-09T07:07:34Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsta6yr6fasnds99gzarpucg39hhf06rvhgdqrem4s7cv6fyr9z38qzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5knpz03m</id>
    
      <title type="html">NEW WORLD RECORD. WE CAN PROVE THE WHOLE BITCOIN BLOCK HEADER ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsta6yr6fasnds99gzarpucg39hhf06rvhgdqrem4s7cv6fyr9z38qzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5knpz03m" />
    <content type="html">
      NEW WORLD RECORD.  &lt;br/&gt;&lt;br/&gt;WE CAN PROVE THE WHOLE BITCOIN BLOCK HEADER CHAIN IN 6.5 HOURS.  &lt;br/&gt;&lt;br/&gt;FOR $13.5. &lt;br/&gt;&lt;br/&gt;YES, WE HAVE PROVEN 16 YEARS OF BLOCKCHAIN HISTORY OF A $2 TRILLION ASSET FOR LESS THAN A BIG MAC COMBO MENU.&lt;br/&gt;&lt;br/&gt;STWO, FASTEST PROVER IN THE WORLD, BACKBONE OF STARKNET.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/675f25bd8a9a380a9e2abf75c5c928db75c9045334944d3553c70f75b9068c1a.jpg&#34;&gt; 
    </content>
    <updated>2025-09-09T07:06:40Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsd70ma4wmq6cpygs5hxq7efxugfazukzpvry5upjnf37d0ehs3fzczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5ky7k4hj</id>
    
      <title type="html">One day you will pay using fiat currency for the last time ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsd70ma4wmq6cpygs5hxq7efxugfazukzpvry5upjnf37d0ehs3fzczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5ky7k4hj" />
    <content type="html">
      One day you will pay using fiat currency for the last time without even realizing it.&lt;br/&gt;&lt;br/&gt;Bitcoin.&lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/5cd852e1d9bc01c0adfc632d4055748138b3d3b15587bbe307353d06f4778167.png&#34;&gt; 
    </content>
    <updated>2025-09-01T13:20:28Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswarlyh6r2jzamm0w0qafqvy35f2csjrdfdg98ms2nnyeqjj0s2eczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k0wupkg</id>
    
      <title type="html">Welcome to the freedom of speech protocol</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswarlyh6r2jzamm0w0qafqvy35f2csjrdfdg98ms2nnyeqjj0s2eczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k0wupkg" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsg75lhgpq9d4upeevmsf4hznx0weklg8dq7w67khux7japfxhlrzqpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgmfv9lp&#39;&gt;nevent1q…v9lp&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Welcome to the freedom of speech protocol
    </content>
    <updated>2025-08-26T23:53:26Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsz3t9m6h5p32u8lc87xd2zjqk9hl08790llnpue5pym3xdjqgdfpszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k7gh257</id>
    
      <title type="html">Check demo video and info and repo here: ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsz3t9m6h5p32u8lc87xd2zjqk9hl08790llnpue5pym3xdjqgdfpszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k7gh257" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsq3mg7xfhx62qmre8fy94yn0vrk60s7ezltyuxc7px3p4hncxffucpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgt0qxmu&#39;&gt;nevent1q…qxmu&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Check demo video and info and repo here:&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://github.com/AbdelStark/pons/discussions/1&#34;&gt;https://github.com/AbdelStark/pons/discussions/1&lt;/a&gt;
    </content>
    <updated>2025-08-06T14:16:50Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsq3mg7xfhx62qmre8fy94yn0vrk60s7ezltyuxc7px3p4hncxffuczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5ktn6fxs</id>
    
      <title type="html">Hear me out, PONS: Proof Of Non-Spam for Bitcoin! I was ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsq3mg7xfhx62qmre8fy94yn0vrk60s7ezltyuxc7px3p4hncxffuczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5ktn6fxs" />
    <content type="html">
      Hear me out, PONS: Proof Of Non-Spam for Bitcoin!&lt;br/&gt;&lt;br/&gt;I was discussing with &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/nprofile1qqs0m40g76hqmwqhhc9hrk3qfxxpsp5k3k9xgk24nsjf7v305u6xffcpremhxue69uhkummnw3ez6ur4vgh8wetvd3hhyer9wghxuet59uq3xamnwvaz7tm0venxx6rpd9hzuur4vghsz8a8pz&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Luke Dashjr&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;nprofile…a8pz&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;  about various usage of ZKP for Bitcoin, and he came with this intriguing idea to use Zero Knowledge Proofs to fight spam on Bitcoin (without breaking some designs such as BitVM).&lt;br/&gt;Initially I was sceptical, but the more I think about it, the more I am convinced that it could be a very interesting idea to explore.&lt;br/&gt;&lt;br/&gt;Just to be concrete, here are some examples of valid / non spam materials that could be theoretically proven via a system like PONS:&lt;br/&gt;- Schnorr public keys: Prove knowledge of corresponding private key&lt;br/&gt;- Hash preimages: Prove knowledge of data hashing to claimed values&lt;br/&gt;- Taproot scripts: Prove leaf scripts are valid Bitcoin Script, not arbitrary bytes&lt;br/&gt;- Merkle roots: Prove correspondence to actual Merkle trees of valid elements&lt;br/&gt;&lt;br/&gt;As usual, I like to experiment and play with ideas, so I started to implement a proof of concept of this idea, for the minimalistic simplest example here that is: prove that a public key is &amp;#34;real&amp;#34; and not a &amp;#34;fake&amp;#34; public key.&lt;br/&gt;&lt;br/&gt;You can see in the demo video below the following flow:&lt;br/&gt;- Generate a Schnorr public key and its corresponding private key&lt;br/&gt;- Create a digital signature of an arbitrary message&lt;br/&gt;- Run a Cairo program that verify the signature against the public key&lt;br/&gt;- Generate a STARK proof of the Cairo program execution using STWO prover&lt;br/&gt;- Verify the STARK proof using STWO verifier&lt;br/&gt;&lt;br/&gt;Sorry Luke Dashjr I know that you consider Rust as a woke language haha, but for now we have the STWO prover and verifier only implemented in Rust, so I used it for the demo. We can easily integrate the STWO verifier in Bitcoin Core or Knots via ffi though (as we already did in another POC).&lt;br/&gt;&lt;br/&gt;So of course here it&amp;#39;s completely overkill to use a STARK proof for this and you could do it much more efficiently without a ZKP, but it is to show how the architecture could look like end to end.&lt;br/&gt;&lt;br/&gt;There are many interesting design questions, like how to make nodes / miners play nicely and prioritise transactions with valid proofs, how to incentivise the generation of proofs, how to make it efficient and not bloated, etc.&lt;br/&gt;&lt;br/&gt;I am curious to hear your thoughts on this idea, and if you think it could be a good idea to explore further.&lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/b70cbd29c91b29df996b51bcc0365fa9c3ef3675f0e9335803020f42987c6d94.jpg&#34;&gt; 
    </content>
    <updated>2025-08-06T14:16:08Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsthyvtedgwafnqxw2pxmvdc8z6y9z3hwprhz3djxfmx7ssu57yy6qzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kd8aqv3</id>
    
      <title type="html">I see your point and understand your perspective. Does not change ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsthyvtedgwafnqxw2pxmvdc8z6y9z3hwprhz3djxfmx7ssu57yy6qzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kd8aqv3" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs0z92qurszl87fdg86aduds683m5r3ljmh4jq7mps2e9y50uzpudcppamhxue69uhkztnwdaejumr0dsjc6msv&#39;&gt;nevent1q…6msv&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I see your point and understand your perspective. Does not change my point about the fact that the tech that powers Starknet is orthogonal to this 
    </content>
    <updated>2025-07-30T16:56:37Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsylf4ejmg4z29chdagkhum5s0qgsnn0f2zxfag5dgtagknpg469zgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kpsdc8a</id>
    
      <title type="html">Thanks 🙏</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsylf4ejmg4z29chdagkhum5s0qgsnn0f2zxfag5dgtagknpg469zgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kpsdc8a" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs9zhtjstgl6yh8ysjmeq4qrmqejw4wqdzn002grlvupclstq7zrqcpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgy8y07v&#39;&gt;nevent1q…y07v&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Thanks 🙏 
    </content>
    <updated>2025-07-30T14:45:58Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrj3cagd879gsxe9x7pvnh8k5k96j8m0zr2hvsd7hfzy458tlsfqqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k96lf8d</id>
    
      <title type="html">Starknet is a scaling solution. It’s a ZK rollup. And it’s ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrj3cagd879gsxe9x7pvnh8k5k96j8m0zr2hvsd7hfzy458tlsfqqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k96lf8d" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsye6s326a4adeatgha44a022v9u9utwemhzge70nhke0syn30hydcpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhglg9xnx&#39;&gt;nevent1q…9xnx&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Starknet is a scaling solution. It’s a ZK rollup. &lt;br/&gt;And it’s back by STARK proofs which themselves are a fundamental breakthrough in computational integrity.&lt;br/&gt;I am taking about the tech here and that’s it. &lt;br/&gt;And all Starknet stack and proving tech is open source and its security is guaranteed by math. 
    </content>
    <updated>2025-07-30T14:40:00Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrxsslg4nwqz7s0yxfu763xny02h27ad62lly5razzejnlmcpej3gzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kfakxvz</id>
    
      <title type="html">Breaking news coming from El Salvador today, let me introduce you ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrxsslg4nwqz7s0yxfu763xny02h27ad62lly5razzejnlmcpej3gzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kfakxvz" />
    <content type="html">
      Breaking news coming from El Salvador today, let me introduce you the first Starknet powered Bitcoin ATM in the world! Edgar did the first ever Bitcoin purchase from a K1 ATM where the funding is coming from a Starknet wallet via an atomic swap to Lightning!&lt;br/&gt;&lt;br/&gt;&lt;video controls width=&#34;100%&#34; class=&#34;max-h-[90vh] bg-neutral-300 dark:bg-zinc-700&#34;&gt;&lt;source src=&#34;https://blossom.primal.net/eeca9ad176f79645bfbe0d40414e866aedf8e6b9bd6cc1026d2046fc6a1ec9cb.mp4&#34;&gt;&lt;/video&gt;
    </content>
    <updated>2025-07-30T14:14:37Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs0r95ktzwzvwwcn0gq4ufp2aq4y3c6dgnrpfw44phl7626m53ty8gzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kf26t4j</id>
    
      <title type="html">Thanks! I was there actually!</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs0r95ktzwzvwwcn0gq4ufp2aq4y3c6dgnrpfw44phl7626m53ty8gzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kf26t4j" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8kwvtnctdvp5rmjc5qlzu9rpv0v2c7wsnxz22t30a98mt9xc3nlspr9mhxue69uhhyetvv9ujumn0wd68ycmgv43kktndv5y5ynf8&#39;&gt;nevent1q…ynf8&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Thanks! I was there actually!
    </content>
    <updated>2025-07-23T02:20:48Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsv3p90lja6s3xgpdl6lmtdh6hg8etjyk0hwlnrasyzt2sg4qd2rsszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kuu8x3f</id>
    
      <title type="html">Spending some time with the great folks at @npub17cy…4ml3 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsv3p90lja6s3xgpdl6lmtdh6hg8etjyk0hwlnrasyzt2sg4qd2rsszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kuu8x3f" />
    <content type="html">
      Spending some time with the great folks at  &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub17cyatz6z2dzcw6xehtcm9z45m76lde5smxdmyasvs00r4pqv863qrs4ml3&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;myfirstbitcoinorg&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub17cy…4ml3&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; working on such an important mission: Bitcoin education in El Salvador and all over the world.&lt;br/&gt;As I was told here: Mi Primer Bitcoin is a MOVEMENT!&lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/bfb878560fe82319e880a4b14c3b2bbd850c3e6a246fc4319e731f6898277a4a.jpg&#34;&gt; &lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/b073fee584fe246d2a3568df8c27a569a4854d981bcacb9e3e00e4a4e8e323d7.jpg&#34;&gt; &lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/b543d09f506a2d33a3a5dc52a9549c474703f13bc3b7645b440729d25b918f9d.jpg&#34;&gt; &lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/580e50b424433a8fd8967254da253adcfe7efcf11c15e86b551e8ee02708086f.jpg&#34;&gt; 
    </content>
    <updated>2025-07-22T20:32:19Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs20yx778npt3gg6adnjq36ef6twjrmjhnyqfmh9hrnp2us0u9jpygzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kr53ch0</id>
    
      <title type="html">Yosh Nostriches, I am in San Salvador this week. Any ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs20yx778npt3gg6adnjq36ef6twjrmjhnyqfmh9hrnp2us0u9jpygzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kr53ch0" />
    <content type="html">
      Yosh Nostriches, I am in San Salvador this week. Any recommendations for Bitcoiners to meet there or cool places for Bitcoiners in general.
    </content>
    <updated>2025-07-21T14:08:25Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsfgg76p8008fuvl96ljsklq5qfnhnljkfks7955kff4wwxekr2uhszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kx8aav2</id>
    
      <title type="html">I was chatting with the Alby wallet team about their Lightning ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsfgg76p8008fuvl96ljsklq5qfnhnljkfks7955kff4wwxekr2uhszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kx8aav2" />
    <content type="html">
      I was chatting with the  Alby wallet team about their Lightning MCP server using Nostr Wallet Connect. Forked it to integrate Lightning &amp;lt;&amp;gt; Starknet atomic swaps via Atomiq Labs SDK.&lt;br/&gt;In the demo, I fired up Claude Code (also did it with Goose) and asked it to handle an end-to-end swap: &amp;#34;swap 311 sats to STRK&amp;#34;. It executed perfectly, pulling from my Primal wallet via NWC connection string and performing the swap.&lt;br/&gt;&lt;br/&gt;Fully trustless (HTLC reverse submarine swap).&lt;br/&gt;&lt;br/&gt;Exciting times for building Bitcoin apps with AI. 🧡&lt;br/&gt;&lt;br/&gt;#Bitcoin #BitcoinAI #ClaudeCode #Goose&lt;br/&gt;&lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/3cdb822eac41849d32f57a22d79257f5c5987cea925e15a8d17d169cb8c18c53.jpg&#34;&gt; &lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/0e15fd66dba1457aa22ae37031df8526f0a7a62fbab8c874dc7f7d8a3c609439.jpg&#34;&gt; 
    </content>
    <updated>2025-07-17T16:43:48Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrlp8e9j97s304yz8xmw2wdfxg5reelgyr077ad8vmqhffryn8gtgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kjpneqa</id>
    
      <title type="html">Bitcoin covenant toolkit: A deep dive into CTV and CSFS ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrlp8e9j97s304yz8xmw2wdfxg5reelgyr077ad8vmqhffryn8gtgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kjpneqa" />
    <content type="html">
      Bitcoin covenant toolkit: A deep dive into CTV and CSFS&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://hackmd.io/@AbdelStark/bitcoin-covenant-toolkit-ctv-csfs&#34;&gt;https://hackmd.io/@AbdelStark/bitcoin-covenant-toolkit-ctv-csfs&lt;/a&gt;
    </content>
    <updated>2025-07-15T09:15:13Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqspt6cst784gwyyv24ltqy58e3j3cmtfxqvq2xnqfzrzgla6jqua3czyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kvyggzm</id>
    
      <title type="html">Beau jeu ça</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqspt6cst784gwyyv24ltqy58e3j3cmtfxqvq2xnqfzrzgla6jqua3czyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kvyggzm" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs95smn5pl33gjj7e5qhfwngldep9gj3d6k8j4qkmdqeq3xrwwp6xs8darlx&#39;&gt;nevent1q…arlx&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Beau jeu ça 
    </content>
    <updated>2025-07-15T07:36:45Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsytkctg09fzs9gl5j7aggweuvh3u2ffrfgj8rr9frh6ur90ex3gjgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k8x2sms</id>
    
      <title type="html">Built a proof of concept of Bitcoin vaults to showcase CTV &amp;amp; ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsytkctg09fzs9gl5j7aggweuvh3u2ffrfgj8rr9frh6ur90ex3gjgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k8x2sms" />
    <content type="html">
      Built a proof of concept of Bitcoin vaults to showcase CTV &amp;amp; CSFS on Mutinynet signet.&lt;br/&gt;&lt;br/&gt;Basic vault: Funds locked to a P2TR output with a single leaf CTV script committing to a trigger tx template. Trigger moves to a conditional P2TR: IF branch requires CSV delay &#43; hot key sig; ELSE is CTV to cold address (immediate, no sig). NUMS internal key forces script spends.&lt;br/&gt;&lt;br/&gt;Hybrid vault extends to two leaves: One for CTV path (same as basic). Second for CSFS: Verifies a Schnorr sig over a delegation message (e.g., &amp;#34;EMERGENCY_DELEGATION:AMOUNT=...:RECIPIENT=...:EXPIRY=...:VAULT=...&amp;#34;) from treasurer key, allowing direct spend to recipient (escape hatch).&lt;br/&gt;&lt;br/&gt;Demo flow 1: Cold clawback via CTV. Fund vault P2TR. Broadcast trigger (satisfies CTV from vault). Then broadcast cold tx from trigger (ELSE branch, satisfies CTV to cold). No delay. Works as emergency response if trigger detected (e.g., hot key compromise).&lt;br/&gt;&lt;br/&gt;Demo flow 2: Delegation via CSFS. Treasurer signs message authorizing ops team to spend X sats to Y by Z block (though the amount and other dynamic transaction params are not enforced in the demo, would require OP_AMOUNT, might be possible forcing the spender to provide the transaction data in the witness, check the signature of the tx data with CSFS, and then introspect the transaction elements we want like the amount, but not sure the parsing / splitting of the transaction elements would be practical). Spend vault directly via CSFS leaf: Witness includes sig, message hash, treasurer pubkey, script, control. Bypasses CTV/timelock for authorized emergencies.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://github.com/AbdelStark/doko&#34;&gt;https://github.com/AbdelStark/doko&lt;/a&gt;&lt;br/&gt;&lt;video controls width=&#34;100%&#34; class=&#34;max-h-[90vh] bg-neutral-300 dark:bg-zinc-700&#34;&gt;&lt;source src=&#34;https://blossom.primal.net/8f73b8b148dc7ceadd07e96f2fe28f235f4dbd303025c1b1f60fe31e5c23680c.mp4&#34;&gt;&lt;/video&gt;
    </content>
    <updated>2025-07-11T14:54:43Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsgphgz9xxvc8g68y6hjl4l3lxzqrszwhvwgfwnkys54pdx3azrqqszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5ka50zzl</id>
    
      <title type="html">Yes 🙌</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsgphgz9xxvc8g68y6hjl4l3lxzqrszwhvwgfwnkys54pdx3azrqqszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5ka50zzl" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsyxkmlnw7ec370kmgaf8dgq8l2xwghkg7f5l4j6ffwesezz8kfnwqppamhxue69uhkummnw3ezumt0d57xdad0&#39;&gt;nevent1q…dad0&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Yes 🙌 
    </content>
    <updated>2025-07-02T05:45:38Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs863zcu2qdnh7jgtgshq5zzlsdmpc7tyvvuksvch68vy4gxzdadnqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k5cnqvj</id>
    
      <title type="html">Btw being able to generate the proof on a normal desktop is not ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs863zcu2qdnh7jgtgshq5zzlsdmpc7tyvvuksvch68vy4gxzdadnqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k5cnqvj" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsy97ujf0n4sx4svj55fwt5gals82ewdfx8sc27juuhh5y2u2ht8rgpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhg8ckfxp&#39;&gt;nevent1q…kfxp&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Btw being able to generate the proof on a normal desktop is not really required in the sense that as the node what you need to do is to verify the proofs and this is very efficient and fast in a small device. For the proof generation it’s still better to delegate it to bigger machines and have them aggregate the proofs and do the recursion to amortize the cost. It remains trustless anyway. &lt;br/&gt;But still we want to lower as much as we can the requirements to be able to generate the proofs 
    </content>
    <updated>2025-06-25T04:23:42Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsy97ujf0n4sx4svj55fwt5gals82ewdfx8sc27juuhh5y2u2ht8rgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5ka7stzy</id>
    
      <title type="html">Depends what you call a decent time window. It’s still a ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsy97ujf0n4sx4svj55fwt5gals82ewdfx8sc27juuhh5y2u2ht8rgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5ka7stzy" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsflz6kup587hypdk3v0ycewkv4k6fgns7s25yh72mvktys5wv9ygg7lqvdq&#39;&gt;nevent1q…qvdq&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Depends what you call a decent time window. It’s still a challenge today mostly because of sha256 which is horrible to prove and of course we have a prove an insane amount of sha256 hashes.&lt;br/&gt;We will likely have at some point to built a sha256 built in to speed things up drastically.&lt;br/&gt;Right now the proof is only the block header not the full block, we need to remove the sha256 bottleneck to be able to do this efficiently for the full block. 
    </content>
    <updated>2025-06-25T04:09:49Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsqapxsszp9emy9lztg3cg8vst63ap0t8glvq884kx5g2gpjn502gszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kywh9g9</id>
    
      <title type="html">Running Bitcoin ZK Knots, baby! We&amp;#39;ve successfully run a POC ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsqapxsszp9emy9lztg3cg8vst63ap0t8glvq884kx5g2gpjn502gszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kywh9g9" />
    <content type="html">
      Running Bitcoin ZK Knots, baby!&lt;br/&gt;&lt;br/&gt;We&amp;#39;ve successfully run a POC verifying a STARK proof of Bitcoin&amp;#39;s mainnet block #1 inside a modified Bitcoin Knots client.&lt;br/&gt;&lt;br/&gt;The proof validates critical consensus rules:&lt;br/&gt;&lt;br/&gt;- Timestamp&lt;br/&gt;- Chain difficulty&lt;br/&gt;- Block difficulty&lt;br/&gt;- Proof of Work&lt;br/&gt;&lt;br/&gt;Here’s the technical flow:&lt;br/&gt;&lt;br/&gt;- A Cairo program defines the block header consensus rules &amp;amp; generates the execution trace: &lt;a href=&#34;https://github.com/starkware-bitcoin/raito/blob/1cca29f0435ef74b34c8cca29f76393c7079b898/packages/assumevalid/src/lib.cairo#L49&#34;&gt;https://github.com/starkware-bitcoin/raito/blob/1cca29f0435ef74b34c8cca29f76393c7079b898/packages/assumevalid/src/lib.cairo#L49&lt;/a&gt;&lt;br/&gt;- The STWO prover generates the STARK proof from the trace: &lt;a href=&#34;https://github.com/starkware-libs/stwo-cairo&#34;&gt;https://github.com/starkware-libs/stwo-cairo&lt;/a&gt;&lt;br/&gt;- A modified ProcessNewBlockHeaders function in Bitcoin Knots performs the proof verification: &lt;a href=&#34;https://github.com/starkware-bitcoin/bitcoin/blob/c2505b4c9a3a420634de651220f76285e0b7ee64/src/validation.cpp#L4690&#34;&gt;https://github.com/starkware-bitcoin/bitcoin/blob/c2505b4c9a3a420634de651220f76285e0b7ee64/src/validation.cpp#L4690&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;The main purpose of this POC was to test the integration of our Rust-based proving stack into the C&#43;&#43; codebase.&lt;br/&gt;&lt;br/&gt;The ultimate vision? To improve Initial Block Download (IBD) dramatically by allowing the entire chain&amp;#39;s validity to be verified with a single recursive proof.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Once Raito is fully equipped with recursive proving and strong performance, we&amp;#39;ll be back to implement a full, real-world IBD with ZK verification enabled. Stay tuned!&lt;br/&gt;Follow our StarkWare Bitcoin Github for updates: &lt;a href=&#34;https://github.com/starkware-bitcoin/&#34;&gt;https://github.com/starkware-bitcoin/&lt;/a&gt;&lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/3656c71afab40e3e83775852f8ed7e8e08a79d6024f7c77c5ea5bb698f611801.jpg&#34;&gt; &lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/2e2354ac26e7e9d047ebb256522b9ece0fb6fa9f8781156641a5fa4d22cd49be.jpg&#34;&gt; &lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/dae66e7677756043a10dd3cedd1a0753070669ab27af1b7abc47a82dc5eb1e9c.jpg&#34;&gt; 
    </content>
    <updated>2025-06-24T16:12:26Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsg6hkuynw8lp86sgjs5f2wsx2u7cshpk0erdv64lz7v8t6s6fvfrqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kfet2gx</id>
    
      <title type="html">🧡</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsg6hkuynw8lp86sgjs5f2wsx2u7cshpk0erdv64lz7v8t6s6fvfrqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kfet2gx" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8y5mtnxvy4w93h9apt0renp50xhxc5rm93guk5mtj2srdkxqt8qqpz3mhxue69uhkummnw3ezummcw3ezuer9wcxdrv9c&#39;&gt;nevent1q…rv9c&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;🧡
    </content>
    <updated>2025-06-19T11:06:28Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvavkxyl7aee7lktr4vsg9yfjrrx0znawjqkqy097v2q7ut2rz8eszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5ku7kd8a</id>
    
      <title type="html">Decentralized mining on Bitcoin is an important area. We&amp;#39;ve ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvavkxyl7aee7lktr4vsg9yfjrrx0znawjqkqy097v2q7ut2rz8eszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5ku7kd8a" />
    <content type="html">
      Decentralized mining on Bitcoin is an important area. We&amp;#39;ve developed a prototype within Stratum v2 that leverages STARK proofs to achieve a more trustless system and better preserve the strategies of individual miners.&lt;br/&gt;&lt;br/&gt;Our demo shows the individual miner (JD client) generating a STARK proof for the validity of the coinbase transaction and the total fees of the block template, all without disclosing the list of transactions. The JD server can then verify this STARK proof, confirming the block template&amp;#39;s validity and the claimed sum of fees, without gaining any knowledge about the specific transactions.&lt;br/&gt;&lt;br/&gt;This also provides an advantage for mining pools from a regulatory perspective due to plausible deniability, which in turn improves the network&amp;#39;s censorship resistance. While this is currently a proof of concept, our goal is to extend it to include full transaction validity in the future. We&amp;#39;re keen to collaborate with teams working on decentralized mining and will also be exploring this with Datum.&lt;br/&gt;&lt;br/&gt;#Bitcoin #DecentralizedMining #StratumV2 #Datum #STARKs #ZeroKnowledgeProof&lt;br/&gt;&lt;video controls width=&#34;100%&#34; class=&#34;max-h-[90vh] bg-neutral-300 dark:bg-zinc-700&#34;&gt;&lt;source src=&#34;https://blossom.primal.net/9948a4c329bd2ab346e53fa93cc97e4c68b6f7a62d1ffdb327b0e63f071b4269.mov&#34;&gt;&lt;/video&gt;
    </content>
    <updated>2025-06-19T08:11:00Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs243d49mv39sf6tvddj5cyhh7p3v6d40me5mmwaneua2fglqwu33czyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kecy0ua</id>
    
      <title type="html">Just prove it</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs243d49mv39sf6tvddj5cyhh7p3v6d40me5mmwaneua2fglqwu33czyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kecy0ua" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs0ds2xsz2lf5zum96ydftjs2k900kuz4zjfgqmjnzk8demf6s8vwqpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgl8g5kv&#39;&gt;nevent1q…g5kv&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Just prove it 
    </content>
    <updated>2025-06-18T09:07:34Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqstr4nk3yrq9ncj97nk8gu82zx0jwzz2xfqacc78cl5my4fnyxkdqczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kevwes3</id>
    
      <title type="html">🫡</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqstr4nk3yrq9ncj97nk8gu82zx0jwzz2xfqacc78cl5my4fnyxkdqczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kevwes3" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxucautc26et39msf6lxkczszlhuacu69h4mzc52err9qrf2l8y8qpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgxnaxef&#39;&gt;nevent1q…axef&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;🫡
    </content>
    <updated>2025-06-17T16:59:56Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs9u52a5lmdr29lce7dw9s4f37jdj60at37edj9r2hwxm9qj9j3tggzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kjfxys3</id>
    
      <title type="html">@nprofile…hp6j are you down to meet some folks from StarkWare ?</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs9u52a5lmdr29lce7dw9s4f37jdj60at37edj9r2hwxm9qj9j3tggzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kjfxys3" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxjg92jgpthjjyjv8c30wh4xpadmeuagrkgx922n39zdk9zvmkrrcpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgesh2jm&#39;&gt;nevent1q…h2jm&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/nprofile1qqsfrjd9ux5hgsg5cmlz6cdwfh5zv2024g8m2t6g9zqf83l8uqm0svspzamhxue69uhhyetvv9ujucm4wfex2mn59en8j6gpzfmhxue69uhkummnw3ezu7nzvshxweccqhp6j&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;ROCKSTAR&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;nprofile…hp6j&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; are you down to meet some folks from StarkWare ?
    </content>
    <updated>2025-06-17T14:06:03Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs8gjgm6j5kyhpk6jpxu6zlvnmjas3xgdzz7209n3l0hz9hcfqqf4czyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k6maek5</id>
    
      <title type="html">Hey, any Bitcoiner in Prague tomorrow? I won’t be there but ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs8gjgm6j5kyhpk6jpxu6zlvnmjas3xgdzz7209n3l0hz9hcfqqf4czyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k6maek5" />
    <content type="html">
      Hey, any Bitcoiner in Prague tomorrow? I won’t be there but have few colleagues from StarkWare who will be there and would love to meet more Bitcoiners.&lt;br/&gt;If you wanna hang out with them and chat about Bitcoin in general and / or zero knowledge proofs let me know. 
    </content>
    <updated>2025-06-17T13:52:18Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs27emn0teppudu7frc9c0pqlkwerv6d523cvfunyn5pe4lyfs06zqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k5nhtrr</id>
    
      <title type="html">There is actually no better way to fight spam and mitigate ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs27emn0teppudu7frc9c0pqlkwerv6d523cvfunyn5pe4lyfs06zqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k5nhtrr" />
    <content type="html">
      There is actually no better way to fight spam and mitigate shitcoinery on Bitcoin than actually improving it as money and payment system.&lt;br/&gt;CTV &#43; CSFS enhance Lighting and other scaling designs, and it improves self custody for the masses.&lt;br/&gt;Stop trying playing cat and mouse with the filters and let’s actually make Bitcoin fully usable for payments, a true p2p electronic cash unstoppable system.&lt;br/&gt;&lt;br/&gt;#FixTheMoneyFixTheWorld #Bitcoin #CTV #CSFS &lt;blockquote class=&#34;border-l-05rem border-l-strongpink border-solid&#34;&gt;&lt;div class=&#34;-ml-4 bg-gradient-to-r from-gray-100 dark:from-zinc-800 to-transparent mr-0 mt-0 mb-4 pl-4 pr-2 py-2&#34;&gt;quoting &lt;br/&gt;&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Article&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/nevent1qqs0vlyxz2egvy8myq4n6lyhp3dv92uk8mlfe5qzarscfrhql25u84g68c7um&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;nevent1q…c7um&lt;/a&gt;&lt;/span&gt; &lt;/div&gt; Posting here for more visibility on Nostr.&lt;br/&gt;&lt;br/&gt;CTV &#43; CSFS: a letter to the technical bitcoin community from 43 engineers&lt;br/&gt;&lt;br/&gt;Full text at ctv-csfs.com&lt;br/&gt;&lt;br/&gt;Let’s accelerate and improve Bitcoin as money and as a tool that people can use to take back their sovereignty.&lt;br/&gt;CTV and CSFS can improve significantly Lightning network and have many other benefits. &lt;br/&gt;&lt;br/&gt;Study them, discuss them, share your opinions, debate.&lt;br/&gt;&lt;br/&gt;Hyperbitcoinization intensifies.&lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/7462ef0a619ed12f52be04d62b9431b2284a93c61d9915d5bb0ad47791f72659.jpg&#34;&gt;  &lt;/blockquote&gt;
    </content>
    <updated>2025-06-09T16:23:42Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs0vlyxz2egvy8myq4n6lyhp3dv92uk8mlfe5qzarscfrhql25u84gzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5ka644h8</id>
    
      <title type="html">Posting here for more visibility on Nostr. CTV &#43; CSFS: a letter ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs0vlyxz2egvy8myq4n6lyhp3dv92uk8mlfe5qzarscfrhql25u84gzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5ka644h8" />
    <content type="html">
      Posting here for more visibility on Nostr.&lt;br/&gt;&lt;br/&gt;CTV &#43; CSFS: a letter to the technical bitcoin community from 43 engineers&lt;br/&gt;&lt;br/&gt;Full text at ctv-csfs.com&lt;br/&gt;&lt;br/&gt;Let’s accelerate and improve Bitcoin as money and as a tool that people can use to take back their sovereignty.&lt;br/&gt;CTV and CSFS can improve significantly Lightning network and have many other benefits. &lt;br/&gt;&lt;br/&gt;Study them, discuss them, share your opinions, debate.&lt;br/&gt;&lt;br/&gt;Hyperbitcoinization intensifies.&lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/7462ef0a619ed12f52be04d62b9431b2284a93c61d9915d5bb0ad47791f72659.jpg&#34;&gt; 
    </content>
    <updated>2025-06-09T14:25:29Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsqcffky5d7pzmq83k2crnyfqpefylxfe7zya5dutaucvkqays9krczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k7kpu7w</id>
    
      <title type="html">Feeling cute, might find hash collisions later. We can do ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsqcffky5d7pzmq83k2crnyfqpefylxfe7zya5dutaucvkqays9krczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k7kpu7w" />
    <content type="html">
      Feeling cute, might find hash collisions later.&lt;br/&gt;We can do covenants today, we are just negotiating the price now. &lt;br/&gt;&lt;a href=&#34;https://collidervm.org&#34;&gt;https://collidervm.org&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#Bitcoin #Covenant &lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/6338ebcea8bcd106d5492eec505c30bc514cb0b15586e67052ea582f864a94ba.jpg&#34;&gt; 
    </content>
    <updated>2025-06-05T09:31:31Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsfphkh24sxrk7zyztydx3dch4dv2fva004vyl08sr9detgspmetpszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5knjmz93</id>
    
      <title type="html">This is the way brother. Keep up building relentlessly</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsfphkh24sxrk7zyztydx3dch4dv2fva004vyl08sr9detgspmetpszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5knjmz93" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs0lyrkl2xtg7jjtj7z8rguzdcstuc5e05xs900xtzg9kwvlgpsl9gpz3mhxue69uhkummnw3ezummcw3ezuer9wc6s7vya&#39;&gt;nevent1q…7vya&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;This is the way brother. Keep up building relentlessly
    </content>
    <updated>2025-06-04T09:52:28Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsdsf695vqs4h9qvwq624lwdvuqtty628shfh7etw7ctn980xntvsqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kxa6cvm</id>
    
      <title type="html">Stateful computation on Bitcoin mainnet without Fraud Proofs has ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsdsf695vqs4h9qvwq624lwdvuqtty628shfh7etw7ctn980xntvsqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kxa6cvm" />
    <content type="html">
      Stateful computation on Bitcoin mainnet without Fraud Proofs has been achieved internally with ColliderVM .&lt;br/&gt;It&amp;#39;s a toy implementation to demonstrate the concepts.&lt;br/&gt;We can already do covenants on Bitcoin, now we are simply negotiating the price 😘&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;What are the interesting properties that ColliderVM could bring on the table:&lt;br/&gt;- Capital efficient: no fraud proof windows&lt;br/&gt;- 1-of-n security model for safety and liveness&lt;br/&gt;- No protocol upgrades / soft fork required&lt;br/&gt;- Immediate settlement without challenges&lt;br/&gt;&lt;br/&gt;The problem: Bitcoin&amp;#39;s scripting language is intentionally limited, making stateful computation challenging.&lt;br/&gt;In particular:&lt;br/&gt;- No native statefulness: Bitcoin Script lacks loops, has size restrictions, and can&amp;#39;t persist data across transactions&lt;br/&gt;- Capital inefficiency: Existing solutions like BitVM2 require operators to lock capital during fraud proof windows&lt;br/&gt;- Trust assumptions: Current approaches often require trusted setups or weaker security models&lt;br/&gt;&lt;br/&gt;In short, what you need to achieve stateful computation on Bitcoin is really those 2 properties:&lt;br/&gt;- Logic persistence (the code of the program / computation must remain consistent across transactions)&lt;br/&gt;- Data persistence (otherwise you are vulnerable to the inconsistent input problem)&lt;br/&gt;&lt;br/&gt;ColliderVM is an attempt to overcome those challenges in a different manner than BitVM. But before going deeper, let&amp;#39;s be clear on the current status of ColliderVM:&lt;br/&gt;ColliderVM is currently a research project and should not be used in production environments. The protocol is in active development and exploration phase.&lt;br/&gt;While the theoretical foundations are promising, it remains unclear whether ColliderVM will prove practical for meaningful real-world use cases. Significant research and development work is still required to determine its viability.&lt;br/&gt;&lt;br/&gt;Ok, now that this important disclaimer is done, let&amp;#39;s explore more the context of this demo on mainnet.&lt;br/&gt;&lt;br/&gt;In short, ColliderVM combines presigned transactions with hash collision puzzles to enable stateful computation without fraud proofs.&lt;br/&gt;&lt;br/&gt;- Presigned flows: Create 2^L parallel transaction flows during offline setup phase, each corresponding to a unique flow identifier.&lt;br/&gt;- Hash Collision Puzzle: Operators find nonce r such that H(x,r)|_B matches a flow ID, ensuring input consistency across transactions.&lt;br/&gt;- Immediate Settlement: No fraud proof windows or capital lock-up.&lt;br/&gt;&lt;br/&gt;So, what did we do for this Mainnet demo ?&lt;br/&gt;Real Bitcoin transactions demonstrating a ColliderVM&amp;#39;s two-step range check computation: verifying that 100 &amp;lt; x &amp;lt; 200 across separate onchain transactions.&lt;br/&gt;The range check computation was split in 2 functions (F1: x &amp;gt; 100, F2: x &amp;lt; 200). The onchain hash function used is blake3 (BitVM implementation).&lt;br/&gt;&lt;br/&gt;Here is the transaction flow of the demo:&lt;br/&gt;- Funding transaction: Initial funding transaction that provides the UTXO for the ColliderVM computation sequence.(&lt;a href=&#34;https://mempool.space/tx/3b42fd759eb68ebcbcd10e7f3a0635aef92ecd7efefc6cdc3f48b967eb38826b&#34;&gt;https://mempool.space/tx/3b42fd759eb68ebcbcd10e7f3a0635aef92ecd7efefc6cdc3f48b967eb38826b&lt;/a&gt;)&lt;br/&gt;- F1 transaction: validates that the input value (114) is greater than the lower bound (100) (&lt;a href=&#34;https://mempool.space/tx/86a7fdf5c614d2d8fdb2fa6353ca4b277ce877a250449736a87d3906754e2a82&#34;&gt;https://mempool.space/tx/86a7fdf5c614d2d8fdb2fa6353ca4b277ce877a250449736a87d3906754e2a82&lt;/a&gt;)&lt;br/&gt;- F2 transaction: validates that the input value (114) is less than the upper bound (200). Larger due to hash collision verification. (&lt;a href=&#34;https://mempool.space/tx/e576d63343865cbf4e66846dca0a6689aad9f428738d75391c5cbc049fd34d27&#34;&gt;https://mempool.space/tx/e576d63343865cbf4e66846dca0a6689aad9f428738d75391c5cbc049fd34d27&lt;/a&gt;)&lt;br/&gt;- Spending transaction: Final transaction that releases the funds after successful verification of the range check computation. (&lt;a href=&#34;https://mempool.space/tx/27a4d470a3b2d39862cb310ca1be7eb20030c1721844d2e7eb275d8ffafe61b3&#34;&gt;https://mempool.space/tx/27a4d470a3b2d39862cb310ca1be7eb20030c1721844d2e7eb275d8ffafe61b3&lt;/a&gt;)&lt;br/&gt;&lt;br/&gt;ColliderVM parameters used for the demo (very low security):&lt;br/&gt;-  L: 4 bits, set size of 16 possible flows&lt;br/&gt;- B: 16 bits, hash prefix length for collision puzzle&lt;br/&gt;- Security gap: 6 bits (B - L/2 = 16 - 2 = 14 vs honest 12 bits)&lt;br/&gt;&lt;br/&gt;Total transaction fees: 172,126 sats (~$179 at demo time).&lt;br/&gt;~136 kB of total onchain data.&lt;br/&gt;&lt;br/&gt;ColliderVM toy code: &lt;a href=&#34;https://github.com/AbdelStark/collidervm_toy&#34;&gt;https://github.com/AbdelStark/collidervm_toy&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;ColliderVM paper: &lt;a href=&#34;https://eprint.iacr.org/2025/591&#34;&gt;https://eprint.iacr.org/2025/591&lt;/a&gt;&lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/b4c09d224035b3fa7a99d175856a908b545a117cda7c05bdcf74a8ef6e74c059.jpg&#34;&gt; 
    </content>
    <updated>2025-06-03T11:06:49Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsynkn0c5g2wuyskaqvj8555vhjmhgpfx6jzy73cypxh88dfhf8p5czyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kt2hexm</id>
    
      <title type="html">True that</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsynkn0c5g2wuyskaqvj8555vhjmhgpfx6jzy73cypxh88dfhf8p5czyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kt2hexm" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs25vem5ujr06zgfwpgwp6dx24jrq9feajspga6x09lpdse98tkszgpr9mhxue69uhhqatjv9mxjerp9ehx7um5wghxcctwvs0zpjvj&#39;&gt;nevent1q…pjvj&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;True that 
    </content>
    <updated>2025-05-26T15:53:07Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsqem7cypdhkgraaf8ekjf2q8g0wj8cclnrvqf7h66ye4uqtedrgkszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kkm549p</id>
    
      <title type="html">Yes 💯</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsqem7cypdhkgraaf8ekjf2q8g0wj8cclnrvqf7h66ye4uqtedrgkszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kkm549p" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsy0hrzzzuc43qamtq7emuqv5cgm72zrgd3u73g89qr9gg2y40ufvqppemhxue69uh5qmn0wvhxcmmvwvupe7&#39;&gt;nevent1q…upe7&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Yes 💯
    </content>
    <updated>2025-05-26T15:52:52Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqszqnp6fzdzlph0pavhele3dezdh6cst9ju39l5h247lrpg0qc2rsgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kdvwak6</id>
    
      <title type="html">Yes this is what I am saying through the lines. With still some ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqszqnp6fzdzlph0pavhele3dezdh6cst9ju39l5h247lrpg0qc2rsgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kdvwak6" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8awurm6edyje0syu2e059mxlk5u5n289nxlk5mjnwrfpthzetkkqpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgpmvj48&#39;&gt;nevent1q…vj48&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Yes this is what I am saying through the lines. With still some objective criticism on the current state of Knots (which is not something that cannot change)
    </content>
    <updated>2025-05-26T15:52:37Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsdx9980qkjnrvzf8mqs4pekr83g643v3tr4klc66rfhpyt8lvf6mszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kjtcr92</id>
    
      <title type="html">It’s a worst version of Core by all metrics and ways to measure ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsdx9980qkjnrvzf8mqs4pekr83g643v3tr4klc66rfhpyt8lvf6mszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kjtcr92" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsza7lwcazwma9c6g6jud5nj8g7hj3znlejnhvdejq9j57ru23fp9spzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgls8ajj&#39;&gt;nevent1q…8ajj&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;It’s a worst version of Core by all metrics and ways to measure in terms of open source practices. Not saying it cannot change but today it’s the case. &lt;br/&gt;It’s an accumulation of patches mostly reviewed and merge by a single guy. &lt;br/&gt;I think there is value in client diversity, but should be done in a better way. And maybe it was a chicken and eggs problem and the reason that Knots is in this situation was because not sufficient demand. Let’s see if things change with the growing demand. 
    </content>
    <updated>2025-05-26T11:12:12Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsp64f0k5fhj80k6tx3afxsfyadv44k9u5wxnv4nmt2sc0rl6dpeuczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kkg5p0r</id>
    
      <title type="html">Just run a node anon. And yeah you can choose whatever ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsp64f0k5fhj80k6tx3afxsfyadv44k9u5wxnv4nmt2sc0rl6dpeuczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kkg5p0r" />
    <content type="html">
      Just run a node anon. And yeah you can choose whatever implementation you want. That’s good. &lt;br/&gt;Personally I prefer running Core and I don’t consider Knots being a production grade serious alternative on par with Core in terms of open source and software best practices (and there are obvious reasons for this to be the case, and it does not mean it could not change), but the choice is yours and it’s fine if you switch to Knots as a voice of protest. I think client diversity is a healthy debate to have at the end of the day, so maybe the filters drama was a good excuse to put it on the table I don’t know. I think there is a lot of bad faith arguments from some people pushing users to switch to Knots but that’s fine, Bitcoin is resilient and does not care about those drama.&lt;br/&gt;But yeah, just run a node, it really matters. 
    </content>
    <updated>2025-05-26T09:47:35Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrvm0helly232lzgsn8e6085rmz7el4kpr0dlvfyw8mpgzqr7x02czyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5khxc74k</id>
    
      <title type="html">Wen Cashu ?</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrvm0helly232lzgsn8e6085rmz7el4kpr0dlvfyw8mpgzqr7x02czyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5khxc74k" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxhgdtyc36xsq5cttyvjft508e3phd0dz08pfkrt0y7tngnlav06spr9mhxue69uhkxmmzwfskvatdvyhxxmmd9aex2mrp0y39ne09&#39;&gt;nevent1q…ne09&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Wen Cashu ?
    </content>
    <updated>2025-05-23T09:29:42Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsyqsu82xtrnc5prjr4z9fvg6ywxx3zxhv75h87u288w7gjvcn34mszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5khmc5q2</id>
    
      <title type="html">StoRe of ValUe buy mY StonKs bro</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsyqsu82xtrnc5prjr4z9fvg6ywxx3zxhv75h87u288w7gjvcn34mszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5khmc5q2" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs2zsg5we4xz0w0dd640fr3287324z2338zlwm4sq73qnpuczvwkxcpzemhxue69uhkvet9v3ejumn0wd68ytnzv9hxgwhz532&#39;&gt;nevent1q…z532&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;StoRe of ValUe buy mY StonKs bro
    </content>
    <updated>2025-05-23T09:29:10Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsq9f3j6qrgnuptvrz95l86g5jkfgagesaxs7mfrvwgs9sl3tpndvgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kxqz7py</id>
    
      <title type="html">Bitcoin decentralised mining: pools should trust the math, not ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsq9f3j6qrgnuptvrz95l86g5jkfgagesaxs7mfrvwgs9sl3tpndvgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kxqz7py" />
    <content type="html">
      Bitcoin decentralised mining: pools should trust the math, not the miner, and miners should gain privacy for their transaction selection which improves censorship resistance of the network.&lt;br/&gt;Stay tuned. &lt;br/&gt;Stratum V2 &#43; STARK proofs 👀
    </content>
    <updated>2025-05-21T10:41:01Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsx023hke9u3m7gpvsxhgs6tq6ylh9da8hv09dye6ky055ahpgsd0szyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kqm5429</id>
    
      <title type="html">Very cool!</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsx023hke9u3m7gpvsxhgs6tq6ylh9da8hv09dye6ky055ahpgsd0szyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kqm5429" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxakm8aln07yymkdmnhx9xmth27g39v2hufq8rdsupd96gdwd49xqpp4mhxue69uhkummn9ekx7mq7eawv7&#39;&gt;nevent1q…awv7&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Very cool! 
    </content>
    <updated>2025-05-19T09:34:10Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsq9669hqrscdgz2mkus7a0aeh3588rdwmtedckqzxz9yuterf43jszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kuh33zf</id>
    
      <title type="html">Gm to those running a well maintained software following best ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsq9669hqrscdgz2mkus7a0aeh3588rdwmtedckqzxz9yuterf43jszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kuh33zf" />
    <content type="html">
      Gm to those running a well maintained software following best practices of open source development.
    </content>
    <updated>2025-05-15T10:09:36Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs25qg4y0nrqqdjr66y8h330ddc9slh2cyalxxf8tgfc8sgf36d7jqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kqfe2wj</id>
    
      <title type="html">Filters are cool but have you tried verifying a STARK proof with ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs25qg4y0nrqqdjr66y8h330ddc9slh2cyalxxf8tgfc8sgf36d7jqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kqfe2wj" />
    <content type="html">
      Filters are cool but have you tried verifying a STARK proof with OP_CAT on a signet.&lt;br/&gt;Peak spam at its finest.&lt;br/&gt;&lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/f94ac22bd5802544bd7d149daef42c7d9f707f37982d347557275354d10bf2c4.jpg&#34;&gt; 
    </content>
    <updated>2025-05-09T19:36:28Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsw5wglu5yln9rdzx8aldv82salys4q7t4sxlfhx9pny43p5ykjpkgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k33qjzs</id>
    
      <title type="html">“To be truly radical is to make hope possible, rather than ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsw5wglu5yln9rdzx8aldv82salys4q7t4sxlfhx9pny43p5ykjpkgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k33qjzs" />
    <content type="html">
      “To be truly radical is to make hope possible, rather than despair convincing.” - Raymond Williams&lt;br/&gt;&lt;br/&gt;Bitcoin is radical hope for the world, seriously.&lt;br/&gt;&lt;br/&gt;Let’s fight, TATAKAE!&lt;br/&gt;&lt;br/&gt; &lt;img src=&#34;https://blossom.primal.net/18c3e3264d53198e7302fe2a6fdb987f71ea14a3c3e54ab26fc94ac81158d481.png&#34;&gt; 
    </content>
    <updated>2025-05-09T19:10:34Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs9pmp3jjvjaqu3dhug6548hw3uay9n09599gnxy528e3dxl7e7nwqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kq66wy8</id>
    
      <title type="html">What?!!! That’s very weird haha</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs9pmp3jjvjaqu3dhug6548hw3uay9n09599gnxy528e3dxl7e7nwqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kq66wy8" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsfq9rdnqtyau0f6suuwlhzqlat3d8srt0hw0sn0cv6y374dl25msgprdmhxue69uhhyetvv9ujucnfw33k76twwpshy6ewvdhk67rf2da&#39;&gt;nevent1q…f2da&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;What?!!! That’s very weird haha 
    </content>
    <updated>2025-05-02T10:29:03Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsv9cfgzwuy7qfa4e00grdtl5h2utydsfa8le8y3z66tar30fcnnxczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k00d9qt</id>
    
      <title type="html">Weird. Works for me both on desktop and mobile. With and without ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsv9cfgzwuy7qfa4e00grdtl5h2utydsfa8le8y3z66tar30fcnnxczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k00d9qt" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsyxf6uflufavjc3rynca9cqnys0679f06g8jgr70jtcpjq3x4320cprdmhxue69uhhyetvv9ujucnfw33k76twwpshy6ewvdhk6kh4y83&#39;&gt;nevent1q…4y83&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Weird. Works for me both on desktop and mobile. With and without VPN.&lt;br/&gt;&lt;br/&gt; &lt;img src=&#34;https://m.primal.net/QiAJ.jpg&#34;&gt; 
    </content>
    <updated>2025-04-30T03:56:52Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsweu2nxzaqrjldvs2rsh8syke44645hnwdqd26mtts8sluz2ryw8gzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5khmrs2a</id>
    
      <title type="html">Yes I believe so</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsweu2nxzaqrjldvs2rsh8syke44645hnwdqd26mtts8sluz2ryw8gzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5khmrs2a" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsdtfwehmnct5d3akgcjkfwan0gup09y0y3dctg7ktu033jp6es0xgprdmhxue69uhhyetvv9ujucnfw33k76twwpshy6ewvdhk6slrezv&#39;&gt;nevent1q…rezv&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Yes I believe so 
    </content>
    <updated>2025-04-29T04:57:27Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvxk9qmqc7kfzf4p7ytv7takat6mkxpjxf2cptexcg4vh0s8tdjzqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k5lmjfa</id>
    
      <title type="html">be me: yesterday I found randomly a paper about 2 Circle STARK ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvxk9qmqc7kfzf4p7ytv7takat6mkxpjxf2cptexcg4vh0s8tdjzqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k5lmjfa" />
    <content type="html">
      be me: yesterday I found randomly a paper about 2 Circle STARK friendly hash functions working with Mersenne M31 (RPO-M31 and XHash-M31: Efficient Hash Functions for Circle STARKs by Tomer Ashur1 and Sundas Tariq) &lt;br/&gt;&lt;br/&gt;then i was: ohhh wow, looks interesting. then: write a rust implementation &lt;br/&gt;&lt;br/&gt;then start thinking: wait, maybe it could be a good candidate for a Circle STARK friendly AND Bitcoin Script friendly hash function &lt;br/&gt;&lt;br/&gt;then: start doing analysis and cost estimate&lt;br/&gt;&lt;br/&gt;then realise that they would NOT be practical to implement in Bitcoin Script... &lt;br/&gt;&lt;br/&gt;It&amp;#39;s a pity for this but still it&amp;#39;s very interesting hash functions, and the fact that they natively work with M31 is super promising. &lt;br/&gt;&lt;br/&gt;Maybe it&amp;#39;s worth building a Cairo and Solidity implementation and benchmark the costs. They might be more interesting to use than Poseidon for Circle STARKs M31.&lt;br/&gt;&lt;br/&gt;Paper: &lt;a href=&#34;https://eprint.iacr.org/2024/1635.pdf&#34;&gt;https://eprint.iacr.org/2024/1635.pdf&lt;/a&gt; &lt;br/&gt;Rust repo: &lt;a href=&#34;https://github.com/AbdelStark/rpo-xhash-m31&#34;&gt;https://github.com/AbdelStark/rpo-xhash-m31&lt;/a&gt;&lt;br/&gt;&lt;br/&gt; &lt;img src=&#34;https://m.primal.net/QchI.jpg&#34;&gt; 
    </content>
    <updated>2025-04-25T09:42:24Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswucll6pf9hu4f5ak4d73gxnrs47zgvku7g967g7lg80e3u0futzgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kwhfhjp</id>
    
      <title type="html">Welcome to the freedom of speech protocol</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswucll6pf9hu4f5ak4d73gxnrs47zgvku7g967g7lg80e3u0futzgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kwhfhjp" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsqp3seup9kqz8xawavqd2jff6v627s63l4xwut9hjcphdnr5r3h5gpzemhxw309ucnjv3wxymrst338qhrww3hxumnw4g4g3g&#39;&gt;nevent1q…4g3g&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Welcome to the freedom of speech protocol
    </content>
    <updated>2025-04-17T14:38:26Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs9l4qh9vg79g23ldrekveyyeljy0z5c0pju79zf7ujczjdzd854wgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k50r7ca</id>
    
      <title>Nostr event nevent1qqs9l4qh9vg79g23ldrekveyyeljy0z5c0pju79zf7ujczjdzd854wgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k50r7ca</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs9l4qh9vg79g23ldrekveyyeljy0z5c0pju79zf7ujczjdzd854wgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k50r7ca" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsq83gyp44nj5nyqaxhl4mt2uxsufj0ht3ag6tq8ajvnzvkvzr6dyqprpmhxue69uhhyetvv9ujuurjd9kkzmpwdejhgteqa2rw29&#39;&gt;nevent1q…rw29&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://primal.net/e/nevent1qqspyuy5nlmaxsfrzja50nhaeg7tzrhszk89xccgv9es5t5xzzl86kqyk8dqf&#34;&gt;https://primal.net/e/nevent1qqspyuy5nlmaxsfrzja50nhaeg7tzrhszk89xccgv9es5t5xzzl86kqyk8dqf&lt;/a&gt;
    </content>
    <updated>2025-04-10T14:37:59Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqspyuy5nlmaxsfrzja50nhaeg7tzrhszk89xccgv9es5t5xzzl86kqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kf4aw0z</id>
    
      <title type="html">I think you should add the number in BTC terms it&amp;#39;s better. ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqspyuy5nlmaxsfrzja50nhaeg7tzrhszk89xccgv9es5t5xzzl86kqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kf4aw0z" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsrzq0parkh5h3y8d8zsg3pyta76qzv285hupe0h60sug7ns7mfjqspzemhxw309ucnjv3wxymrst338qhrww3hxumnwtd6lrs&#39;&gt;nevent1q…6lrs&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I think you should add the number in BTC terms  it&amp;#39;s better. Fixed it for you.&lt;br/&gt;&lt;a href=&#34;https://github.com/block/bitcoin-treasury/pull/10&#34;&gt;https://github.com/block/bitcoin-treasury/pull/10&lt;/a&gt;
    </content>
    <updated>2025-04-10T14:37:06Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqszwn7qwf2xlyv56zrayeqrtcerlx0s4etc6rurxa9gsl2pwudzv9szyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k0lmnkz</id>
    
      <title type="html">Nice 💪</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqszwn7qwf2xlyv56zrayeqrtcerlx0s4etc6rurxa9gsl2pwudzv9szyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k0lmnkz" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsg9t6amr3ad3qt6g8lde8l3dx9mjld8pjzqx0rr4rmze96nh5xt5qpramhxue69uhkummnw3ezuetfde6kuer6wasku7nfvuh8xurpvdjsrvgtav&#39;&gt;nevent1q…gtav&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Nice 💪
    </content>
    <updated>2025-04-10T01:44:59Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsd96fqrhjvz405jwft7k0mgdfurqj99q6zl7993gtcfw0tprz7lfqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kj8p9xc</id>
    
      <title type="html">Welcome to the freedom of speech protocol</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsd96fqrhjvz405jwft7k0mgdfurqj99q6zl7993gtcfw0tprz7lfqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kj8p9xc" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqspgsk9flwmfqv7cwgcqjuwtnrk4zns9tjammq27grvdj62d2p48hcpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhg8hy20n&#39;&gt;nevent1q…y20n&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Welcome to the freedom of speech protocol 
    </content>
    <updated>2025-04-06T14:41:40Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqspy5audm7ff02xjcdf7az20uwjdjyt5r694zcxd2g8p64uell3tkczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k3tta8c</id>
    
      <title type="html">Gm from Hong Kong Nostriches. https://m.primal.net/QGEJ.jpg</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqspy5audm7ff02xjcdf7az20uwjdjyt5r694zcxd2g8p64uell3tkczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k3tta8c" />
    <content type="html">
      Gm from Hong Kong Nostriches.&lt;br/&gt;&lt;br/&gt; &lt;img src=&#34;https://m.primal.net/QGEJ.jpg&#34;&gt; 
    </content>
    <updated>2025-04-06T10:03:10Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsyxx5j7qvgfqy3xnvejsykxllr5p3qqqtxc7kc2cg0swu7xlxzjggzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kwrvnyp</id>
    
      <title type="html">Bitcoiners in Hong Kong, register and come to our event on ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsyxx5j7qvgfqy3xnvejsykxllr5p3qqqtxc7kc2cg0swu7xlxzjggzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kwrvnyp" />
    <content type="html">
      Bitcoiners in Hong Kong, register and come to our event on Monday.&lt;br/&gt;We will discuss covenants, Rollups, STARKs, Cashu, Lightning network and more.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://lu.ma/3q2zemn9?locale=en-GB&#34;&gt;https://lu.ma/3q2zemn9?locale=en-GB&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#BitcoinEvent #BitcoinConference #BitcoinDevsGathering
    </content>
    <updated>2025-04-05T11:30:02Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsps08ktzudd56rmgcp3tpp45z8ehmj2vuahv4pg9vnqfwxz8gplwqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kp8s5fg</id>
    
      <title type="html">💯</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsps08ktzudd56rmgcp3tpp45z8ehmj2vuahv4pg9vnqfwxz8gplwqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kp8s5fg" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsrmq4c64yx3j02dz5cgy48g4f94e5j57h9k8we20slmnelu8aw23spz3mhxue69uhkummnw3ezummcw3ezuer9wcmgf430&#39;&gt;nevent1q…f430&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;💯 
    </content>
    <updated>2025-04-03T17:19:27Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsgw7pp65crfe3zpesa08ztaqeyeqyk4x03n88pkphp68przlzsvtczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k9xa5cw</id>
    
      <title type="html">Thanks bro</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsgw7pp65crfe3zpesa08ztaqeyeqyk4x03n88pkphp68przlzsvtczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k9xa5cw" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs9j0g9gp9ack9k0eedrjj9dyhm4ndml2t8pkw8d2ck37qmgpgdp6spramhxue69uhkummnw3ezuetfde6kuer6wasku7nfvuh8xurpvdjsudkchx&#39;&gt;nevent1q…kchx&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Thanks bro 
    </content>
    <updated>2025-04-03T16:29:26Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs2z5p8rshcamxyzwemrtne68k3yedlp09twsuuz87epf6t3l0t8sczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kc6pj5e</id>
    
      <title type="html">Nice to meet you and thanks for</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs2z5p8rshcamxyzwemrtne68k3yedlp09twsuuz87epf6t3l0t8sczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kc6pj5e" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsw2jsrpygyhe6l29unpfcstca4mzmx4ktmj3yaqpn3edlqq2h0h5qpzemhxw309ucnjv3wxymrst338qhrww3hxumnw40gted&#39;&gt;nevent1q…gted&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Nice to meet you and thanks for
    </content>
    <updated>2025-04-02T17:13:23Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqstlyt5yndlq8jzj2s4ylmnpc4q6k90y3edas8cl83m8420thqqk9gzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kfp3uyv</id>
    
      <title type="html">What can you do with Monero style ring signatures for Nostr ? You ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqstlyt5yndlq8jzj2s4ylmnpc4q6k90y3edas8cl83m8420thqqk9gzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kfp3uyv" />
    <content type="html">
      What can you do with Monero style ring signatures for Nostr ?&lt;br/&gt;You can build an Anonymous Voting platform using Nostr identities to vote.&lt;br/&gt;Thanks to the Back&amp;#39;s Linkable Spontaneous Anonymous Group, you can detect double voting without leaking identities.&lt;br/&gt;Check Ringable demo 👇&lt;br/&gt;&lt;br/&gt;A client-side anonymous voting platform using Nostr-compatible ring signatures.&lt;br/&gt;&lt;br/&gt;Ringable allows users to create proposals and vote anonymously as part of a predefined group (a &amp;#34;ring&amp;#34; of public keys). It leverages the cryptographic power of bLSAG ring signatures to ensure that while votes are verified as coming from a valid member of the ring, the specific voter&amp;#39;s identity remains hidden.&lt;br/&gt;&lt;br/&gt;The cryptographic functions are powered by the Nostringer Rust library, compiled to WebAssembly (WASM) for use in the browser.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Live demo: &lt;a href=&#34;https://ringable.starknetonbitcoin.com&#34;&gt;https://ringable.starknetonbitcoin.com&lt;/a&gt;&lt;br/&gt;Ringable rep: &lt;a href=&#34;https://github.com/AbdelStark/ringable&#34;&gt;https://github.com/AbdelStark/ringable&lt;/a&gt;&lt;br/&gt;Nostringer: &lt;a href=&#34;https://github.com/AbdelStark/nostringer-rs&#34;&gt;https://github.com/AbdelStark/nostringer-rs&lt;/a&gt;&lt;br/&gt;&lt;video controls width=&#34;100%&#34; class=&#34;max-h-[90vh] bg-neutral-300 dark:bg-zinc-700&#34;&gt;&lt;source src=&#34;https://m.primal.net/QBwR.mov&#34;&gt;&lt;/video&gt;
    </content>
    <updated>2025-04-02T16:33:43Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqstrfgugcg033t8l3f69x82wxmzncrxrvpf3f7w7r2flme0km2zs5szyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kn3thjf</id>
    
      <title type="html">Yes very acceptable! I did not benchmark but I suspect the ts ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqstrfgugcg033t8l3f69x82wxmzncrxrvpf3f7w7r2flme0km2zs5szyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kn3thjf" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsghpyjkdljxf8ypeacd3t6ld63kwu52sljuzlkgs4dthmrv9pxsycpr4mhxue69uhkummnw3ez6er9wch8wetvd3hhyer9wghxuet5sj3v5s&#39;&gt;nevent1q…3v5s&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Yes very acceptable!&lt;br/&gt;I did not benchmark but I suspect the ts execution times would me much higher.&lt;br/&gt;Btw I will add wasm compatibility for usage of the rust lib in browser and in JavaScript projects 
    </content>
    <updated>2025-03-28T16:37:05Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsdgd40t909r7renj8jn909utv7ewy33y7rh9jssh5rkhu3qndhdggzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kjvvqf2</id>
    
      <title type="html">By popular demand (from 1 person), I added a BLSAG (Back&amp;#39;s ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsdgd40t909r7renj8jn909utv7ewy33y7rh9jssh5rkhu3qndhdggzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kjvvqf2" />
    <content type="html">
      By popular demand (from 1 person), I added a BLSAG (Back&amp;#39;s Linkable Spontaneous Anonymous Group) variant in Nostringer, similar to Monery scheme.&lt;br/&gt;bLSAG signatures are linkable but still anonymous.&lt;br/&gt;Can detect duplicate voting or track usage of a credential.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://github.com/AbdelStark/nostringer-rs?tab=readme-ov-file#blsag-backs-linkable-spontaneous-anonymous-group&#34;&gt;https://github.com/AbdelStark/nostringer-rs?tab=readme-ov-file#blsag-backs-linkable-spontaneous-anonymous-group&lt;/a&gt;&lt;br/&gt;&lt;blockquote class=&#34;border-l-05rem border-l-strongpink border-solid&#34;&gt;&lt;div class=&#34;-ml-4 bg-gradient-to-r from-gray-100 dark:from-zinc-800 to-transparent mr-0 mt-0 mb-4 pl-4 pr-2 py-2&#34;&gt;quoting &lt;br/&gt;&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Article&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/nevent1qqsdrgpx9u4hpwkmzajnq90lch9d98p7d3evmuzgu9uywxrvkmudllqpr4mhxue69uhkummnw3ezucnfw33k76twv4ezuum0vd5kzmp09v8axp&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;nevent1q…8axp&lt;/a&gt;&lt;/span&gt;&lt;br/&gt; &lt;/div&gt; Will you consider adding support for &#34;linkable&#34; ring signatures? They are required for my Emessbee protocol, and it would be a cool hackathon project to port Emessbee so that its ring signatures work on bitcoin&#39;s elliptic curve instead of Ed25519 &lt;/blockquote&gt; &lt;img src=&#34;https://m.primal.net/PwPZ.jpg&#34;&gt; 
    </content>
    <updated>2025-03-28T16:03:37Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsdtah2wsvaud3wtt7wxhazrh79e7dmt6zhecv2wltdaaplv3djtegzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kepumpw</id>
    
      <title type="html">Nostringer in Typescript was fun, but did it again in a serious ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsdtah2wsvaud3wtt7wxhazrh79e7dmt6zhecv2wltdaaplv3djtegzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kepumpw" />
    <content type="html">
      Nostringer in Typescript was fun, but did it again in a serious language this time: nostringer-rs is born, a blazing fast unlinkable ring signature scheme, written in Rust 🦀&lt;br/&gt;Try it with the cli: cargo install nostringer_cli &amp;amp;&amp;amp; nostringer_cli demo&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://github.com/AbdelStark/nostringer-rs&#34;&gt;https://github.com/AbdelStark/nostringer-rs&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;blockquote class=&#34;border-l-05rem border-l-strongpink border-solid&#34;&gt;&lt;div class=&#34;-ml-4 bg-gradient-to-r from-gray-100 dark:from-zinc-800 to-transparent mr-0 mt-0 mb-4 pl-4 pr-2 py-2&#34;&gt;quoting &lt;br/&gt;&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Article&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/nevent1qqsxssyqgz0znnlkqyh72948e5x4m6xtktsng3x6pg0z85uqrwmzakqpzemhxw309ucnjv3wxymrst338qhrww3hxumnw74wsca&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;nevent1q…wsca&lt;/a&gt;&lt;/span&gt;&lt;br/&gt; &lt;/div&gt; Introducing Nostringer - unlinkable ring signatures (SAG) for Nostr pubkeys.&lt;br/&gt;Instead of doing some Ghibli stuff I implemented a prototype of unlinkable ring signatures for Nostr.&lt;br/&gt;It&#39;s using Monero style Spontaneous Anonymous Group signatures (SAG).&lt;br/&gt;What does it enable ?&lt;br/&gt;Ring signatures allow multiple members of a group to sign a message without revealing which member actually signed it.&lt;br/&gt;I explored this after chatting with &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/nprofile1qqsydl97xpj74udw0qg5vkfyujyjxd3l706jd0t0w0turp93d0vvungpzpmhxue69uhkummnw3ezumt0d5hszythwden5te0dehhxarj9emkjmn99ujcnqad&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;LeoWandersleb&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;nprofile…nqad&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; who wants to use this concept for WalletScrutiny. Basically his idea would be to let users write reviews as accredited wallet developers. Because of the competition between wallets it&#39;s better to not disclose who posted a review.&lt;br/&gt;It would be sufficient to know that it was posted from someone belonging to a group of accredited developers.&lt;br/&gt;Checkout the demo and repo in the links below.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Live demo: &lt;a href=&#34;https://nostringer.starknetonbitcoin.com&#34;&gt;https://nostringer.starknetonbitcoin.com&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Repo: &lt;a href=&#34;https://github.com/AbdelStark/nostringer&#34;&gt;https://github.com/AbdelStark/nostringer&lt;/a&gt;&lt;br/&gt;&lt;video controls width=&#34;100%&#34; class=&#34;max-h-[90vh] bg-neutral-300 dark:bg-zinc-700&#34;&gt;&lt;source src=&#34;https://m.primal.net/PvLL.mov&#34;&gt;&lt;/video&gt; &lt;/blockquote&gt; &lt;img src=&#34;https://m.primal.net/PwKv.jpg&#34;&gt; 
    </content>
    <updated>2025-03-28T13:59:43Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs9zws9755q80pl9l4z6rqk3wzansp0nzzct8h6ksktjak2vsn8ehczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k4h3qt5</id>
    
      <title type="html">It’s basically equivalent to the size of the ring. Its ring ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs9zws9755q80pl9l4z6rqk3wzansp0nzzct8h6ksktjak2vsn8ehczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k4h3qt5" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxlm6tfkacgsvy4h8z58pwp8e5t5c3zjs32xs7ftqmp2jlhd235ycpramhxue69uhkummnw3ezuetfde6kuer6wasku7nfvuh8xurpvdjsdd6cuk&#39;&gt;nevent1q…6cuk&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;It’s basically equivalent to the size of the ring.&lt;br/&gt;Its ring size multiplied by 32, and add 32 bytes.&lt;br/&gt;So if ring size is 10 it’s 342 bytes.&lt;br/&gt;If ring size is 100 it’s 3232 bytes. 
    </content>
    <updated>2025-03-28T07:58:16Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsdkf250wvrzag2jxhvke05qqzjhj4yyakm48vnt22uheefxgfjc8szyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k6p2t08</id>
    
      <title type="html">Hey. I don’t know if/when I will have time to do it myself but ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsdkf250wvrzag2jxhvke05qqzjhj4yyakm48vnt22uheefxgfjc8szyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k6p2t08" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsdrgpx9u4hpwkmzajnq90lch9d98p7d3evmuzgu9uywxrvkmudllqpr4mhxue69uhkummnw3ezucnfw33k76twv4ezuum0vd5kzmp09v8axp&#39;&gt;nevent1q…8axp&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Hey. I don’t know if/when I will have time to do it myself but if someone wants to work on that and submit a PR that would be cool. &lt;br/&gt;It would enable interesting use cases. 
    </content>
    <updated>2025-03-28T04:39:15Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrql2l6085fmcw5uksq9l27g6tr33csx4s7tep8had7exe7cx5rxgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kv929f8</id>
    
      <title type="html">Let’s do the opposite. Find devs to contribute and we will help ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrql2l6085fmcw5uksq9l27g6tr33csx4s7tep8had7exe7cx5rxgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kv929f8" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsdy674jwt9dfy4ak65aaswucqw2v2rtk3vy9ad6ypeftq8vxhzttgpz3mhxue69uhkummnw3ezummcw3ezuer9wcc6f6lx&#39;&gt;nevent1q…f6lx&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Let’s do the opposite. Find devs to contribute and we will help to fund them to work on this if there is demand 
    </content>
    <updated>2025-03-27T18:00:47Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrrkwz9v56w04mqc2fty6wjpsn2aqcjatl6hp6gdzfzqut9yzynlgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kq8z4jg</id>
    
      <title type="html">Yes</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrrkwz9v56w04mqc2fty6wjpsn2aqcjatl6hp6gdzfzqut9yzynlgzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kq8z4jg" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsyk3gf7zgm3xa7dttmc32t5h2tyfpg4wgwww6v74ev0wh82w7xnvqppamhxue69uhkummnw3ezumt0d5fu6lck&#39;&gt;nevent1q…6lck&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Yes 
    </content>
    <updated>2025-03-27T16:54:00Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsxeut8nac3gna3n5km6ycmuvngx62ttrzsg2tesnlmg7z09kfywnszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kwfujhv</id>
    
      <title type="html">Ohhh you like it. Noice!</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsxeut8nac3gna3n5km6ycmuvngx62ttrzsg2tesnlmg7z09kfywnszyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kwfujhv" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxhsky7p7cm3t3lfu7yamwzqx80pmj0c6r4p2luelnylwvh3fqxvcppemhxue69uh5qmn0wvhxcmmvkyjnu6&#39;&gt;nevent1q…jnu6&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Ohhh you like it. Noice!
    </content>
    <updated>2025-03-27T16:37:01Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrrng0zxmpt4fa4nxfqqze0vr4zgcs76fjfww4qtej3mjujwje0dczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kluvc6h</id>
    
      <title type="html">🙏</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrrng0zxmpt4fa4nxfqqze0vr4zgcs76fjfww4qtej3mjujwje0dczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kluvc6h" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsw5e2jsf8zaff4ncwhv6s0cefc4nedlf8qjfefexyrjakrx2lqktgpzemhxw309ucnjv3wxymrst338qhrww3hxumnw5pxf3k&#39;&gt;nevent1q…xf3k&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;🙏
    </content>
    <updated>2025-03-27T16:23:38Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvr2v8252gyv5pyaclsa3y7p2j978ems486ww7504gpawvhg9u9lqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5klmjkul</id>
    
      <title type="html">👀</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvr2v8252gyv5pyaclsa3y7p2j978ems486ww7504gpawvhg9u9lqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5klmjkul" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsqt4j4smt5huwkq9k3ww5nnzg56wzq4ga0s8h7gev3zh3yhvzd43qppemhxue69uh5qmn0wvhxcmmvlfm82p&#39;&gt;nevent1q…m82p&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;👀
    </content>
    <updated>2025-03-27T16:22:12Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsr0ahfl5nyf9g6sreg3r3tnaecnar2wyrr4e69nsfaqpgp5ycp52qzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kmaen9a</id>
    
      <title type="html">I lacked inspiration haha. Thanks mate</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsr0ahfl5nyf9g6sreg3r3tnaecnar2wyrr4e69nsfaqpgp5ycp52qzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kmaen9a" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqstkuwj9ypw0kg9h7fu6exa6l6p2cj2zhq7np8lx2lzhusxshr4tycpp4mhxue69uhkummn9ekx7mqe4gl4s&#39;&gt;nevent1q…gl4s&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I lacked inspiration haha.&lt;br/&gt;Thanks mate 
    </content>
    <updated>2025-03-27T16:21:56Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsruerxnelud2rjcam08eqc5qhl7yeyuhxg99la4mxaawwgveqgq4czyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kd0tlak</id>
    
      <title>Nostr event nevent1qqsruerxnelud2rjcam08eqc5qhl7yeyuhxg99la4mxaawwgveqgq4czyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kd0tlak</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsruerxnelud2rjcam08eqc5qhl7yeyuhxg99la4mxaawwgveqgq4czyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5kd0tlak" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsp4mam0vgx97ap59pd7jzdvjmzc93gmduzk0f0c0tn3cquvs4mjgqpyfmhxue69uhkummnw3ez6an9wf5kv6t9vsh8wetvd3hhyer9wghxuet509mh08&#39;&gt;nevent1q…mh08&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://primal.net/e/nevent1qqsxssyqgz0znnlkqyh72948e5x4m6xtktsng3x6pg0z85uqrwmzakq3nuh2v&#34;&gt;https://primal.net/e/nevent1qqsxssyqgz0znnlkqyh72948e5x4m6xtktsng3x6pg0z85uqrwmzakq3nuh2v&lt;/a&gt;
    </content>
    <updated>2025-03-27T15:49:52Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsv3z930f24ha5mwzpv23d5zgff5sfygc22tn6l7cw4msctk7z89jczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k8rzcrq</id>
    
      <title type="html">Thanks</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsv3z930f24ha5mwzpv23d5zgff5sfygc22tn6l7cw4msctk7z89jczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k8rzcrq" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqswf3hvgqhfg0f5rauqhe3fway0upfccfrg7azm8qsfvuy0d4tal0cpzemhxue69uhhyetvv9ujuer9weehgu3wdaexwd3lna2&#39;&gt;nevent1q…lna2&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Thanks 
    </content>
    <updated>2025-03-27T15:48:12Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsgg2v9vzlsajjwjpaf706jht323ggc23c7y5j859jz4vnjps0ramczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5km9ytur</id>
    
      <title type="html">🫡🙏</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsgg2v9vzlsajjwjpaf706jht323ggc23c7y5j859jz4vnjps0ramczyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5km9ytur" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs2dvrp3j9fvwxyj7uxt4czmjsxr2kwe4j84qevlluup00qz4yt3pcpzemhxw309ucnjv3wxymrst338qhrww3hxumnwql8wum&#39;&gt;nevent1q…8wum&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;🫡🙏
    </content>
    <updated>2025-03-27T15:47:52Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsxssyqgz0znnlkqyh72948e5x4m6xtktsng3x6pg0z85uqrwmzakqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k2qchdd</id>
    
      <title type="html">Introducing Nostringer - unlinkable ring signatures (SAG) for ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsxssyqgz0znnlkqyh72948e5x4m6xtktsng3x6pg0z85uqrwmzakqzyzu0fshfpuxavecjz5ea0wx6l4mnsjct2pglsfew2jfutrmlj0s5k2qchdd" />
    <content type="html">
      Introducing Nostringer - unlinkable ring signatures (SAG) for Nostr pubkeys.&lt;br/&gt;Instead of doing some Ghibli stuff I implemented a prototype of unlinkable ring signatures for Nostr.&lt;br/&gt;It&amp;#39;s using Monero style Spontaneous Anonymous Group signatures (SAG).&lt;br/&gt;What does it enable ?&lt;br/&gt;Ring signatures allow multiple members of a group to sign a message without revealing which member actually signed it.&lt;br/&gt;I explored this after chatting with &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/nprofile1qqsydl97xpj74udw0qg5vkfyujyjxd3l706jd0t0w0turp93d0vvungpzpmhxue69uhkummnw3ezumt0d5hszythwden5te0dehhxarj9emkjmn99ujcnqad&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;LeoWandersleb&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;nprofile…nqad&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; who wants to use this concept for WalletScrutiny. Basically his idea would be to let users write reviews as accredited wallet developers. Because of the competition between wallets it&amp;#39;s better to not disclose who posted a review.&lt;br/&gt;It would be sufficient to know that it was posted from someone belonging to a group of accredited developers.&lt;br/&gt;Checkout the demo and repo in the links below.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Live demo: &lt;a href=&#34;https://nostringer.starknetonbitcoin.com&#34;&gt;https://nostringer.starknetonbitcoin.com&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Repo: &lt;a href=&#34;https://github.com/AbdelStark/nostringer&#34;&gt;https://github.com/AbdelStark/nostringer&lt;/a&gt;&lt;br/&gt;&lt;video controls width=&#34;100%&#34; class=&#34;max-h-[90vh] bg-neutral-300 dark:bg-zinc-700&#34;&gt;&lt;source src=&#34;https://m.primal.net/PvLL.mov&#34;&gt;&lt;/video&gt;
    </content>
    <updated>2025-03-27T15:29:08Z</updated>
  </entry>

</feed>