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

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




  <entry>
    <id>https://nostr.ae/nevent1qqsrc6cvkquy980y6uj8e263med084f7urtpgza55u6hchktmynx8kczyqd0xcw2las26vusrtl8k0qcydzf47frn0sq942wysk5vv464e5pxzxc548</id>
    
      <title type="html">📅 Original date posted:2019-07-04 📝 Original message: ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrc6cvkquy980y6uj8e263med084f7urtpgza55u6hchktmynx8kczyqd0xcw2las26vusrtl8k0qcydzf47frn0sq942wysk5vv464e5pxzxc548" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsq4gw57za5gp5a89upydjnf8wttv3phzklxeujr52ngfl9jtdfq2q60fqan&#39;&gt;nevent1q…fqan&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2019-07-04&lt;br/&gt;📝 Original message:&lt;br/&gt;Nadav,&lt;br/&gt;&lt;br/&gt;This is an interesting proposal, but because this still requires the&lt;br/&gt;customer to trust the merchant, I am concerned that it adds complexity&lt;br/&gt;without any meaningful guarantee to the customer. Perhaps it makes sense to&lt;br/&gt;at least include some extension field here that allows the merchant to&lt;br/&gt;include a ZKP for ZKCP-compatible data transfers? However, there are a number&lt;br/&gt;of limitations &amp;lt;&lt;a href=&#34;http://stevengoldfeder.com/papers/ZKCSP.pdf&amp;gt&#34;&gt;http://stevengoldfeder.com/papers/ZKCSP.pdf&amp;gt&lt;/a&gt;; to consider&lt;br/&gt;with those.&lt;br/&gt;&lt;br/&gt;My two cents, is that the proposed standard would only be useful for the&lt;br/&gt;edge case where a customer wants to pre-download the data before paying,&lt;br/&gt;but still trusts the merchant. What&amp;#39;s the main use you see for that? My gut&lt;br/&gt;tells me there&amp;#39;s a higher-level abstraction here to be standardized that&lt;br/&gt;would handle more mainstream use-cases.&lt;br/&gt;&lt;br/&gt;ZmnSCPxj,&lt;br/&gt;&lt;br/&gt;&amp;gt; Putting MAC inside the encryption would help ensure that we can detect&lt;br/&gt;data replacement over insecure channel, and use of shared secret ensures&lt;br/&gt;only intended recipient can decrypt.&lt;br/&gt;&lt;br/&gt;Generally you want to MAC the ciphertext &#43; IV, otherwise you lose&lt;br/&gt;ciphertext integrity guarantees. Why do you want to MAC, then encrypt?&lt;br/&gt;&lt;br/&gt;-Alex&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;On Wed, Jun 26, 2019 at 4:55 PM ZmnSCPxj via Lightning-dev &amp;lt;&lt;br/&gt;lightning-dev at lists.linuxfoundation.org&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; Good morning Nadav et al.,&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; &amp;gt; Any node on the route of the payment knows the preimage and can&lt;br/&gt;&amp;gt; decrypt the data. It would be nice to tune the protocol in a way that only&lt;br/&gt;&amp;gt; the buyer can decrypt the data. For example we could use something like&lt;br/&gt;&amp;gt; this:&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Is this not covered by sending over the pre-image encrypted data over a&lt;br/&gt;&amp;gt; secure channel such as HTTPS? If anyone along the route who learns the&lt;br/&gt;&amp;gt; pre-image does intercept the message with the encrypted data, that data&lt;br/&gt;&amp;gt; will already be encrypted for the intended recipient right?&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; True, but the added protection allows sending the option of sending data&lt;br/&gt;&amp;gt; over a non-secure channel.&lt;br/&gt;&amp;gt; In particular, a secure channel like HTTPS would impose an&lt;br/&gt;&amp;gt; encryption/decryption overhead, and then you will *also* encrypt/decrypt at&lt;br/&gt;&amp;gt; the application layer i.e. you are encrypting twice.&lt;br/&gt;&amp;gt; If you have the choice of using an insecure channel, you could take that&lt;br/&gt;&amp;gt; and only have the encrypt/decrypt overhead only for the preimage-encrypted&lt;br/&gt;&amp;gt; data.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; i.e. with this, you have the option of sending over both secure and&lt;br/&gt;&amp;gt; insecure channels.&lt;br/&gt;&amp;gt; It does not hinder use of secure channel, but enables use of insecure&lt;br/&gt;&amp;gt; channel.&lt;br/&gt;&amp;gt; Putting MAC inside the encryption would help ensure that we can detect&lt;br/&gt;&amp;gt; data replacement over insecure channel, and use of shared secret ensures&lt;br/&gt;&amp;gt; only intended recipient can decrypt.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Regards,&lt;br/&gt;&amp;gt; ZmnSCPxj&lt;br/&gt;&amp;gt; _______________________________________________&lt;br/&gt;&amp;gt; Lightning-dev mailing list&lt;br/&gt;&amp;gt; Lightning-dev at lists.linuxfoundation.org&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev&#34;&gt;https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;-------------- next part --------------&lt;br/&gt;An HTML attachment was scrubbed...&lt;br/&gt;URL: &amp;lt;&lt;a href=&#34;http://lists.linuxfoundation.org/pipermail/lightning-dev/attachments/20190704/1713b5d3/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/lightning-dev/attachments/20190704/1713b5d3/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-09T12:55:23Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvkx8mqc3vjnhx44823ja2dk4zha80mrh66xya9zn4jn8mvxan3tgzyqd0xcw2las26vusrtl8k0qcydzf47frn0sq942wysk5vv464e5px2a5kcu</id>
    
      <title type="html">📅 Original date posted:2018-12-27 📝 Original message: Hello ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvkx8mqc3vjnhx44823ja2dk4zha80mrh66xya9zn4jn8mvxan3tgzyqd0xcw2las26vusrtl8k0qcydzf47frn0sq942wysk5vv464e5px2a5kcu" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs03079aekjq6u687rgfnc24vcxjfdcn3fl7tt33kpzn78xxeeq4mqn57rjg&#39;&gt;nevent1q…7rjg&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2018-12-27&lt;br/&gt;📝 Original message:&lt;br/&gt;Hello ZmnSCPxj,&lt;br/&gt;&lt;br/&gt;&amp;gt; Do you mean, that if you make a swap on Lightning, which *might* be a&lt;br/&gt;Bitcoin-to-WJT American Call Option, I will refuse to forward until I also&lt;br/&gt;get something that is a WJT-to-Bitcoin call option, similar to a butterfly&lt;br/&gt;spread?&lt;br/&gt;&amp;gt; That implies that in the &amp;#34;normal&amp;#34;, non-American-call-option case, the&lt;br/&gt;payer has the target asset, which brings up the question: why would the&lt;br/&gt;payer even go through the cross-asset broker in a Lightning route if the&lt;br/&gt;payer already has the target asset?&lt;br/&gt;&lt;br/&gt;No this isn&amp;#39;t what I&amp;#39;m suggesting. Let me try to explain again. Apologies&lt;br/&gt;if this isn&amp;#39;t clear:&lt;br/&gt;&lt;br/&gt;Let&amp;#39;s assume only two parties are engaging in this interaction, you and me.&lt;br/&gt;You offer me the WJT/BTC exchange rate from your mult-chain node and I&lt;br/&gt;route an LN payment from my BTC node to my WJT node through your&lt;br/&gt;multi-chain node. My understanding is that the main problem with this is&lt;br/&gt;the free optionality I get when my WJT node does not return the hash&lt;br/&gt;preimage immediately to you and instead waits to see if the market price&lt;br/&gt;fluctuates out of my favor until option/HTLC expiry. But what if we could&lt;br/&gt;atomically swap this preimage for the final HTLC you sent me? If this&lt;br/&gt;magical atomic information swap could happen (I don&amp;#39;t get the final HTLC&lt;br/&gt;unless I reveal the preimage) the payment would settle immediately (in the&lt;br/&gt;two party case, let&amp;#39;s assume no other intermediary nodes). A timed&lt;br/&gt;commitment approach could potentially be feasible if the time required to&lt;br/&gt;brute force the commitment is longer than the life of the &amp;#34;option&amp;#34;/HTLC.&lt;br/&gt;I&amp;#39;m not necessarily suggesting this the optimal solution, but I haven&amp;#39;t&lt;br/&gt;seen the idea mentioned before.&lt;br/&gt;&lt;br/&gt;-Alex&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;On Thu, Dec 27, 2018 at 2:01 PM ZmnSCPxj &amp;lt;ZmnSCPxj at protonmail.com&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; Good morning Alex and Will,&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; 1. Cross-asset brokers charge a standard option premium to perform the&lt;br/&gt;&amp;gt; brokerage. I can&amp;#39;t tell if you think this is totally broken or if it&amp;#39;s just&lt;br/&gt;&amp;gt; sad. I don&amp;#39;t understand lightning well enough to figure that out on my own&lt;br/&gt;&amp;gt; - could you expand more on what effects this would have?&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; It is quite broken.&lt;br/&gt;&amp;gt; We assume generally that if a payment route fails, that the payer making&lt;br/&gt;&amp;gt; the payment route loses nothing.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Unfortunately, once there is a premium involved for cross-asset swaps, it&lt;br/&gt;&amp;gt; implies that any failures *after* the swap will now have a cost,&lt;br/&gt;&amp;gt; specifically, the premium paid.&lt;br/&gt;&amp;gt; Perhaps you could inform the cross-asset broker who the ultimate payee is&lt;br/&gt;&amp;gt; so it can retry failures after it on your behalf, but now the broker has&lt;br/&gt;&amp;gt; the ability to censor payments to payees it does not like.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; 2. Cross-asset brokers require counterparties to issue them a symmetric&lt;br/&gt;&amp;gt; but slightly more out-of-the-money call, which they can redeem in the event&lt;br/&gt;&amp;gt; of a large FX swing. This bounds their FX losses.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; I am uncertain what you mean exactly.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Do you mean, that if you make a swap on Lightning, which *might* be a&lt;br/&gt;&amp;gt; Bitcoin-to-WJT American Call Option, I will refuse to forward until I also&lt;br/&gt;&amp;gt; get something that is a WJT-to-Bitcoin call option, similar to a butterfly&lt;br/&gt;&amp;gt; spread?&lt;br/&gt;&amp;gt; That implies that in the &amp;#34;normal&amp;#34;, non-American-call-option case, the&lt;br/&gt;&amp;gt; payer has the target asset, which brings up the question: why would the&lt;br/&gt;&amp;gt; payer even go through the cross-asset broker in a Lightning route if the&lt;br/&gt;&amp;gt; payer already has the target asset?&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; There’s another potential partial solution here if we can create some&lt;br/&gt;&amp;gt; cryptographic protocol for atomically swapping information. This would be&lt;br/&gt;&amp;gt; used to swap the final HTLC sig for the hash preimage, preventing the&lt;br/&gt;&amp;gt; optionality issue. This idea was inspired by a paper called “Timed&lt;br/&gt;&amp;gt; Commitments” by Dan Boneh&lt;br/&gt;&amp;gt; &amp;gt; (&lt;a href=&#34;https://www.iacr.org/archive/crypto2000/18800237/18800237.pdf&#34;&gt;https://www.iacr.org/archive/crypto2000/18800237/18800237.pdf&lt;/a&gt;).&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; The high level idea is that each party swaps a commitment to the&lt;br/&gt;&amp;gt; information they want to atomically swap and then slowly reveal verifiable&lt;br/&gt;&amp;gt; “hints” that make it easier and easier to brute force the commitment. Each&lt;br/&gt;&amp;gt; party takes turns revealing a hint.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; The protocol to do something like this in lightning doesn’t exist afaik&lt;br/&gt;&amp;gt; but it seems feasible. This also may fail to work when there are&lt;br/&gt;&amp;gt; intermediary nodes not controlled by the two trading parties.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; The entire point of using HTLCs in Lightning routing is to enforce that&lt;br/&gt;&amp;gt; the final payee actually gets paid, or nobody along the route gets paid.&lt;br/&gt;&amp;gt; From my understanding of this, if this is used, then an intermediate node&lt;br/&gt;&amp;gt; can try to brute force the preimage instead of actually bothering to&lt;br/&gt;&amp;gt; forward payments or hints.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Regards,&lt;br/&gt;&amp;gt; ZmnSCPxj&lt;br/&gt;&amp;gt;&lt;br/&gt;-------------- next part --------------&lt;br/&gt;An HTML attachment was scrubbed...&lt;br/&gt;URL: &amp;lt;&lt;a href=&#34;http://lists.linuxfoundation.org/pipermail/lightning-dev/attachments/20181227/ea806ad1/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/lightning-dev/attachments/20181227/ea806ad1/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-09T12:53:36Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs2evh03gmj9plccvw0wfsgsgnauw58dxpn0srek8k8msx3yggf4vgzyqd0xcw2las26vusrtl8k0qcydzf47frn0sq942wysk5vv464e5pxm42tmw</id>
    
      <title type="html">📅 Original date posted:2018-12-27 📝 Original message: ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs2evh03gmj9plccvw0wfsgsgnauw58dxpn0srek8k8msx3yggf4vgzyqd0xcw2las26vusrtl8k0qcydzf47frn0sq942wysk5vv464e5pxm42tmw" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsgw9qe3tt9rdfhcz4s8t930nw35jv8thpmyvrw60l9n9n3ltr7jwqgu5qna&#39;&gt;nevent1q…5qna&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2018-12-27&lt;br/&gt;📝 Original message:&lt;br/&gt;There’s another potential partial solution here if we can create some cryptographic protocol for atomically swapping information. This would be used to swap the final HTLC sig for the hash preimage, preventing the optionality issue. This idea was inspired by a paper called “Timed Commitments” by Dan Boneh &lt;br/&gt;(&lt;a href=&#34;https://www.iacr.org/archive/crypto2000/18800237/18800237.pdf&#34;&gt;https://www.iacr.org/archive/crypto2000/18800237/18800237.pdf&lt;/a&gt;). &lt;br/&gt;&lt;br/&gt;The high level idea is that each party swaps a commitment to the information they want to atomically swap and then slowly reveal verifiable “hints” that make it easier and easier to brute force the commitment. Each party takes turns revealing a hint. &lt;br/&gt;&lt;br/&gt;The protocol to do something like this in lightning doesn’t exist afaik but it seems feasible. This also may fail to work when there are intermediary nodes not controlled by the two trading parties. &lt;br/&gt;&lt;br/&gt;I also could be completely off here but I thought the idea was worth sharing. &lt;br/&gt;&lt;br/&gt;Best&lt;br/&gt;Alex&lt;br/&gt;&lt;br/&gt;&amp;gt; On Dec 27, 2018, at 10:47, Will Yager &amp;lt;lists at yager.io&amp;gt; wrote:&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; Very good point.&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; Two possible responses come to mind.&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; 1. Cross-asset brokers charge a standard option premium to perform the brokerage. I can&amp;#39;t tell if you think this is totally broken or if it&amp;#39;s just sad. I don&amp;#39;t understand lightning well enough to figure that out on my own - could you expand more on what effects this would have?&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; 2. Cross-asset brokers require counterparties to issue them a symmetric but slightly more out-of-the-money call, which they can redeem in the event of a large FX swing. This bounds their FX losses.&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; Will&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐&lt;br/&gt;&amp;gt; On Thursday, December 27, 2018 1:43 PM, ZmnSCPxj via Lightning-dev &amp;lt;lightning-dev at lists.linuxfoundation.org&amp;gt; wrote:&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt;&amp;gt;    HTLCs allow creation of American Call Options.&lt;br/&gt;&amp;gt; &lt;br/&gt;&amp;gt; _______________________________________________&lt;br/&gt;&amp;gt; Lightning-dev mailing list&lt;br/&gt;&amp;gt; Lightning-dev at lists.linuxfoundation.org&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev&#34;&gt;https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev&lt;/a&gt;&lt;br/&gt;-------------- next part --------------&lt;br/&gt;An HTML attachment was scrubbed...&lt;br/&gt;URL: &amp;lt;&lt;a href=&#34;http://lists.linuxfoundation.org/pipermail/lightning-dev/attachments/20181227/191b02f9/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/lightning-dev/attachments/20181227/191b02f9/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-09T12:53:36Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsg2gy9v7jr23cak0syuvaeeazksx7a6gdknld3522z4pflag4zucszyqd0xcw2las26vusrtl8k0qcydzf47frn0sq942wysk5vv464e5pxzgangx</id>
    
      <title type="html">📅 Original date posted:2014-10-25 📝 Original ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsg2gy9v7jr23cak0syuvaeeazksx7a6gdknld3522z4pflag4zucszyqd0xcw2las26vusrtl8k0qcydzf47frn0sq942wysk5vv464e5pxzgangx" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsr2j5t2afhn02s9g9aetdy67gpmclf3hjdhzz9j0znra3sd57mzvc0ss4g2&#39;&gt;nevent1q…s4g2&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2014-10-25&lt;br/&gt;📝 Original message:Interesting analysis! I think there are a few important effects that aren&amp;#39;t&lt;br/&gt;being considered.&lt;br/&gt;&lt;br/&gt;1. When the block reward is halved, inflation is halved as well. Is this&lt;br/&gt;halving already priced in by the market or will it result in an upward&lt;br/&gt;pressure on the price?&lt;br/&gt;&lt;br/&gt;2. It was acknowledged that the referenced analysis did not take into&lt;br/&gt;account the result of a double-spend attack on the bitcoin price. However,&lt;br/&gt;the effect of a detectable double-spend attack on the Bitcoin network is&lt;br/&gt;not isolated to Bitcoin markets. The price of altcoins often trend with the&lt;br/&gt;price of Bitcoin, so attacking Bitcoin may reduce the profitability of&lt;br/&gt;&amp;#39;multipool&amp;#39; mining. Any alt-coin market vulnerable to the malicious&lt;br/&gt;hash-power would probably go into panic mode.&lt;br/&gt;&lt;br/&gt;-Alex Leishman&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;On Sat Oct 25 2014 at 1:51:10 PM Alex Mizrahi &amp;lt;alex.mizrahi at gmail.com&amp;gt;&lt;br/&gt;wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; For the sake of argument, lets assume that somehow (quite unlikely)&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Why is it unlikely? Do you believe that the cost of electricity cannot be&lt;br/&gt;&amp;gt; higher than expected mining revenue?&lt;br/&gt;&amp;gt; Or do you expect miners to keep mining when it costs them money?&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; half the mining equipment gets shut off.&lt;br/&gt;&amp;gt;&amp;gt; The amount of hashes/second is such that it is currently, lets just say,&lt;br/&gt;&amp;gt;&amp;gt; quite&lt;br/&gt;&amp;gt;&amp;gt; secure against any takeover.&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; The equipment won&amp;#39;t be simply turned off, it will be up for grabs.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Please check this web sites:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://nicehash.com/&#34;&gt;https://nicehash.com/&lt;/a&gt;&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://www.multipool.us/&#34;&gt;https://www.multipool.us/&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; One can use them in the same way he uses normal mining pools, and they&lt;br/&gt;&amp;gt; switch between different chains.&lt;br/&gt;&amp;gt; Say, multipool.us can switch between BTC and PPC (Peercoin).&lt;br/&gt;&amp;gt; Mining BTC will be less profitable after a halving, so a miner who is&lt;br/&gt;&amp;gt; willing to maximize his profits might use multipool to auto-switch to&lt;br/&gt;&amp;gt; something more profitable.&lt;br/&gt;&amp;gt; Which might be attack-on-Bitcoin.&lt;br/&gt;&amp;gt; E.g. if 60% of bitcoin&amp;#39;s total hashrate is available via &amp;#34;multipools&amp;#34;, one&lt;br/&gt;&amp;gt; can try to pull of a double-spending attack.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; Your document makes a long series of assumptions about how this can turn&lt;br/&gt;&amp;gt;&amp;gt; out&lt;br/&gt;&amp;gt;&amp;gt; bad with each individually is implausible, together are just fiction.&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; It sounds like you failed to grasp even basics.&lt;br/&gt;&amp;gt; ------------------------------------------------------------&lt;br/&gt;&amp;gt; ------------------&lt;br/&gt;&amp;gt; _______________________________________________&lt;br/&gt;&amp;gt; Bitcoin-development mailing list&lt;br/&gt;&amp;gt; Bitcoin-development at lists.sourceforge.net&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://lists.sourceforge.net/lists/listinfo/bitcoin-development&#34;&gt;https://lists.sourceforge.net/lists/listinfo/bitcoin-development&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;-------------- next part --------------&lt;br/&gt;An HTML attachment was scrubbed...&lt;br/&gt;URL: &amp;lt;&lt;a href=&#34;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20141025/588c86c6/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20141025/588c86c6/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:26:49Z</updated>
  </entry>

</feed>