<rss
      xmlns:atom="http://www.w3.org/2005/Atom"
      xmlns:media="http://search.yahoo.com/mrss/"
      xmlns:content="http://purl.org/rss/1.0/modules/content/"
      xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      version="2.0"
    >
      <channel>
        <title><![CDATA[]]></title>
        <description><![CDATA[]]></description>
        <link>https://rod.npub.pro/tag/bitcoin/</link>
        <atom:link href="https://rod.npub.pro/tag/bitcoin/rss/" rel="self" type="application/rss+xml"/>
        <itunes:new-feed-url>https://rod.npub.pro/tag/bitcoin/rss/</itunes:new-feed-url>
        <itunes:author><![CDATA[rod ✪]]></itunes:author>
        <itunes:subtitle><![CDATA[]]></itunes:subtitle>
        <itunes:type>episodic</itunes:type>
        <itunes:owner>
          <itunes:name><![CDATA[rod ✪]]></itunes:name>
          <itunes:email><![CDATA[rod ✪]]></itunes:email>
        </itunes:owner>
            
      <pubDate>Wed, 22 Jan 2025 20:48:24 GMT</pubDate>
      <lastBuildDate>Wed, 22 Jan 2025 20:48:24 GMT</lastBuildDate>
      
      <itunes:image href="https://image.nostr.build/63c130f4a42b57d8147f78bfa7e93c5029c5c4a1f1e6d169f2b497b36d768f35.jpg" />
      <image>
        <title><![CDATA[]]></title>
        <link>https://rod.npub.pro/tag/bitcoin/</link>
        <url>https://image.nostr.build/63c130f4a42b57d8147f78bfa7e93c5029c5c4a1f1e6d169f2b497b36d768f35.jpg</url>
      </image>
      <item>
      <title><![CDATA[Understanding Bitcoin Covenants]]></title>
      <description><![CDATA[Wondering what covenants means and how it may impact you, read on!]]></description>
             <itunes:subtitle><![CDATA[Wondering what covenants means and how it may impact you, read on!]]></itunes:subtitle>
      <pubDate>Wed, 22 Jan 2025 20:48:24 GMT</pubDate>
      <link>https://rod.npub.pro/post/1737576888095/</link>
      <comments>https://rod.npub.pro/post/1737576888095/</comments>
      <guid isPermaLink="false">naddr1qqxnzdenxu6nwd3c8qurqwf4qgsrtuazdng7waddzmdd3nyw36w5sfvler95vgcte9nreqf8jtwlyvgrqsqqqa286ap03e</guid>
      <category>#Bitcoin</category>
      
        <media:content url="https://imgprxy.stacker.news/tWAoNmitdy2_6W48Kt562BkQ1H0HevTcNnlyEKha6c8/rs:fit:2560:1440/aHR0cHM6Ly9tLnN0YWNrZXIubmV3cy83NDE0OA" medium="image"/>
        <enclosure 
          url="https://imgprxy.stacker.news/tWAoNmitdy2_6W48Kt562BkQ1H0HevTcNnlyEKha6c8/rs:fit:2560:1440/aHR0cHM6Ly9tLnN0YWNrZXIubmV3cy83NDE0OA" length="0" 
          type="" 
        />
      <noteId>naddr1qqxnzdenxu6nwd3c8qurqwf4qgsrtuazdng7waddzmdd3nyw36w5sfvler95vgcte9nreqf8jtwlyvgrqsqqqa286ap03e</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<h3>Background</h3>
<p>Most people non familiar with Bitcoin thinks that there its has not smart contracts capabilities, and that is incorrect, there are smart contract capabilities, and despite limited in comparison with other blockchain networks, those capabilities are evolving slowly but surely.</p>
<p>The support for smart contracts is done through its scripting language, Script, which allows developers to create complex conditions for transactions.</p>
<p><strong>What can you do with Script?</strong></p>
<ol>
<li>time locks</li>
<li>multi-signature requirements</li>
<li>other custom logic</li>
</ol>
<p>opcodes like OP_CHECKLOCKTIMEVERIFY (CLTV) and OP_CHECKSEQUENCEVERIFY (CSV) are used to build more sophisticated smart contracts, these opcodes enable features such as the Lightning Network, a key scaling solution for Bitcoin</p>
<p>back in 2021, the ***Taproot ***upgrade introduced Pay-to-Taproot (P2TR), in summary allows for more private and efficient smart contracts, in that soft fork more was added, in addition to Taproot, we got as well <em><strong>Schnorr signatures</strong></em>, which enables multiple signatures to be aggregated into a single signature, improving scalability and privacy and <em><strong>MAST (Merklized Abstract Syntax Trees)</strong></em> which reduces the size of complex smart contracts, making them more efficient, as an added value, this efficiency reduces the cost of transactions.</p>
<p>The ***Taproot ***upgrade has laid the foundation for the development of more sophisticated smart contracts on the Bitcoin network, and the use of covenants is an important part of this development.</p>
<h3>What is Bitcoin Covenants?</h3>
<p>It is a <strong>BIP</strong> (Bitcoin Improvement Proposal), <strong>BIP-347</strong>, assigned on April 24, 2024, which marks the first step towards reintroducing functionality removed from Bitcoin by its creator Satoshi Nakamoto in 2010. This proposal aims to bring smart contract functionality to Bitcoin as we see in other EVM networks.</p>
<p>The proposal’s developers authors names are <strong>Ethan Heilman</strong> and <strong>Armin Sabouri</strong>, now the community will debate its merits.</p>
<p>Here the link, in case you are curious:</p>
<p><em><strong><np-embed url="https://github.com/bitcoin/bips/blob/master/bip-0347.mediawiki"><a href="https://github.com/bitcoin/bips/blob/master/bip-0347.mediawiki">https://github.com/bitcoin/bips/blob/master/bip-0347.mediawiki</a></np-embed></strong></em></p>
<p>It is worth to read the motivation section of the BIP, which reads:</p>
<p>“Bitcoin Tapscript lacks a general purpose way of combining objects on the stack, restricting the expressiveness and power of Tapscript. This prevents, among many other things, the ability to construct and evaluate merkle trees and other hashed data structures in Tapscript. OP_CAT, by adding a general purpose way to concatenate stack values, would overcome this limitation and greatly increase the functionality of Tapscript.</p>
<p>OP_CAT aims to expand the toolbox of the tapscript developer with a simple, modular, and useful opcode in the spirit of Unix. To demonstrate the usefulness of OP_CAT below we provide a non-exhaustive list of some use cases that OP_CAT would enable:</p>
<p>Bitstream, a protocol for the atomic swap (fair exchange) of bitcoins for decryption keys, that enables decentralized file hosting systems paid in Bitcoin. While such swaps are currently possible on Bitcoin without OP_CAT, they require the use of complex and computationally expensive Verifiable Computation cryptographic techniques. OP_CAT would remove this requirement on Verifiable Computation, making such protocols far more practical to build in Bitcoin.</p>
<p>Tree signatures provide a multisignature script whose size can be logarithmic in the number of public keys and can encode spend conditions beyond n-of-m. For instance a transaction less than 1KB in size could support tree signatures with up to 4,294,967,296 public keys. This also enables generalized logical spend conditions.</p>
<p>Post-Quantum Lamport signatures in Bitcoin transactions. Lamport signatures merely require the ability to hash and concatenate values on the stack. [4] It has been proposed that if ECDSA is broken or a powerful computer was on the horizon, there might be an effort to protect ownership of bitcoins by allowing people to mark their taproot outputs as "script-path only" and then move their coins into such outputs with a leaf in the script tree requiring a Lamport signature. It is an open question if a tapscript commitment would preserve the quantum resistance of Lamport signatures. Beyond this question, the use of Lamport Signatures in taproot outputs is unlikely to be quantum resistant even if the script spend-path is made quantum resistant. This is because taproot outputs can also be spent with a key. An attacker with a sufficiently powerful quantum computer could bypass the taproot script spend-path by finding the discrete log of the taproot output and thus spending the output using the key spend-path. The use of "Nothing Up My Sleeve" (NUMS) points as described in BIP-341 to disable the key spend-path does not disable the key spend-path against a quantum attacker as NUMS relies on the hardness of finding discrete logs. We are not aware of any mechanism which could disable the key spend-path in a taproot output without a soft-fork change to taproot.</p>
<p>Non-equivocation contracts in tapscript provide a mechanism to punish equivocation/double spending in Bitcoin payment channels. OP_CAT enables this by enforcing rules on the spending transaction's nonce. The capability is a useful building block for payment channels and other Bitcoin protocols.</p>
<p>Vaults [6] which are a specialized covenant that allows a user to block a malicious party who has compromised the user's secret key from stealing the funds in that output. As shown in OP_CAT is sufficient to build vaults in Bitcoin.</p>
<p>Replicating CheckSigFromStack which would allow the creation of simple covenants and other advanced contracts without having to pre-sign spending transactions, possibly reducing complexity and the amount of data that needs to be stored. Originally shown to work with Schnorr signatures, this result has been extended to ECDSA signatures.</p>
<p>OP_CAT was available in early versions of Bitcoin. In 2010, a single commit disabled OP_CAT, along with another 15 opcodes. Folklore states that OP_CAT was removed in this commit because it enabled the construction of a script whose evaluation could have memory usage exponential in the size of the script. For example, a script that pushed a 1-byte value on the stack and then repeated the opcodes OP_DUP, OP_CAT 40 times would result in a stack element whose size was greater than 1 terabyte assuming no maximum stack element size. As Bitcoin at that time had a maximum stack element size of 5000 bytes, the effect of this expansion was limited to 5000 bytes. This is no longer an issue because tapscript enforces a maximum stack element size of 520 bytes.”</p>
<p>The last update of the BIP was done on Sep. 8 2024 by Ethan Heilman</p>
<h3>Controversy</h3>
<p>The controversy revolves around two main camps:</p>
<ol>
<li>Those who want to preserve Bitcoin’s network for monetary transactions only, arguing that adding smart contract capabilities could introduce risks and complexity.</li>
<li>Others who advocate for expanding Bitcoin’s capabilities to support a wider range of applications, seeing OP_CAT as a step towards enhancing the network’s utility.</li>
</ol>
<h3>Final Thoughts</h3>
<p><img src="https://imgprxy.stacker.news/ZB2xH3gBwQLbj5Ihl-vFo0nvFaxVbhyvY7cnx4ObJQs/rs:fit:2560:1440/aHR0cHM6Ly9tLnN0YWNrZXIubmV3cy83NDE0OQ" alt=""><br>Bitcoin have done what no other asset have done in history, neither gold, its success is clear, and now, that BlackRock is involved, “miraculously”, corporations and governments are getting on board and Bitcoin is not anymore only for criminals or “rat poison” or “is going to zero”.</p>
<p>But as all tech, improvements are important, if those improvements are done to secure more the network and to make it more robust, there will be little to none controversy, however, when those changes are aiming at adding new shinning features that would change Bitcoin into a network with similar features as Ethereum in terms of contracts that requires attention and debate, few questions come to mind:</p>
<ol>
<li>How will that change affect the security of the network?</li>
<li>How that change will affect the blockchain usage?</li>
<li>What is the projected impact over the fees per transaction if this change is approved?</li>
<li>Will the impact create pressure for the block size increase discussion to come back to the table and with it a second war?</li>
</ol>
<p>Looking into Ethan Heilman work and contribution to the Bitcoin ecosystem, I am inclined to believe that he has considered most of those questions.</p>
<p>Looking forward to observe the evolution of this proposal.</p>
<h4>You liked the article? Make my day brighter!</h4>
<p>Like and share!</p>
<p>Last but not least, the following link is an unstoppable domain, it will open a page in which you can perform an anonymous contribution to support my work:</p>
<p><np-embed url="https://rodswallet.unstoppable/"><a href="https://rodswallet.unstoppable/">https://rodswallet.unstoppable/</a></np-embed></p>
<p>The link didn’t open?</p>
<p>To open the link you need to use a best in class browser that supports web3, two are recommended: Brave Browser and Opera Browser</p>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<h3>Background</h3>
<p>Most people non familiar with Bitcoin thinks that there its has not smart contracts capabilities, and that is incorrect, there are smart contract capabilities, and despite limited in comparison with other blockchain networks, those capabilities are evolving slowly but surely.</p>
<p>The support for smart contracts is done through its scripting language, Script, which allows developers to create complex conditions for transactions.</p>
<p><strong>What can you do with Script?</strong></p>
<ol>
<li>time locks</li>
<li>multi-signature requirements</li>
<li>other custom logic</li>
</ol>
<p>opcodes like OP_CHECKLOCKTIMEVERIFY (CLTV) and OP_CHECKSEQUENCEVERIFY (CSV) are used to build more sophisticated smart contracts, these opcodes enable features such as the Lightning Network, a key scaling solution for Bitcoin</p>
<p>back in 2021, the ***Taproot ***upgrade introduced Pay-to-Taproot (P2TR), in summary allows for more private and efficient smart contracts, in that soft fork more was added, in addition to Taproot, we got as well <em><strong>Schnorr signatures</strong></em>, which enables multiple signatures to be aggregated into a single signature, improving scalability and privacy and <em><strong>MAST (Merklized Abstract Syntax Trees)</strong></em> which reduces the size of complex smart contracts, making them more efficient, as an added value, this efficiency reduces the cost of transactions.</p>
<p>The ***Taproot ***upgrade has laid the foundation for the development of more sophisticated smart contracts on the Bitcoin network, and the use of covenants is an important part of this development.</p>
<h3>What is Bitcoin Covenants?</h3>
<p>It is a <strong>BIP</strong> (Bitcoin Improvement Proposal), <strong>BIP-347</strong>, assigned on April 24, 2024, which marks the first step towards reintroducing functionality removed from Bitcoin by its creator Satoshi Nakamoto in 2010. This proposal aims to bring smart contract functionality to Bitcoin as we see in other EVM networks.</p>
<p>The proposal’s developers authors names are <strong>Ethan Heilman</strong> and <strong>Armin Sabouri</strong>, now the community will debate its merits.</p>
<p>Here the link, in case you are curious:</p>
<p><em><strong><np-embed url="https://github.com/bitcoin/bips/blob/master/bip-0347.mediawiki"><a href="https://github.com/bitcoin/bips/blob/master/bip-0347.mediawiki">https://github.com/bitcoin/bips/blob/master/bip-0347.mediawiki</a></np-embed></strong></em></p>
<p>It is worth to read the motivation section of the BIP, which reads:</p>
<p>“Bitcoin Tapscript lacks a general purpose way of combining objects on the stack, restricting the expressiveness and power of Tapscript. This prevents, among many other things, the ability to construct and evaluate merkle trees and other hashed data structures in Tapscript. OP_CAT, by adding a general purpose way to concatenate stack values, would overcome this limitation and greatly increase the functionality of Tapscript.</p>
<p>OP_CAT aims to expand the toolbox of the tapscript developer with a simple, modular, and useful opcode in the spirit of Unix. To demonstrate the usefulness of OP_CAT below we provide a non-exhaustive list of some use cases that OP_CAT would enable:</p>
<p>Bitstream, a protocol for the atomic swap (fair exchange) of bitcoins for decryption keys, that enables decentralized file hosting systems paid in Bitcoin. While such swaps are currently possible on Bitcoin without OP_CAT, they require the use of complex and computationally expensive Verifiable Computation cryptographic techniques. OP_CAT would remove this requirement on Verifiable Computation, making such protocols far more practical to build in Bitcoin.</p>
<p>Tree signatures provide a multisignature script whose size can be logarithmic in the number of public keys and can encode spend conditions beyond n-of-m. For instance a transaction less than 1KB in size could support tree signatures with up to 4,294,967,296 public keys. This also enables generalized logical spend conditions.</p>
<p>Post-Quantum Lamport signatures in Bitcoin transactions. Lamport signatures merely require the ability to hash and concatenate values on the stack. [4] It has been proposed that if ECDSA is broken or a powerful computer was on the horizon, there might be an effort to protect ownership of bitcoins by allowing people to mark their taproot outputs as "script-path only" and then move their coins into such outputs with a leaf in the script tree requiring a Lamport signature. It is an open question if a tapscript commitment would preserve the quantum resistance of Lamport signatures. Beyond this question, the use of Lamport Signatures in taproot outputs is unlikely to be quantum resistant even if the script spend-path is made quantum resistant. This is because taproot outputs can also be spent with a key. An attacker with a sufficiently powerful quantum computer could bypass the taproot script spend-path by finding the discrete log of the taproot output and thus spending the output using the key spend-path. The use of "Nothing Up My Sleeve" (NUMS) points as described in BIP-341 to disable the key spend-path does not disable the key spend-path against a quantum attacker as NUMS relies on the hardness of finding discrete logs. We are not aware of any mechanism which could disable the key spend-path in a taproot output without a soft-fork change to taproot.</p>
<p>Non-equivocation contracts in tapscript provide a mechanism to punish equivocation/double spending in Bitcoin payment channels. OP_CAT enables this by enforcing rules on the spending transaction's nonce. The capability is a useful building block for payment channels and other Bitcoin protocols.</p>
<p>Vaults [6] which are a specialized covenant that allows a user to block a malicious party who has compromised the user's secret key from stealing the funds in that output. As shown in OP_CAT is sufficient to build vaults in Bitcoin.</p>
<p>Replicating CheckSigFromStack which would allow the creation of simple covenants and other advanced contracts without having to pre-sign spending transactions, possibly reducing complexity and the amount of data that needs to be stored. Originally shown to work with Schnorr signatures, this result has been extended to ECDSA signatures.</p>
<p>OP_CAT was available in early versions of Bitcoin. In 2010, a single commit disabled OP_CAT, along with another 15 opcodes. Folklore states that OP_CAT was removed in this commit because it enabled the construction of a script whose evaluation could have memory usage exponential in the size of the script. For example, a script that pushed a 1-byte value on the stack and then repeated the opcodes OP_DUP, OP_CAT 40 times would result in a stack element whose size was greater than 1 terabyte assuming no maximum stack element size. As Bitcoin at that time had a maximum stack element size of 5000 bytes, the effect of this expansion was limited to 5000 bytes. This is no longer an issue because tapscript enforces a maximum stack element size of 520 bytes.”</p>
<p>The last update of the BIP was done on Sep. 8 2024 by Ethan Heilman</p>
<h3>Controversy</h3>
<p>The controversy revolves around two main camps:</p>
<ol>
<li>Those who want to preserve Bitcoin’s network for monetary transactions only, arguing that adding smart contract capabilities could introduce risks and complexity.</li>
<li>Others who advocate for expanding Bitcoin’s capabilities to support a wider range of applications, seeing OP_CAT as a step towards enhancing the network’s utility.</li>
</ol>
<h3>Final Thoughts</h3>
<p><img src="https://imgprxy.stacker.news/ZB2xH3gBwQLbj5Ihl-vFo0nvFaxVbhyvY7cnx4ObJQs/rs:fit:2560:1440/aHR0cHM6Ly9tLnN0YWNrZXIubmV3cy83NDE0OQ" alt=""><br>Bitcoin have done what no other asset have done in history, neither gold, its success is clear, and now, that BlackRock is involved, “miraculously”, corporations and governments are getting on board and Bitcoin is not anymore only for criminals or “rat poison” or “is going to zero”.</p>
<p>But as all tech, improvements are important, if those improvements are done to secure more the network and to make it more robust, there will be little to none controversy, however, when those changes are aiming at adding new shinning features that would change Bitcoin into a network with similar features as Ethereum in terms of contracts that requires attention and debate, few questions come to mind:</p>
<ol>
<li>How will that change affect the security of the network?</li>
<li>How that change will affect the blockchain usage?</li>
<li>What is the projected impact over the fees per transaction if this change is approved?</li>
<li>Will the impact create pressure for the block size increase discussion to come back to the table and with it a second war?</li>
</ol>
<p>Looking into Ethan Heilman work and contribution to the Bitcoin ecosystem, I am inclined to believe that he has considered most of those questions.</p>
<p>Looking forward to observe the evolution of this proposal.</p>
<h4>You liked the article? Make my day brighter!</h4>
<p>Like and share!</p>
<p>Last but not least, the following link is an unstoppable domain, it will open a page in which you can perform an anonymous contribution to support my work:</p>
<p><np-embed url="https://rodswallet.unstoppable/"><a href="https://rodswallet.unstoppable/">https://rodswallet.unstoppable/</a></np-embed></p>
<p>The link didn’t open?</p>
<p>To open the link you need to use a best in class browser that supports web3, two are recommended: Brave Browser and Opera Browser</p>
]]></itunes:summary>
      <itunes:image href="https://imgprxy.stacker.news/tWAoNmitdy2_6W48Kt562BkQ1H0HevTcNnlyEKha6c8/rs:fit:2560:1440/aHR0cHM6Ly9tLnN0YWNrZXIubmV3cy83NDE0OA"/>
      </item>
      
      <item>
      <title><![CDATA[Bitcoin Silent Payments, a step in the right direction ]]></title>
      <description><![CDATA[Silent Payments, a step towards enhanced transaction privacy in Bitcoin]]></description>
             <itunes:subtitle><![CDATA[Silent Payments, a step towards enhanced transaction privacy in Bitcoin]]></itunes:subtitle>
      <pubDate>Tue, 05 Nov 2024 17:29:19 GMT</pubDate>
      <link>https://rod.npub.pro/post/1730827288453/</link>
      <comments>https://rod.npub.pro/post/1730827288453/</comments>
      <guid isPermaLink="false">naddr1qqxnzdenxqurydej8qurgdfnqgsrtuazdng7waddzmdd3nyw36w5sfvler95vgcte9nreqf8jtwlyvgrqsqqqa28xyyyyn</guid>
      <category>bitcoin</category>
      
        <media:content url="https://image.nostr.build/ff01d226a38b88229f12d7cd39e5fef1d366b3041e6fde95a041c34a08550cb7.jpg" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/ff01d226a38b88229f12d7cd39e5fef1d366b3041e6fde95a041c34a08550cb7.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qqxnzdenxqurydej8qurgdfnqgsrtuazdng7waddzmdd3nyw36w5sfvler95vgcte9nreqf8jtwlyvgrqsqqqa28xyyyyn</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<h3>What We Know So Far About Silent Payments?</h3>
<p>A Step Towards Enhanced Transaction Privacy in Bitcoin. </p>
<p>Bitcoin Silent Payments, also known as BIP352[^1], is a proposed improvement to Bitcoin’s payment system that has been gaining traction for its potential to bolster transaction privacy in Layer 1. </p>
<h5>In simple terms, Silent Payments enables users to:</h5>
<ul>
<li><p>Generate a single, reusable static address for receiving payments, as a business this is a game changer since it make it possible to proceed with the proper financial operational security (OpSec).</p>
</li>
<li><p>Send and receive bitcoins without disclosing transaction details to third parties, such as the person or business you pay to, cybercriminals and chain analysis companies that sell that data to anyone willing to pay for it, that will include cybercriminals or simply; if you are a business; your competitors… When you use Silent Payments, only the sender and the receiver can connect it checking the on chain activity.</p>
</li>
<li><p>Without Silent Payments, if you are a non profit organization, public fund raiser, independent journalist, or business you needed support to setup a proper infrastructure to handle the donations or payments in a private manner. With Silent Payments, you post in your web site a single address in text format or as a QR code to receive donations or payments for goods, that simple.</p>
</li>
</ul>
<h3>Can I Use Silent Payments Already?</h3>
<p>Yes, but it is currently only available through select wallets that have implemented the feature. Users must have compatible wallets and ensure that both parties involved in the transaction have Silent Payments enabled. Currently, leading wallets like Blue Wallet, and others like Cake Wallet and BitBox has adopted the feature. It's essential to verify compatibility before making transactions.</p>
<p>Current wallets known to support it as of writing this article:</p>
<ul>
<li><a href="https://bluewallet.io/">BlueWallet</a>  -- Only for sending</li>
<li><a href="https://cakewallet.com/">Cake Wallet</a> -- Send, receive, Privacy Preserving Scanning</li>
<li><a href="https://app.silentium.dev/">Silentium</a> -- Proof of concept, good for testing</li>
<li><a href="https://bitbox.swiss/">BitBox</a> -- Only for sending</li>
</ul>
<h3>Summarizing:</h3>
<p><a href="https://image.nostr.build/db35c2a028e9f740181daabe2deef4e707653fa2d82f1602086e0ac4b5ee84fd.png" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/db35c2a028e9f740181daabe2deef4e707653fa2d82f1602086e0ac4b5ee84fd.png"></a></p>
<h4>PROS:</h4>
<ul>
<li>Enhanced Privacy</li>
<li>Increased Security</li>
<li>Improved User Experience</li>
<li>Cheap and seamless implementation for non profit organization, fund raisers and businesses alike.</li>
</ul>
<h4>CONS:</h4>
<ul>
<li>None</li>
</ul>
<h3>Final Thoughts</h3>
<p><a href="https://image.nostr.build/bcb236cbcb535cb6d6fe1b2b4c79074955d1a1cb1114a6c02cc456e8d852d594.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/bcb236cbcb535cb6d6fe1b2b4c79074955d1a1cb1114a6c02cc456e8d852d594.jpg"></a></p>
<p>As Bitcoin continues to evolve, Silent Payments will play a significant role in enhancing transaction privacy and security. The potential benefits are undeniable and substantial.</p>
<p>In the near future, we can expect wider adoption and implementation of Silent Payments as more wallets and exchanges embrace this groundbreaking feature. Looking forward to see <a href="https://phoenix.acinq.co/">Phoenix</a>, <a href="https://sparrowwallet.com/">Sparrow</a>, <a href="https://ashigaru.rs/">Ashigaru</a>[^2] and <a href="https://electrum.org/">Electrum</a> adoption.</p>
<p>I will suggest all of us start contacting in all social networks the wallets we us and encourage them to implement Silent Payments</p>
<p>Here the contact info for some of them:</p>
<ul>
<li>Phoenix: <np-embed url="https://twitter.com/PhoenixWallet"><a href="https://twitter.com/PhoenixWallet">https://twitter.com/PhoenixWallet</a></np-embed></li>
<li>Ashigaru: <a href="mailto:contact@ashigaru.rs">contact@ashigaru.rs</a> (if you want a response, send your email signed with PGP)</li>
<li>Sparrow Wallet: <np-embed url="https://twitter.com/SparrowWallet"><a href="https://twitter.com/SparrowWallet">https://twitter.com/SparrowWallet</a></np-embed>, <np-embed url="https://t.me/SparrowWallet"><a href="https://t.me/SparrowWallet">https://t.me/SparrowWallet</a></np-embed></li>
<li>Electrum: <np-embed url="https://twitter.com/ElectrumWallet"><a href="https://twitter.com/ElectrumWallet">https://twitter.com/ElectrumWallet</a></np-embed></li>
</ul>
<p>[^1]: Here the link to the BIP352: <np-embed url="https://bips.dev/352/"><a href="https://bips.dev/352/">https://bips.dev/352/</a></np-embed><br>[^2]: Ashigaru is a fork of Samurai Wallet performed by anonymous developers (IMO, all Bitcoin related development should be anonymous, to protect the project from nefarious players, unfortunately, most developers in the arena choose to be “public” figures, hence, becoming a target of current and potential Bitcoin enemies and a weak link for the ecosystem)<br><a href="https://military-history.fandom.com/wiki/Ashigaru">Ashigaru</a> in Japanese means “light feet” (translated as foot soldiers or peasants)</p>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<h3>What We Know So Far About Silent Payments?</h3>
<p>A Step Towards Enhanced Transaction Privacy in Bitcoin. </p>
<p>Bitcoin Silent Payments, also known as BIP352[^1], is a proposed improvement to Bitcoin’s payment system that has been gaining traction for its potential to bolster transaction privacy in Layer 1. </p>
<h5>In simple terms, Silent Payments enables users to:</h5>
<ul>
<li><p>Generate a single, reusable static address for receiving payments, as a business this is a game changer since it make it possible to proceed with the proper financial operational security (OpSec).</p>
</li>
<li><p>Send and receive bitcoins without disclosing transaction details to third parties, such as the person or business you pay to, cybercriminals and chain analysis companies that sell that data to anyone willing to pay for it, that will include cybercriminals or simply; if you are a business; your competitors… When you use Silent Payments, only the sender and the receiver can connect it checking the on chain activity.</p>
</li>
<li><p>Without Silent Payments, if you are a non profit organization, public fund raiser, independent journalist, or business you needed support to setup a proper infrastructure to handle the donations or payments in a private manner. With Silent Payments, you post in your web site a single address in text format or as a QR code to receive donations or payments for goods, that simple.</p>
</li>
</ul>
<h3>Can I Use Silent Payments Already?</h3>
<p>Yes, but it is currently only available through select wallets that have implemented the feature. Users must have compatible wallets and ensure that both parties involved in the transaction have Silent Payments enabled. Currently, leading wallets like Blue Wallet, and others like Cake Wallet and BitBox has adopted the feature. It's essential to verify compatibility before making transactions.</p>
<p>Current wallets known to support it as of writing this article:</p>
<ul>
<li><a href="https://bluewallet.io/">BlueWallet</a>  -- Only for sending</li>
<li><a href="https://cakewallet.com/">Cake Wallet</a> -- Send, receive, Privacy Preserving Scanning</li>
<li><a href="https://app.silentium.dev/">Silentium</a> -- Proof of concept, good for testing</li>
<li><a href="https://bitbox.swiss/">BitBox</a> -- Only for sending</li>
</ul>
<h3>Summarizing:</h3>
<p><a href="https://image.nostr.build/db35c2a028e9f740181daabe2deef4e707653fa2d82f1602086e0ac4b5ee84fd.png" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/db35c2a028e9f740181daabe2deef4e707653fa2d82f1602086e0ac4b5ee84fd.png"></a></p>
<h4>PROS:</h4>
<ul>
<li>Enhanced Privacy</li>
<li>Increased Security</li>
<li>Improved User Experience</li>
<li>Cheap and seamless implementation for non profit organization, fund raisers and businesses alike.</li>
</ul>
<h4>CONS:</h4>
<ul>
<li>None</li>
</ul>
<h3>Final Thoughts</h3>
<p><a href="https://image.nostr.build/bcb236cbcb535cb6d6fe1b2b4c79074955d1a1cb1114a6c02cc456e8d852d594.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/bcb236cbcb535cb6d6fe1b2b4c79074955d1a1cb1114a6c02cc456e8d852d594.jpg"></a></p>
<p>As Bitcoin continues to evolve, Silent Payments will play a significant role in enhancing transaction privacy and security. The potential benefits are undeniable and substantial.</p>
<p>In the near future, we can expect wider adoption and implementation of Silent Payments as more wallets and exchanges embrace this groundbreaking feature. Looking forward to see <a href="https://phoenix.acinq.co/">Phoenix</a>, <a href="https://sparrowwallet.com/">Sparrow</a>, <a href="https://ashigaru.rs/">Ashigaru</a>[^2] and <a href="https://electrum.org/">Electrum</a> adoption.</p>
<p>I will suggest all of us start contacting in all social networks the wallets we us and encourage them to implement Silent Payments</p>
<p>Here the contact info for some of them:</p>
<ul>
<li>Phoenix: <np-embed url="https://twitter.com/PhoenixWallet"><a href="https://twitter.com/PhoenixWallet">https://twitter.com/PhoenixWallet</a></np-embed></li>
<li>Ashigaru: <a href="mailto:contact@ashigaru.rs">contact@ashigaru.rs</a> (if you want a response, send your email signed with PGP)</li>
<li>Sparrow Wallet: <np-embed url="https://twitter.com/SparrowWallet"><a href="https://twitter.com/SparrowWallet">https://twitter.com/SparrowWallet</a></np-embed>, <np-embed url="https://t.me/SparrowWallet"><a href="https://t.me/SparrowWallet">https://t.me/SparrowWallet</a></np-embed></li>
<li>Electrum: <np-embed url="https://twitter.com/ElectrumWallet"><a href="https://twitter.com/ElectrumWallet">https://twitter.com/ElectrumWallet</a></np-embed></li>
</ul>
<p>[^1]: Here the link to the BIP352: <np-embed url="https://bips.dev/352/"><a href="https://bips.dev/352/">https://bips.dev/352/</a></np-embed><br>[^2]: Ashigaru is a fork of Samurai Wallet performed by anonymous developers (IMO, all Bitcoin related development should be anonymous, to protect the project from nefarious players, unfortunately, most developers in the arena choose to be “public” figures, hence, becoming a target of current and potential Bitcoin enemies and a weak link for the ecosystem)<br><a href="https://military-history.fandom.com/wiki/Ashigaru">Ashigaru</a> in Japanese means “light feet” (translated as foot soldiers or peasants)</p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/ff01d226a38b88229f12d7cd39e5fef1d366b3041e6fde95a041c34a08550cb7.jpg"/>
      </item>
      
      <item>
      <title><![CDATA[ARK, The Innovative Protocol for Enhancing Bitcoin Privacy and Scalability]]></title>
      <description><![CDATA[]]></description>
             <itunes:subtitle><![CDATA[]]></itunes:subtitle>
      <pubDate>Sun, 27 Oct 2024 06:49:50 GMT</pubDate>
      <link>https://rod.npub.pro/post/283362/</link>
      <comments>https://rod.npub.pro/post/283362/</comments>
      <guid isPermaLink="false">naddr1qqrrywpnxvmryq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65we7eusv</guid>
      <category>BTC</category>
      
        <media:content url="https://image.nostr.build/7b2ecfacd794b0ad7f97560898aea965ae71681f8deed2c224b4c14b46ddf3da.jpg" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/7b2ecfacd794b0ad7f97560898aea965ae71681f8deed2c224b4c14b46ddf3da.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qqrrywpnxvmryq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65we7eusv</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<h5><em><strong>Introduction</strong></em></h5>
<p>Nowadays, businesses and individuals are adopting Bitcoin as a method of payment. It's no surprise, given the security, speed, and cost-efficiency associated with it, specially using the LN. However, despite the numerous advantages, Bitcoin still faces challenges in terms of privacy, fees, and scalability. </p>
<h5><em><strong>What is ARK?</strong></em></h5>
<p>A Layer 2 protocol for Bitcoin designed to solve some of the Bitcoin Network challenges, to improve its efficiency, security and scalability. The protocol aims to enhance the functionality of Bitcoin by addressing its current limitations by using a shared UTXO model that enables <em><strong>anonymous</strong></em>, off-chain payments through an untrusted intermediary called the Ark Service Provider (ASP). ASPs are always-on servers that provide liquidity to the network, similar to how Lightning service providers work but without the time consuming opening and close and balancing of channels.</p>
<h5><em><strong>Interoperability with the Lighting Network?</strong></em></h5>
<p>Ark will function as a liquidity network that operates like Lightning, but without introducing liquidity constraints or a direct link between the sender and receiver. It uses virtual UTXOs, to enable <em><strong>anonymous</strong></em>, scalable, off-chain payments. ASPs provide liquidity to the network and charge fees for their services. </p>
<p>ARK will address key issues with deploying capital into the Lightning Network providing a layer that settles transactions without the requirement for a specific infrastructure to remain online, as is the case with Lightning, while still providing assurances of the private custody of funds. How:</p>
<ul>
<li>Ark can interoperate with Lightning by attaching HTLCs (Hashed Timelock Contracts) and PTLCs (Point Time Locked Contracts) to a pool transaction. Attached HTLCs live under another shared UTXO called the HTLCs outputs, which expires after four-weeks.</li>
<li>Ark service providers forward HTLCs to the broader Lightning Network the moment after HTLCs are attached to a pool transaction. This requires Ark service providers to run routing nodes on the Lightning Network with well-established outgoing channels. Ark users can also get paid from Lightning using HTLC-nested vTXOs.</li>
</ul>
<p>Last but not least, the Ark Service Provider will serve not only as a liquidity provider but as a Coin-Join coordinator and a Lightning service provider.</p>
<h5><em><strong>How does ARK compares with the Lighting Network?</strong></em></h5>
<ul>
<li><a href="https://image.nostr.build/00dba22e23022333d9a767fb015e2d89b7e2e0e5aa73345eaea53bd59c5ecc56.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/00dba22e23022333d9a767fb015e2d89b7e2e0e5aa73345eaea53bd59c5ecc56.jpg"></a></li>
</ul>
<h5><em><strong>Conclusion</strong></em></h5>
<p>The ARK protocol is an exciting development, addressing many of the challenges faced by Bitcoin Network today. ARK promises to enhance, above all, privacy and scalability, making it a valuable addition to the rapidly growing Bitcoin ecosystem.</p>
<h6>_</h6>
<blockquote>
<h6>Sources and recommended watching and reading:</h6>
<ul>
<li><a href="https://www.youtube.com/watch?v=EocWax43QgQ">Ark Whiteboard Masterclass with Burak &amp; Robin - MUST WATCH</a></li>
<li><a href="https://www.arkpill.me/">ArkPillMe</a></li>
<li><a href="https://github.com/fiksn/awesome-ark">GitHub</a></li>
<li><a href="https://t.me/ark_network_community">Community Telegram Channel</a></li>
<li><a href="https://bitcointv.com/w/pVk3bPfKZ7YqDzsNZjz9tf?start=4h9m28s">ARK video from Bitcoin Miami 2023</a></li>
<li><a href="https://docs.google.com/presentation/d/1xKIJt4CnUCFfxhIwDj_kW0Ecr0NcvN5bZ4SQexGJfmk/edit?usp=sharing">ARK presentation from Bitcoin Miami 2023</a></li>
</ul>
</blockquote>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<h5><em><strong>Introduction</strong></em></h5>
<p>Nowadays, businesses and individuals are adopting Bitcoin as a method of payment. It's no surprise, given the security, speed, and cost-efficiency associated with it, specially using the LN. However, despite the numerous advantages, Bitcoin still faces challenges in terms of privacy, fees, and scalability. </p>
<h5><em><strong>What is ARK?</strong></em></h5>
<p>A Layer 2 protocol for Bitcoin designed to solve some of the Bitcoin Network challenges, to improve its efficiency, security and scalability. The protocol aims to enhance the functionality of Bitcoin by addressing its current limitations by using a shared UTXO model that enables <em><strong>anonymous</strong></em>, off-chain payments through an untrusted intermediary called the Ark Service Provider (ASP). ASPs are always-on servers that provide liquidity to the network, similar to how Lightning service providers work but without the time consuming opening and close and balancing of channels.</p>
<h5><em><strong>Interoperability with the Lighting Network?</strong></em></h5>
<p>Ark will function as a liquidity network that operates like Lightning, but without introducing liquidity constraints or a direct link between the sender and receiver. It uses virtual UTXOs, to enable <em><strong>anonymous</strong></em>, scalable, off-chain payments. ASPs provide liquidity to the network and charge fees for their services. </p>
<p>ARK will address key issues with deploying capital into the Lightning Network providing a layer that settles transactions without the requirement for a specific infrastructure to remain online, as is the case with Lightning, while still providing assurances of the private custody of funds. How:</p>
<ul>
<li>Ark can interoperate with Lightning by attaching HTLCs (Hashed Timelock Contracts) and PTLCs (Point Time Locked Contracts) to a pool transaction. Attached HTLCs live under another shared UTXO called the HTLCs outputs, which expires after four-weeks.</li>
<li>Ark service providers forward HTLCs to the broader Lightning Network the moment after HTLCs are attached to a pool transaction. This requires Ark service providers to run routing nodes on the Lightning Network with well-established outgoing channels. Ark users can also get paid from Lightning using HTLC-nested vTXOs.</li>
</ul>
<p>Last but not least, the Ark Service Provider will serve not only as a liquidity provider but as a Coin-Join coordinator and a Lightning service provider.</p>
<h5><em><strong>How does ARK compares with the Lighting Network?</strong></em></h5>
<ul>
<li><a href="https://image.nostr.build/00dba22e23022333d9a767fb015e2d89b7e2e0e5aa73345eaea53bd59c5ecc56.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/00dba22e23022333d9a767fb015e2d89b7e2e0e5aa73345eaea53bd59c5ecc56.jpg"></a></li>
</ul>
<h5><em><strong>Conclusion</strong></em></h5>
<p>The ARK protocol is an exciting development, addressing many of the challenges faced by Bitcoin Network today. ARK promises to enhance, above all, privacy and scalability, making it a valuable addition to the rapidly growing Bitcoin ecosystem.</p>
<h6>_</h6>
<blockquote>
<h6>Sources and recommended watching and reading:</h6>
<ul>
<li><a href="https://www.youtube.com/watch?v=EocWax43QgQ">Ark Whiteboard Masterclass with Burak &amp; Robin - MUST WATCH</a></li>
<li><a href="https://www.arkpill.me/">ArkPillMe</a></li>
<li><a href="https://github.com/fiksn/awesome-ark">GitHub</a></li>
<li><a href="https://t.me/ark_network_community">Community Telegram Channel</a></li>
<li><a href="https://bitcointv.com/w/pVk3bPfKZ7YqDzsNZjz9tf?start=4h9m28s">ARK video from Bitcoin Miami 2023</a></li>
<li><a href="https://docs.google.com/presentation/d/1xKIJt4CnUCFfxhIwDj_kW0Ecr0NcvN5bZ4SQexGJfmk/edit?usp=sharing">ARK presentation from Bitcoin Miami 2023</a></li>
</ul>
</blockquote>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/7b2ecfacd794b0ad7f97560898aea965ae71681f8deed2c224b4c14b46ddf3da.jpg"/>
      </item>
      
      <item>
      <title><![CDATA[Are Spot ETFs a threat to Bitcoin Long Term?]]></title>
      <description><![CDATA[]]></description>
             <itunes:subtitle><![CDATA[]]></itunes:subtitle>
      <pubDate>Sun, 27 Oct 2024 06:45:25 GMT</pubDate>
      <link>https://rod.npub.pro/post/226279/</link>
      <comments>https://rod.npub.pro/post/226279/</comments>
      <guid isPermaLink="false">naddr1qqrryv3kxgmnjq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65wdvu4j4</guid>
      <category>ETF</category>
      
        <media:content url="https://image.nostr.build/48ccfbf9b3b165fb6a9b3e949e5b68331fc31871e705454654dfa83f5e458db1.jpg" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/48ccfbf9b3b165fb6a9b3e949e5b68331fc31871e705454654dfa83f5e458db1.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qqrryv3kxgmnjq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65wdvu4j4</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<h3>What is a Bitcoin spot ETF?</h3>
<p>Is an asset that tracks the price of <strong>Bitcoin</strong>. </p>
<h3>Why is it considered a game changer?</h3>
<p>Institutional investors and wealthy individuals, using large investment firms like Blackrock, Fidelity or Ark among others, will be able to acquire the asset with low risk, since these investment firms are highly regulated. These investors have above 15 trillion dollars invested in these large firms and therefore, it is expected that these firms will allocate at least 1% of their portfolios to it. That will be mean a minimum of $150 billions into <strong>Bitcoin</strong>, which is remarkable considering the current market cap of the asset is currently $570 billion.</p>
<p>An injection of minimum $150 billions translates in a huge demand for <strong>Bitcoin</strong> with massive potential for price appreciation.</p>
<h3>Current mayor players</h3>
<p>Until now, very few large institutions have acquired <strong>Bitcoin</strong>, examples are <strong>Tesla Inc (Nasdaq: TSLA)</strong> and <strong>Microstrategy (Nasdaq: MSTR)</strong>, which wrote a document labeled "A summary of some of the key considerations for corporations to keep in mind when investing in bitcoin". The link to the document:</p>
<p><em><np-embed url="https://www.microstrategy.com/en/bitcoin/documents/key-considerations-for-corporate-investment-in-bitcoin"><a href="https://www.microstrategy.com/en/bitcoin/documents/key-considerations-for-corporate-investment-in-bitcoin">https://www.microstrategy.com/en/bitcoin/documents/key-considerations-for-corporate-investment-in-bitcoin</a></np-embed></em></p>
<h3>Let's check the math</h3>
<p><em>Amount of <strong>Bitcoins</strong> mined per day</em>: </p>
<ul>
<li><p>Bitcoins mined per block: 6.25</p>
</li>
<li><p>Time in minutes to mine one block (approx): 10</p>
</li>
<li><p>Minutes in one day: 1440</p>
</li>
<li><p>Blocks mined per day: 144  -&gt;  (1440  / 10 = 144)</p>
</li>
<li><p>Bitcoins mined per day: 900 -&gt; ( 144  x 6.25 = 900)</p>
</li>
</ul>
<p>After the halving, since the <strong>Bitcoins</strong> mined per block will be reduced to 3.125, we will only have 450 mined per day.</p>
<p><em><em><strong>Bitcoins</strong></em> available for trading</em>: </p>
<ul>
<li>Around 4 million across exchanges</li>
<li>900 per day injected in the market</li>
</ul>
<h3>Assumptions</h3>
<ul>
<li>Miners are selling all 900 freshly mined Bitcoins</li>
<li>Financial institutions will allocate at least 1% of their portfolio into <strong>Bitcoin</strong></li>
</ul>
<p>Assuming Miners sell all 900 every day (which is worst case scenario), this means, that in order for the price of Bitcoin to keep the current price (around $29.4K as I write this article), $26.5 millions are needed in the market to buy those 900 fresh mined every day, $795 million per month, $9.54 billion per year.</p>
<h3>Projections in price appreciation</h3>
<p><em>Bear in mind that the projection can't be linear since there are many additional variables to factor in, specially qualitative non quantifiable ones as potential financial crisis, absurd regulations, more ETF delays, governments corruption, wars, pandemics, etc...</em></p>
<p>In terms of price appreciation, a 15X is plausible, which would rocket the price of <strong>Bitcoin</strong> to around $441K as soon as the $150 billion are deployed to acquire it. </p>
<p>Now, consider that this is worst case scenario and valid only until the end of this halving (the amount of mined <strong>Bitcoin</strong> per day will be reduced by half after it), next one is around the end of April 2024.</p>
<h3>What happens with the numbers after the Halving?</h3>
<p>After the halving, with the current amount of financial energy injected into <strong>Bitcoin</strong> ($26.5 million), the price would potentially double to around $58.8K, and if 1% of the investment companies applying for an ETF is injected, the math take the potential price of <strong>Bitcoin</strong> to $882K as soon as that 1% is deployed. </p>
<h3>Time frame for price appreciation?</h3>
<p>Unknown, but I would assume before the end of 2024, Why? Because the ETFs are being yet again delayed for Blackrock and Fidelity until December 2023 by the SEC (Security Exchange Commission) in USA.</p>
<p>But USA is not the only country where large Investment Companies are applying for ETFs, it is true that the two largest ones are in USA, but there are many more that combined across the world would add up to a massive additional amount of capital injected into <strong>Bitcoin</strong>. </p>
<h3>The first ETF to go public will be in Europe</h3>
<p><strong>Jacobi Asset Management</strong>, issuer of an equity structure for digital assets in Europe with the first Bitcoin ETF, with a total portfolio of approx. $4.8 billion. Assuming 1% (worst scenario) of its portfolio will be deployed into <strong>Bitcoin</strong>, additional $48 million would be injected. The launch of this ETF was "July 2023", I will assume this capital will be injected between August and December 2023.</p>
<p>Professional investors can already let them know of their interest in their web site:</p>
<p><np-embed url="https://jacobiam.com/jacobi-ft-wilshire-bitcoin-etf/"><a href="https://jacobiam.com/jacobi-ft-wilshire-bitcoin-etf/">https://jacobiam.com/jacobi-ft-wilshire-bitcoin-etf/</a></np-embed></p>
<h3>Long term impact?</h3>
<p>We can divide the long term impact into two arenas:</p>
<ul>
<li>Asset appreciation</li>
<li>Attempts to control the asset</li>
</ul>
<h4>Long terms asset appreciation</h4>
<p>As explained before, the more capital is deployed into the asset, and the more time passes, the more valuable and scarce it becomes (one halving every 4 years) and therefore, <strong>Bitcoin</strong> will continue to appreciate over time by "a lot". </p>
<p>Extrapolate the financial institutions portfolio investment to 5% of 15 trillion dollars, then to 10% and so on. Considering that <strong>Bitcoin</strong> is the best asset in terms of appreciation of the last 10 years, it is plausible that institutional investors will be eager to put more than 1% of their portfolios into <strong>Bitcoin</strong>, I would assume that 5% for the most conservative and 20% for the most aggressive will be logical. </p>
<p>You do the math, you will get numbers that will explain <em>why so many financial analyst come with such a high numbers in their predictions of the future price of <strong>Bitcoin</strong>.</em></p>
<h4>Attempts to control the asset in the long term</h4>
<p>Recently I read a post from Chris Blec in X, his post was quite interesting, it reads <em>"Pfizer convinced billions of people to inject a mysterious chemical into their body multiple times but you don't think Blackrock can convince normies that their fork is the <em>real</em> Bitcoin?"</em></p>
<p>A provocative post which opens the door for debate, one that I am certain is being discussed for years already close doors among the <strong>Bitcoin</strong> community.</p>
<h5>Potential Attack vectors</h5>
<ul>
<li><em>Forking <em><strong>Bitcoin</strong></em> into POS</em>: Blackrock or a union of Investment corporations could influence with their resources some key developers and miners to fork Bitcoin into a PoS (Proof of Stake) chain, basically centralizing and controlling Bitcoin. A fork creates a new chain and the users will decide which chain is <em><strong>Bitcoin</strong></em>, users decide by changing their Node into the new chain or not, <em>one Node, one Vote.</em></li>
<li><em>Forking <em><strong>Bitcoin</strong></em> to reduce the block time to 1 minute</em>: With the excuse to reduce the validation transaction time. This will imply many changes that will lead to mining 9000 per day instead of the 900 as of today, reducing the scarcity by increasing the offer and therefore reducing the price</li>
<li><em>Forking <em><strong>Bitcoin</strong></em> to increase the block size</em>: This was attempted before, <em>Jonathan Bier</em> in his book <em>The Blocksize War: The battle over who controls Bitcoin’s protocol rules</em> does a decent job explaining the depths of the attack. But in summary leads to centralization of control of the network</li>
</ul>
<h5>Countermeasures</h5>
<ul>
<li><p><em>Education</em>: In my opinion, education is key, those investment funds manage money from wealthy investors, if those investors understand the ethos of Bitcoin and why the asset is so scarce and valuable, they will fight back together with the individual investors for those changes not to be pedaled into the chain. At the end, greed is a very strong motivator and Satoshi understood that perfectly and therefore it is accounted for in the design.</p>
</li>
<li><p><em>Awareness</em>:  A considerable percentage of the Bitcoin investors are well informed and therefore, fear can't be use as a trigger, as it was the case of the pharmaceuticals and their experimental drugs, the investment companies could use their resources to create campaigns pushing their narrative, but the community will see through that and counter it in the social networks quite fast, in my opinion, in the age of information, the legacy MSM (Main Stream Media) can't easily steer the <strong>Bitcoin</strong> ecosystem opinion as they could have done with the population up to the 90s, now is a real challenge for them. Proof of that is that they have been fighting Bitcoin with everything they got until now. They short it, talk trash it as much as they could in the legacy MSM, call it rat poison, stated that it will go to zero (while secretly buying it...) and after all that, now they are lining up to buy it and speaking highly of the asset.</p>
</li>
<li><p><em>Run your own Node</em>: <strong>Bitcoin</strong> has endured 14 years of attacks and survived thanks to the community and investors, we need to stay vigilant and protect it, run at least one Node at home, remember, one Node, one Vote.</p>
</li>
</ul>
<p><em>Can you think of additional <strong>countermeasures</strong>?</em></p>
<p>originally posted at <np-embed url="https://stacker.news/items/226279"><a href="https://stacker.news/items/226279">https://stacker.news/items/226279</a></np-embed></p>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<h3>What is a Bitcoin spot ETF?</h3>
<p>Is an asset that tracks the price of <strong>Bitcoin</strong>. </p>
<h3>Why is it considered a game changer?</h3>
<p>Institutional investors and wealthy individuals, using large investment firms like Blackrock, Fidelity or Ark among others, will be able to acquire the asset with low risk, since these investment firms are highly regulated. These investors have above 15 trillion dollars invested in these large firms and therefore, it is expected that these firms will allocate at least 1% of their portfolios to it. That will be mean a minimum of $150 billions into <strong>Bitcoin</strong>, which is remarkable considering the current market cap of the asset is currently $570 billion.</p>
<p>An injection of minimum $150 billions translates in a huge demand for <strong>Bitcoin</strong> with massive potential for price appreciation.</p>
<h3>Current mayor players</h3>
<p>Until now, very few large institutions have acquired <strong>Bitcoin</strong>, examples are <strong>Tesla Inc (Nasdaq: TSLA)</strong> and <strong>Microstrategy (Nasdaq: MSTR)</strong>, which wrote a document labeled "A summary of some of the key considerations for corporations to keep in mind when investing in bitcoin". The link to the document:</p>
<p><em><np-embed url="https://www.microstrategy.com/en/bitcoin/documents/key-considerations-for-corporate-investment-in-bitcoin"><a href="https://www.microstrategy.com/en/bitcoin/documents/key-considerations-for-corporate-investment-in-bitcoin">https://www.microstrategy.com/en/bitcoin/documents/key-considerations-for-corporate-investment-in-bitcoin</a></np-embed></em></p>
<h3>Let's check the math</h3>
<p><em>Amount of <strong>Bitcoins</strong> mined per day</em>: </p>
<ul>
<li><p>Bitcoins mined per block: 6.25</p>
</li>
<li><p>Time in minutes to mine one block (approx): 10</p>
</li>
<li><p>Minutes in one day: 1440</p>
</li>
<li><p>Blocks mined per day: 144  -&gt;  (1440  / 10 = 144)</p>
</li>
<li><p>Bitcoins mined per day: 900 -&gt; ( 144  x 6.25 = 900)</p>
</li>
</ul>
<p>After the halving, since the <strong>Bitcoins</strong> mined per block will be reduced to 3.125, we will only have 450 mined per day.</p>
<p><em><em><strong>Bitcoins</strong></em> available for trading</em>: </p>
<ul>
<li>Around 4 million across exchanges</li>
<li>900 per day injected in the market</li>
</ul>
<h3>Assumptions</h3>
<ul>
<li>Miners are selling all 900 freshly mined Bitcoins</li>
<li>Financial institutions will allocate at least 1% of their portfolio into <strong>Bitcoin</strong></li>
</ul>
<p>Assuming Miners sell all 900 every day (which is worst case scenario), this means, that in order for the price of Bitcoin to keep the current price (around $29.4K as I write this article), $26.5 millions are needed in the market to buy those 900 fresh mined every day, $795 million per month, $9.54 billion per year.</p>
<h3>Projections in price appreciation</h3>
<p><em>Bear in mind that the projection can't be linear since there are many additional variables to factor in, specially qualitative non quantifiable ones as potential financial crisis, absurd regulations, more ETF delays, governments corruption, wars, pandemics, etc...</em></p>
<p>In terms of price appreciation, a 15X is plausible, which would rocket the price of <strong>Bitcoin</strong> to around $441K as soon as the $150 billion are deployed to acquire it. </p>
<p>Now, consider that this is worst case scenario and valid only until the end of this halving (the amount of mined <strong>Bitcoin</strong> per day will be reduced by half after it), next one is around the end of April 2024.</p>
<h3>What happens with the numbers after the Halving?</h3>
<p>After the halving, with the current amount of financial energy injected into <strong>Bitcoin</strong> ($26.5 million), the price would potentially double to around $58.8K, and if 1% of the investment companies applying for an ETF is injected, the math take the potential price of <strong>Bitcoin</strong> to $882K as soon as that 1% is deployed. </p>
<h3>Time frame for price appreciation?</h3>
<p>Unknown, but I would assume before the end of 2024, Why? Because the ETFs are being yet again delayed for Blackrock and Fidelity until December 2023 by the SEC (Security Exchange Commission) in USA.</p>
<p>But USA is not the only country where large Investment Companies are applying for ETFs, it is true that the two largest ones are in USA, but there are many more that combined across the world would add up to a massive additional amount of capital injected into <strong>Bitcoin</strong>. </p>
<h3>The first ETF to go public will be in Europe</h3>
<p><strong>Jacobi Asset Management</strong>, issuer of an equity structure for digital assets in Europe with the first Bitcoin ETF, with a total portfolio of approx. $4.8 billion. Assuming 1% (worst scenario) of its portfolio will be deployed into <strong>Bitcoin</strong>, additional $48 million would be injected. The launch of this ETF was "July 2023", I will assume this capital will be injected between August and December 2023.</p>
<p>Professional investors can already let them know of their interest in their web site:</p>
<p><np-embed url="https://jacobiam.com/jacobi-ft-wilshire-bitcoin-etf/"><a href="https://jacobiam.com/jacobi-ft-wilshire-bitcoin-etf/">https://jacobiam.com/jacobi-ft-wilshire-bitcoin-etf/</a></np-embed></p>
<h3>Long term impact?</h3>
<p>We can divide the long term impact into two arenas:</p>
<ul>
<li>Asset appreciation</li>
<li>Attempts to control the asset</li>
</ul>
<h4>Long terms asset appreciation</h4>
<p>As explained before, the more capital is deployed into the asset, and the more time passes, the more valuable and scarce it becomes (one halving every 4 years) and therefore, <strong>Bitcoin</strong> will continue to appreciate over time by "a lot". </p>
<p>Extrapolate the financial institutions portfolio investment to 5% of 15 trillion dollars, then to 10% and so on. Considering that <strong>Bitcoin</strong> is the best asset in terms of appreciation of the last 10 years, it is plausible that institutional investors will be eager to put more than 1% of their portfolios into <strong>Bitcoin</strong>, I would assume that 5% for the most conservative and 20% for the most aggressive will be logical. </p>
<p>You do the math, you will get numbers that will explain <em>why so many financial analyst come with such a high numbers in their predictions of the future price of <strong>Bitcoin</strong>.</em></p>
<h4>Attempts to control the asset in the long term</h4>
<p>Recently I read a post from Chris Blec in X, his post was quite interesting, it reads <em>"Pfizer convinced billions of people to inject a mysterious chemical into their body multiple times but you don't think Blackrock can convince normies that their fork is the <em>real</em> Bitcoin?"</em></p>
<p>A provocative post which opens the door for debate, one that I am certain is being discussed for years already close doors among the <strong>Bitcoin</strong> community.</p>
<h5>Potential Attack vectors</h5>
<ul>
<li><em>Forking <em><strong>Bitcoin</strong></em> into POS</em>: Blackrock or a union of Investment corporations could influence with their resources some key developers and miners to fork Bitcoin into a PoS (Proof of Stake) chain, basically centralizing and controlling Bitcoin. A fork creates a new chain and the users will decide which chain is <em><strong>Bitcoin</strong></em>, users decide by changing their Node into the new chain or not, <em>one Node, one Vote.</em></li>
<li><em>Forking <em><strong>Bitcoin</strong></em> to reduce the block time to 1 minute</em>: With the excuse to reduce the validation transaction time. This will imply many changes that will lead to mining 9000 per day instead of the 900 as of today, reducing the scarcity by increasing the offer and therefore reducing the price</li>
<li><em>Forking <em><strong>Bitcoin</strong></em> to increase the block size</em>: This was attempted before, <em>Jonathan Bier</em> in his book <em>The Blocksize War: The battle over who controls Bitcoin’s protocol rules</em> does a decent job explaining the depths of the attack. But in summary leads to centralization of control of the network</li>
</ul>
<h5>Countermeasures</h5>
<ul>
<li><p><em>Education</em>: In my opinion, education is key, those investment funds manage money from wealthy investors, if those investors understand the ethos of Bitcoin and why the asset is so scarce and valuable, they will fight back together with the individual investors for those changes not to be pedaled into the chain. At the end, greed is a very strong motivator and Satoshi understood that perfectly and therefore it is accounted for in the design.</p>
</li>
<li><p><em>Awareness</em>:  A considerable percentage of the Bitcoin investors are well informed and therefore, fear can't be use as a trigger, as it was the case of the pharmaceuticals and their experimental drugs, the investment companies could use their resources to create campaigns pushing their narrative, but the community will see through that and counter it in the social networks quite fast, in my opinion, in the age of information, the legacy MSM (Main Stream Media) can't easily steer the <strong>Bitcoin</strong> ecosystem opinion as they could have done with the population up to the 90s, now is a real challenge for them. Proof of that is that they have been fighting Bitcoin with everything they got until now. They short it, talk trash it as much as they could in the legacy MSM, call it rat poison, stated that it will go to zero (while secretly buying it...) and after all that, now they are lining up to buy it and speaking highly of the asset.</p>
</li>
<li><p><em>Run your own Node</em>: <strong>Bitcoin</strong> has endured 14 years of attacks and survived thanks to the community and investors, we need to stay vigilant and protect it, run at least one Node at home, remember, one Node, one Vote.</p>
</li>
</ul>
<p><em>Can you think of additional <strong>countermeasures</strong>?</em></p>
<p>originally posted at <np-embed url="https://stacker.news/items/226279"><a href="https://stacker.news/items/226279">https://stacker.news/items/226279</a></np-embed></p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/48ccfbf9b3b165fb6a9b3e949e5b68331fc31871e705454654dfa83f5e458db1.jpg"/>
      </item>
      
      <item>
      <title><![CDATA[The Miner Bitaxe is the answer and its awesome!]]></title>
      <description><![CDATA[An open source Bitcoin Miner, What is not to like? Read on and decide by yourself!]]></description>
             <itunes:subtitle><![CDATA[An open source Bitcoin Miner, What is not to like? Read on and decide by yourself!]]></itunes:subtitle>
      <pubDate>Fri, 23 Aug 2024 20:45:37 GMT</pubDate>
      <link>https://rod.npub.pro/post/659572/</link>
      <comments>https://rod.npub.pro/post/659572/</comments>
      <guid isPermaLink="false">naddr1qqrrvdfex5mnyq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65whkcrtf</guid>
      <category>bitcoin</category>
      
        <media:content url="https://image.nostr.build/e826d7ef5177be576a4ac2640299f81977d9c858454a6277a03743375b150100.jpg" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/e826d7ef5177be576a4ac2640299f81977d9c858454a6277a03743375b150100.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qqrrvdfex5mnyq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65whkcrtf</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<h4>What is Bitaxe?</h4>
<p>Bitaxe is an open source ASIC (Application-Specific Integrated Circuit) Bitcoin miner that has been making waves in the cryptocurrency community. This innovative project aims to empower miners at every level with powerful, efficient, and <strong>low-cost</strong> mining solutions.</p>
<p>It is a fully open source ASIC Bitcoin miner developed by Skot9000, an advocate for open-source innovation in the Bitcoin space. </p>
<p>With all software and hardware specs available on GitHub, this project aims to provide miners with a transparent and accessible platform for Bitcoin mining.</p>
<p><a href="https://image.nostr.build/db35c2a028e9f740181daabe2deef4e707653fa2d82f1602086e0ac4b5ee84fd.png" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/db35c2a028e9f740181daabe2deef4e707653fa2d82f1602086e0ac4b5ee84fd.png"></a></p>
<h4><strong>Pros</strong></h4>
<ol>
<li><p><strong>Open Source</strong>:<br>The Bitaxe is fully open source, allowing users to access and modify its source code, hardware designs, and build gerbers for PCB ordering.</p>
</li>
<li><p><strong>Low Cost</strong>:<br>Bitaxe offers low-cost solutions for miners, making it an attractive option for those looking to enter the world of Bitcoin mining without breaking the bank.</p>
</li>
<li><p><strong>Efficient</strong>:<br>The Bitaxe series is designed to be power-efficient, utilizing either the Bitmain BM1387 or BM1397 ASICs for SHA256 hashing.</p>
</li>
</ol>
<h4><strong>Cons</strong></h4>
<ol>
<li><p><strong>Technical Complexity</strong>: Being an open-source project, users are required to be technically savvy to set up and maintain the miner, which could pose challenges for those without experience.</p>
</li>
<li><p><strong>Bricking Potential</strong>:<br>Like any complex technology, there is a risk of bricking (rendering the device unusable) the Bitaxe if not handled properly.</p>
</li>
</ol>
<h4><strong>Summary</strong></h4>
<p>The Bitaxe represents an exciting development in the world of Bitcoin mining, offering a low cost, efficient, and open-source solution for miners. While it may present some challenges for users who are new to the technology or lack technical expertise, the potential benefits far outweigh these drawbacks. As the project continues to evolve and gain traction, we can expect to see further improvements in performance, accessibility, and innovation within the Bitcoin mining landscape.</p>
<h4>Where can I get more information</h4>
<p>Go to their Github page:<br><np-embed url="https://github.com/skot/bitaxe"><a href="https://github.com/skot/bitaxe">https://github.com/skot/bitaxe</a></np-embed></p>
<p>originally posted at <np-embed url="https://stacker.news/items/659572"><a href="https://stacker.news/items/659572">https://stacker.news/items/659572</a></np-embed></p>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<h4>What is Bitaxe?</h4>
<p>Bitaxe is an open source ASIC (Application-Specific Integrated Circuit) Bitcoin miner that has been making waves in the cryptocurrency community. This innovative project aims to empower miners at every level with powerful, efficient, and <strong>low-cost</strong> mining solutions.</p>
<p>It is a fully open source ASIC Bitcoin miner developed by Skot9000, an advocate for open-source innovation in the Bitcoin space. </p>
<p>With all software and hardware specs available on GitHub, this project aims to provide miners with a transparent and accessible platform for Bitcoin mining.</p>
<p><a href="https://image.nostr.build/db35c2a028e9f740181daabe2deef4e707653fa2d82f1602086e0ac4b5ee84fd.png" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/db35c2a028e9f740181daabe2deef4e707653fa2d82f1602086e0ac4b5ee84fd.png"></a></p>
<h4><strong>Pros</strong></h4>
<ol>
<li><p><strong>Open Source</strong>:<br>The Bitaxe is fully open source, allowing users to access and modify its source code, hardware designs, and build gerbers for PCB ordering.</p>
</li>
<li><p><strong>Low Cost</strong>:<br>Bitaxe offers low-cost solutions for miners, making it an attractive option for those looking to enter the world of Bitcoin mining without breaking the bank.</p>
</li>
<li><p><strong>Efficient</strong>:<br>The Bitaxe series is designed to be power-efficient, utilizing either the Bitmain BM1387 or BM1397 ASICs for SHA256 hashing.</p>
</li>
</ol>
<h4><strong>Cons</strong></h4>
<ol>
<li><p><strong>Technical Complexity</strong>: Being an open-source project, users are required to be technically savvy to set up and maintain the miner, which could pose challenges for those without experience.</p>
</li>
<li><p><strong>Bricking Potential</strong>:<br>Like any complex technology, there is a risk of bricking (rendering the device unusable) the Bitaxe if not handled properly.</p>
</li>
</ol>
<h4><strong>Summary</strong></h4>
<p>The Bitaxe represents an exciting development in the world of Bitcoin mining, offering a low cost, efficient, and open-source solution for miners. While it may present some challenges for users who are new to the technology or lack technical expertise, the potential benefits far outweigh these drawbacks. As the project continues to evolve and gain traction, we can expect to see further improvements in performance, accessibility, and innovation within the Bitcoin mining landscape.</p>
<h4>Where can I get more information</h4>
<p>Go to their Github page:<br><np-embed url="https://github.com/skot/bitaxe"><a href="https://github.com/skot/bitaxe">https://github.com/skot/bitaxe</a></np-embed></p>
<p>originally posted at <np-embed url="https://stacker.news/items/659572"><a href="https://stacker.news/items/659572">https://stacker.news/items/659572</a></np-embed></p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/e826d7ef5177be576a4ac2640299f81977d9c858454a6277a03743375b150100.jpg"/>
      </item>
      
      <item>
      <title><![CDATA[Bitcoiners in YouTube and not in other platforms like Odysee, Why?]]></title>
      <description><![CDATA[]]></description>
             <itunes:subtitle><![CDATA[]]></itunes:subtitle>
      <pubDate>Tue, 20 Aug 2024 18:13:02 GMT</pubDate>
      <link>https://rod.npub.pro/post/656117/</link>
      <comments>https://rod.npub.pro/post/656117/</comments>
      <guid isPermaLink="false">naddr1qqrrvdfkxycnwq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65wdyrase</guid>
      <category>BTC</category>
      
        <media:content url="https://image.nostr.build/1a5dd126fa56c5c188962ec7e278e28b710fdd93b701d673432c18dc2ab1b15c.jpg" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/1a5dd126fa56c5c188962ec7e278e28b710fdd93b701d673432c18dc2ab1b15c.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qqrrvdfkxycnwq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65wdyrase</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<p>How disappointing to observe Bitcoiners still using mainly YouTube to distribute their own content or content of interest for the community...</p>
<p>It would be nice if more Bitcoiners , specially the ones with channels start sharing as well in Odysee or other platforms less centralized and totalitarian...</p>
<p><a href='/tag/btc/'>#BTC</a><br><a href='/tag/bitcoin/'>#Bitcoin</a><br><a href='/tag/odysee/'>#Odysee</a><br><a href='/tag/nostr/'>#Nostr</a> </p>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<p>How disappointing to observe Bitcoiners still using mainly YouTube to distribute their own content or content of interest for the community...</p>
<p>It would be nice if more Bitcoiners , specially the ones with channels start sharing as well in Odysee or other platforms less centralized and totalitarian...</p>
<p><a href='/tag/btc/'>#BTC</a><br><a href='/tag/bitcoin/'>#Bitcoin</a><br><a href='/tag/odysee/'>#Odysee</a><br><a href='/tag/nostr/'>#Nostr</a> </p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/1a5dd126fa56c5c188962ec7e278e28b710fdd93b701d673432c18dc2ab1b15c.jpg"/>
      </item>
      
      <item>
      <title><![CDATA[Thinking to buy a Bitcoin Hardware Wallet? - Here some tips!]]></title>
      <description><![CDATA[Few tips on what to consider before you buy your next "Hardware Wallet"]]></description>
             <itunes:subtitle><![CDATA[Few tips on what to consider before you buy your next "Hardware Wallet"]]></itunes:subtitle>
      <pubDate>Fri, 09 Aug 2024 22:11:03 GMT</pubDate>
      <link>https://rod.npub.pro/post/226453/</link>
      <comments>https://rod.npub.pro/post/226453/</comments>
      <guid isPermaLink="false">naddr1qqrryv3kxs6nxq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65w0c27m7</guid>
      <category>wallet</category>
      
        <media:content url="https://image.nostr.build/1d2424767171c1992da2fa0668f143456f46dbb2a99678fe5a2dac391d1f2d8b.png" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/1d2424767171c1992da2fa0668f143456f46dbb2a99678fe5a2dac391d1f2d8b.png" length="0" 
          type="image/png" 
        />
      <noteId>naddr1qqrryv3kxs6nxq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65w0c27m7</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<h4>What is a Hardware Wallet / Seed Signer?</h4>
<p>Most people call it <em>"Hardware Wallet"</em>, which is inaccurate since it is not a wallet, it is a <em>"Seed Signer"</em></p>
<p>Basically it is an electronic device with a simple user interface which guides you to introduce your seed words, once configured, you will use it in combination with your Bitcoin Wallet to <em><strong>sign transactions</strong></em>. </p>
<h4>How does it works?</h4>
<p>Once you are fully setup, if you try to <strong>send</strong> funds with your Bitcoin Wallet, you will be prompted to sign the transaction with your "Seed Signer", it will prompt you to introduce a PIN or a password or use a bio-metric identification, once you do so, the transaction will be broadcasted, without it, you will only be able to receive, not to send.</p>
<h4>Are Seed Signers safe?</h4>
<p>The answer is yes, <em><strong>but</strong></em> some more than others, you have to do your homework and choose wisely, here is a check list. I suggest you follow it before buying one:</p>
<ul>
<li>Uses a Chip Secure Element (SE), which is a chip that is protected from unauthorized access and stores confidential and cryptographic data </li>
<li>It is Air Gap, which means that is physically isolated from unsecured networks, no Bluetooth, no WiFi, no USB connector. Only way to add information is via the user interface and for OS upgrades, a SSD card</li>
<li>The OS in the device is FOSS (Free and Open Source Software)</li>
<li>If the company offers a <em><strong>Bitcoin</strong></em> Wallet with the device, it should be as well FOSS</li>
<li>It is build only for <em><strong>Bitcoin</strong></em>, no alt coins development in their products</li>
<li>You can acquire the product directly from the company</li>
<li>You can acquire the product with <em><strong>Bitcoin</strong></em></li>
<li>The company will agree to deliver to a PO-BOX or similar</li>
<li>In case you pay the <em>Seed Signer</em> with a non secure methods which give away your full name and address, ensure that the company has a policy of deleting the client records after a short period of time to ensure your safety. If they get hacked, cyber criminals will know your name and address and probably target you</li>
</ul>
<h4>Any Recommendations?</h4>
<p>I will suggest you do your own research and do not trust, verify. I am not affiliated or receive any income from any of the products mentioned below...</p>
<p><em>My favorites so far (yes, they check all the boxes I mentioned):</em></p>
<ul>
<li><em><strong>"Passport"</strong></em> from Foundation (link: <np-embed url="https://foundationdevices.com/"><a href="https://foundationdevices.com/">https://foundationdevices.com/</a></np-embed> )</li>
<li><em><strong>"COLCARD"</strong></em> from Coinkite (link: <np-embed url="https://coldcard.com/"><a href="https://coldcard.com/">https://coldcard.com/</a></np-embed> )</li>
</ul>
<p><img src="https://image.nostr.build/9058b5d81531c5272dcdbb3f3ccda9e4d65abd5419437c50ee45a7659e47c4d6.png" alt="SeedSigners"></p>
<p>If you known of any "Seed Signer" that passes the check list above and I didn't include it, please let me know in the comments, always looking forward to test new products. </p>
<p><em>Note: Important to understand that devices built with Raspberry Pi don't qualify since they do not pass the Chip SE</em></p>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<h4>What is a Hardware Wallet / Seed Signer?</h4>
<p>Most people call it <em>"Hardware Wallet"</em>, which is inaccurate since it is not a wallet, it is a <em>"Seed Signer"</em></p>
<p>Basically it is an electronic device with a simple user interface which guides you to introduce your seed words, once configured, you will use it in combination with your Bitcoin Wallet to <em><strong>sign transactions</strong></em>. </p>
<h4>How does it works?</h4>
<p>Once you are fully setup, if you try to <strong>send</strong> funds with your Bitcoin Wallet, you will be prompted to sign the transaction with your "Seed Signer", it will prompt you to introduce a PIN or a password or use a bio-metric identification, once you do so, the transaction will be broadcasted, without it, you will only be able to receive, not to send.</p>
<h4>Are Seed Signers safe?</h4>
<p>The answer is yes, <em><strong>but</strong></em> some more than others, you have to do your homework and choose wisely, here is a check list. I suggest you follow it before buying one:</p>
<ul>
<li>Uses a Chip Secure Element (SE), which is a chip that is protected from unauthorized access and stores confidential and cryptographic data </li>
<li>It is Air Gap, which means that is physically isolated from unsecured networks, no Bluetooth, no WiFi, no USB connector. Only way to add information is via the user interface and for OS upgrades, a SSD card</li>
<li>The OS in the device is FOSS (Free and Open Source Software)</li>
<li>If the company offers a <em><strong>Bitcoin</strong></em> Wallet with the device, it should be as well FOSS</li>
<li>It is build only for <em><strong>Bitcoin</strong></em>, no alt coins development in their products</li>
<li>You can acquire the product directly from the company</li>
<li>You can acquire the product with <em><strong>Bitcoin</strong></em></li>
<li>The company will agree to deliver to a PO-BOX or similar</li>
<li>In case you pay the <em>Seed Signer</em> with a non secure methods which give away your full name and address, ensure that the company has a policy of deleting the client records after a short period of time to ensure your safety. If they get hacked, cyber criminals will know your name and address and probably target you</li>
</ul>
<h4>Any Recommendations?</h4>
<p>I will suggest you do your own research and do not trust, verify. I am not affiliated or receive any income from any of the products mentioned below...</p>
<p><em>My favorites so far (yes, they check all the boxes I mentioned):</em></p>
<ul>
<li><em><strong>"Passport"</strong></em> from Foundation (link: <np-embed url="https://foundationdevices.com/"><a href="https://foundationdevices.com/">https://foundationdevices.com/</a></np-embed> )</li>
<li><em><strong>"COLCARD"</strong></em> from Coinkite (link: <np-embed url="https://coldcard.com/"><a href="https://coldcard.com/">https://coldcard.com/</a></np-embed> )</li>
</ul>
<p><img src="https://image.nostr.build/9058b5d81531c5272dcdbb3f3ccda9e4d65abd5419437c50ee45a7659e47c4d6.png" alt="SeedSigners"></p>
<p>If you known of any "Seed Signer" that passes the check list above and I didn't include it, please let me know in the comments, always looking forward to test new products. </p>
<p><em>Note: Important to understand that devices built with Raspberry Pi don't qualify since they do not pass the Chip SE</em></p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/1d2424767171c1992da2fa0668f143456f46dbb2a99678fe5a2dac391d1f2d8b.png"/>
      </item>
      
      <item>
      <title><![CDATA[What would a black swan event do to the Bitcoin price?]]></title>
      <description><![CDATA[It seems many dooms day analysts are calling for it, even the ones that are normally bullish...]]></description>
             <itunes:subtitle><![CDATA[It seems many dooms day analysts are calling for it, even the ones that are normally bullish...]]></itunes:subtitle>
      <pubDate>Wed, 07 Aug 2024 20:42:35 GMT</pubDate>
      <link>https://rod.npub.pro/post/5evtzydvj64vkhrsv0in/</link>
      <comments>https://rod.npub.pro/post/5evtzydvj64vkhrsv0in/</comments>
      <guid isPermaLink="false">naddr1qq2j6dt9we69572y2e9rvdrkddy8y5mkxpykuq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65w9fnw80</guid>
      <category>#Bitcoin</category>
      
        <media:content url="https://image.nostr.build/81d11a8cbe7e4fdb64ac839678e2faeb5f3f3a42ec8350b5791ce41c5eaf3875.jpg" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/81d11a8cbe7e4fdb64ac839678e2faeb5f3f3a42ec8350b5791ce41c5eaf3875.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qq2j6dt9we69572y2e9rvdrkddy8y5mkxpykuq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65w9fnw80</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<h3><strong>The US debt is out of control</strong></h3>
<p><a href="https://image.nostr.build/3649f05b28372efca686e41aa05147556d85a58abbd41bea88054735b449daf3.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/3649f05b28372efca686e41aa05147556d85a58abbd41bea88054735b449daf3.jpg"></a></p>
<p>It is plausible that soon after the next presidential election this next November 2024, independently of who wins, USA may have to deal with a new black swan event, of course, pure speculation, it seems many dooms day analysts are calling for it and even some of them, those that are normally bullish like Albert Edwards (A global strategist at Societe Generale) or Matt Gertken (Chief geopolitical strategist at BCA Research) are considering the possibility.</p>
<h3><strong>If it happens, How would it affect Bitcoin price?</strong></h3>
<p><a href="https://image.nostr.build/c4c455d42d7497029dcbc2627663a0c08ba32b9d6a064e224af9dbc478e49213.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/c4c455d42d7497029dcbc2627663a0c08ba32b9d6a064e224af9dbc478e49213.jpg"></a></p>
<p>Historically, Bitcoin has reacted positively to economic turmoil, often being seen as a safe haven, therefore, IMO, it could drive additional demand for it, potentially increasing its value exponentially.</p>
<h3><strong>Why not Gold but Bitcoin?</strong></h3>
<p><a href="https://image.nostr.build/f0c8f0c0a3a7e12efc872aac1c2baa64dd10b3a3785383ab68a443296b9688f0.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/f0c8f0c0a3a7e12efc872aac1c2baa64dd10b3a3785383ab68a443296b9688f0.jpg"></a></p>
<p>IMO, Bitcoin today has way more chances than ever before to gain terrain over Gold as safe haven, Gold is a $10T MC, Bitcoin is $1.34T MC. </p>
<p><em><strong>Reasoning:</strong></em> </p>
<ul>
<li><p><em><strong>Demographics:</strong></em><br>The X generation is taking over the BB generation, billions of dollars are moving to a generation that is quite aware of Bitcoin and could move some of the assets currently in Gold by their late parents into Bitcoin.</p>
</li>
<li><p><em><strong>Validation:</strong></em><br>Bitcoin have been demonized for a long time by most of the banksters and politicians in their pockets. The tune is changing and we have a presidential candidate with chances to win pro Bitcoin as well as his chosen partner running for VP. The same candidate has spoken opening of removing the current head of the SEC. All of this means that regulation will change further positively in favor of Bitcoin investors since it validates further Bitcoin as a safe haven.</p>
</li>
<li><p><em><strong>Adoption:</strong></em><br>The adoption of Bitcoin is currently quite small. In our Bitcoin world we tend to think is larger, but, the company Chainanalysis reported in their 2023 Global Crypto Adoption Index that only 1.83% of the worldwide population own cryptocurrencies, but it does not break down this figure by specific cryptocurrency, such as Bitcoin. Other sources report that the adoption is closer to 13% for all crypto, which is quite a jump from 1.83% but considering that Chainanalysis is a well funded company exclusively dedicated to the crypto industry lets go with that number. Very low.<br>Now, considering that the banksters are joining the party, soon, the vast majority of the population will have access to the asset, not only via ETF, but like a stock, it will be custodial, it will be on the bank apps, very similar to Coinbase but accessible to everyone, including all generations and independently of the technical level. As internet did, it will move from the tech savvy to the tech enthusiasts and last but not least (we are getting there) to the whole population.</p>
</li>
</ul>
<blockquote>
<p><em><strong>Summary</strong></em><br>My opinion is that we moon in a black swan scenario. Perhaps the uncertainty will create a dip at first, but the smart money will move, as it always does, to safe havens, and Bitcoin has become one of them.</p>
</blockquote>
<p><a href="https://image.nostr.build/2478a4395deac4312148c2db1fb8e2ebcac40c1b320c80f61208a77b6e3e58cf.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/2478a4395deac4312148c2db1fb8e2ebcac40c1b320c80f61208a77b6e3e58cf.jpg"></a></p>
<p>What do you think? Did I miss something?</p>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<h3><strong>The US debt is out of control</strong></h3>
<p><a href="https://image.nostr.build/3649f05b28372efca686e41aa05147556d85a58abbd41bea88054735b449daf3.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/3649f05b28372efca686e41aa05147556d85a58abbd41bea88054735b449daf3.jpg"></a></p>
<p>It is plausible that soon after the next presidential election this next November 2024, independently of who wins, USA may have to deal with a new black swan event, of course, pure speculation, it seems many dooms day analysts are calling for it and even some of them, those that are normally bullish like Albert Edwards (A global strategist at Societe Generale) or Matt Gertken (Chief geopolitical strategist at BCA Research) are considering the possibility.</p>
<h3><strong>If it happens, How would it affect Bitcoin price?</strong></h3>
<p><a href="https://image.nostr.build/c4c455d42d7497029dcbc2627663a0c08ba32b9d6a064e224af9dbc478e49213.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/c4c455d42d7497029dcbc2627663a0c08ba32b9d6a064e224af9dbc478e49213.jpg"></a></p>
<p>Historically, Bitcoin has reacted positively to economic turmoil, often being seen as a safe haven, therefore, IMO, it could drive additional demand for it, potentially increasing its value exponentially.</p>
<h3><strong>Why not Gold but Bitcoin?</strong></h3>
<p><a href="https://image.nostr.build/f0c8f0c0a3a7e12efc872aac1c2baa64dd10b3a3785383ab68a443296b9688f0.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/f0c8f0c0a3a7e12efc872aac1c2baa64dd10b3a3785383ab68a443296b9688f0.jpg"></a></p>
<p>IMO, Bitcoin today has way more chances than ever before to gain terrain over Gold as safe haven, Gold is a $10T MC, Bitcoin is $1.34T MC. </p>
<p><em><strong>Reasoning:</strong></em> </p>
<ul>
<li><p><em><strong>Demographics:</strong></em><br>The X generation is taking over the BB generation, billions of dollars are moving to a generation that is quite aware of Bitcoin and could move some of the assets currently in Gold by their late parents into Bitcoin.</p>
</li>
<li><p><em><strong>Validation:</strong></em><br>Bitcoin have been demonized for a long time by most of the banksters and politicians in their pockets. The tune is changing and we have a presidential candidate with chances to win pro Bitcoin as well as his chosen partner running for VP. The same candidate has spoken opening of removing the current head of the SEC. All of this means that regulation will change further positively in favor of Bitcoin investors since it validates further Bitcoin as a safe haven.</p>
</li>
<li><p><em><strong>Adoption:</strong></em><br>The adoption of Bitcoin is currently quite small. In our Bitcoin world we tend to think is larger, but, the company Chainanalysis reported in their 2023 Global Crypto Adoption Index that only 1.83% of the worldwide population own cryptocurrencies, but it does not break down this figure by specific cryptocurrency, such as Bitcoin. Other sources report that the adoption is closer to 13% for all crypto, which is quite a jump from 1.83% but considering that Chainanalysis is a well funded company exclusively dedicated to the crypto industry lets go with that number. Very low.<br>Now, considering that the banksters are joining the party, soon, the vast majority of the population will have access to the asset, not only via ETF, but like a stock, it will be custodial, it will be on the bank apps, very similar to Coinbase but accessible to everyone, including all generations and independently of the technical level. As internet did, it will move from the tech savvy to the tech enthusiasts and last but not least (we are getting there) to the whole population.</p>
</li>
</ul>
<blockquote>
<p><em><strong>Summary</strong></em><br>My opinion is that we moon in a black swan scenario. Perhaps the uncertainty will create a dip at first, but the smart money will move, as it always does, to safe havens, and Bitcoin has become one of them.</p>
</blockquote>
<p><a href="https://image.nostr.build/2478a4395deac4312148c2db1fb8e2ebcac40c1b320c80f61208a77b6e3e58cf.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/2478a4395deac4312148c2db1fb8e2ebcac40c1b320c80f61208a77b6e3e58cf.jpg"></a></p>
<p>What do you think? Did I miss something?</p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/81d11a8cbe7e4fdb64ac839678e2faeb5f3f3a42ec8350b5791ce41c5eaf3875.jpg"/>
      </item>
      
      <item>
      <title><![CDATA[My top 3 list of the most influential actors that could harm Bitcoin]]></title>
      <description><![CDATA[This is my top 3 list of whom, IMO, are today's most dangerous influential actors in the #Bitcoin arena]]></description>
             <itunes:subtitle><![CDATA[This is my top 3 list of whom, IMO, are today's most dangerous influential actors in the #Bitcoin arena]]></itunes:subtitle>
      <pubDate>Wed, 07 Aug 2024 19:41:51 GMT</pubDate>
      <link>https://rod.npub.pro/post/sauqthytxzemyt8tihc4q/</link>
      <comments>https://rod.npub.pro/post/sauqthytxzemyt8tihc4q/</comments>
      <guid isPermaLink="false">naddr1qq2hxct4292xskt5tpay2m2e2su9gj2gvv68zq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65wuu2fdu</guid>
      <category>opinion</category>
      
        <media:content url="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1723059711120-YAKIHONNES3.jpg" medium="image"/>
        <enclosure 
          url="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1723059711120-YAKIHONNES3.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qq2hxct4292xskt5tpay2m2e2su9gj2gvv68zq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65wuu2fdu</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<p><em>This is my top 3 list of whom, IMO, are today's most dangerous influential actors in the <a href='/tag/bitcoin/'>#Bitcoin</a> arena, the list is based on previous actions and capacity to harm the ecosystem due to their resources and influence in the space:</em></p>
<h3><strong>Number 1 : Elon Musk</strong></h3>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1723058927140-YAKIHONNES3.jpeg" alt="image"><br><em><strong>Reasoning:</strong></em><br>Supporting a meme coin and trolling the ecosystem. Trying to create the american wechat and portraying himself as a protector of freedom of speech. Admired and loved by millions...</p>
<p><em><strong>Potential impact</strong></em>:<br>High, he may support a shitcoin as solana or worst, create his own with the support of deep pockets and the government. Considering that we are still early and millions around the world still see <a href='/tag/bitcoin/'>#Bitcoin</a> as a risk asset or worst, creating one in X will have immediate use case and challenge p2p cash use case from the get go, where Meta failed X may succeed...</p>
<h3><strong>Number 2: Jack Dorsey</strong></h3>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1723059109844-YAKIHONNES3.jpg" alt="image"><br><em><strong>Reasoning:</strong></em><br>Known for his history as Twitter CEO during the crusade against freedom of speech, cancelation of critical thinkers and even a president of USA, the behavior of Twitter was reprehensible while Jack was the CEO, I never thought that a company could behave that way and survive and yet... Unreal and zero legal accountability, twitter basically gaslighted a large amount of the population, supported political propaganda to one party with no neutrality, supported an experimental drug that is still harming people and didnt let experts and doctors to debate and discuss and not one of those thugs blocking accounts and censoring critical thinkers was made accountable, eye opening in many ways for those that at that moment still believed that USA respected freedom of speech...<br>Recently supported a mining pool that censors whirlpool from Samourai wallet, old habits die hard I guess...<br>And the cherry of the pie, now funding FiatJaf whom was looking for funding to spam Ethereum and Monero networks to make them unusable so more funds will move to Bitcoin and LN... This project and idea from the getgo is a no no, you may not like another project but to spam it intentionally should be illegal, and it is being done, shamelessly...</p>
<p><em><strong>Potential impact</strong></em>:<br>Very high, already inside the community, a record of bad actions, pro censorship, vast resources, head of Cash App, admired by most in the community and hence able to missguide the community into a path that could eventually make Bitcoin a failure of a project in the future with the proposal of a hard fork introducing additional censorship and less privacy in one way or another.</p>
<h3><strong>Number 3: Blackrock</strong></h3>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1723059249022-YAKIHONNES3.jpg" alt="image"><br><em><strong>Reasoning</strong></em>:<br>No need to explain much, they join the train and... it is only logical , after so much hate and media propaganda against Bitcoin, that they did so to fight the fight from inside trying to affect it and transform it into something else , just speculation, time will say. Check my article on ETFs</p>
<p><em><strong>Potential Impact</strong></em>:<br>Super Nova. As I explain in my article of ETFs, they have the resources to attempt to change the direction of Bitcoin development for it to become something else, even kill it as a store of value. They have a large stake in some of the largest mining farms as well... Do the math, it looks like a hostile take over and that may not end well. Again, just my opinion, but, if history and patterns teach us leasons, not a good look...<br>Activist Critical Thinkers in the space are needed, <a href='/tag/bitcoin/'>#Bitcoin</a> for many years has been a space with many of them, the list was long, but little by little I observe a change, produced by time+age+money, those libertarians are now; most of them; retired millionaires, or enterpreuners absorbed by the fiat system and therefore have changed their tune. I thought we will have a new generation, motivated, smarter, ready to take over, but all I see, with few exceptions in the NOSTR side of the equation, is more corporate fiat system acolytes.</p>
<blockquote>
<p>Stay humble says someone, never more important...<br>What are your thoughts?<br>Share your top 3 current most dangerous threats to the Bitcoin ecosystem...</p>
</blockquote>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<p><em>This is my top 3 list of whom, IMO, are today's most dangerous influential actors in the <a href='/tag/bitcoin/'>#Bitcoin</a> arena, the list is based on previous actions and capacity to harm the ecosystem due to their resources and influence in the space:</em></p>
<h3><strong>Number 1 : Elon Musk</strong></h3>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1723058927140-YAKIHONNES3.jpeg" alt="image"><br><em><strong>Reasoning:</strong></em><br>Supporting a meme coin and trolling the ecosystem. Trying to create the american wechat and portraying himself as a protector of freedom of speech. Admired and loved by millions...</p>
<p><em><strong>Potential impact</strong></em>:<br>High, he may support a shitcoin as solana or worst, create his own with the support of deep pockets and the government. Considering that we are still early and millions around the world still see <a href='/tag/bitcoin/'>#Bitcoin</a> as a risk asset or worst, creating one in X will have immediate use case and challenge p2p cash use case from the get go, where Meta failed X may succeed...</p>
<h3><strong>Number 2: Jack Dorsey</strong></h3>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1723059109844-YAKIHONNES3.jpg" alt="image"><br><em><strong>Reasoning:</strong></em><br>Known for his history as Twitter CEO during the crusade against freedom of speech, cancelation of critical thinkers and even a president of USA, the behavior of Twitter was reprehensible while Jack was the CEO, I never thought that a company could behave that way and survive and yet... Unreal and zero legal accountability, twitter basically gaslighted a large amount of the population, supported political propaganda to one party with no neutrality, supported an experimental drug that is still harming people and didnt let experts and doctors to debate and discuss and not one of those thugs blocking accounts and censoring critical thinkers was made accountable, eye opening in many ways for those that at that moment still believed that USA respected freedom of speech...<br>Recently supported a mining pool that censors whirlpool from Samourai wallet, old habits die hard I guess...<br>And the cherry of the pie, now funding FiatJaf whom was looking for funding to spam Ethereum and Monero networks to make them unusable so more funds will move to Bitcoin and LN... This project and idea from the getgo is a no no, you may not like another project but to spam it intentionally should be illegal, and it is being done, shamelessly...</p>
<p><em><strong>Potential impact</strong></em>:<br>Very high, already inside the community, a record of bad actions, pro censorship, vast resources, head of Cash App, admired by most in the community and hence able to missguide the community into a path that could eventually make Bitcoin a failure of a project in the future with the proposal of a hard fork introducing additional censorship and less privacy in one way or another.</p>
<h3><strong>Number 3: Blackrock</strong></h3>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1723059249022-YAKIHONNES3.jpg" alt="image"><br><em><strong>Reasoning</strong></em>:<br>No need to explain much, they join the train and... it is only logical , after so much hate and media propaganda against Bitcoin, that they did so to fight the fight from inside trying to affect it and transform it into something else , just speculation, time will say. Check my article on ETFs</p>
<p><em><strong>Potential Impact</strong></em>:<br>Super Nova. As I explain in my article of ETFs, they have the resources to attempt to change the direction of Bitcoin development for it to become something else, even kill it as a store of value. They have a large stake in some of the largest mining farms as well... Do the math, it looks like a hostile take over and that may not end well. Again, just my opinion, but, if history and patterns teach us leasons, not a good look...<br>Activist Critical Thinkers in the space are needed, <a href='/tag/bitcoin/'>#Bitcoin</a> for many years has been a space with many of them, the list was long, but little by little I observe a change, produced by time+age+money, those libertarians are now; most of them; retired millionaires, or enterpreuners absorbed by the fiat system and therefore have changed their tune. I thought we will have a new generation, motivated, smarter, ready to take over, but all I see, with few exceptions in the NOSTR side of the equation, is more corporate fiat system acolytes.</p>
<blockquote>
<p>Stay humble says someone, never more important...<br>What are your thoughts?<br>Share your top 3 current most dangerous threats to the Bitcoin ecosystem...</p>
</blockquote>
]]></itunes:summary>
      <itunes:image href="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1723059711120-YAKIHONNES3.jpg"/>
      </item>
      
      <item>
      <title><![CDATA[Cyber Security & Bitcoin - Unpopular opinion and some suggestions]]></title>
      <description><![CDATA[It is an unpopular opinion, but, basic IT hygiene is enough to keep the malware, viruses and therefore, the cyber criminals away]]></description>
             <itunes:subtitle><![CDATA[It is an unpopular opinion, but, basic IT hygiene is enough to keep the malware, viruses and therefore, the cyber criminals away]]></itunes:subtitle>
      <pubDate>Fri, 05 Apr 2024 02:05:20 GMT</pubDate>
      <link>https://rod.npub.pro/post/lfcf5uaygttotpibac85a/</link>
      <comments>https://rod.npub.pro/post/lfcf5uaygttotpibac85a/</comments>
      <guid isPermaLink="false">naddr1qq25cenrvc642s2eva69gm652p55yctr8q6kzq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65w4u25y7</guid>
      <category>cybersecurity</category>
      
        <media:content url="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712282719358-YAKIHONNES3.jpg" medium="image"/>
        <enclosure 
          url="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712282719358-YAKIHONNES3.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qq25cenrvc642s2eva69gm652p55yctr8q6kzq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65w4u25y7</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<h2>The FUD injection</h2>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712282596831-YAKIHONNES3.jpg" alt="image"></p>
<p>Many cyber security advisors and CEOs of companies that offer security products will tell you that the battle is lost, that, for example, if you don't buy an air gap device your private keys are not secure.... That, if you used your computer instead to write the seed words in a piece of paper and then put them in a piece of metal, you will be hacked and most probably you are doomed....</p>
<p>IMO and experience, it is an exaggeration...</p>
<p>If all the fear mongering being pedaled by the cyber security enthusiasts and experts was true, oh well, with very few exceptions, we all will be drained of our funds in banks (most neither have a decent 2FA - still working with SMS for crying out-loud...), self custody wallets, etc... Even the Bitcoin blockchain encryption will be broken by "quantum computers"... oh and AI will be used by hackers to hack you as well... Just ignore the noise...</p>
<h2>The unpopular opinion</h2>
<p>IMO, basic IT hygiene is enough to keep the malware, viruses and therefore, the cyber criminals away.</p>
<p>And the tools they tell you that are not enough and therefore, you are powerless, actually are quite helpful, keep using them, firewalls, VPNs, TOR, Linux Whirpool, etc.</p>
<h2>Sugestions</h2>
<p>Do your homework, acquiring cyber security skills needs reading, get on it, few tips:</p>
<ol>
<li>Learn how to verify a software security key or SHA256 before running it in your laptop or mobile if an apk. If on Microsoft, if the software you want to install does not have a .msi version (already signed by Microsoft), the .exe extension file needs to be verified, learn how, this is paramount, no matter the application, same with Linux. If the app does not offer it, do not install it, contact the developer and demand it, if no dice, forget it, look for an alternative.</li>
<li>Use a VPN on your home router, yes, even if you acquire cyber security knowledge and apply it to your mobile and laptop, if you do not live alone, every other member of your family is a weak link that can affect you. Acquire a router that supports a VPN that does not require to know your identity to pay for the service and accepts Bitcoin as payment (otherwise do not use it, no matter how good you think it is, if free avoid, you are the product and therefore, you are better without one that with one free). As an additional measure, keep your laptop, PC and mobile with another VPN, a different service, you will be with a double VPN while at home and with one while in the road. In the past the throughput will be considerably reduced to a point of being too slow, nowadays, you will be fine.</li>
<li>Use a router with a decent firewall and advertising guard like features, Adguard or Pi-Hole (learn to configure and to add community supported lists) , that will keep your home browsing experience safer and faster.</li>
<li>If you do banking and Bitcoin with your mobile phone, consider having two mobiles, one left at home secured. Carry with you a mobile for your social needs and small payments in fiat or Bitcoin, if you loose your phone or you get robed, you will sleep better....</li>
<li>If you insist on using debit cards instead of credit cards, keep the account with the debit card limited to your needs when you go out. A bit of a pain but do not use your savings account, if you lose the wallet you are screwed and there is no recurse with a debit card.... (or use credit cards and you have the option to recover the funds in case is needed)</li>
<li>If you have stacked a considerable amount in Bitcoin and want to be sufficiently safe, consider an air gap seed signer, if you do not trust yourself, consider a service with no KYC, contrary to what many believe, there are some, recently I learn that CASA is one of them, probably there are others, do your homework. You keep one or two private keys and the company keeps another one, to remove the funds you need 2 of 3 and it has built in time locks you can set up.</li>
<li>Avoid Microsoft and Google and Apple clouds, those are honey pots often targeted, if they get hacked the companies most probably will neither inform the clients or if they do it would be much after the incident, use other private services highly encrypted end to end, preferably FOSS, and do not upload your data unencrypted, yes, encrypt it before uploading if it is valuable information, it is a backup of data and you want it safe, if it is not in your hands, best to encrypt it, even if the company claim it is E2E encrypted, you can't be sure....</li>
</ol>
<h2>Summary</h2>
<p>Each person is different, you need to sleep good at night knowing your cyber security is sufficient and therefore your data and funds are safe. Do the homework, read, study, acquire the skills and tools and use them properly, cyber security is not convenient, but in the age of information, it is a must to protect your family and your wealth.</p>
<p>If you like my work and would like to support me:<br><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712279199710-YAKIHONNES3.jpg" alt="image"></p>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<h2>The FUD injection</h2>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712282596831-YAKIHONNES3.jpg" alt="image"></p>
<p>Many cyber security advisors and CEOs of companies that offer security products will tell you that the battle is lost, that, for example, if you don't buy an air gap device your private keys are not secure.... That, if you used your computer instead to write the seed words in a piece of paper and then put them in a piece of metal, you will be hacked and most probably you are doomed....</p>
<p>IMO and experience, it is an exaggeration...</p>
<p>If all the fear mongering being pedaled by the cyber security enthusiasts and experts was true, oh well, with very few exceptions, we all will be drained of our funds in banks (most neither have a decent 2FA - still working with SMS for crying out-loud...), self custody wallets, etc... Even the Bitcoin blockchain encryption will be broken by "quantum computers"... oh and AI will be used by hackers to hack you as well... Just ignore the noise...</p>
<h2>The unpopular opinion</h2>
<p>IMO, basic IT hygiene is enough to keep the malware, viruses and therefore, the cyber criminals away.</p>
<p>And the tools they tell you that are not enough and therefore, you are powerless, actually are quite helpful, keep using them, firewalls, VPNs, TOR, Linux Whirpool, etc.</p>
<h2>Sugestions</h2>
<p>Do your homework, acquiring cyber security skills needs reading, get on it, few tips:</p>
<ol>
<li>Learn how to verify a software security key or SHA256 before running it in your laptop or mobile if an apk. If on Microsoft, if the software you want to install does not have a .msi version (already signed by Microsoft), the .exe extension file needs to be verified, learn how, this is paramount, no matter the application, same with Linux. If the app does not offer it, do not install it, contact the developer and demand it, if no dice, forget it, look for an alternative.</li>
<li>Use a VPN on your home router, yes, even if you acquire cyber security knowledge and apply it to your mobile and laptop, if you do not live alone, every other member of your family is a weak link that can affect you. Acquire a router that supports a VPN that does not require to know your identity to pay for the service and accepts Bitcoin as payment (otherwise do not use it, no matter how good you think it is, if free avoid, you are the product and therefore, you are better without one that with one free). As an additional measure, keep your laptop, PC and mobile with another VPN, a different service, you will be with a double VPN while at home and with one while in the road. In the past the throughput will be considerably reduced to a point of being too slow, nowadays, you will be fine.</li>
<li>Use a router with a decent firewall and advertising guard like features, Adguard or Pi-Hole (learn to configure and to add community supported lists) , that will keep your home browsing experience safer and faster.</li>
<li>If you do banking and Bitcoin with your mobile phone, consider having two mobiles, one left at home secured. Carry with you a mobile for your social needs and small payments in fiat or Bitcoin, if you loose your phone or you get robed, you will sleep better....</li>
<li>If you insist on using debit cards instead of credit cards, keep the account with the debit card limited to your needs when you go out. A bit of a pain but do not use your savings account, if you lose the wallet you are screwed and there is no recurse with a debit card.... (or use credit cards and you have the option to recover the funds in case is needed)</li>
<li>If you have stacked a considerable amount in Bitcoin and want to be sufficiently safe, consider an air gap seed signer, if you do not trust yourself, consider a service with no KYC, contrary to what many believe, there are some, recently I learn that CASA is one of them, probably there are others, do your homework. You keep one or two private keys and the company keeps another one, to remove the funds you need 2 of 3 and it has built in time locks you can set up.</li>
<li>Avoid Microsoft and Google and Apple clouds, those are honey pots often targeted, if they get hacked the companies most probably will neither inform the clients or if they do it would be much after the incident, use other private services highly encrypted end to end, preferably FOSS, and do not upload your data unencrypted, yes, encrypt it before uploading if it is valuable information, it is a backup of data and you want it safe, if it is not in your hands, best to encrypt it, even if the company claim it is E2E encrypted, you can't be sure....</li>
</ol>
<h2>Summary</h2>
<p>Each person is different, you need to sleep good at night knowing your cyber security is sufficient and therefore your data and funds are safe. Do the homework, read, study, acquire the skills and tools and use them properly, cyber security is not convenient, but in the age of information, it is a must to protect your family and your wealth.</p>
<p>If you like my work and would like to support me:<br><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712279199710-YAKIHONNES3.jpg" alt="image"></p>
]]></itunes:summary>
      <itunes:image href="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712282719358-YAKIHONNES3.jpg"/>
      </item>
      
      <item>
      <title><![CDATA[The Case of the Mutant Ideologies and the Failed Bitcoin Solution]]></title>
      <description><![CDATA[Some believe there is a fight between Capitalism and Liberalism...

Some believe that those fights are nothing but distractions to keep the population from focusing their attention on the real issues....]]></description>
             <itunes:subtitle><![CDATA[Some believe there is a fight between Capitalism and Liberalism...

Some believe that those fights are nothing but distractions to keep the population from focusing their attention on the real issues....]]></itunes:subtitle>
      <pubDate>Fri, 05 Apr 2024 01:16:21 GMT</pubDate>
      <link>https://rod.npub.pro/post/km50u0qp_hz7efqfn0yk6/</link>
      <comments>https://rod.npub.pro/post/km50u0qp_hz7efqfn0yk6/</comments>
      <guid isPermaLink="false">naddr1qq2kknf4xp2nq52stay85d69gec5vn3st94nvq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65wh0xx5l</guid>
      <category>#Bitcoin</category>
      
        <media:content url="https://image.nostr.build/8772d7e19436c2dea1007c56317d0ea224eadf244d0f39ac27eba1699e1e0aa9.jpg" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/8772d7e19436c2dea1007c56317d0ea224eadf244d0f39ac27eba1699e1e0aa9.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qq2kknf4xp2nq52stay85d69gec5vn3st94nvq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65wh0xx5l</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<h2>The Mutant Ideologies</h2>
<p><img src="https://image.nostr.build/8772d7e19436c2dea1007c56317d0ea224eadf244d0f39ac27eba1699e1e0aa9.jpg" alt="image"></p>
<p>Some believe there is a fight between Capitalism and Liberalism...</p>
<p>Some believe that those fights are nothing but distractions to keep the population from focusing their attention on the real issues....</p>
<p>In my opinion, those ideologies are mutating and merging into <strong>Authoritarianism</strong>.</p>
<p>Censoring have become so common that private companies in the USA have gone to the extreme to censor and cancel intellectuals, journalist, PhD's, MD’s, scientist and even a democratically elected president when they speak against the narrative supported by that company, the globes are off and the fight is now in the open between corporations interests, the same companies who have in their pockets the political apparatus and the judicial power of the countries in which they operate.</p>
<p>Meanwhile, the majority of those who align themselves with one of the three ideologies, are fighting the others as if they where the owners of truth, censoring each other, sad to watch and ironic, in most cases...</p>
<h2>The Censoring Age</h2>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712270918759-YAKIHONNES3.png" alt="image"></p>
<p>Once upon a time we used to debate, adding value to the society while doing so, now is just an unintelligent fight with weak arguments and in many cases incredibly absurd, very rapidly the conversation turns into insulting, dismissing the other party with no arguments and even censoring if against of the narrative of the platform landlords. Surreal if you think about it.</p>
<p>If you are a critical thinker, you may have theories, but you have to be scratching your head trying to find out How we got here?, By design? Or just a product of our own technological development oriented to profit and not the improvement of our health and social wealth fare. Perhaps the latest...</p>
<p>Does it matter to know how? I believe it does because learning from those errors we could start building a better society one step at the time so in two or three generations we could have the required base to build a more adequate social construct. Naive, but it would be nice.</p>
<h2>The Failed Bitcoin Solution</h2>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712271405382-YAKIHONNES3.jpg" alt="image"></p>
<p>I am of the opinion that we will not be able to obtain a more adequate social construct until we manage to separate the state from the money, hence the statement, fix the money, fix the world... </p>
<p>We are failing badly. Bitcoin was a tool to achieve that, it is failing miserably, it become a store of value, <strong>a very profitable one, an excellent investment</strong>, it was hard for the system to beat it, but despite of its incompetent officials, the FIAT system managed to control it and turn it into their benefit, now governments, corporations and institutions are buying it and soon we will observe the wash trading, buying and selling between themselves legally using the rules the system offers to manipulate and accumulate while the current "whales" reaching already their mid 40s and 50s will sell into FIAT large quantities of Bitcoin to retire comfortable, people tends to forget that there is a time factor. </p>
<p>Those in their 30s will probably build around it or go to real state and sit happy, but, Where are the values and the ideology Satoshi intended to push in the world? Doesn't seem it is in Bitcoin "hodlers" hands  anymore. Very few real hard core libertarian believers left in the ecosystem.</p>
<p>If we go beyond that and we say, well, it could be adopted as currency in other countries besides El Salvador... Sure, but Why? What will be the benefit to that country unless they have a massive amount of Bitcoin already? It would not be fair for their citizens, basically, those institutions and governments that in few years will own the majority of the coins and the current wealthy Bitcoiners become the ones that can take advantage from that measure instead of the citizens of that country.</p>
<p>Countries would do well adding it to their reserves as they do with gold, but by no means it will be a P2P cash solution for the masses, nor it will help to solve the money problem.</p>
<h2>Any options?</h2>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712272215900-YAKIHONNES3.jpg" alt="image"></p>
<p>In my opinion is not that complicated, every nation could create a Bitcoin like currency with a cap of whatever it thinks it should be. Copying the Satoshi vision, nothing to do with the CBDC concept which is nothing but the same FIAT system with no cash. </p>
<p>That means that the coins should be capped at certain amount, Inmutable and Decentralized not controlled by the state and make it a legal tender with the regulation of the state equal to its current currency.</p>
<p>Technically is quite easy to implement, forking a privacy coin and making it more efficient to have instant payments as with Lightning Network will do the trick. </p>
<p>The effect of such measure will be a very strong currency that will benefit all their citizens equally. Sure, there is the current FIAT system with its tentacles everywhere, which needs to be transitioned and removed in parallel. Not a simple task, nor it will go down without a fight.</p>
<p>A fair launch of the token is required with no "genesis block", no "original address"  (corruption) with a large percentage of the tokens. Nowadays, most states are corrupted and will most probably use the current currency printing machine to acquire as much as possible of the new currency making it a failed project from the start. Think about how much money the countries can print and buy Bitcoin with that money, think what they can do with it...</p>
<p>Regulation to avoid the governments from buying the tokens with printed money is required from the beginning. </p>
<p>Plausible, right?. The only needed action is to remove the corrupted and incompetent officials that are in the pockets of the nations landlords... Oh, but the landlords owns the judicial system and the military industrial complex so this seems to be a quite obvious and simple task but next to impossible to accomplish.</p>
<h2>Baby steps?</h2>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712272855155-YAKIHONNES3.jpg" alt="image"></p>
<p>We need legislation to separate the state from the private money. That alone will weaken the landlords over time and thus, little by little, their grip on the judicial system will perish and change can emerge with less opposition from the corrupted officials.</p>
<h2>Is there a chance?</h2>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712273088372-YAKIHONNES3.jpg" alt="image"></p>
<p>In my opinion, not in the short term. </p>
<p>The ones with political power and control over the world resources I call landlords, won't let go. Why will they? </p>
<p>Even in the miraculous scenario that few of those individuals or families decide to assist with the needed changes, others will take their place, therefore, I have no illusion it can be achieved rapidly or ever. </p>
<p>If you are very young, you still may be thinking that with few marches and protests the people can steer the direction of a nation, nothing more far from the truth... When it works it had been carefully planned and funded by a foreign country or nefarious group looking to change power in a nation to take advantage of its resources in one way or another and the naive youth is used to achieve the goal.</p>
<p>One possible scenario would be a sudden introduction of technologies that empower the individual to be free of the control of the system, the following three would be an excellent start:</p>
<ol>
<li>Free energy (Tesla's dream...),</li>
<li>Free tech for the desalination of sea water,</li>
<li>Free access to atmospheric water devices for the production of drinking water from the humidity in the air.</li>
</ol>
<p>But to believe that the current powers will not push back is naive. The most logical scenario is that they will make those technologies illegal and prosecute anyone sharing them or using them or tax them heavily as Spain did not long ago with the solar panels installed at home by individuals, surreal but it happened, it was called the "sun tax" implemented in October 2015 and removed in November 2018. </p>
<hr>
<p>If you like my work and would like to support me:</p>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712279199710-YAKIHONNES3.jpg" alt="image"></p>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<h2>The Mutant Ideologies</h2>
<p><img src="https://image.nostr.build/8772d7e19436c2dea1007c56317d0ea224eadf244d0f39ac27eba1699e1e0aa9.jpg" alt="image"></p>
<p>Some believe there is a fight between Capitalism and Liberalism...</p>
<p>Some believe that those fights are nothing but distractions to keep the population from focusing their attention on the real issues....</p>
<p>In my opinion, those ideologies are mutating and merging into <strong>Authoritarianism</strong>.</p>
<p>Censoring have become so common that private companies in the USA have gone to the extreme to censor and cancel intellectuals, journalist, PhD's, MD’s, scientist and even a democratically elected president when they speak against the narrative supported by that company, the globes are off and the fight is now in the open between corporations interests, the same companies who have in their pockets the political apparatus and the judicial power of the countries in which they operate.</p>
<p>Meanwhile, the majority of those who align themselves with one of the three ideologies, are fighting the others as if they where the owners of truth, censoring each other, sad to watch and ironic, in most cases...</p>
<h2>The Censoring Age</h2>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712270918759-YAKIHONNES3.png" alt="image"></p>
<p>Once upon a time we used to debate, adding value to the society while doing so, now is just an unintelligent fight with weak arguments and in many cases incredibly absurd, very rapidly the conversation turns into insulting, dismissing the other party with no arguments and even censoring if against of the narrative of the platform landlords. Surreal if you think about it.</p>
<p>If you are a critical thinker, you may have theories, but you have to be scratching your head trying to find out How we got here?, By design? Or just a product of our own technological development oriented to profit and not the improvement of our health and social wealth fare. Perhaps the latest...</p>
<p>Does it matter to know how? I believe it does because learning from those errors we could start building a better society one step at the time so in two or three generations we could have the required base to build a more adequate social construct. Naive, but it would be nice.</p>
<h2>The Failed Bitcoin Solution</h2>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712271405382-YAKIHONNES3.jpg" alt="image"></p>
<p>I am of the opinion that we will not be able to obtain a more adequate social construct until we manage to separate the state from the money, hence the statement, fix the money, fix the world... </p>
<p>We are failing badly. Bitcoin was a tool to achieve that, it is failing miserably, it become a store of value, <strong>a very profitable one, an excellent investment</strong>, it was hard for the system to beat it, but despite of its incompetent officials, the FIAT system managed to control it and turn it into their benefit, now governments, corporations and institutions are buying it and soon we will observe the wash trading, buying and selling between themselves legally using the rules the system offers to manipulate and accumulate while the current "whales" reaching already their mid 40s and 50s will sell into FIAT large quantities of Bitcoin to retire comfortable, people tends to forget that there is a time factor. </p>
<p>Those in their 30s will probably build around it or go to real state and sit happy, but, Where are the values and the ideology Satoshi intended to push in the world? Doesn't seem it is in Bitcoin "hodlers" hands  anymore. Very few real hard core libertarian believers left in the ecosystem.</p>
<p>If we go beyond that and we say, well, it could be adopted as currency in other countries besides El Salvador... Sure, but Why? What will be the benefit to that country unless they have a massive amount of Bitcoin already? It would not be fair for their citizens, basically, those institutions and governments that in few years will own the majority of the coins and the current wealthy Bitcoiners become the ones that can take advantage from that measure instead of the citizens of that country.</p>
<p>Countries would do well adding it to their reserves as they do with gold, but by no means it will be a P2P cash solution for the masses, nor it will help to solve the money problem.</p>
<h2>Any options?</h2>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712272215900-YAKIHONNES3.jpg" alt="image"></p>
<p>In my opinion is not that complicated, every nation could create a Bitcoin like currency with a cap of whatever it thinks it should be. Copying the Satoshi vision, nothing to do with the CBDC concept which is nothing but the same FIAT system with no cash. </p>
<p>That means that the coins should be capped at certain amount, Inmutable and Decentralized not controlled by the state and make it a legal tender with the regulation of the state equal to its current currency.</p>
<p>Technically is quite easy to implement, forking a privacy coin and making it more efficient to have instant payments as with Lightning Network will do the trick. </p>
<p>The effect of such measure will be a very strong currency that will benefit all their citizens equally. Sure, there is the current FIAT system with its tentacles everywhere, which needs to be transitioned and removed in parallel. Not a simple task, nor it will go down without a fight.</p>
<p>A fair launch of the token is required with no "genesis block", no "original address"  (corruption) with a large percentage of the tokens. Nowadays, most states are corrupted and will most probably use the current currency printing machine to acquire as much as possible of the new currency making it a failed project from the start. Think about how much money the countries can print and buy Bitcoin with that money, think what they can do with it...</p>
<p>Regulation to avoid the governments from buying the tokens with printed money is required from the beginning. </p>
<p>Plausible, right?. The only needed action is to remove the corrupted and incompetent officials that are in the pockets of the nations landlords... Oh, but the landlords owns the judicial system and the military industrial complex so this seems to be a quite obvious and simple task but next to impossible to accomplish.</p>
<h2>Baby steps?</h2>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712272855155-YAKIHONNES3.jpg" alt="image"></p>
<p>We need legislation to separate the state from the private money. That alone will weaken the landlords over time and thus, little by little, their grip on the judicial system will perish and change can emerge with less opposition from the corrupted officials.</p>
<h2>Is there a chance?</h2>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712273088372-YAKIHONNES3.jpg" alt="image"></p>
<p>In my opinion, not in the short term. </p>
<p>The ones with political power and control over the world resources I call landlords, won't let go. Why will they? </p>
<p>Even in the miraculous scenario that few of those individuals or families decide to assist with the needed changes, others will take their place, therefore, I have no illusion it can be achieved rapidly or ever. </p>
<p>If you are very young, you still may be thinking that with few marches and protests the people can steer the direction of a nation, nothing more far from the truth... When it works it had been carefully planned and funded by a foreign country or nefarious group looking to change power in a nation to take advantage of its resources in one way or another and the naive youth is used to achieve the goal.</p>
<p>One possible scenario would be a sudden introduction of technologies that empower the individual to be free of the control of the system, the following three would be an excellent start:</p>
<ol>
<li>Free energy (Tesla's dream...),</li>
<li>Free tech for the desalination of sea water,</li>
<li>Free access to atmospheric water devices for the production of drinking water from the humidity in the air.</li>
</ol>
<p>But to believe that the current powers will not push back is naive. The most logical scenario is that they will make those technologies illegal and prosecute anyone sharing them or using them or tax them heavily as Spain did not long ago with the solar panels installed at home by individuals, surreal but it happened, it was called the "sun tax" implemented in October 2015 and removed in November 2018. </p>
<hr>
<p>If you like my work and would like to support me:</p>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712279199710-YAKIHONNES3.jpg" alt="image"></p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/8772d7e19436c2dea1007c56317d0ea224eadf244d0f39ac27eba1699e1e0aa9.jpg"/>
      </item>
      
      <item>
      <title><![CDATA[Cyber Security - Unpopular opinion and some suggestions]]></title>
      <description><![CDATA[My suggestion, do your homework, acquiring cyber security skills needs reading, get on it, few tips in this article]]></description>
             <itunes:subtitle><![CDATA[My suggestion, do your homework, acquiring cyber security skills needs reading, get on it, few tips in this article]]></itunes:subtitle>
      <pubDate>Thu, 03 Aug 2023 23:39:32 GMT</pubDate>
      <link>https://rod.npub.pro/post/1691105453864/</link>
      <comments>https://rod.npub.pro/post/1691105453864/</comments>
      <guid isPermaLink="false">naddr1qqxnzd3exycnqdf5x5ensd35qgsrtuazdng7waddzmdd3nyw36w5sfvler95vgcte9nreqf8jtwlyvgrqsqqqa28ljqy7j</guid>
      <category>cybersecurity</category>
      
        <media:content url="https://cdn.nostr.build/i/24b760a3301bc0624971748bb55d68a2d497b4e73e77c2401c6006670797d13b.jpg" medium="image"/>
        <enclosure 
          url="https://cdn.nostr.build/i/24b760a3301bc0624971748bb55d68a2d497b4e73e77c2401c6006670797d13b.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qqxnzd3exycnqdf5x5ensd35qgsrtuazdng7waddzmdd3nyw36w5sfvler95vgcte9nreqf8jtwlyvgrqsqqqa28ljqy7j</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<p>Many cyber security advisors and CEOs of companies that offer security products will tell you that the battle is lost, that, for example, if you don't buy an air gap device your private keys are not secure.... That is you used your computer instead to write the seed words in a piece of paper and then put them in a piece of metal, you will be hacked and most probably you are doom....</p>
<p>IMO and experience, it is an exaggeration...</p>
<p>If all the fear mongering being pedaled by the cyber security enthusiasts and experts was true, oh well, with very few exceptions, we all will be drained of our funds in banks (most neither have a decent 2FA - still working with SMS for crying out-loud...), self custody wallets, etc... Even the Bitcoin blockchain encryption will be broken by "quantum computers"... oh and AI will be used by hackers to hack you as well... Just ignore the noise...</p>
<p>The truth is that basic IT hygiene is enough to keep the malware, viruses and therefore, the cyber criminals away.</p>
<p>And the tools they tell you that are not enough and therefore you are powerless actually are quite helpful, keep using them, firewalls, VPNs, TOR, Linux Whirpool, etc.</p>
<p>My suggestion, do your homework, acquiring cyber security skills needs reading, get on it, few tips:</p>
<p>a. Learn how to verify a software security key or SHA256 before running it in your laptop or mobile if an apk. If on Microsoft, if the software you want to install does not have a .msi version (already signed by Microsoft), the .exe extension file needs to be verified, learn how, this is paramount, no matter the application, same with Linux. If the app does not offer it, do not install it, contact the developer and demand it, if no dice, forget it, look for an alternative.</p>
<p>b. Use a VPN on your home router, yes, even if you acquire cyber security knowledge and apply it to your mobile and laptop, if you do not live alone, every other member of your family is a weak link that can affect you. Acquire a router that supports a VPN that does not require to know your identity to pay for the service and accepts Bitcoin as payment (otherwise do not use it, no matter how good you think it is, if free avoid, you are the product and therefore, you are better without one that with one free). As an additional measure, keep your laptop, PC and mobile with another VPN, a different service, you will be with a double VPN while at home and with one while in the road. In the past the throughput will be considerably reduced to a point of being too slow, nowadays, you will be fine.</p>
<p>c. Use a router with a decent firewall and advertising guard like features, Adguard or Pi-Hole (learn to configure and to add community supported lists) , that will keep your home browsing experience safer and faster.</p>
<p>d. If you do banking and Bitcoin with your mobile phone, consider having two mobiles, one left at home secured. Carry with you a mobile for your social needs and small payments in fiat or Bitcoin, if you loose your phone or you get robed, you will sleep better....</p>
<p>e. If you insist on using debit cards instead of credit cards, keep the account with the debit card limited to your needs when you go out. A bit of a pain but do not use your savings account, if you lose the wallet you are screwed and there is no recurse with a debit card.... (or use credit cards and you have the option to recover the funds in case is needed)</p>
<p>f. If you have stacked a considerable amount in Bitcoin and want to be sufficiently safe, consider an air gap seed signer, if you do not trust yourself, consider a service with no KYC, contrary to what many believe, there are some, recently I learn that CASA is one of them, probably there are others, do your homework. You keep one or two private keys and the company keeps another one, to remove the funds you need 2 of 3 and it has built in time locks you can set up.</p>
<p>g. Avoid Microsoft and Google and Apple clouds, those are honey pots often targeted, if they get hacked the companies most probably will neither inform the clients or if they do it would be much after the incident, use other private services highly encrypted end to end, preferably FOSS, and do not upload your data unencrypted, yes, encrypt it before uploading if it is valuable information, it is a backup of data and you want it safe, if it is not in your hands, best to encrypt it, even if the company claim it is E2E encrypted, you can't be sure....</p>
<p>Each person is different, you need to sleep good at night knowing your cyber security is sufficient and therefore your data and funds are safe.</p>
<hr>
<p>Fix the Money, fix the World</p>
<p>Use Bitcoin, be Unconfiscatable</p>
<p>Use Nostr, be Uncensorable</p>
<hr>
<p><a href='/tag/bitcoin/'>#Bitcoin</a></p>
<p>#LN ⚡</p>
<p>#ARK ⚡</p>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<p>Many cyber security advisors and CEOs of companies that offer security products will tell you that the battle is lost, that, for example, if you don't buy an air gap device your private keys are not secure.... That is you used your computer instead to write the seed words in a piece of paper and then put them in a piece of metal, you will be hacked and most probably you are doom....</p>
<p>IMO and experience, it is an exaggeration...</p>
<p>If all the fear mongering being pedaled by the cyber security enthusiasts and experts was true, oh well, with very few exceptions, we all will be drained of our funds in banks (most neither have a decent 2FA - still working with SMS for crying out-loud...), self custody wallets, etc... Even the Bitcoin blockchain encryption will be broken by "quantum computers"... oh and AI will be used by hackers to hack you as well... Just ignore the noise...</p>
<p>The truth is that basic IT hygiene is enough to keep the malware, viruses and therefore, the cyber criminals away.</p>
<p>And the tools they tell you that are not enough and therefore you are powerless actually are quite helpful, keep using them, firewalls, VPNs, TOR, Linux Whirpool, etc.</p>
<p>My suggestion, do your homework, acquiring cyber security skills needs reading, get on it, few tips:</p>
<p>a. Learn how to verify a software security key or SHA256 before running it in your laptop or mobile if an apk. If on Microsoft, if the software you want to install does not have a .msi version (already signed by Microsoft), the .exe extension file needs to be verified, learn how, this is paramount, no matter the application, same with Linux. If the app does not offer it, do not install it, contact the developer and demand it, if no dice, forget it, look for an alternative.</p>
<p>b. Use a VPN on your home router, yes, even if you acquire cyber security knowledge and apply it to your mobile and laptop, if you do not live alone, every other member of your family is a weak link that can affect you. Acquire a router that supports a VPN that does not require to know your identity to pay for the service and accepts Bitcoin as payment (otherwise do not use it, no matter how good you think it is, if free avoid, you are the product and therefore, you are better without one that with one free). As an additional measure, keep your laptop, PC and mobile with another VPN, a different service, you will be with a double VPN while at home and with one while in the road. In the past the throughput will be considerably reduced to a point of being too slow, nowadays, you will be fine.</p>
<p>c. Use a router with a decent firewall and advertising guard like features, Adguard or Pi-Hole (learn to configure and to add community supported lists) , that will keep your home browsing experience safer and faster.</p>
<p>d. If you do banking and Bitcoin with your mobile phone, consider having two mobiles, one left at home secured. Carry with you a mobile for your social needs and small payments in fiat or Bitcoin, if you loose your phone or you get robed, you will sleep better....</p>
<p>e. If you insist on using debit cards instead of credit cards, keep the account with the debit card limited to your needs when you go out. A bit of a pain but do not use your savings account, if you lose the wallet you are screwed and there is no recurse with a debit card.... (or use credit cards and you have the option to recover the funds in case is needed)</p>
<p>f. If you have stacked a considerable amount in Bitcoin and want to be sufficiently safe, consider an air gap seed signer, if you do not trust yourself, consider a service with no KYC, contrary to what many believe, there are some, recently I learn that CASA is one of them, probably there are others, do your homework. You keep one or two private keys and the company keeps another one, to remove the funds you need 2 of 3 and it has built in time locks you can set up.</p>
<p>g. Avoid Microsoft and Google and Apple clouds, those are honey pots often targeted, if they get hacked the companies most probably will neither inform the clients or if they do it would be much after the incident, use other private services highly encrypted end to end, preferably FOSS, and do not upload your data unencrypted, yes, encrypt it before uploading if it is valuable information, it is a backup of data and you want it safe, if it is not in your hands, best to encrypt it, even if the company claim it is E2E encrypted, you can't be sure....</p>
<p>Each person is different, you need to sleep good at night knowing your cyber security is sufficient and therefore your data and funds are safe.</p>
<hr>
<p>Fix the Money, fix the World</p>
<p>Use Bitcoin, be Unconfiscatable</p>
<p>Use Nostr, be Uncensorable</p>
<hr>
<p><a href='/tag/bitcoin/'>#Bitcoin</a></p>
<p>#LN ⚡</p>
<p>#ARK ⚡</p>
]]></itunes:summary>
      <itunes:image href="https://cdn.nostr.build/i/24b760a3301bc0624971748bb55d68a2d497b4e73e77c2401c6006670797d13b.jpg"/>
      </item>
      
      </channel>
      </rss>
    