<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/author/npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x/</link>
        <atom:link href="https://rod.npub.pro/author/npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x/rss/" rel="self" type="application/rss+xml"/>
        <itunes:new-feed-url>https://rod.npub.pro/author/npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x/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/author/npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x/</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 Bitcoin LN Protocol BOLT12 - Current status and next steps]]></title>
      <description><![CDATA[BOLT12 is a proposed upgrade to the existing BOLT11 protocol, in this article I explain what wallets adopted the protocol, the pros & cons and next steps]]></description>
             <itunes:subtitle><![CDATA[BOLT12 is a proposed upgrade to the existing BOLT11 protocol, in this article I explain what wallets adopted the protocol, the pros & cons and next steps]]></itunes:subtitle>
      <pubDate>Tue, 22 Oct 2024 20:06:07 GMT</pubDate>
      <link>https://rod.npub.pro/post/735926/</link>
      <comments>https://rod.npub.pro/post/735926/</comments>
      <guid isPermaLink="false">naddr1qqrrwve48yervq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65wna55zn</guid>
      <category>BTC</category>
      
        <media:content url="https://image.nostr.build/d9a16c4ae85023410248d88cbd5885d376468b85e9e5d1e3e50aecf32dfd822c.png" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/d9a16c4ae85023410248d88cbd5885d376468b85e9e5d1e3e50aecf32dfd822c.png" length="0" 
          type="image/png" 
        />
      <noteId>naddr1qqrrwve48yervq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65wna55zn</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<h4>What is BOLT12</h4>
<p>Bitcoin Lightning Network protocol BOLT12 is a proposed upgrade to the existing BOLT11 protocol, designed to enable re-usable payment requests, increased receiver privacy, and better censorship resistance.</p>
<h4>Background:</h4>
<p>BOLT11 was the previous version of the protocol, which has been widely used since its inception. . BOLT12 aims to address some of the shortcomings of BOLT11 and provide a more streamlined experience for users.</p>
<h4>Current Adoption:</h4>
<p>While BOLT12 is still in the development phase, there have been some early adopters and testers who have already implemented the new protocol:</p>
<ol>
<li><em><strong>Phoenix Wallet</strong></em></li>
</ol>
<p><a href="https://image.nostr.build/fd798202b6f6d7ad4e462eb5456e458a1b88b6fd882c472c3230eed378beab63.png" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/fd798202b6f6d7ad4e462eb5456e458a1b88b6fd882c472c3230eed378beab63.png"></a></p>
<p>From version 2.3.1 (Jul 3, 2024), Phoenix Wallet has introduced support for BOLT12, a Lightning Network specification that aims to improve payment requests and receiver privacy. Offers are the Lightning equivalent to a Bitcoin address: it's a reusable, static payment request that can be used for donation use cases, or to easily pay/get paid by your friends. Since BOLT12 is not yet well supported, Phoenix keep displaying a BOLT11 invoice by default.</p>
<p>From version 2.3.3 (Jul 11, 2024) the wallet supports paying BIP353 DNS addresses. It allows users to have a user@domain email-like handle, which are much easier to share with friends or on social networks than a BOLT12 offer</p>
<p>This wallet uses very innovative features and is, IMO, best in class of all the non custodial Lighting Network wallets, from the ones new to the technology to the most advanced.</p>
<p>I always run the <em><strong>“mass adoption test”</strong></em> with a small sample of my family and friends that are not tech savvy and this wallet passed with flying colors, after the installation and without my assistance they managed to use the wallet to receive and send sats. </p>
<ol start="2">
<li><em><strong>Zeus Wallet</strong></em></li>
</ol>
<p><a href="https://image.nostr.build/6e8b176dec133a1b412467dee0074bf14b7e8e8ce38cbaf5ca13eee2754bb48f.png" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/6e8b176dec133a1b412467dee0074bf14b7e8e8ce38cbaf5ca13eee2754bb48f.png"></a></p>
<p>ZEUS Wallet is a mobile Bitcoin wallet and * node management * app that offers full functionalities of a Bitcoin Lightning wallet. It enables users to make Bitcoin payments and manage their Lightning nodes from their mobile device</p>
<p>This wallet does not pass the <em><strong>“mass adoption test”</strong></em> , the test users were not comfortable with the user interface neither understood most of the settings. </p>
<p>For the advance users that manage their own nodes, this mobile wallet is best in class.</p>
<blockquote>
<p>Adoption summary:<br>The widespread adoption is still awaited, as many users and merchants are yet to upgrade to the new protocol.</p>
</blockquote>
<h4>PROS &amp; CONS</h4>
<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>
<p><em><strong>Pros:</strong></em></p>
<ol>
<li><p>Re-usable payment requests</p>
</li>
<li><p>Increased receiver privacy</p>
</li>
<li><p>Better censorship resistance</p>
</li>
</ol>
<p><em><strong>Cons:</strong></em></p>
<ol>
<li><p>Complexity of implementation</p>
</li>
<li><p>Compatibility with older nodes and applications which could lead fragmentation</p>
</li>
</ol>
<h4>Next Steps:</h4>
<p>Many developers are working to improve and implement the protocol ensuring a smooth transition. As the protocol is refined and tested, it is expected to become more widely adopted.</p>
<p>Here the web addresses of few projects actively working on BOLT12:</p>
<ol>
<li><np-embed url="https://ocean.xyz/"><a href="https://ocean.xyz/">https://ocean.xyz/</a></np-embed></li>
<li><np-embed url="https://zeusln.com/"><a href="https://zeusln.com/">https://zeusln.com/</a></np-embed></li>
<li><np-embed url="https://github.com/bitcoin/bips/pull/1551/files"><a href="https://github.com/bitcoin/bips/pull/1551/files">https://github.com/bitcoin/bips/pull/1551/files</a></np-embed></li>
<li><np-embed url="https://twelve.cash/"><a href="https://twelve.cash/">https://twelve.cash/</a></np-embed></li>
<li><np-embed url="https://clams.tech/"><a href="https://clams.tech/">https://clams.tech/</a></np-embed></li>
<li><np-embed url="https://www.roygbiv.guide/"><a href="https://www.roygbiv.guide/">https://www.roygbiv.guide/</a></np-embed></li>
<li><np-embed url="https://www.ridethelightning.info/"><a href="https://www.ridethelightning.info/">https://www.ridethelightning.info/</a></np-embed></li>
<li><np-embed url="https://github.com/gudnuf/bolt12-covenant-zapper"><a href="https://github.com/gudnuf/bolt12-covenant-zapper">https://github.com/gudnuf/bolt12-covenant-zapper</a></np-embed></li>
<li><np-embed url="https://lampo.devcrew.cc/"><a href="https://lampo.devcrew.cc/">https://lampo.devcrew.cc/</a></np-embed></li>
<li><np-embed url="https://github.com/urza/payto"><a href="https://github.com/urza/payto">https://github.com/urza/payto</a></np-embed></li>
<li><np-embed url="https://strike.me/blog/bolt12-playground/"><a href="https://strike.me/blog/bolt12-playground/">https://strike.me/blog/bolt12-playground/</a></np-embed><br>12, <np-embed url="https://phoenix.acinq.co/"><a href="https://phoenix.acinq.co/">https://phoenix.acinq.co/</a></np-embed></li>
<li><np-embed url="https://apps.apple.com/us/app/plasma-core-lightning-wallet/id6468914352"><a href="https://apps.apple.com/us/app/plasma-core-lightning-wallet/id6468914352">https://apps.apple.com/us/app/plasma-core-lightning-wallet/id6468914352</a></np-embed></li>
<li><np-embed url="https://satsto.me/"><a href="https://satsto.me/">https://satsto.me/</a></np-embed></li>
<li><np-embed url="https://dplus.plus/offer"><a href="https://dplus.plus/offer">https://dplus.plus/offer</a></np-embed></li>
<li><np-embed url="https://x.com/eltordev"><a href="https://x.com/eltordev">https://x.com/eltordev</a></np-embed></li>
</ol>
<p>For updates, specs or to get involved with BOLT12, bookmark the main website:</p>
<p><np-embed url="https://www.bolt12.org"><a href="https://www.bolt12.org">https://www.bolt12.org</a></np-embed></p>
<p>What are your thoughts about BOLT12?</p>
<p>Did I missed any wallet that has implemented it already?</p>
<p>Which one is your favorite wallet, custodial or non custodial, supporting BIP353 DNS addresses?</p>
<p>originally posted at <np-embed url="https://stacker.news/items/735926"><a href="https://stacker.news/items/735926">https://stacker.news/items/735926</a></np-embed></p>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<h4>What is BOLT12</h4>
<p>Bitcoin Lightning Network protocol BOLT12 is a proposed upgrade to the existing BOLT11 protocol, designed to enable re-usable payment requests, increased receiver privacy, and better censorship resistance.</p>
<h4>Background:</h4>
<p>BOLT11 was the previous version of the protocol, which has been widely used since its inception. . BOLT12 aims to address some of the shortcomings of BOLT11 and provide a more streamlined experience for users.</p>
<h4>Current Adoption:</h4>
<p>While BOLT12 is still in the development phase, there have been some early adopters and testers who have already implemented the new protocol:</p>
<ol>
<li><em><strong>Phoenix Wallet</strong></em></li>
</ol>
<p><a href="https://image.nostr.build/fd798202b6f6d7ad4e462eb5456e458a1b88b6fd882c472c3230eed378beab63.png" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/fd798202b6f6d7ad4e462eb5456e458a1b88b6fd882c472c3230eed378beab63.png"></a></p>
<p>From version 2.3.1 (Jul 3, 2024), Phoenix Wallet has introduced support for BOLT12, a Lightning Network specification that aims to improve payment requests and receiver privacy. Offers are the Lightning equivalent to a Bitcoin address: it's a reusable, static payment request that can be used for donation use cases, or to easily pay/get paid by your friends. Since BOLT12 is not yet well supported, Phoenix keep displaying a BOLT11 invoice by default.</p>
<p>From version 2.3.3 (Jul 11, 2024) the wallet supports paying BIP353 DNS addresses. It allows users to have a user@domain email-like handle, which are much easier to share with friends or on social networks than a BOLT12 offer</p>
<p>This wallet uses very innovative features and is, IMO, best in class of all the non custodial Lighting Network wallets, from the ones new to the technology to the most advanced.</p>
<p>I always run the <em><strong>“mass adoption test”</strong></em> with a small sample of my family and friends that are not tech savvy and this wallet passed with flying colors, after the installation and without my assistance they managed to use the wallet to receive and send sats. </p>
<ol start="2">
<li><em><strong>Zeus Wallet</strong></em></li>
</ol>
<p><a href="https://image.nostr.build/6e8b176dec133a1b412467dee0074bf14b7e8e8ce38cbaf5ca13eee2754bb48f.png" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/6e8b176dec133a1b412467dee0074bf14b7e8e8ce38cbaf5ca13eee2754bb48f.png"></a></p>
<p>ZEUS Wallet is a mobile Bitcoin wallet and * node management * app that offers full functionalities of a Bitcoin Lightning wallet. It enables users to make Bitcoin payments and manage their Lightning nodes from their mobile device</p>
<p>This wallet does not pass the <em><strong>“mass adoption test”</strong></em> , the test users were not comfortable with the user interface neither understood most of the settings. </p>
<p>For the advance users that manage their own nodes, this mobile wallet is best in class.</p>
<blockquote>
<p>Adoption summary:<br>The widespread adoption is still awaited, as many users and merchants are yet to upgrade to the new protocol.</p>
</blockquote>
<h4>PROS &amp; CONS</h4>
<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>
<p><em><strong>Pros:</strong></em></p>
<ol>
<li><p>Re-usable payment requests</p>
</li>
<li><p>Increased receiver privacy</p>
</li>
<li><p>Better censorship resistance</p>
</li>
</ol>
<p><em><strong>Cons:</strong></em></p>
<ol>
<li><p>Complexity of implementation</p>
</li>
<li><p>Compatibility with older nodes and applications which could lead fragmentation</p>
</li>
</ol>
<h4>Next Steps:</h4>
<p>Many developers are working to improve and implement the protocol ensuring a smooth transition. As the protocol is refined and tested, it is expected to become more widely adopted.</p>
<p>Here the web addresses of few projects actively working on BOLT12:</p>
<ol>
<li><np-embed url="https://ocean.xyz/"><a href="https://ocean.xyz/">https://ocean.xyz/</a></np-embed></li>
<li><np-embed url="https://zeusln.com/"><a href="https://zeusln.com/">https://zeusln.com/</a></np-embed></li>
<li><np-embed url="https://github.com/bitcoin/bips/pull/1551/files"><a href="https://github.com/bitcoin/bips/pull/1551/files">https://github.com/bitcoin/bips/pull/1551/files</a></np-embed></li>
<li><np-embed url="https://twelve.cash/"><a href="https://twelve.cash/">https://twelve.cash/</a></np-embed></li>
<li><np-embed url="https://clams.tech/"><a href="https://clams.tech/">https://clams.tech/</a></np-embed></li>
<li><np-embed url="https://www.roygbiv.guide/"><a href="https://www.roygbiv.guide/">https://www.roygbiv.guide/</a></np-embed></li>
<li><np-embed url="https://www.ridethelightning.info/"><a href="https://www.ridethelightning.info/">https://www.ridethelightning.info/</a></np-embed></li>
<li><np-embed url="https://github.com/gudnuf/bolt12-covenant-zapper"><a href="https://github.com/gudnuf/bolt12-covenant-zapper">https://github.com/gudnuf/bolt12-covenant-zapper</a></np-embed></li>
<li><np-embed url="https://lampo.devcrew.cc/"><a href="https://lampo.devcrew.cc/">https://lampo.devcrew.cc/</a></np-embed></li>
<li><np-embed url="https://github.com/urza/payto"><a href="https://github.com/urza/payto">https://github.com/urza/payto</a></np-embed></li>
<li><np-embed url="https://strike.me/blog/bolt12-playground/"><a href="https://strike.me/blog/bolt12-playground/">https://strike.me/blog/bolt12-playground/</a></np-embed><br>12, <np-embed url="https://phoenix.acinq.co/"><a href="https://phoenix.acinq.co/">https://phoenix.acinq.co/</a></np-embed></li>
<li><np-embed url="https://apps.apple.com/us/app/plasma-core-lightning-wallet/id6468914352"><a href="https://apps.apple.com/us/app/plasma-core-lightning-wallet/id6468914352">https://apps.apple.com/us/app/plasma-core-lightning-wallet/id6468914352</a></np-embed></li>
<li><np-embed url="https://satsto.me/"><a href="https://satsto.me/">https://satsto.me/</a></np-embed></li>
<li><np-embed url="https://dplus.plus/offer"><a href="https://dplus.plus/offer">https://dplus.plus/offer</a></np-embed></li>
<li><np-embed url="https://x.com/eltordev"><a href="https://x.com/eltordev">https://x.com/eltordev</a></np-embed></li>
</ol>
<p>For updates, specs or to get involved with BOLT12, bookmark the main website:</p>
<p><np-embed url="https://www.bolt12.org"><a href="https://www.bolt12.org">https://www.bolt12.org</a></np-embed></p>
<p>What are your thoughts about BOLT12?</p>
<p>Did I missed any wallet that has implemented it already?</p>
<p>Which one is your favorite wallet, custodial or non custodial, supporting BIP353 DNS addresses?</p>
<p>originally posted at <np-embed url="https://stacker.news/items/735926"><a href="https://stacker.news/items/735926">https://stacker.news/items/735926</a></np-embed></p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/d9a16c4ae85023410248d88cbd5885d376468b85e9e5d1e3e50aecf32dfd822c.png"/>
      </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[The psychology of peer thinking - Is it being used to control us?]]></title>
      <description><![CDATA[]]></description>
             <itunes:subtitle><![CDATA[]]></itunes:subtitle>
      <pubDate>Tue, 20 Aug 2024 00:34:08 GMT</pubDate>
      <link>https://rod.npub.pro/post/655270/</link>
      <comments>https://rod.npub.pro/post/655270/</comments>
      <guid isPermaLink="false">naddr1qqrrvdf4xgmnqq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65w9zatmj</guid>
      <category>opinion</category>
      
        <media:content url="https://image.nostr.build/f9c206fad2b7580af8c5236e831b6801683d9199ce26e6628ba0964fe64b1903.png" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/f9c206fad2b7580af8c5236e831b6801683d9199ce26e6628ba0964fe64b1903.png" length="0" 
          type="image/png" 
        />
      <noteId>naddr1qqrrvdf4xgmnqq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65w9zatmj</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<h4>What is Peer Thinking?</h4>
<p>The cognitive and emotional processes that occur when individuals are influenced by their peers.</p>
<h4>The psychology behind it:</h4>
<p>The psychology behind peer influence encompasses various factors, including:</p>
<ol>
<li>Social belonging and acceptance, </li>
<li>Identity formation, </li>
<li>The dynamics of group behavior</li>
</ol>
<h4>Is it being used to control us?</h4>
<p><a href="https://image.nostr.build/cf90335bbf59e3395dc4324d123cd3a058ca716cf6172f079eb1d78547008147.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/cf90335bbf59e3395dc4324d123cd3a058ca716cf6172f079eb1d78547008147.jpg"></a></p>
<p>IMO, yes, at the core of it is the basic human need for belonging. Social belonging is a critical component since it is craved by most, specially but not only by the youngest, those with power across the world know this very well, therefore, thinking that they will not use it to control the population in order to profit from it or change public opinion would be irrational.</p>
<p>The media is used to brain wash the population creating something that most will consider "the norm", thus, the majority will try to conform to that norm in order to belong. That include manipulating the population to take an experimental drug (even if it could be very dangerous due to its unknown effects) or to accept as a norm a behavior that few years back would have been considered inappropriate.</p>
<h4>Cognitive Dissonance</h4>
<p><a href="https://image.nostr.build/60f24a810be1dd6badb36d70c5a691d4361207590dea1a8e64e09a75a252cfbf.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/60f24a810be1dd6badb36d70c5a691d4361207590dea1a8e64e09a75a252cfbf.jpg"></a></p>
<p>This is a term that we should get familiar with. It is a psychological state where conflicting beliefs or behaviors create discomfort. </p>
<p><em><strong>Example:</strong></em><br>A kid in high school that has a good loving family but all his close friends are on drugs (legal ones) and they keep telling him he is an idiot for not using as well. Now his is that state of conflict believes, on one side his best friends, all tell him is okay, on the other hand his family that loves him has explained him at length the dangers and issues that the drugs will have in his life. To resolve the dissonance he has three options, one, join the group and start taking drugs with the rest, two try to rationalize it, considering to take drugs just occasionally to belong but not to make it a habit, three lose his friends (and here it comes again the peer thinking to bite). Extrapolate to many other cases. </p>
<blockquote>
<p>As an anecdote<br>Recently, on a friend's reunion, one of the guest was complaining about one of his daughters, she was quite confused asking him why so many of her classmates were bisexual, she was wondering if something was wrong with her since she was not; a 13 year old girl; the father was having a hard time explaining her that the majority are saying so just to feel as part of what the school was teaching to be the norm, it was not cool to be straight, the tally was 37% of the class. Consider that, statistically, the number of people, “worldwide” identifying as bisexual are between 3% and 5% (less than 1% in less accepting countries), that number used to be less than 2% less than a decade ago. But 37% is far from the statistical norm, indicating a peer thinking behavior but not the reality of their sexual preferences. Once again, extrapolate to any ideology, religion, gender identity, political agenda that a country desires to push forward for whatever reason, adding that to the official school program and to federal mandatory training programs would do the trick.</p>
</blockquote>
<p>A powerful tool, that can be used for good or bad. </p>
<h4>What are the strategies to counter negative peer thinking?</h4>
<p><a href="https://image.nostr.build/4b70949b8af76ed53a5be5507f41f1d1c960dc3592f199eab78e2d25688975c5.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/4b70949b8af76ed53a5be5507f41f1d1c960dc3592f199eab78e2d25688975c5.jpg"></a></p>
<p>Reading the literature about the subject, few strategies are recommended:</p>
<ol>
<li><p><em>Self-Awareness</em>: teaching ourselves and our children to recognize when we are being influenced by peers</p>
</li>
<li><p><em>Being selective with your friends</em>: peers with similar values will reinforce positive behaviors</p>
</li>
<li><p><em>Learning to be assertive</em>: teaching ourselves and our children to communicate assertively our boundaries will empower us and them to resist unwanted pressure to adopt negative behaviors.</p>
</li>
<li><p><em>Less judging more talking</em>: this applies to our children and partners, judging less and listening more will make our beloved ones more open to discuss social pressures.</p>
</li>
</ol>
<p><em><strong>What do you think?</strong></em><br><em><strong>What strategies you use as counter measures?</strong></em></p>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<h4>What is Peer Thinking?</h4>
<p>The cognitive and emotional processes that occur when individuals are influenced by their peers.</p>
<h4>The psychology behind it:</h4>
<p>The psychology behind peer influence encompasses various factors, including:</p>
<ol>
<li>Social belonging and acceptance, </li>
<li>Identity formation, </li>
<li>The dynamics of group behavior</li>
</ol>
<h4>Is it being used to control us?</h4>
<p><a href="https://image.nostr.build/cf90335bbf59e3395dc4324d123cd3a058ca716cf6172f079eb1d78547008147.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/cf90335bbf59e3395dc4324d123cd3a058ca716cf6172f079eb1d78547008147.jpg"></a></p>
<p>IMO, yes, at the core of it is the basic human need for belonging. Social belonging is a critical component since it is craved by most, specially but not only by the youngest, those with power across the world know this very well, therefore, thinking that they will not use it to control the population in order to profit from it or change public opinion would be irrational.</p>
<p>The media is used to brain wash the population creating something that most will consider "the norm", thus, the majority will try to conform to that norm in order to belong. That include manipulating the population to take an experimental drug (even if it could be very dangerous due to its unknown effects) or to accept as a norm a behavior that few years back would have been considered inappropriate.</p>
<h4>Cognitive Dissonance</h4>
<p><a href="https://image.nostr.build/60f24a810be1dd6badb36d70c5a691d4361207590dea1a8e64e09a75a252cfbf.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/60f24a810be1dd6badb36d70c5a691d4361207590dea1a8e64e09a75a252cfbf.jpg"></a></p>
<p>This is a term that we should get familiar with. It is a psychological state where conflicting beliefs or behaviors create discomfort. </p>
<p><em><strong>Example:</strong></em><br>A kid in high school that has a good loving family but all his close friends are on drugs (legal ones) and they keep telling him he is an idiot for not using as well. Now his is that state of conflict believes, on one side his best friends, all tell him is okay, on the other hand his family that loves him has explained him at length the dangers and issues that the drugs will have in his life. To resolve the dissonance he has three options, one, join the group and start taking drugs with the rest, two try to rationalize it, considering to take drugs just occasionally to belong but not to make it a habit, three lose his friends (and here it comes again the peer thinking to bite). Extrapolate to many other cases. </p>
<blockquote>
<p>As an anecdote<br>Recently, on a friend's reunion, one of the guest was complaining about one of his daughters, she was quite confused asking him why so many of her classmates were bisexual, she was wondering if something was wrong with her since she was not; a 13 year old girl; the father was having a hard time explaining her that the majority are saying so just to feel as part of what the school was teaching to be the norm, it was not cool to be straight, the tally was 37% of the class. Consider that, statistically, the number of people, “worldwide” identifying as bisexual are between 3% and 5% (less than 1% in less accepting countries), that number used to be less than 2% less than a decade ago. But 37% is far from the statistical norm, indicating a peer thinking behavior but not the reality of their sexual preferences. Once again, extrapolate to any ideology, religion, gender identity, political agenda that a country desires to push forward for whatever reason, adding that to the official school program and to federal mandatory training programs would do the trick.</p>
</blockquote>
<p>A powerful tool, that can be used for good or bad. </p>
<h4>What are the strategies to counter negative peer thinking?</h4>
<p><a href="https://image.nostr.build/4b70949b8af76ed53a5be5507f41f1d1c960dc3592f199eab78e2d25688975c5.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/4b70949b8af76ed53a5be5507f41f1d1c960dc3592f199eab78e2d25688975c5.jpg"></a></p>
<p>Reading the literature about the subject, few strategies are recommended:</p>
<ol>
<li><p><em>Self-Awareness</em>: teaching ourselves and our children to recognize when we are being influenced by peers</p>
</li>
<li><p><em>Being selective with your friends</em>: peers with similar values will reinforce positive behaviors</p>
</li>
<li><p><em>Learning to be assertive</em>: teaching ourselves and our children to communicate assertively our boundaries will empower us and them to resist unwanted pressure to adopt negative behaviors.</p>
</li>
<li><p><em>Less judging more talking</em>: this applies to our children and partners, judging less and listening more will make our beloved ones more open to discuss social pressures.</p>
</li>
</ol>
<p><em><strong>What do you think?</strong></em><br><em><strong>What strategies you use as counter measures?</strong></em></p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/f9c206fad2b7580af8c5236e831b6801683d9199ce26e6628ba0964fe64b1903.png"/>
      </item>
      
      <item>
      <title><![CDATA[Is multiculturalism an euphemism for control?]]></title>
      <description><![CDATA[]]></description>
             <itunes:subtitle><![CDATA[]]></itunes:subtitle>
      <pubDate>Fri, 16 Aug 2024 16:13:21 GMT</pubDate>
      <link>https://rod.npub.pro/post/651181/</link>
      <comments>https://rod.npub.pro/post/651181/</comments>
      <guid isPermaLink="false">naddr1qqrrvdf3xyurzq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65wf98a6z</guid>
      <category>opinion</category>
      
        <media:content url="https://image.nostr.build/09e847115dec7b69d110d89a57b035356dd938b431af7876c84d7d1f5df86c1f.jpg" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/09e847115dec7b69d110d89a57b035356dd938b431af7876c84d7d1f5df86c1f.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qqrrvdf3xyurzq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65wf98a6z</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<h4>What is multiculturalism?</h4>
<p>Multiculturalism is a concept that promotes the acceptance, appreciation, and celebration of diverse cultures within a society. It involves recognizing and valuing the differences between various cultural groups while fostering social cohesion and equality.</p>
<p><em><strong>The key principles of multiculturalism include:</strong></em></p>
<ol>
<li>Cultural pluralism: Acknowledging and accepting the existence of multiple cultural identities and practices within a society.</li>
<li>Equality: Ensuring equal opportunities and rights for all individuals, regardless of their cultural background or identity.</li>
<li>Inclusion: Encouraging participation and engagement of diverse cultural groups in social, political, and economic processes.</li>
<li>Respect: Promoting mutual respect and understanding between different cultural groups, while recognizing the legitimacy of differing beliefs, values, and practices.</li>
</ol>
<h4>Two questions come to mind:</h4>
<p><img src="https://m.stacker.news/46243" alt=""></p>
<ol>
<li><em><strong>Is it working?</strong></em><blockquote>
<p>IMO, <em><strong>most definitely not</strong></em>. The world is very divided by race, religion and ideologies, it is a very difficult task. Countries trying this the most (practically enforcing it by law) have encountered more division and segregation; people of the same race, country or ideology will create their own small city sectors, cultural sectors, commercial sectors (China town, little Italy, etc); as is happening in USA for a long time already, happening as well in Spain, France, Germany, etc.</p>
</blockquote>
</li>
<li><em><strong>Is it being encouraged with tolerance toward those opposing it?</strong></em><blockquote>
<p>I personally don't think so, the irony... But that is just my opinion...</p>
</blockquote>
</li>
</ol>
<p><em><strong>What do you thing?</strong></em></p>
<p>originally posted at <np-embed url="https://stacker.news/items/651181"><a href="https://stacker.news/items/651181">https://stacker.news/items/651181</a></np-embed></p>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<h4>What is multiculturalism?</h4>
<p>Multiculturalism is a concept that promotes the acceptance, appreciation, and celebration of diverse cultures within a society. It involves recognizing and valuing the differences between various cultural groups while fostering social cohesion and equality.</p>
<p><em><strong>The key principles of multiculturalism include:</strong></em></p>
<ol>
<li>Cultural pluralism: Acknowledging and accepting the existence of multiple cultural identities and practices within a society.</li>
<li>Equality: Ensuring equal opportunities and rights for all individuals, regardless of their cultural background or identity.</li>
<li>Inclusion: Encouraging participation and engagement of diverse cultural groups in social, political, and economic processes.</li>
<li>Respect: Promoting mutual respect and understanding between different cultural groups, while recognizing the legitimacy of differing beliefs, values, and practices.</li>
</ol>
<h4>Two questions come to mind:</h4>
<p><img src="https://m.stacker.news/46243" alt=""></p>
<ol>
<li><em><strong>Is it working?</strong></em><blockquote>
<p>IMO, <em><strong>most definitely not</strong></em>. The world is very divided by race, religion and ideologies, it is a very difficult task. Countries trying this the most (practically enforcing it by law) have encountered more division and segregation; people of the same race, country or ideology will create their own small city sectors, cultural sectors, commercial sectors (China town, little Italy, etc); as is happening in USA for a long time already, happening as well in Spain, France, Germany, etc.</p>
</blockquote>
</li>
<li><em><strong>Is it being encouraged with tolerance toward those opposing it?</strong></em><blockquote>
<p>I personally don't think so, the irony... But that is just my opinion...</p>
</blockquote>
</li>
</ol>
<p><em><strong>What do you thing?</strong></em></p>
<p>originally posted at <np-embed url="https://stacker.news/items/651181"><a href="https://stacker.news/items/651181">https://stacker.news/items/651181</a></np-embed></p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/09e847115dec7b69d110d89a57b035356dd938b431af7876c84d7d1f5df86c1f.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[The Cult of the Dead Cow (cDc) & The Application Framework VEILID]]></title>
      <description><![CDATA[]]></description>
             <itunes:subtitle><![CDATA[]]></itunes:subtitle>
      <pubDate>Fri, 09 Aug 2024 22:02:22 GMT</pubDate>
      <link>https://rod.npub.pro/post/224458/</link>
      <comments>https://rod.npub.pro/post/224458/</comments>
      <guid isPermaLink="false">naddr1qqrryv35xs6nsq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65w420rg4</guid>
      <category>cybersecurity</category>
      
        <media:content url="https://cdn.nostr.build/i/fd27ede124f2c1dc34c5b361a44da68476e7f1526d07448acdf672397f43fc9b.jpg" medium="image"/>
        <enclosure 
          url="https://cdn.nostr.build/i/fd27ede124f2c1dc34c5b361a44da68476e7f1526d07448acdf672397f43fc9b.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qqrryv35xs6nsq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65w420rg4</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<h5><strong>Who is the Cult of the Dead Cow (cDc)?</strong></h5>
<p>A known USA based hacktivist group. According to the record in Wikipedia, it was started in 1984 at the Farm Pac slaughterhouse by Grandmaster Ratte' (aka Swamp Ratte'), Franken Gibe, Sid Vicious, and three BBS SysOps</p>
<p>You can check their member list in their <a href="https://cultdeadcow.com/members.html">web site</a></p>
<h5><strong>Thinks of the cDc group that I have found quite interesting</strong></h5>
<ul>
<li>Group member <em><strong>Drunkfux</strong></em> (Jesse Dryden) is the grand nephew of <em><strong>Charlie Chaplin</strong></em></li>
<li>In 1991, the group began distributing <em><strong>music</strong></em> in the form of cassette tape albums</li>
<li>In November 1994, the group claimed responsibility for giving <em><strong>President Ronald Reagan</strong></em> Alzheimer's disease, claiming to have done so in 1986 with a blowgun</li>
<li>In 1995, the group declared war on the Church of Scientology stating "We believe that El Ron Hubbard [sic] is actually none other than Heinrich Himmler of the SS, who fled to Argentina and is now responsible for the stealing of babies from hospitals and raising them as 'super-soldiers' for the purpose of overthrowing the U.S. Fed. Govt. in a bloody revolution. We fear plans for a 'Fourth Reich' to be established on our home soil under the vise-like grip of oppression known as Scientology!"</li>
<li>On January 7, 1999, the group joined with an international coalition of hackers to denounce a call to cyber-war against the governments of China and Iraq</li>
<li>In February 2000, the group was the subject of an 11 minute documentary short titled "Disinformation".</li>
<li>In February 2000, a member of the group by the code-name Mudge briefed <em><strong>President Bill Clinton</strong></em> on "Internet security".</li>
<li>In 2003 the tool created by the group by the name of <em><strong>Six/Four System</strong></em> became the first product of a hacker group to receive approval from the <em><strong>United States Department of Commerce</strong></em> for export of strong encryption</li>
<li>Member by the name of "Psychedelic Warlord" is congressman <em><strong>Beto O'Rourke</strong></em>, an American politician who served as the U.S. representative for Texas's 16th congressional district from 2013 to 2019. <em><strong>A member of the Democratic Party</strong></em>, party's nominee for the U.S. Senate in 2018, candidate for the presidential nomination in 2020, and the party's nominee for the 2022 Texas gubernatorial election.</li>
</ul>
<h4><strong>Do they have a political affiliation?</strong></h4>
<p>From the previous section we could at least assume that they sympathize with the USA Democratic party, they supported President Bill Clinton and claimed responsibility for doing serious harm to President Ronald Reagan, I could not find any information if the government opened an investigation about this allegation or not. </p>
<h4><strong>Their latest contribution?</strong></h4>
<p>Recently, they have developed an application framework by the name of <em><strong>Veilid</strong></em>, described as "like TOR" but for apps.</p>
<p>This application framework, if adopted by many developers will improve privacy by default for applications developed under that framework. The web site claim that it is open source </p>
<p><em>You can review the information and project at the web site: <a href="https://veilid.com/">VEILID</a></em></p>
<p><em><strong>In the Web site the group describe it as follows:</strong></em></p>
<p>"<em><strong>Veilid</strong></em> allows anyone to build a distributed, private app. <em><strong>Veilid</strong></em> gives users the privacy to opt out of data collection and online tracking. <em><strong>Veilid</strong></em> is being built with user experience, privacy, and safety as our top priorities. It is open source and available to everyone to use and build upon."</p>
<p>"<em><strong>Veilid</strong></em> goes above and beyond existing privacy technologies and has the potential to completely change the way people use the Internet. <em><strong>Veilid</strong></em> <em>has no profit motive</em>, which puts us in a unique position to promote ideals without the compromise of capitalism."</p>
<h4>Summary</h4>
<p><em><strong>Veilid</strong></em> seems to be exactly what is needed at the moment to bring privacy to the masses, even though TOR is doing a very good job and with the improved throughput its usage experience has improved, having a native privacy oriented FOSS application framework is paramount. </p>
<p>Most people is not technically savvy and therefore, not skilled in cyber security, they are constantly victims of cyber crime in many forms and shapes. eliminating one vector of attack by making the applications to opt out of data collection and online tracking from the get go is a step in the right direction, the question is, Would developers in general use the framework? Considering the ads will not be a possible source of income if the framework is used, well... Time will say...</p>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<h5><strong>Who is the Cult of the Dead Cow (cDc)?</strong></h5>
<p>A known USA based hacktivist group. According to the record in Wikipedia, it was started in 1984 at the Farm Pac slaughterhouse by Grandmaster Ratte' (aka Swamp Ratte'), Franken Gibe, Sid Vicious, and three BBS SysOps</p>
<p>You can check their member list in their <a href="https://cultdeadcow.com/members.html">web site</a></p>
<h5><strong>Thinks of the cDc group that I have found quite interesting</strong></h5>
<ul>
<li>Group member <em><strong>Drunkfux</strong></em> (Jesse Dryden) is the grand nephew of <em><strong>Charlie Chaplin</strong></em></li>
<li>In 1991, the group began distributing <em><strong>music</strong></em> in the form of cassette tape albums</li>
<li>In November 1994, the group claimed responsibility for giving <em><strong>President Ronald Reagan</strong></em> Alzheimer's disease, claiming to have done so in 1986 with a blowgun</li>
<li>In 1995, the group declared war on the Church of Scientology stating "We believe that El Ron Hubbard [sic] is actually none other than Heinrich Himmler of the SS, who fled to Argentina and is now responsible for the stealing of babies from hospitals and raising them as 'super-soldiers' for the purpose of overthrowing the U.S. Fed. Govt. in a bloody revolution. We fear plans for a 'Fourth Reich' to be established on our home soil under the vise-like grip of oppression known as Scientology!"</li>
<li>On January 7, 1999, the group joined with an international coalition of hackers to denounce a call to cyber-war against the governments of China and Iraq</li>
<li>In February 2000, the group was the subject of an 11 minute documentary short titled "Disinformation".</li>
<li>In February 2000, a member of the group by the code-name Mudge briefed <em><strong>President Bill Clinton</strong></em> on "Internet security".</li>
<li>In 2003 the tool created by the group by the name of <em><strong>Six/Four System</strong></em> became the first product of a hacker group to receive approval from the <em><strong>United States Department of Commerce</strong></em> for export of strong encryption</li>
<li>Member by the name of "Psychedelic Warlord" is congressman <em><strong>Beto O'Rourke</strong></em>, an American politician who served as the U.S. representative for Texas's 16th congressional district from 2013 to 2019. <em><strong>A member of the Democratic Party</strong></em>, party's nominee for the U.S. Senate in 2018, candidate for the presidential nomination in 2020, and the party's nominee for the 2022 Texas gubernatorial election.</li>
</ul>
<h4><strong>Do they have a political affiliation?</strong></h4>
<p>From the previous section we could at least assume that they sympathize with the USA Democratic party, they supported President Bill Clinton and claimed responsibility for doing serious harm to President Ronald Reagan, I could not find any information if the government opened an investigation about this allegation or not. </p>
<h4><strong>Their latest contribution?</strong></h4>
<p>Recently, they have developed an application framework by the name of <em><strong>Veilid</strong></em>, described as "like TOR" but for apps.</p>
<p>This application framework, if adopted by many developers will improve privacy by default for applications developed under that framework. The web site claim that it is open source </p>
<p><em>You can review the information and project at the web site: <a href="https://veilid.com/">VEILID</a></em></p>
<p><em><strong>In the Web site the group describe it as follows:</strong></em></p>
<p>"<em><strong>Veilid</strong></em> allows anyone to build a distributed, private app. <em><strong>Veilid</strong></em> gives users the privacy to opt out of data collection and online tracking. <em><strong>Veilid</strong></em> is being built with user experience, privacy, and safety as our top priorities. It is open source and available to everyone to use and build upon."</p>
<p>"<em><strong>Veilid</strong></em> goes above and beyond existing privacy technologies and has the potential to completely change the way people use the Internet. <em><strong>Veilid</strong></em> <em>has no profit motive</em>, which puts us in a unique position to promote ideals without the compromise of capitalism."</p>
<h4>Summary</h4>
<p><em><strong>Veilid</strong></em> seems to be exactly what is needed at the moment to bring privacy to the masses, even though TOR is doing a very good job and with the improved throughput its usage experience has improved, having a native privacy oriented FOSS application framework is paramount. </p>
<p>Most people is not technically savvy and therefore, not skilled in cyber security, they are constantly victims of cyber crime in many forms and shapes. eliminating one vector of attack by making the applications to opt out of data collection and online tracking from the get go is a step in the right direction, the question is, Would developers in general use the framework? Considering the ads will not be a possible source of income if the framework is used, well... Time will say...</p>
]]></itunes:summary>
      <itunes:image href="https://cdn.nostr.build/i/fd27ede124f2c1dc34c5b361a44da68476e7f1526d07448acdf672397f43fc9b.jpg"/>
      </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[Thinking to buy a Hardware Wallet? - Here some tips!]]></title>
      <description><![CDATA[Most people call it "Hardware Wallet", which is inaccurate since it is not a wallet, it is a "Seed Signer"

Keep reading for some useful tips...]]></description>
             <itunes:subtitle><![CDATA[Most people call it "Hardware Wallet", which is inaccurate since it is not a wallet, it is a "Seed Signer"

Keep reading for some useful tips...]]></itunes:subtitle>
      <pubDate>Fri, 05 Apr 2024 02:24:51 GMT</pubDate>
      <link>https://rod.npub.pro/post/kohpwkwqwtroh3fugc4-h/</link>
      <comments>https://rod.npub.pro/post/kohpwkwqwtroh3fugc4-h/</comments>
      <guid isPermaLink="false">naddr1qq2kkmmg2pmkk463wa68ynmgxdn82e6rxsk5sq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65wq3ttcz</guid>
      <category></category>
      
        <media:content url="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712283345907-YAKIHONNES3.jpg" medium="image"/>
        <enclosure 
          url="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712283345907-YAKIHONNES3.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qq2kkmmg2pmkk463wa68ynmgxdn82e6rxsk5sq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65wq3ttcz</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<h2>What is a Bitcoin Hardware Wallet / Seed Signer?</h2>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712283760930-YAKIHONNES3.jpg" alt="image"></p>
<p>Most people call it "Hardware Wallet", which is inaccurate since it is not a wallet, it is a "Seed Signer"</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 <strong>sign transactions.</strong></p>
<h2>How does it works?</h2>
<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>
<h2>Are Seed Signers safe?</h2>
<p>The answer is yes, but 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 Bitcoin Wallet with the device, it should be as well FOSS</li>
<li>It is build only for Bitcoin, 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 Bitcoin</li>
<li>The company will agree to deliver to a PO-BOX or similar</li>
<li>In case you pay the Seed Signer 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>
<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>What is a Bitcoin Hardware Wallet / Seed Signer?</h2>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712283760930-YAKIHONNES3.jpg" alt="image"></p>
<p>Most people call it "Hardware Wallet", which is inaccurate since it is not a wallet, it is a "Seed Signer"</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 <strong>sign transactions.</strong></p>
<h2>How does it works?</h2>
<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>
<h2>Are Seed Signers safe?</h2>
<p>The answer is yes, but 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 Bitcoin Wallet with the device, it should be as well FOSS</li>
<li>It is build only for Bitcoin, 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 Bitcoin</li>
<li>The company will agree to deliver to a PO-BOX or similar</li>
<li>In case you pay the Seed Signer 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>
<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/1712283345907-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[Bitcoin idioms - Explaining the tech to the new comers]]></title>
      <description><![CDATA[The community around Bitcoin got use to use certain keywords to describe how it works and the tools used to access and move their coins. Unfortunately, many of the words used are quite misleading, read on and let me know your thoughts]]></description>
             <itunes:subtitle><![CDATA[The community around Bitcoin got use to use certain keywords to describe how it works and the tools used to access and move their coins. Unfortunately, many of the words used are quite misleading, read on and let me know your thoughts]]></itunes:subtitle>
      <pubDate>Sat, 11 Nov 2023 12:50:06 GMT</pubDate>
      <link>https://rod.npub.pro/post/guqtitvcvc7p7sn6z_ne5/</link>
      <comments>https://rod.npub.pro/post/guqtitvcvc7p7sn6z_ne5/</comments>
      <guid isPermaLink="false">naddr1qq2kw4t323yhganr2e3nwuph2dhrvkjldejn2q3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65wdslvf7</guid>
      <category></category>
      
        <media:content url="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1699707004165-YAKIHONNES3.png" medium="image"/>
        <enclosure 
          url="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1699707004165-YAKIHONNES3.png" length="0" 
          type="image/png" 
        />
      <noteId>naddr1qq2kw4t323yhganr2e3nwuph2dhrvkjldejn2q3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65wdslvf7</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1699706135003-YAKIHONNES3.png" alt="image"></p>
<h2>Bitcoin idioms</h2>
<p>The community around Bitcoin got use to use certain keywords to describe how it works and the tools used to access and move their coins. Unfortunately, many of the words used are quite misleading and, in my opinion, such idioms do not help the new comers to understand the tech and how to use it. </p>
<h3>The wallet idioms</h3>
<p>One good example is the use of the word <em><strong>"wallet"</strong></em>. The word wallet itself is misleading, we do not own a wallet, we own a <em><strong>"private key"</strong></em>, we could had call it for the non tech savvy, <em><strong>“account access private words”</strong></em>. When I talk to a person that is new to Bitcoin, I use logical terms instead of the idioms adopted by the community, and it really works well, they get it right away because I am using terms they understand from their day to day interactions with mobiles and PC systems. </p>
<p>Recently, I read a post of someone making it even more confusing for new comers with concepts like <em><strong>”cold wallet”, “warm wallet” and “hot wallet”</strong></em>..., if you are a new into Bitcoin, ignore it, focus on the basics, most of the tech savvy influencers in the Bitcoin community are not good communicators, hence, they do not add much value to you at this moment, probably they will confuse you, there is a handful that are good communicators and keep it basic for the new comers like Ben (BTC Sessions<a href="https://www.youtube.com/c/BTCSessions">^01</a>) and Ian Major (All Things Bitcoin<a href="https://www.youtube.com/c/IanMajor">^02</a>), do your own research and do not trust, verify.</p>
<hr>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1699706270880-YAKIHONNES3.png" alt="image"></p>
<h3>Keeping your Account Access Private Words Safe</h3>
<p>When you decide to keep cash in your home, you know better than to keep it around for all to see it, so you have a safe or any other method you feel comfortable with. </p>
<p>If you lose your cash in the street or you are robed, in most cases there is no way to get your money back, same with Bitcoin, if you are keeping custody of your own “account access private words” and you lose them, is like you lost your cash. </p>
<p>When you keep your cash in the bank, you are trusting the bank to keep it safe for you, with Bitcoin is the same, many new investors prefer to keep it in a “bank”, called centralized exchanges like Strike, CashApp, CASA and Swan, I mention this ones because they are exchanges only for Bitcoin; since they do not hold or provide services for any other coins; chances are they are less pron to fraudulent activities, ponzi schemes pushed by insiders and employees in general like the known pump and dumps, the ones I mentioned do not have any native coins neither. An exchange with their own native coins are a red flag, indicative of potential market manipulation to push for their coins in detriment of your own investment in Bitcoin, examples of this type of activities in exchanges are plenty (FTX for example), I rather don’t mention any more of them since they are not worth any attention, if you go down that rabbit hole; my suggestion is; be wise and keep your savings away from them, you don’t need them unless you are a gambler and like to speculate or you are already tech savvy and with large funds looking for large liquidity pools for your trades. </p>
<p>There is a risk of not being your own bank as the tech was intended, in traditional finance, if the private bank you trust goes down you may lose your funds, the same applies with centralized Bitcoin exchanges (“Bitcoin banks”), if they go down you may lose your coins, as it was the case with FTX and many others. </p>
<p>If you go down that road, do your research, it is important you feel comfortable and you can sleep well knowing your funds are safe, specially if you are putting your life savings into Bitcoin (many people do), an option is to spread them across known stable recognized exchanges. </p>
<p><em><strong>The technology was created by “Satoshi Nakamoto” for us to be our own bank, not for us to give it to a “bank” for them to keep the coins safe for us.</strong></em></p>
<h4>Best practices</h4>
<p>The tech savvy will push you towards best cyber-security practices for holding your coins that will make you uncomfortable and push you away. Let’s face it, the more secure a system is, the more inconvenient it is.</p>
<p>Problem for the new comers is that they are use to have a traditional bank account online or an app in their mobile to access their bank account, they input a password or biometric input and get in, convenient and easy, but that is not very secure and many people gets their funds stolen because of it. </p>
<p>If you will not put thousands of dollars into Bitcoin anytime soon, in my opinion, you can use the same security measures you use for your apps to access your bank accounts when using your apps to access your Bitcoin funds. If you increase the amount, you should increase your security, be more mindful since there is no recourse if you lose your funds, it is, after all, as if someone got in your home and took cash from one of your drawers because you didn’t store the cash in a safe box or a safer location.</p>
<p>If you will put your life savings into Bitcoin, do the research and follow the tech savvy suggestions, won’t be convenient, but it will be quite safe.</p>
<p>In summary, you will be able to handle it easily, you just have to keep your “account access private words” safe. You keep cash and other valuables safe, hence, you will be able to keep your access to your Bitcoin funds safe as well.</p>
<hr>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1699706503343-YAKIHONNES3.png" alt="image"></p>
<h3>How should we have call it if not Bitcoin Wallet?</h3>
<p>We do not call our bank mobile applications to access our accounts “wallet”?. We call it bank app, it is an application to access your account in the bank servers, with Bitcoin is quite similar, you use an application to access your account in a decentralized and public database (which is a ledger containing all the transactions ever done with Bitcoin). As with the banks we should have call it <em><strong>”Bitcoin App”</strong></em>. That is what I use while explaining the basics to someone that is new to the concept of Bitcoin.</p>
<hr>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1699706323946-YAKIHONNES3.png" alt="image"></p>
<h3>The “hardware wallet” idiom</h3>
<p>This one is the worst idiom of all for me, the use of "hardware wallet", instead of <em><strong>"seed signer"</strong></em>, another misleading word that confuse new comers thinking they have a wallet and coins in the wallet. </p>
<p>The wording used was not well thought and is backfiring now, the FIAT finance system will create spot ETFs and the investors will be able to buy a stock ticker backed 1:1 by spot Bitcoin and feel confident since it is exposure to the asset without all the new tech idioms the Bitcoin community have added.</p>
<p>Last holiday season, I spent some time with a large group of friends and one of them was attempting to explain Bitcoin to someone, he was exited talking about wallets, the importance to hold your keys, the importance of cryptography, the importance of self custody…. The guy just wanted to invest in Bitcoin and got so confused that changed the subject stating that it was too complicated for him. </p>
<p>If you have been in Bitcoin for some time and you are passionated about it, you have, most probably been in a similar situation. I could not stand there and do nothing, later on, I took the interested guy aside and I downloaded a Bitcoin LN app for him and transfer him few dollars, he was amazed of how easy and fast it was. I told him to play with it and the concept of the private keys as your secret words to access your funds. I let him know that he needed to decide the level of privacy he feels comfortable with and based on that, decide where and how to store his “secret words to access his coins”. Today, he is a proud Bitcoin investor who practices self custody.</p>
<hr>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1699706833542-YAKIHONNES3.png" alt="image"></p>
<blockquote>
<p>Note on the Bitcoin Influencers</p>
<ul>
<li>Most people entering the space are gaslighted into thinking all seed signers (the community know them as hardware wallets) are safe, that is not the case, some are actually quite unsafe. New comers may fall for them due to some dangerous influencers pedaling "seed signers" that are sponsoring their channels or through referrals. Use this link <a href="https://thecharlatan.ch/List-Of-Hardware-Wallet-Hacks/">^03</a> in the foot notes to learn more about hacks since 2014 into “seed signers”</li>
<li>I invite you read my recent article about seed signers with few suggestions and why I consider those ones safer, here the link[^04]</li>
</ul>
</blockquote>
<p>[^04]: <a href="https://yakihonne.com/article/naddr1qqxnzd3exyenxd3cxcungdecqgsrtuazdng7waddzmdd3nyw36w5sfvler95vgcte9nreqf8jtwlyvgrqsqqqa28wkmu8m">Thinking to buy a Hardware Wallet? (Seed Signer) - Read on!
</a></p>
<p>If you would like to support my work:</p>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712281863695-YAKIHONNES3.jpg" alt="image"></p>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1699706135003-YAKIHONNES3.png" alt="image"></p>
<h2>Bitcoin idioms</h2>
<p>The community around Bitcoin got use to use certain keywords to describe how it works and the tools used to access and move their coins. Unfortunately, many of the words used are quite misleading and, in my opinion, such idioms do not help the new comers to understand the tech and how to use it. </p>
<h3>The wallet idioms</h3>
<p>One good example is the use of the word <em><strong>"wallet"</strong></em>. The word wallet itself is misleading, we do not own a wallet, we own a <em><strong>"private key"</strong></em>, we could had call it for the non tech savvy, <em><strong>“account access private words”</strong></em>. When I talk to a person that is new to Bitcoin, I use logical terms instead of the idioms adopted by the community, and it really works well, they get it right away because I am using terms they understand from their day to day interactions with mobiles and PC systems. </p>
<p>Recently, I read a post of someone making it even more confusing for new comers with concepts like <em><strong>”cold wallet”, “warm wallet” and “hot wallet”</strong></em>..., if you are a new into Bitcoin, ignore it, focus on the basics, most of the tech savvy influencers in the Bitcoin community are not good communicators, hence, they do not add much value to you at this moment, probably they will confuse you, there is a handful that are good communicators and keep it basic for the new comers like Ben (BTC Sessions<a href="https://www.youtube.com/c/BTCSessions">^01</a>) and Ian Major (All Things Bitcoin<a href="https://www.youtube.com/c/IanMajor">^02</a>), do your own research and do not trust, verify.</p>
<hr>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1699706270880-YAKIHONNES3.png" alt="image"></p>
<h3>Keeping your Account Access Private Words Safe</h3>
<p>When you decide to keep cash in your home, you know better than to keep it around for all to see it, so you have a safe or any other method you feel comfortable with. </p>
<p>If you lose your cash in the street or you are robed, in most cases there is no way to get your money back, same with Bitcoin, if you are keeping custody of your own “account access private words” and you lose them, is like you lost your cash. </p>
<p>When you keep your cash in the bank, you are trusting the bank to keep it safe for you, with Bitcoin is the same, many new investors prefer to keep it in a “bank”, called centralized exchanges like Strike, CashApp, CASA and Swan, I mention this ones because they are exchanges only for Bitcoin; since they do not hold or provide services for any other coins; chances are they are less pron to fraudulent activities, ponzi schemes pushed by insiders and employees in general like the known pump and dumps, the ones I mentioned do not have any native coins neither. An exchange with their own native coins are a red flag, indicative of potential market manipulation to push for their coins in detriment of your own investment in Bitcoin, examples of this type of activities in exchanges are plenty (FTX for example), I rather don’t mention any more of them since they are not worth any attention, if you go down that rabbit hole; my suggestion is; be wise and keep your savings away from them, you don’t need them unless you are a gambler and like to speculate or you are already tech savvy and with large funds looking for large liquidity pools for your trades. </p>
<p>There is a risk of not being your own bank as the tech was intended, in traditional finance, if the private bank you trust goes down you may lose your funds, the same applies with centralized Bitcoin exchanges (“Bitcoin banks”), if they go down you may lose your coins, as it was the case with FTX and many others. </p>
<p>If you go down that road, do your research, it is important you feel comfortable and you can sleep well knowing your funds are safe, specially if you are putting your life savings into Bitcoin (many people do), an option is to spread them across known stable recognized exchanges. </p>
<p><em><strong>The technology was created by “Satoshi Nakamoto” for us to be our own bank, not for us to give it to a “bank” for them to keep the coins safe for us.</strong></em></p>
<h4>Best practices</h4>
<p>The tech savvy will push you towards best cyber-security practices for holding your coins that will make you uncomfortable and push you away. Let’s face it, the more secure a system is, the more inconvenient it is.</p>
<p>Problem for the new comers is that they are use to have a traditional bank account online or an app in their mobile to access their bank account, they input a password or biometric input and get in, convenient and easy, but that is not very secure and many people gets their funds stolen because of it. </p>
<p>If you will not put thousands of dollars into Bitcoin anytime soon, in my opinion, you can use the same security measures you use for your apps to access your bank accounts when using your apps to access your Bitcoin funds. If you increase the amount, you should increase your security, be more mindful since there is no recourse if you lose your funds, it is, after all, as if someone got in your home and took cash from one of your drawers because you didn’t store the cash in a safe box or a safer location.</p>
<p>If you will put your life savings into Bitcoin, do the research and follow the tech savvy suggestions, won’t be convenient, but it will be quite safe.</p>
<p>In summary, you will be able to handle it easily, you just have to keep your “account access private words” safe. You keep cash and other valuables safe, hence, you will be able to keep your access to your Bitcoin funds safe as well.</p>
<hr>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1699706503343-YAKIHONNES3.png" alt="image"></p>
<h3>How should we have call it if not Bitcoin Wallet?</h3>
<p>We do not call our bank mobile applications to access our accounts “wallet”?. We call it bank app, it is an application to access your account in the bank servers, with Bitcoin is quite similar, you use an application to access your account in a decentralized and public database (which is a ledger containing all the transactions ever done with Bitcoin). As with the banks we should have call it <em><strong>”Bitcoin App”</strong></em>. That is what I use while explaining the basics to someone that is new to the concept of Bitcoin.</p>
<hr>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1699706323946-YAKIHONNES3.png" alt="image"></p>
<h3>The “hardware wallet” idiom</h3>
<p>This one is the worst idiom of all for me, the use of "hardware wallet", instead of <em><strong>"seed signer"</strong></em>, another misleading word that confuse new comers thinking they have a wallet and coins in the wallet. </p>
<p>The wording used was not well thought and is backfiring now, the FIAT finance system will create spot ETFs and the investors will be able to buy a stock ticker backed 1:1 by spot Bitcoin and feel confident since it is exposure to the asset without all the new tech idioms the Bitcoin community have added.</p>
<p>Last holiday season, I spent some time with a large group of friends and one of them was attempting to explain Bitcoin to someone, he was exited talking about wallets, the importance to hold your keys, the importance of cryptography, the importance of self custody…. The guy just wanted to invest in Bitcoin and got so confused that changed the subject stating that it was too complicated for him. </p>
<p>If you have been in Bitcoin for some time and you are passionated about it, you have, most probably been in a similar situation. I could not stand there and do nothing, later on, I took the interested guy aside and I downloaded a Bitcoin LN app for him and transfer him few dollars, he was amazed of how easy and fast it was. I told him to play with it and the concept of the private keys as your secret words to access your funds. I let him know that he needed to decide the level of privacy he feels comfortable with and based on that, decide where and how to store his “secret words to access his coins”. Today, he is a proud Bitcoin investor who practices self custody.</p>
<hr>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1699706833542-YAKIHONNES3.png" alt="image"></p>
<blockquote>
<p>Note on the Bitcoin Influencers</p>
<ul>
<li>Most people entering the space are gaslighted into thinking all seed signers (the community know them as hardware wallets) are safe, that is not the case, some are actually quite unsafe. New comers may fall for them due to some dangerous influencers pedaling "seed signers" that are sponsoring their channels or through referrals. Use this link <a href="https://thecharlatan.ch/List-Of-Hardware-Wallet-Hacks/">^03</a> in the foot notes to learn more about hacks since 2014 into “seed signers”</li>
<li>I invite you read my recent article about seed signers with few suggestions and why I consider those ones safer, here the link[^04]</li>
</ul>
</blockquote>
<p>[^04]: <a href="https://yakihonne.com/article/naddr1qqxnzd3exyenxd3cxcungdecqgsrtuazdng7waddzmdd3nyw36w5sfvler95vgcte9nreqf8jtwlyvgrqsqqqa28wkmu8m">Thinking to buy a Hardware Wallet? (Seed Signer) - Read on!
</a></p>
<p>If you would like to support my work:</p>
<p><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1712281863695-YAKIHONNES3.jpg" alt="image"></p>
]]></itunes:summary>
      <itunes:image href="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1699707004165-YAKIHONNES3.png"/>
      </item>
      
      <item>
      <title><![CDATA[Are you using "Files" by Google? - Be careful, you need to fix this setting...]]></title>
      <description><![CDATA[Files" by Google added a "feature"... "Smart Search", this is a very intrusive feature that can cost you dearly, read on and find out why and how to disable it]]></description>
             <itunes:subtitle><![CDATA[Files" by Google added a "feature"... "Smart Search", this is a very intrusive feature that can cost you dearly, read on and find out why and how to disable it]]></itunes:subtitle>
      <pubDate>Thu, 19 Oct 2023 09:58:36 GMT</pubDate>
      <link>https://rod.npub.pro/post/re__-hj6a7uhveqefito4/</link>
      <comments>https://rod.npub.pro/post/re__-hj6a7uhveqefito4/</comments>
      <guid isPermaLink="false">naddr1qq2hye2ltukks63kvymh2jzkg4ck2enf23hngq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65w7u69j0</guid>
      <category>cybersecurity</category>
      
        <media:content url="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1697709516170-YAKIHONNES3.jpg" medium="image"/>
        <enclosure 
          url="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1697709516170-YAKIHONNES3.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qq2hye2ltukks63kvymh2jzkg4ck2enf23hngq3qxhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcsxpqqqp65w7u69j0</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<h2>"Files" by Google new feature</h2>
<p>"Files" by Google added a "feature"... "Smart Search", you can toggle it to OFF and it is highly recommended to do so.</p>
<ul>
<li><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1697708380122-YAKIHONNES3.jpg" alt="image"></li>
</ul>
<p>Toggle the Smart Search to OFF, otherwise, google will search and index every picture, video and document in your device, no exceptions, anything you have ever photographed and you forgot, any document you have downloaded or article, etc...</p>
<h2>How this could affect you?</h2>
<p>Google is actively combating child abuse and therefore it has built in its "AI" a very aggressive algorithm searching of material that "IT THINKS" is related, therefore the following content could be flagged:</p>
<ul>
<li><input disabled="" type="checkbox"> Pictures of you and your children in the beach</li>
<li><input disabled="" type="checkbox"> Pictures or videos which are innocent in nature but the "AI" "thinks" are not</li>
<li><input disabled="" type="checkbox"> Articles you may have save for research to write your next essay that have links to flagged information or sites</li>
</ul>
<p><em><strong>The results:</strong></em></p>
<ul>
<li><input disabled="" type="checkbox"> Your google account will be canceled</li>
<li><input disabled="" type="checkbox"> You will be flagged as a criminal across the digital world</li>
</ul>
<p>You think this is non sense? Think again:<br><np-embed url="https://www.nytimes.com/2022/08/21/technology/google-surveillance-toddler-photo.html"><a href="https://www.nytimes.com/2022/08/21/technology/google-surveillance-toddler-photo.html">https://www.nytimes.com/2022/08/21/technology/google-surveillance-toddler-photo.html</a></np-embed></p>
<h2>How to switch it off:</h2>
<ol>
<li>Open files by Google</li>
<li>Tap on Menu -&gt; Settings</li>
<li>Turn OFF Smart Search</li>
</ol>
<h2>But you can do more for your privacy and the security of your family</h2>
<ol>
<li>Stop using google apps, if possible get rid off of Google OS and use Graphene OS</li>
<li>Go to Settings -&gt; Apps</li>
<li>Search for Files by Google</li>
<li>Unistall the app, if you can't disable it</li>
<li>Keep doing that with most Google apps that are not a must if you have not switched already to GrapheneOS</li>
</ol>
<p><em><strong>Remember, Google keeps advocating for privacy, but as many others have pointed out repeatedly, they are the first ones lobbying for the removal of your privacy by regulation and draconian laws, their hypocrisy knows no limits</strong></em></p>
<h2>Recommendation:</h2>
<p>I would assume you have installed F-Droid in your android, or Obtainium if you are more advanced, if so, consider "Simple File Manager Pro" by Tibor Kaputa, this dev has a suite of apps that are basic needs and the best feature in my opinion is that not one of his apps connect to the internet, contacts, gallery, files, phone, etc.</p>
<ul>
<li><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1697709265617-YAKIHONNES3.jpg" alt="image"></li>
</ul>
<blockquote>
<p> Note<br>As most people, we all love the convenience of technology, it makes our lives easier, however, our safety and our family safety should go first, between technology being miss-used and abused by corporations and cyber-criminals data mining and checking for easy targets to attack for profit, we need to keep our guard up. Learning is key, resist the use of new tech if you do not understand the privacy trade offs, no matter how appealing and convenient it looks like. .</p>
</blockquote>
<p><em><strong>Please leave your comments with your favorite FOSS Files app!</strong></em></p>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<h2>"Files" by Google new feature</h2>
<p>"Files" by Google added a "feature"... "Smart Search", you can toggle it to OFF and it is highly recommended to do so.</p>
<ul>
<li><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1697708380122-YAKIHONNES3.jpg" alt="image"></li>
</ul>
<p>Toggle the Smart Search to OFF, otherwise, google will search and index every picture, video and document in your device, no exceptions, anything you have ever photographed and you forgot, any document you have downloaded or article, etc...</p>
<h2>How this could affect you?</h2>
<p>Google is actively combating child abuse and therefore it has built in its "AI" a very aggressive algorithm searching of material that "IT THINKS" is related, therefore the following content could be flagged:</p>
<ul>
<li><input disabled="" type="checkbox"> Pictures of you and your children in the beach</li>
<li><input disabled="" type="checkbox"> Pictures or videos which are innocent in nature but the "AI" "thinks" are not</li>
<li><input disabled="" type="checkbox"> Articles you may have save for research to write your next essay that have links to flagged information or sites</li>
</ul>
<p><em><strong>The results:</strong></em></p>
<ul>
<li><input disabled="" type="checkbox"> Your google account will be canceled</li>
<li><input disabled="" type="checkbox"> You will be flagged as a criminal across the digital world</li>
</ul>
<p>You think this is non sense? Think again:<br><np-embed url="https://www.nytimes.com/2022/08/21/technology/google-surveillance-toddler-photo.html"><a href="https://www.nytimes.com/2022/08/21/technology/google-surveillance-toddler-photo.html">https://www.nytimes.com/2022/08/21/technology/google-surveillance-toddler-photo.html</a></np-embed></p>
<h2>How to switch it off:</h2>
<ol>
<li>Open files by Google</li>
<li>Tap on Menu -&gt; Settings</li>
<li>Turn OFF Smart Search</li>
</ol>
<h2>But you can do more for your privacy and the security of your family</h2>
<ol>
<li>Stop using google apps, if possible get rid off of Google OS and use Graphene OS</li>
<li>Go to Settings -&gt; Apps</li>
<li>Search for Files by Google</li>
<li>Unistall the app, if you can't disable it</li>
<li>Keep doing that with most Google apps that are not a must if you have not switched already to GrapheneOS</li>
</ol>
<p><em><strong>Remember, Google keeps advocating for privacy, but as many others have pointed out repeatedly, they are the first ones lobbying for the removal of your privacy by regulation and draconian laws, their hypocrisy knows no limits</strong></em></p>
<h2>Recommendation:</h2>
<p>I would assume you have installed F-Droid in your android, or Obtainium if you are more advanced, if so, consider "Simple File Manager Pro" by Tibor Kaputa, this dev has a suite of apps that are basic needs and the best feature in my opinion is that not one of his apps connect to the internet, contacts, gallery, files, phone, etc.</p>
<ul>
<li><img src="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1697709265617-YAKIHONNES3.jpg" alt="image"></li>
</ul>
<blockquote>
<p> Note<br>As most people, we all love the convenience of technology, it makes our lives easier, however, our safety and our family safety should go first, between technology being miss-used and abused by corporations and cyber-criminals data mining and checking for easy targets to attack for profit, we need to keep our guard up. Learning is key, resist the use of new tech if you do not understand the privacy trade offs, no matter how appealing and convenient it looks like. .</p>
</blockquote>
<p><em><strong>Please leave your comments with your favorite FOSS Files app!</strong></em></p>
]]></itunes:summary>
      <itunes:image href="https://yakihonne.s3.ap-east-1.amazonaws.com/35f3a26cd1e775ad16dad8cc8e8e9d48259fc8cb46230bc9663c812792ddf231/files/1697709516170-YAKIHONNES3.jpg"/>
      </item>
      
      <item>
      <title><![CDATA[Critical Thinkers Needed]]></title>
      <description><![CDATA[If someone tells me that I would be alive to watch Orwellian systems being pedaled by countries that call themselves "1st World Countries" I wouldn't have believe it... A few thoughts about it and suggestions on what to do about it.]]></description>
             <itunes:subtitle><![CDATA[If someone tells me that I would be alive to watch Orwellian systems being pedaled by countries that call themselves "1st World Countries" I wouldn't have believe it... A few thoughts about it and suggestions on what to do about it.]]></itunes:subtitle>
      <pubDate>Sun, 13 Aug 2023 10:12:50 GMT</pubDate>
      <link>https://rod.npub.pro/post/1691236263575/</link>
      <comments>https://rod.npub.pro/post/1691236263575/</comments>
      <guid isPermaLink="false">naddr1qqxnzd3exyerxd3jxcen2de4qgsrtuazdng7waddzmdd3nyw36w5sfvler95vgcte9nreqf8jtwlyvgrqsqqqa288j5up6</guid>
      <category>opinion</category>
      
        <media:content url="https://cdn.nostr.build/i/7f5fcea5e8a9df6ce4fd650142c6caf04869ed91624e0b5607267680dc7ad814.jpg" medium="image"/>
        <enclosure 
          url="https://cdn.nostr.build/i/7f5fcea5e8a9df6ce4fd650142c6caf04869ed91624e0b5607267680dc7ad814.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qqxnzd3exyerxd3jxcen2de4qgsrtuazdng7waddzmdd3nyw36w5sfvler95vgcte9nreqf8jtwlyvgrqsqqqa288j5up6</noteId>
      <npub>npub1xhe6ymx3ua6669k6mrxgar5afqjeljxtgc3shjtx8jqj0yka7gcspt896x</npub>
      <dc:creator><![CDATA[rod ✪]]></dc:creator>
      <content:encoded><![CDATA[<p>****The disappointment I feel with the passivity and lack of critical thinking of the previous and current adult generation is currently at maximum levels...</p>
<p>If someone tells me that I would be alive to watch Orwellian systems being pedaled by countries that call themselves "1st World Countries" I wouldn't not have believe it...</p>
<p>If someone tells me that the political system called "democracy" will become a joke, where the political arena is controlled by the donors and therefore the "elected" politicians will bend over to please their donors and their interests instead to work for the people.... I wouldn't have believe it...</p>
<p>If someone tells me that the West would support unjust causes, fund extremist to support the interests of the pharmaceutical, the energy and the military industrial complex... I would not have believe it...</p>
<p>If someone tells me that the united West, will ban books, and attack people with corrupted law enforcement due to their ideology, religious believes or simply for telling inconvenient truth's as official or citizen journalists, scientists, doctors, whistleblowers... I wouldn't have believe it...</p>
<p><em>But here we are and is all happening...</em></p>
<p>The minority, those aware of what is at stake, can keep doing their part, but the amount of NPC characters, sold outs, traitors and corrupt officials is overwhelming, and IMO , until we don't separate the money from the state this will just get worst until it breaks...</p>
<p>And when someone or a group starts spreading hope, telling you not to worry, asking you to do nothing, telling you they are in control and they will take down the corrupted web harming your country, you are most probably being gaslighted and surrendering your power to a psychological operation built to neutralize you, </p>
<p><strong>What can we do?  Few suggestions:</strong></p>
<ol>
<li>Information is empowering, read, inform yourself, do not use the main stream media only, expand your sources of information, question more</li>
<li>Get involve with your community</li>
<li>Research and demand accountability for the elected officials when they do not behave correctly or work against the interest of your city.</li>
<li>Write to the elected officials when new laws are to be approved, demand explanations if they are harming your town/city, organize, collect signatures and perform referendums to remove political bad actors from office</li>
<li>Organize the community to understand the law and your rights, look for volunteer lawyers to give free lectures and recommend literature to digest, consider going to law school lectures, the more informed you are the better prepared to fight back for your constitutional rights</li>
<li>Lead by example</li>
<li>Try listening more</li>
<li>Do not trust any news, no matter the source, verify</li>
</ol>
]]></content:encoded>
      <itunes:author><![CDATA[rod ✪]]></itunes:author>
      <itunes:summary><![CDATA[<p>****The disappointment I feel with the passivity and lack of critical thinking of the previous and current adult generation is currently at maximum levels...</p>
<p>If someone tells me that I would be alive to watch Orwellian systems being pedaled by countries that call themselves "1st World Countries" I wouldn't not have believe it...</p>
<p>If someone tells me that the political system called "democracy" will become a joke, where the political arena is controlled by the donors and therefore the "elected" politicians will bend over to please their donors and their interests instead to work for the people.... I wouldn't have believe it...</p>
<p>If someone tells me that the West would support unjust causes, fund extremist to support the interests of the pharmaceutical, the energy and the military industrial complex... I would not have believe it...</p>
<p>If someone tells me that the united West, will ban books, and attack people with corrupted law enforcement due to their ideology, religious believes or simply for telling inconvenient truth's as official or citizen journalists, scientists, doctors, whistleblowers... I wouldn't have believe it...</p>
<p><em>But here we are and is all happening...</em></p>
<p>The minority, those aware of what is at stake, can keep doing their part, but the amount of NPC characters, sold outs, traitors and corrupt officials is overwhelming, and IMO , until we don't separate the money from the state this will just get worst until it breaks...</p>
<p>And when someone or a group starts spreading hope, telling you not to worry, asking you to do nothing, telling you they are in control and they will take down the corrupted web harming your country, you are most probably being gaslighted and surrendering your power to a psychological operation built to neutralize you, </p>
<p><strong>What can we do?  Few suggestions:</strong></p>
<ol>
<li>Information is empowering, read, inform yourself, do not use the main stream media only, expand your sources of information, question more</li>
<li>Get involve with your community</li>
<li>Research and demand accountability for the elected officials when they do not behave correctly or work against the interest of your city.</li>
<li>Write to the elected officials when new laws are to be approved, demand explanations if they are harming your town/city, organize, collect signatures and perform referendums to remove political bad actors from office</li>
<li>Organize the community to understand the law and your rights, look for volunteer lawyers to give free lectures and recommend literature to digest, consider going to law school lectures, the more informed you are the better prepared to fight back for your constitutional rights</li>
<li>Lead by example</li>
<li>Try listening more</li>
<li>Do not trust any news, no matter the source, verify</li>
</ol>
]]></itunes:summary>
      <itunes:image href="https://cdn.nostr.build/i/7f5fcea5e8a9df6ce4fd650142c6caf04869ed91624e0b5607267680dc7ad814.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>
    