-
@ b17fccdf:b7211155
2025-03-25 11:23:36Si vives en España, quizás hayas notado que no puedes acceder a ciertas páginas webs durante los fines de semana o en algunos días entre semana, entre ellas, la guía de MiniBolt.
Esto tiene una razón, por supuesto una solución, además de una conclusión. Sin entrar en demasiados detalles:
La razón
El bloqueo a Cloudflare, implementado desde hace casi dos meses por operadores de Internet (ISPs) en España (como Movistar, O2, DIGI, Pepephone, entre otros), se basa en una orden judicial emitida tras una demanda de LALIGA (Fútbol). Esta medida busca combatir la piratería en España, un problema que afecta directamente a dicha organización.
Aunque la intención original era restringir el acceso a dominios específicos que difundieran dicho contenido, Cloudflare emplea el protocolo ECH (Encrypted Client Hello), que oculta el nombre del dominio, el cual antes se transmitía en texto plano durante el proceso de establecimiento de una conexión TLS. Esta medida dificulta que las operadoras analicen el tráfico para aplicar bloqueos basados en dominios, lo que les obliga a recurrir a bloqueos más amplios por IP o rangos de IP para cumplir con la orden judicial.
Esta práctica tiene consecuencias graves, que han sido completamente ignoradas por quienes la ejecutan. Es bien sabido que una infraestructura de IP puede alojar numerosos dominios, tanto legítimos como no legítimos. La falta de un "ajuste fino" en los bloqueos provoca un perjuicio para terceros, restringiendo el acceso a muchos dominios legítimos que no tiene relación alguna con actividades ilícitas, pero que comparten las mismas IPs de Cloudflare con dominios cuestionables. Este es el caso de la web de MiniBolt y su dominio
minibolt.info
, los cuales utilizan Cloudflare como proxy para aprovechar las medidas de seguridad, privacidad, optimización y servicios adicionales que la plataforma ofrece de forma gratuita.Si bien este bloqueo parece ser temporal (al menos durante la temporada 24/25 de fútbol, hasta finales de mayo), es posible que se reactive con el inicio de la nueva temporada.
La solución
Obviamente, MiniBolt no dejará de usar Cloudflare como proxy por esta razón. Por lo que a continuación se exponen algunas medidas que como usuario puedes tomar para evitar esta restricción y poder acceder:
~> Utiliza una VPN:
Existen varias soluciones de proveedores de VPN, ordenadas según su reputación en privacidad: - IVPN - Mullvad VPN - Proton VPN (gratis) - Obscura VPN (solo para macOS) - Cloudfare WARP (gratis) + permite utilizar el modo proxy local para enrutar solo la navegación, debes utilizar la opción "WARP a través de proxy local" siguiendo estos pasos: 1. Inicia Cloudflare WARP y dentro de la pequeña interfaz haz click en la rueda dentada abajo a la derecha > "Preferencias" > "Avanzado" > "Configurar el modo proxy" 2. Marca la casilla "Habilite el modo proxy en este dispositivo" 3. Elige un "Puerto de escucha de proxy" entre 0-65535. ej: 1080, haz click en "Aceptar" y cierra la ventana de preferencias 4. Accede de nuevo a Cloudflare WARP y pulsa sobre el switch para habilitar el servicio. 3. Ahora debes apuntar el proxy del navegador a Cloudflare WARP, la configuración del navegador es similar a esta para el caso de navegadores basados en Firefox. Una vez hecho, deberías poder acceder a la guía de MiniBolt sin problemas. Si tienes dudas, déjalas en comentarios e intentaré resolverlas. Más info AQUÍ.
~> Proxifica tu navegador para usar la red de Tor, o utiliza el navegador oficial de Tor (recomendado).
La conclusión
Estos hechos ponen en tela de juicio los principios fundamentales de la neutralidad de la red, pilares esenciales de la Declaración de Independencia del Ciberespacio que defiende un internet libre, sin restricciones ni censura. Dichos principios se han visto quebrantados sin precedentes en este país, confirmando que ese futuro distópico que muchos negaban, ya es una realidad.
Es momento de actuar y estar preparados: debemos impulsar el desarrollo y la difusión de las herramientas anticensura que tenemos a nuestro alcance, protegiendo así la libertad digital y asegurando un acceso equitativo a la información para todos
Este compromiso es uno de los pilares fundamentales de MiniBolt, lo que convierte este desafío en una oportunidad para poner a prueba las soluciones anticensura ya disponibles, así como las que están en camino.
¡Censúrame si puedes, legislador! ¡La lucha por la privacidad y la libertad en Internet ya está en marcha!
Fuentes: * https://bandaancha.eu/articulos/movistar-o2-deja-clientes-sin-acceso-11239 * https://bandaancha.eu/articulos/esta-nueva-sentencia-autoriza-bloqueos-11257 * https://bandaancha.eu/articulos/como-saltarse-bloqueo-webs-warp-vpn-9958 * https://bandaancha.eu/articulos/como-activar-ech-chrome-acceder-webs-10689 * https://comunidad.movistar.es/t5/Soporte-Fibra-y-ADSL/Problema-con-web-que-usan-Cloudflare/td-p/5218007
-
@ 16f1a010:31b1074b
2025-02-19 20:57:59In the rapidly evolving world of Bitcoin, running a Bitcoin node has become more accessible than ever. Platforms like Umbrel, Start9, myNode, and Citadel offer user-friendly interfaces to simplify node management. However, for those serious about maintaining a robust and efficient Lightning node ⚡, relying solely on these platforms may not be the optimal choice.
Let’s delve into why embracing Bitcoin Core and mastering the command-line interface (CLI) can provide a more reliable, sovereign, and empowering experience.
Understanding Node Management Platforms
What Are Umbrel, Start9, myNode, and Citadel?
Umbrel, Start9, myNode, and Citadel are platforms designed to streamline the process of running a Bitcoin node. They offer graphical user interfaces (GUIs) that allow users to manage various applications, including Bitcoin Core and Lightning Network nodes, through a web-based dashboard 🖥️.
These platforms often utilize Docker containers 🐳 to encapsulate applications, providing a modular and isolated environment for each service.
The Appeal of Simplified Node Management
The primary allure of these platforms lies in their simplicity. With minimal command-line interaction, users can deploy a full Bitcoin and Lightning node, along with a suite of additional applications.
✅ Easy one-command installation
✅ Web-based GUI for management
✅ Automatic app updates (but with delays, as we’ll discuss)However, while this convenience is attractive, it comes at a cost.
The Hidden Complexities of Using Node Management Platforms
While the user-friendly nature of these platforms is advantageous, it can also introduce several challenges that may hinder advanced users or those seeking greater control over their nodes.
🚨 Dependency on Maintainers for Updates
One significant concern is the reliance on platform maintainers for updates. Since these platforms manage applications through Docker containers, users must wait for the maintainers to update the container images before they can access new features or security patches.
🔴 Delayed Bitcoin Core updates = potential security risks
🔴 Lightning Network updates are not immediate
🔴 Bugs and vulnerabilities may persist longerInstead of waiting on a third party, why not update Bitcoin Core & LND yourself instantly?
⚙️ Challenges in Customization and Advanced Operations
For users aiming to perform advanced operations, such as:
- Custom backups 📂
- Running specific CLI commands 🖥️
- Optimizing node settings ⚡
…the abstraction layers introduced by these platforms become obstacles.
Navigating through nested directories and issuing commands inside Docker containers makes troubleshooting a nightmare. Instead of a simple
bitcoin-cli
command, you must figure out how to execute it inside the container, adding unnecessary complexity.Increased Backend Complexity
To achieve frontend simplicity, these platforms make the backend more complex.
🚫 Extra layers of abstraction
🚫 Hidden logs and settings
🚫 Harder troubleshootingThe use of multiple Docker containers, custom scripts, and unique file structures can make system maintenance and debugging a pain.
This complication defeats the purpose of “making running a node easy.”
✅ Advantages of Using Bitcoin Core and Command-Line Interface (CLI)
By installing Bitcoin Core directly and using the command-line interface (CLI), you gain several key advantages that make managing a Bitcoin and Lightning node more efficient and empowering.
Direct Control and Immediate Updates
One of the biggest downsides of package manager-based platforms is the reliance on third-party maintainers to release updates. Since Bitcoin Core, Lightning implementations (such as LND, Core Lightning, or Eclair), and other related software evolve rapidly, waiting for platform-specific updates can leave you running outdated or vulnerable versions.
By installing Bitcoin Core directly, you remove this dependency. You can update immediately when new versions are released, ensuring your node benefits from the latest features, security patches, and bug fixes. The same applies to Lightning software—being able to install and update it yourself gives you full autonomy over your node’s performance and security.
🛠 Simplified System Architecture
Platforms like Umbrel and myNode introduce extra complexity by running Bitcoin Core and Lightning inside Docker containers. This means:
- The actual files and configurations are stored inside Docker’s filesystem, making it harder to locate and manage them manually.
- If something breaks, troubleshooting is more difficult due to the added layer of abstraction.
- Running commands requires jumping through Docker shell sessions, adding unnecessary friction to what should be a straightforward process.
Instead, a direct installation of Bitcoin Core, Lightning, and Electrum Server (if needed) results in a cleaner, more understandable system. The software runs natively on your machine, without containerized layers making things more convoluted.
Additionally, setting up your own systemd service files for Bitcoin and Lightning is not as complicated as it seems. Once configured, these services will run automatically on boot, offering the same level of convenience as platforms like Umbrel but without the unnecessary complexity.
Better Lightning Node Management
If you’re running a Lightning Network node, using CLI-based tools provides far more flexibility than relying on a GUI like the ones bundled with node management platforms.
🟢 Custom Backup Strategies – Running Lightning through a GUI-based node manager often means backups are handled in a way that is opaque to the user. With CLI tools, you can easily script automatic backups of your channels, wallets, and configurations.
🟢 Advanced Configuration – Platforms like Umbrel force certain configurations by default, limiting how you can customize your Lightning node. With a direct install, you have full control over: * Channel fees 💰 * Routing policies 📡 * Liquidity management 🔄
🟢 Direct Access to LND, Core Lightning, or Eclair – Instead of issuing commands through a GUI (which is often limited in functionality), you can use: *
lncli
(for LND) *lightning-cli
(for Core Lightning) …to interact with your node at a deeper level.Enhanced Learning and Engagement
A crucial aspect of running a Bitcoin and Lightning node is understanding how it works.
Using an abstraction layer like Umbrel may get a node running in a few clicks, but it does little to teach users how Bitcoin actually functions.
By setting up Bitcoin Core, Lightning, and related software manually, you will:
✅ Gain practical knowledge of Bitcoin nodes, networking, and system performance.
✅ Learn how to configure and manage RPC commands.
✅ Become less reliant on third-party developers and more confident in troubleshooting.🎯 Running a Bitcoin node is about sovereignty – learn how to control it yourself.
Become more sovereign TODAY
Many guides make this process straightforward K3tan has a fantastic guide on running Bitcoin Core, Electrs, LND and more.
- Ministry of Nodes Guide 2024
- You can find him on nostr
nostr:npub1txwy7guqkrq6ngvtwft7zp70nekcknudagrvrryy2wxnz8ljk2xqz0yt4xEven with the best of guides, if you are running this software,
📖 READ THE DOCUMENTATIONThis is all just software at the end of the day. Most of it is very well documented. Take a moment to actually read through the documentation for yourself when installing. The documentation has step by step guides on setting up the software. Here is a helpful list: * Bitcoin.org Bitcoin Core Linux install instructions * Bitcoin Core Code Repository * Electrs Installation * LND Documentation * LND Code Repository * CLN Documentation * CLN Code Repository
If you have any more resources or links I should add, please comment them . I want to add as much to this article as I can.
-
@ eac63075:b4988b48
2025-01-04 19:41:34Since its creation in 2009, Bitcoin has symbolized innovation and resilience. However, from time to time, alarmist narratives arise about emerging technologies that could "break" its security. Among these, quantum computing stands out as one of the most recurrent. But does quantum computing truly threaten Bitcoin? And more importantly, what is the community doing to ensure the protocol remains invulnerable?
The answer, contrary to sensationalist headlines, is reassuring: Bitcoin is secure, and the community is already preparing for a future where quantum computing becomes a practical reality. Let’s dive into this topic to understand why the concerns are exaggerated and how the development of BIP-360 demonstrates that Bitcoin is one step ahead.
What Is Quantum Computing, and Why Is Bitcoin Not Threatened?
Quantum computing leverages principles of quantum mechanics to perform calculations that, in theory, could exponentially surpass classical computers—and it has nothing to do with what so-called “quantum coaches” teach to scam the uninformed. One of the concerns is that this technology could compromise two key aspects of Bitcoin’s security:
- Wallets: These use elliptic curve algorithms (ECDSA) to protect private keys. A sufficiently powerful quantum computer could deduce a private key from its public key.
- Mining: This is based on the SHA-256 algorithm, which secures the consensus process. A quantum attack could, in theory, compromise the proof-of-work mechanism.
Understanding Quantum Computing’s Attack Priorities
While quantum computing is often presented as a threat to Bitcoin, not all parts of the network are equally vulnerable. Theoretical attacks would be prioritized based on two main factors: ease of execution and potential reward. This creates two categories of attacks:
1. Attacks on Wallets
Bitcoin wallets, secured by elliptic curve algorithms, would be the initial targets due to the relative vulnerability of their public keys, especially those already exposed on the blockchain. Two attack scenarios stand out:
-
Short-term attacks: These occur during the interval between sending a transaction and its inclusion in a block (approximately 10 minutes). A quantum computer could intercept the exposed public key and derive the corresponding private key to redirect funds by creating a transaction with higher fees.
-
Long-term attacks: These focus on old wallets whose public keys are permanently exposed. Wallets associated with Satoshi Nakamoto, for example, are especially vulnerable because they were created before the practice of using hashes to mask public keys.
We can infer a priority order for how such attacks might occur based on urgency and importance.
Bitcoin Quantum Attack: Prioritization Matrix (Urgency vs. Importance)
2. Attacks on Mining
Targeting the SHA-256 algorithm, which secures the mining process, would be the next objective. However, this is far more complex and requires a level of quantum computational power that is currently non-existent and far from realization. A successful attack would allow for the recalculation of all possible hashes to dominate the consensus process and potentially "mine" it instantly.
Satoshi Nakamoto in 2010 on Quantum Computing and Bitcoin Attacks
Recently, Narcelio asked me about a statement I made on Tubacast:
https://x.com/eddieoz/status/1868371296683511969
If an attack became a reality before Bitcoin was prepared, it would be necessary to define the last block prior to the attack and proceed from there using a new hashing algorithm. The solution would resemble the response to the infamous 2013 bug. It’s a fact that this would cause market panic, and Bitcoin's price would drop significantly, creating a potential opportunity for the well-informed.
Preferably, if developers could anticipate the threat and had time to work on a solution and build consensus before an attack, they would simply decide on a future block for the fork, which would then adopt the new algorithm. It might even rehash previous blocks (reaching consensus on them) to avoid potential reorganization through the re-mining of blocks using the old hash. (I often use the term "shielding" old transactions).
How Can Users Protect Themselves?
While quantum computing is still far from being a practical threat, some simple measures can already protect users against hypothetical scenarios:
- Avoid using exposed public keys: Ensure funds sent to old wallets are transferred to new ones that use public key hashes. This reduces the risk of long-term attacks.
- Use modern wallets: Opt for wallets compatible with SegWit or Taproot, which implement better security practices.
- Monitor security updates: Stay informed about updates from the Bitcoin community, such as the implementation of BIP-360, which will introduce quantum-resistant addresses.
- Do not reuse addresses: Every transaction should be associated with a new address to minimize the risk of repeated exposure of the same public key.
- Adopt secure backup practices: Create offline backups of private keys and seeds in secure locations, protected from unauthorized access.
BIP-360 and Bitcoin’s Preparation for the Future
Even though quantum computing is still beyond practical reach, the Bitcoin community is not standing still. A concrete example is BIP-360, a proposal that establishes the technical framework to make wallets resistant to quantum attacks.
BIP-360 addresses three main pillars:
- Introduction of quantum-resistant addresses: A new address format starting with "BC1R" will be used. These addresses will be compatible with post-quantum algorithms, ensuring that stored funds are protected from future attacks.
- Compatibility with the current ecosystem: The proposal allows users to transfer funds from old addresses to new ones without requiring drastic changes to the network infrastructure.
- Flexibility for future updates: BIP-360 does not limit the choice of specific algorithms. Instead, it serves as a foundation for implementing new post-quantum algorithms as technology evolves.
This proposal demonstrates how Bitcoin can adapt to emerging threats without compromising its decentralized structure.
Post-Quantum Algorithms: The Future of Bitcoin Cryptography
The community is exploring various algorithms to protect Bitcoin from quantum attacks. Among the most discussed are:
- Falcon: A solution combining smaller public keys with compact digital signatures. Although it has been tested in limited scenarios, it still faces scalability and performance challenges.
- Sphincs: Hash-based, this algorithm is renowned for its resilience, but its signatures can be extremely large, making it less efficient for networks like Bitcoin’s blockchain.
- Lamport: Created in 1977, it’s considered one of the earliest post-quantum security solutions. Despite its reliability, its gigantic public keys (16,000 bytes) make it impractical and costly for Bitcoin.
Two technologies show great promise and are well-regarded by the community:
- Lattice-Based Cryptography: Considered one of the most promising, it uses complex mathematical structures to create systems nearly immune to quantum computing. Its implementation is still in its early stages, but the community is optimistic.
- Supersingular Elliptic Curve Isogeny: These are very recent digital signature algorithms and require extensive study and testing before being ready for practical market use.
The final choice of algorithm will depend on factors such as efficiency, cost, and integration capability with the current system. Additionally, it is preferable that these algorithms are standardized before implementation, a process that may take up to 10 years.
Why Quantum Computing Is Far from Being a Threat
The alarmist narrative about quantum computing overlooks the technical and practical challenges that still need to be overcome. Among them:
- Insufficient number of qubits: Current quantum computers have only a few hundred qubits, whereas successful attacks would require millions.
- High error rate: Quantum stability remains a barrier to reliable large-scale operations.
- High costs: Building and operating large-scale quantum computers requires massive investments, limiting their use to scientific or specific applications.
Moreover, even if quantum computers make significant advancements, Bitcoin is already adapting to ensure its infrastructure is prepared to respond.
Conclusion: Bitcoin’s Secure Future
Despite advancements in quantum computing, the reality is that Bitcoin is far from being threatened. Its security is ensured not only by its robust architecture but also by the community’s constant efforts to anticipate and mitigate challenges.
The implementation of BIP-360 and the pursuit of post-quantum algorithms demonstrate that Bitcoin is not only resilient but also proactive. By adopting practical measures, such as using modern wallets and migrating to quantum-resistant addresses, users can further protect themselves against potential threats.
Bitcoin’s future is not at risk—it is being carefully shaped to withstand any emerging technology, including quantum computing.
-
@ eac63075:b4988b48
2024-11-09 17:57:27Based on a recent paper that included collaboration from renowned experts such as Lynn Alden, Steve Lee, and Ren Crypto Fish, we discuss in depth how Bitcoin's consensus is built, the main risks, and the complex dynamics of protocol upgrades.
Podcast https://www.fountain.fm/episode/wbjD6ntQuvX5u2G5BccC
Presentation https://gamma.app/docs/Analyzing-Bitcoin-Consensus-Risks-in-Protocol-Upgrades-p66axxjwaa37ksn
1. Introduction to Consensus in Bitcoin
Consensus in Bitcoin is the foundation that keeps the network secure and functional, allowing users worldwide to perform transactions in a decentralized manner without the need for intermediaries. Since its launch in 2009, Bitcoin is often described as an "immutable" system designed to resist changes, and it is precisely this resistance that ensures its security and stability.
The central idea behind consensus in Bitcoin is to create a set of acceptance rules for blocks and transactions, ensuring that all network participants agree on the transaction history. This prevents "double-spending," where the same bitcoin could be used in two simultaneous transactions, something that would compromise trust in the network.
Evolution of Consensus in Bitcoin
Over the years, consensus in Bitcoin has undergone several adaptations, and the way participants agree on changes remains a delicate process. Unlike traditional systems, where changes can be imposed from the top down, Bitcoin operates in a decentralized model where any significant change needs the support of various groups of stakeholders, including miners, developers, users, and large node operators.
Moreover, the update process is extremely cautious, as hasty changes can compromise the network's security. As a result, the philosophy of "don't fix what isn't broken" prevails, with improvements happening incrementally and only after broad consensus among those involved. This model can make progress seem slow but ensures that Bitcoin remains faithful to the principles of security and decentralization.
2. Technical Components of Consensus
Bitcoin's consensus is supported by a set of technical rules that determine what is considered a valid transaction and a valid block on the network. These technical aspects ensure that all nodes—the computers that participate in the Bitcoin network—agree on the current state of the blockchain. Below are the main technical components that form the basis of the consensus.
Validation of Blocks and Transactions
The validation of blocks and transactions is the central point of consensus in Bitcoin. A block is only considered valid if it meets certain criteria, such as maximum size, transaction structure, and the solving of the "Proof of Work" problem. The proof of work, required for a block to be included in the blockchain, is a computational process that ensures the block contains significant computational effort—protecting the network against manipulation attempts.
Transactions, in turn, need to follow specific input and output rules. Each transaction includes cryptographic signatures that prove the ownership of the bitcoins sent, as well as validation scripts that verify if the transaction conditions are met. This validation system is essential for network nodes to autonomously confirm that each transaction follows the rules.
Chain Selection
Another fundamental technical issue for Bitcoin's consensus is chain selection, which becomes especially important in cases where multiple versions of the blockchain coexist, such as after a network split (fork). To decide which chain is the "true" one and should be followed, the network adopts the criterion of the highest accumulated proof of work. In other words, the chain with the highest number of valid blocks, built with the greatest computational effort, is chosen by the network as the official one.
This criterion avoids permanent splits because it encourages all nodes to follow the same main chain, reinforcing consensus.
Soft Forks vs. Hard Forks
In the consensus process, protocol changes can happen in two ways: through soft forks or hard forks. These variations affect not only the protocol update but also the implications for network users:
-
Soft Forks: These are changes that are backward compatible. Only nodes that adopt the new update will follow the new rules, but old nodes will still recognize the blocks produced with these rules as valid. This compatibility makes soft forks a safer option for updates, as it minimizes the risk of network division.
-
Hard Forks: These are updates that are not backward compatible, requiring all nodes to update to the new version or risk being separated from the main chain. Hard forks can result in the creation of a new coin, as occurred with the split between Bitcoin and Bitcoin Cash in 2017. While hard forks allow for deeper changes, they also bring significant risks of network fragmentation.
These technical components form the base of Bitcoin's security and resilience, allowing the system to remain functional and immutable without losing the necessary flexibility to evolve over time.
3. Stakeholders in Bitcoin's Consensus
Consensus in Bitcoin is not decided centrally. On the contrary, it depends on the interaction between different groups of stakeholders, each with their motivations, interests, and levels of influence. These groups play fundamental roles in how changes are implemented or rejected on the network. Below, we explore the six main stakeholders in Bitcoin's consensus.
1. Economic Nodes
Economic nodes, usually operated by exchanges, custody providers, and large companies that accept Bitcoin, exert significant influence over consensus. Because they handle large volumes of transactions and act as a connection point between the Bitcoin ecosystem and the traditional financial system, these nodes have the power to validate or reject blocks and to define which version of the software to follow in case of a fork.
Their influence is proportional to the volume of transactions they handle, and they can directly affect which chain will be seen as the main one. Their incentive is to maintain the network's stability and security to preserve its functionality and meet regulatory requirements.
2. Investors
Investors, including large institutional funds and individual Bitcoin holders, influence consensus indirectly through their impact on the asset's price. Their buying and selling actions can affect Bitcoin's value, which in turn influences the motivation of miners and other stakeholders to continue investing in the network's security and development.
Some institutional investors have agreements with custodians that may limit their ability to act in network split situations. Thus, the impact of each investor on consensus can vary based on their ownership structure and how quickly they can react to a network change.
3. Media Influencers
Media influencers, including journalists, analysts, and popular personalities on social media, have a powerful role in shaping public opinion about Bitcoin and possible updates. These influencers can help educate the public, promote debates, and bring transparency to the consensus process.
On the other hand, the impact of influencers can be double-edged: while they can clarify complex topics, they can also distort perceptions by amplifying or minimizing change proposals. This makes them a force both of support and resistance to consensus.
4. Miners
Miners are responsible for validating transactions and including blocks in the blockchain. Through computational power (hashrate), they also exert significant influence over consensus decisions. In update processes, miners often signal their support for a proposal, indicating that the new version is safe to use. However, this signaling is not always definitive, and miners can change their position if they deem it necessary.
Their incentive is to maximize returns from block rewards and transaction fees, as well as to maintain the value of investments in their specialized equipment, which are only profitable if the network remains stable.
5. Protocol Developers
Protocol developers, often called "Core Developers," are responsible for writing and maintaining Bitcoin's code. Although they do not have direct power over consensus, they possess an informal veto power since they decide which changes are included in the main client (Bitcoin Core). This group also serves as an important source of technical knowledge, helping guide decisions and inform other stakeholders.
Their incentive lies in the continuous improvement of the network, ensuring security and decentralization. Many developers are funded by grants and sponsorships, but their motivations generally include a strong ideological commitment to Bitcoin's principles.
6. Users and Application Developers
This group includes people who use Bitcoin in their daily transactions and developers who build solutions based on the network, such as wallets, exchanges, and payment platforms. Although their power in consensus is less than that of miners or economic nodes, they play an important role because they are responsible for popularizing Bitcoin's use and expanding the ecosystem.
If application developers decide not to adopt an update, this can affect compatibility and widespread acceptance. Thus, they indirectly influence consensus by deciding which version of the protocol to follow in their applications.
These stakeholders are vital to the consensus process, and each group exerts influence according to their involvement, incentives, and ability to act in situations of change. Understanding the role of each makes it clearer how consensus is formed and why it is so difficult to make significant changes to Bitcoin.
4. Mechanisms for Activating Updates in Bitcoin
For Bitcoin to evolve without compromising security and consensus, different mechanisms for activating updates have been developed over the years. These mechanisms help coordinate changes among network nodes to minimize the risk of fragmentation and ensure that updates are implemented in an orderly manner. Here, we explore some of the main methods used in Bitcoin, their advantages and disadvantages, as well as historical examples of significant updates.
Flag Day
The Flag Day mechanism is one of the simplest forms of activating changes. In it, a specific date or block is determined as the activation moment, and all nodes must be updated by that point. This method does not involve prior signaling; participants simply need to update to the new software version by the established day or block.
-
Advantages: Simplicity and predictability are the main benefits of Flag Day, as everyone knows the exact activation date.
-
Disadvantages: Inflexibility can be a problem because there is no way to adjust the schedule if a significant part of the network has not updated. This can result in network splits if a significant number of nodes are not ready for the update.
An example of Flag Day was the Pay to Script Hash (P2SH) update in 2012, which required all nodes to adopt the change to avoid compatibility issues.
BIP34 and BIP9
BIP34 introduced a more dynamic process, in which miners increase the version number in block headers to signal the update. When a predetermined percentage of the last blocks is mined with this new version, the update is automatically activated. This model later evolved with BIP9, which allowed multiple updates to be signaled simultaneously through "version bits," each corresponding to a specific change.
-
Advantages: Allows the network to activate updates gradually, giving more time for participants to adapt.
-
Disadvantages: These methods rely heavily on miner support, which means that if a sufficient number of miners do not signal the update, it can be delayed or not implemented.
BIP9 was used in the activation of SegWit (BIP141) but faced challenges because some miners did not signal their intent to activate, leading to the development of new mechanisms.
User Activated Soft Forks (UASF) and User Resisted Soft Forks (URSF)
To increase the decision-making power of ordinary users, the concept of User Activated Soft Fork (UASF) was introduced, allowing node operators, not just miners, to determine consensus for a change. In this model, nodes set a date to start rejecting blocks that are not in compliance with the new update, forcing miners to adapt or risk having their blocks rejected by the network.
URSF, in turn, is a model where nodes reject blocks that attempt to adopt a specific update, functioning as resistance against proposed changes.
-
Advantages: UASF returns decision-making power to node operators, ensuring that changes do not depend solely on miners.
-
Disadvantages: Both UASF and URSF can generate network splits, especially in cases of strong opposition among different stakeholders.
An example of UASF was the activation of SegWit in 2017, where users supported activation independently of miner signaling, which ended up forcing its adoption.
BIP8 (LOT=True)
BIP8 is an evolution of BIP9, designed to prevent miners from indefinitely blocking a change desired by the majority of users and developers. BIP8 allows setting a parameter called "lockinontimeout" (LOT) as true, which means that if the update has not been fully signaled by a certain point, it is automatically activated.
-
Advantages: Ensures that changes with broad support among users are not blocked by miners who wish to maintain the status quo.
-
Disadvantages: Can lead to network splits if miners or other important stakeholders do not support the update.
Although BIP8 with LOT=True has not yet been used in Bitcoin, it is a proposal that can be applied in future updates if necessary.
These activation mechanisms have been essential for Bitcoin's development, allowing updates that keep the network secure and functional. Each method brings its own advantages and challenges, but all share the goal of preserving consensus and network cohesion.
5. Risks and Considerations in Consensus Updates
Consensus updates in Bitcoin are complex processes that involve not only technical aspects but also political, economic, and social considerations. Due to the network's decentralized nature, each change brings with it a set of risks that need to be carefully assessed. Below, we explore some of the main challenges and future scenarios, as well as the possible impacts on stakeholders.
Network Fragility with Alternative Implementations
One of the main risks associated with consensus updates is the possibility of network fragmentation when there are alternative software implementations. If an update is implemented by a significant group of nodes but rejected by others, a network split (fork) can occur. This creates two competing chains, each with a different version of the transaction history, leading to unpredictable consequences for users and investors.
Such fragmentation weakens Bitcoin because, by dividing hashing power (computing) and coin value, it reduces network security and investor confidence. A notable example of this risk was the fork that gave rise to Bitcoin Cash in 2017 when disagreements over block size resulted in a new chain and a new asset.
Chain Splits and Impact on Stakeholders
Chain splits are a significant risk in update processes, especially in hard forks. During a hard fork, the network is split into two separate chains, each with its own set of rules. This results in the creation of a new coin and leaves users with duplicated assets on both chains. While this may seem advantageous, in the long run, these splits weaken the network and create uncertainties for investors.
Each group of stakeholders reacts differently to a chain split:
-
Institutional Investors and ETFs: Face regulatory and compliance challenges because many of these assets are managed under strict regulations. The creation of a new coin requires decisions to be made quickly to avoid potential losses, which may be hampered by regulatory constraints.
-
Miners: May be incentivized to shift their computing power to the chain that offers higher profitability, which can weaken one of the networks.
-
Economic Nodes: Such as major exchanges and custody providers, have to quickly choose which chain to support, influencing the perceived value of each network.
Such divisions can generate uncertainties and loss of value, especially for institutional investors and those who use Bitcoin as a store of value.
Regulatory Impacts and Institutional Investors
With the growing presence of institutional investors in Bitcoin, consensus changes face new compliance challenges. Bitcoin ETFs, for example, are required to follow strict rules about which assets they can include and how chain split events should be handled. The creation of a new asset or migration to a new chain can complicate these processes, creating pressure for large financial players to quickly choose a chain, affecting the stability of consensus.
Moreover, decisions regarding forks can influence the Bitcoin futures and derivatives market, affecting perception and adoption by new investors. Therefore, the need to avoid splits and maintain cohesion is crucial to attract and preserve the confidence of these investors.
Security Considerations in Soft Forks and Hard Forks
While soft forks are generally preferred in Bitcoin for their backward compatibility, they are not without risks. Soft forks can create different classes of nodes on the network (updated and non-updated), which increases operational complexity and can ultimately weaken consensus cohesion. In a network scenario with fragmentation of node classes, Bitcoin's security can be affected, as some nodes may lose part of the visibility over updated transactions or rules.
In hard forks, the security risk is even more evident because all nodes need to adopt the new update to avoid network division. Experience shows that abrupt changes can create temporary vulnerabilities, in which malicious agents try to exploit the transition to attack the network.
Bounty Claim Risks and Attack Scenarios
Another risk in consensus updates are so-called "bounty claims"—accumulated rewards that can be obtained if an attacker manages to split or deceive a part of the network. In a conflict scenario, a group of miners or nodes could be incentivized to support a new update or create an alternative version of the software to benefit from these rewards.
These risks require stakeholders to carefully assess each update and the potential vulnerabilities it may introduce. The possibility of "bounty claims" adds a layer of complexity to consensus because each interest group may see a financial opportunity in a change that, in the long term, may harm network stability.
The risks discussed above show the complexity of consensus in Bitcoin and the importance of approaching it gradually and deliberately. Updates need to consider not only technical aspects but also economic and social implications, in order to preserve Bitcoin's integrity and maintain trust among stakeholders.
6. Recommendations for the Consensus Process in Bitcoin
To ensure that protocol changes in Bitcoin are implemented safely and with broad support, it is essential that all stakeholders adopt a careful and coordinated approach. Here are strategic recommendations for evaluating, supporting, or rejecting consensus updates, considering the risks and challenges discussed earlier, along with best practices for successful implementation.
1. Careful Evaluation of Proposal Maturity
Stakeholders should rigorously assess the maturity level of a proposal before supporting its implementation. Updates that are still experimental or lack a robust technical foundation can expose the network to unnecessary risks. Ideally, change proposals should go through an extensive testing phase, have security audits, and receive review and feedback from various developers and experts.
2. Extensive Testing in Secure and Compatible Networks
Before an update is activated on the mainnet, it is essential to test it on networks like testnet and signet, and whenever possible, on other compatible networks that offer a safe and controlled environment to identify potential issues. Testing on networks like Litecoin was fundamental for the safe launch of innovations like SegWit and the Lightning Network, allowing functionalities to be validated on a lower-impact network before being implemented on Bitcoin.
The Liquid Network, developed by Blockstream, also plays an important role as an experimental network for new proposals, such as OP_CAT. By adopting these testing environments, stakeholders can mitigate risks and ensure that the update is reliable and secure before being adopted by the main network.
3. Importance of Stakeholder Engagement
The success of a consensus update strongly depends on the active participation of all stakeholders. This includes economic nodes, miners, protocol developers, investors, and end users. Lack of participation can lead to inadequate decisions or even future network splits, which would compromise Bitcoin's security and stability.
4. Key Questions for Evaluating Consensus Proposals
To assist in decision-making, each group of stakeholders should consider some key questions before supporting a consensus change:
- Does the proposal offer tangible benefits for Bitcoin's security, scalability, or usability?
- Does it maintain backward compatibility or introduce the risk of network split?
- Are the implementation requirements clear and feasible for each group involved?
- Are there clear and aligned incentives for all stakeholder groups to accept the change?
5. Coordination and Timing in Implementations
Timing is crucial. Updates with short activation windows can force a split because not all nodes and miners can update simultaneously. Changes should be planned with ample deadlines to allow all stakeholders to adjust their systems, avoiding surprises that could lead to fragmentation.
Mechanisms like soft forks are generally preferable to hard forks because they allow a smoother transition. Opting for backward-compatible updates when possible facilitates the process and ensures that nodes and miners can adapt without pressure.
6. Continuous Monitoring and Re-evaluation
After an update, it's essential to monitor the network to identify problems or side effects. This continuous process helps ensure cohesion and trust among all participants, keeping Bitcoin as a secure and robust network.
These recommendations, including the use of secure networks for extensive testing, promote a collaborative and secure environment for Bitcoin's consensus process. By adopting a deliberate and strategic approach, stakeholders can preserve Bitcoin's value as a decentralized and censorship-resistant network.
7. Conclusion
Consensus in Bitcoin is more than a set of rules; it's the foundation that sustains the network as a decentralized, secure, and reliable system. Unlike centralized systems, where decisions can be made quickly, Bitcoin requires a much more deliberate and cooperative approach, where the interests of miners, economic nodes, developers, investors, and users must be considered and harmonized. This governance model may seem slow, but it is fundamental to preserving the resilience and trust that make Bitcoin a global store of value and censorship-resistant.
Consensus updates in Bitcoin must balance the need for innovation with the preservation of the network's core principles. The development process of a proposal needs to be detailed and rigorous, going through several testing stages, such as in testnet, signet, and compatible networks like Litecoin and Liquid Network. These networks offer safe environments for proposals to be analyzed and improved before being launched on the main network.
Each proposed change must be carefully evaluated regarding its maturity, impact, backward compatibility, and support among stakeholders. The recommended key questions and appropriate timing are critical to ensure that an update is adopted without compromising network cohesion. It's also essential that the implementation process is continuously monitored and re-evaluated, allowing adjustments as necessary and minimizing the risk of instability.
By following these guidelines, Bitcoin's stakeholders can ensure that the network continues to evolve safely and robustly, maintaining user trust and further solidifying its role as one of the most resilient and innovative digital assets in the world. Ultimately, consensus in Bitcoin is not just a technical issue but a reflection of its community and the values it represents: security, decentralization, and resilience.
8. Links
Whitepaper: https://github.com/bitcoin-cap/bcap
Youtube (pt-br): https://www.youtube.com/watch?v=rARycAibl9o&list=PL-qnhF0qlSPkfhorqsREuIu4UTbF0h4zb
-
-
@ eac63075:b4988b48
2024-10-26 22:14:19The future of physical money is at stake, and the discussion about DREX, the new digital currency planned by the Central Bank of Brazil, is gaining momentum. In a candid and intense conversation, Federal Deputy Julia Zanatta (PL/SC) discussed the challenges and risks of this digital transition, also addressing her Bill No. 3,341/2024, which aims to prevent the extinction of physical currency. This bill emerges as a direct response to legislative initiatives seeking to replace physical money with digital alternatives, limiting citizens' options and potentially compromising individual freedom. Let's delve into the main points of this conversation.
https://www.fountain.fm/episode/i5YGJ9Ors3PkqAIMvNQ0
What is a CBDC?
Before discussing the specifics of DREX, it’s important to understand what a CBDC (Central Bank Digital Currency) is. CBDCs are digital currencies issued by central banks, similar to a digital version of physical money. Unlike cryptocurrencies such as Bitcoin, which operate in a decentralized manner, CBDCs are centralized and regulated by the government. In other words, they are digital currencies created and controlled by the Central Bank, intended to replace physical currency.
A prominent feature of CBDCs is their programmability. This means that the government can theoretically set rules about how, where, and for what this currency can be used. This aspect enables a level of control over citizens' finances that is impossible with physical money. By programming the currency, the government could limit transactions by setting geographical or usage restrictions. In practice, money within a CBDC could be restricted to specific spending or authorized for use in a defined geographical area.
In countries like China, where citizen actions and attitudes are also monitored, a person considered to have a "low score" due to a moral or ideological violation may have their transactions limited to essential purchases, restricting their digital currency use to non-essential activities. This financial control is strengthened because, unlike physical money, digital currency cannot be exchanged anonymously.
Practical Example: The Case of DREX During the Pandemic
To illustrate how DREX could be used, an example was given by Eric Altafim, director of Banco Itaú. He suggested that, if DREX had existed during the COVID-19 pandemic, the government could have restricted the currency’s use to a 5-kilometer radius around a person’s residence, limiting their economic mobility. Another proposed use by the executive related to the Bolsa Família welfare program: the government could set up programming that only allows this benefit to be used exclusively for food purchases. Although these examples are presented as control measures for safety or organization, they demonstrate how much a CBDC could restrict citizens' freedom of choice.
To illustrate the potential for state control through a Central Bank Digital Currency (CBDC), such as DREX, it is helpful to look at the example of China. In China, the implementation of a CBDC coincides with the country’s Social Credit System, a governmental surveillance tool that assesses citizens' and companies' behavior. Together, these technologies allow the Chinese government to monitor, reward, and, above all, punish behavior deemed inappropriate or threatening to the government.
How Does China's Social Credit System Work?
Implemented in 2014, China's Social Credit System assigns every citizen and company a "score" based on various factors, including financial behavior, criminal record, social interactions, and even online activities. This score determines the benefits or penalties each individual receives and can affect everything from public transport access to obtaining loans and enrolling in elite schools for their children. Citizens with low scores may face various sanctions, including travel restrictions, fines, and difficulty in securing loans.
With the adoption of the CBDC — or “digital yuan” — the Chinese government now has a new tool to closely monitor citizens' financial transactions, facilitating the application of Social Credit System penalties. China’s CBDC is a programmable digital currency, which means that the government can restrict how, when, and where the money can be spent. Through this level of control, digital currency becomes a powerful mechanism for influencing citizens' behavior.
Imagine, for instance, a citizen who repeatedly posts critical remarks about the government on social media or participates in protests. If the Social Credit System assigns this citizen a low score, the Chinese government could, through the CBDC, restrict their money usage in certain areas or sectors. For example, they could be prevented from buying tickets to travel to other regions, prohibited from purchasing certain consumer goods, or even restricted to making transactions only at stores near their home.
Another example of how the government can use the CBDC to enforce the Social Credit System is by monitoring purchases of products such as alcohol or luxury items. If a citizen uses the CBDC to spend more than the government deems reasonable on such products, this could negatively impact their social score, resulting in additional penalties such as future purchase restrictions or a lowered rating that impacts their personal and professional lives.
In China, this kind of control has already been demonstrated in several cases. Citizens added to Social Credit System “blacklists” have seen their spending and investment capacity severely limited. The combination of digital currency and social scores thus creates a sophisticated and invasive surveillance system, through which the Chinese government controls important aspects of citizens’ financial lives and individual freedoms.
Deputy Julia Zanatta views these examples with great concern. She argues that if the state has full control over digital money, citizens will be exposed to a level of economic control and surveillance never seen before. In a democracy, this control poses a risk, but in an authoritarian regime, it could be used as a powerful tool of repression.
DREX and Bill No. 3,341/2024
Julia Zanatta became aware of a bill by a Workers' Party (PT) deputy (Bill 4068/2020 by Deputy Reginaldo Lopes - PT/MG) that proposes the extinction of physical money within five years, aiming for a complete transition to DREX, the digital currency developed by the Central Bank of Brazil. Concerned about the impact of this measure, Julia drafted her bill, PL No. 3,341/2024, which prohibits the elimination of physical money, ensuring citizens the right to choose physical currency.
“The more I read about DREX, the less I want its implementation,” says the deputy. DREX is a Central Bank Digital Currency (CBDC), similar to other state digital currencies worldwide, but which, according to Julia, carries extreme control risks. She points out that with DREX, the State could closely monitor each citizen’s transactions, eliminating anonymity and potentially restricting freedom of choice. This control would lie in the hands of the Central Bank, which could, in a crisis or government change, “freeze balances or even delete funds directly from user accounts.”
Risks and Individual Freedom
Julia raises concerns about potential abuses of power that complete digitalization could allow. In a democracy, state control over personal finances raises serious questions, and EddieOz warns of an even more problematic future. “Today we are in a democracy, but tomorrow, with a government transition, we don't know if this kind of power will be used properly or abused,” he states. In other words, DREX gives the State the ability to restrict or condition the use of money, opening the door to unprecedented financial surveillance.
EddieOz cites Nigeria as an example, where a CBDC was implemented, and the government imposed severe restrictions on the use of physical money to encourage the use of digital currency, leading to protests and clashes in the country. In practice, the poorest and unbanked — those without regular access to banking services — were harshly affected, as without physical money, many cannot conduct basic transactions. Julia highlights that in Brazil, this situation would be even more severe, given the large number of unbanked individuals and the extent of rural areas where access to technology is limited.
The Relationship Between DREX and Pix
The digital transition has already begun with Pix, which revolutionized instant transfers and payments in Brazil. However, Julia points out that Pix, though popular, is a citizen’s choice, while DREX tends to eliminate that choice. The deputy expresses concern about new rules suggested for Pix, such as daily transaction limits of a thousand reais, justified as anti-fraud measures but which, in her view, represent additional control and a profit opportunity for banks. “How many more rules will banks create to profit from us?” asks Julia, noting that DREX could further enhance control over personal finances.
International Precedents and Resistance to CBDC
The deputy also cites examples from other countries resisting the idea of a centralized digital currency. In the United States, states like New Hampshire have passed laws to prevent the advance of CBDCs, and leaders such as Donald Trump have opposed creating a national digital currency. Trump, addressing the topic, uses a justification similar to Julia’s: in a digitalized system, “with one click, your money could disappear.” She agrees with the warning, emphasizing the control risk that a CBDC represents, especially for countries with disadvantaged populations.
Besides the United States, Canada, Colombia, and Australia have also suspended studies on digital currencies, citing the need for further discussions on population impacts. However, in Brazil, the debate on DREX is still limited, with few parliamentarians and political leaders openly discussing the topic. According to Julia, only she and one or two deputies are truly trying to bring this discussion to the Chamber, making DREX’s advance even more concerning.
Bill No. 3,341/2024 and Popular Pressure
For Julia, her bill is a first step. Although she acknowledges that ideally, it would prevent DREX's implementation entirely, PL 3341/2024 is a measure to ensure citizens' choice to use physical money, preserving a form of individual freedom. “If the future means control, I prefer to live in the past,” Julia asserts, reinforcing that the fight for freedom is at the heart of her bill.
However, the deputy emphasizes that none of this will be possible without popular mobilization. According to her, popular pressure is crucial for other deputies to take notice and support PL 3341. “I am only one deputy, and we need the public’s support to raise the project’s visibility,” she explains, encouraging the public to press other parliamentarians and ask them to “pay attention to PL 3341 and the project that prohibits the end of physical money.” The deputy believes that with a strong awareness and pressure movement, it is possible to advance the debate and ensure Brazilians’ financial freedom.
What’s at Stake?
Julia Zanatta leaves no doubt: DREX represents a profound shift in how money will be used and controlled in Brazil. More than a simple modernization of the financial system, the Central Bank’s CBDC sets precedents for an unprecedented level of citizen surveillance and control in the country. For the deputy, this transition needs to be debated broadly and transparently, and it’s up to the Brazilian people to defend their rights and demand that the National Congress discuss these changes responsibly.
The deputy also emphasizes that, regardless of political or partisan views, this issue affects all Brazilians. “This agenda is something that will affect everyone. We need to be united to ensure people understand the gravity of what could happen.” Julia believes that by sharing information and generating open debate, it is possible to prevent Brazil from following the path of countries that have already implemented a digital currency in an authoritarian way.
A Call to Action
The future of physical money in Brazil is at risk. For those who share Deputy Julia Zanatta’s concerns, the time to act is now. Mobilize, get informed, and press your representatives. PL 3341/2024 is an opportunity to ensure that Brazilian citizens have a choice in how to use their money, without excessive state interference or surveillance.
In the end, as the deputy puts it, the central issue is freedom. “My fear is that this project will pass, and people won’t even understand what is happening.” Therefore, may every citizen at least have the chance to understand what’s at stake and make their voice heard in defense of a Brazil where individual freedom and privacy are respected values.
-
@ f977c464:32fcbe00
2024-01-30 20:06:18Güneşin kaybolmasının üçüncü günü, saat öğlen on ikiyi yirmi geçiyordu. Trenin kalkmasına yaklaşık iki saat vardı. Hepimiz perondaydık. Valizlerimiz, kolilerimiz, renk renk ve biçimsiz çantalarımızla yan yana dizilmiş, kısa aralıklarla tepemizdeki devasa saati kontrol ediyorduk.
Ama ne kadar dik bakarsak bakalım zaman bir türlü istediğimiz hızla ilerlemiyordu. Herkes birkaç dakika sürmesi gereken alelade bir doğa olayına sıkışıp kalmış, karanlıktan sürünerek çıkmayı deniyordu.
Bekleme salonuna doğru döndüm. Nefesimden çıkan buharın arkasında, kalın taş duvarları ve camlarıyla morg kadar güvenli ve soğuk duruyordu. Cesetleri o yüzden bunun gibi yerlere taşımaya başlamışlardı. Demek insanların bütün iyiliği başkaları onları gördüğü içindi ki gündüzleri gecelerden daha karanlık olduğunda hemen birbirlerinin gırtlağına çökmüş, böğürlerinde delikler açmış, gözlerini oyup kafataslarını parçalamışlardı.
İstasyonun ışığı titrediğinde karanlığın enseme saplandığını hissettim. Eğer şimdi, böyle kalabalık bir yerde elektrik kesilse başımıza ne gelirdi?
İçerideki askerlerden biri bakışlarımı yakalayınca yeniden saate odaklanmış gibi yaptım. Sadece birkaç dakika geçmişti.
“Tarlalarım gitti. Böyle boyum kadar ayçiçeği doluydu. Ah, hepsi ölüp gidiyor. Afitap’ın çiçekleri de gi-”
“Dayı, Allah’ını seversen sus. Hepimizi yakacaksın şimdi.”
Karanlıkta durduğunda, görünmez olmayı istemeye başlıyordun. Kimse seni görmemeli, nefesini bile duymamalıydı. Kimsenin de ayağının altında dolaşmamalıydın; gelip kazayla sana çarpmamalılar, takılıp sendelememeliydiler. Yoksa aslında hedefi sen olmadığın bir öfke gürlemeye başlar, yaşadığın ilk şoku ve acıyı silerek üstünden geçerdi.
İlk konuşan, yaşlıca bir adam, kafasında kasketi, nasırlı ellerine hohluyordu. Gözleri ve burnu kızarmıştı. Güneşin kaybolması onun için kendi başına bir felaket değildi. Hayatına olan pratik yansımalarından korkuyordu olsa olsa. Bir anının kaybolması, bu yüzden çoktan kaybettiği birinin biraz daha eksilmesi. Hayatta kalmasını gerektiren sebepler azalırken, hayatta kalmasını sağlayacak kaynaklarını da kaybediyordu.
Onu susturan delikanlıysa atkısını bütün kafasına sarmış, sakalı ve yüzünün derinliklerine kaçmış gözleri dışında bedeninin bütün parçalarını gizlemeye çalışıyordu. İşte o, güneşin kaybolmasının tam olarak ne anlama geldiğini anlamamış olsa bile, dehşetini olduğu gibi hissedebilenlerdendi.
Güneşin onlardan alındıktan sonra kime verileceğini sormuyorlardı. En başta onlara verildiğinde de hiçbir soru sormamışlardı zaten.
İki saat ne zaman geçer?
Midemin üstünde, sağ tarafıma doğru keskin bir acı hissettim. Karaciğerim. Gözlerimi yumdum. Yanımda biri metal bir nesneyi yere bıraktı. Bir kafesti. İçerisindeki kartalın ıslak kokusu burnuma ulaşmadan önce bile biliyordum bunu.
“Yeniden mi?” diye sordu bana kartal. Kanatları kanlı. Zamanın her bir parçası tüylerinin üstüne çöreklenmişti. Gagası bir şey, tahminen et parçası geveliyor gibi hareket ediyordu. Eski anılar kolay unutulmazmış. Şu anda kafesinin kalın parmaklıklarının ardında olsa da bunun bir aldatmaca olduğunu bir tek ben biliyordum. Her an kanatlarını iki yana uzatıverebilir, hava bu hareketiyle dalgalanarak kafesi esneterek hepimizi içine alacak kadar genişleyebilir, parmaklıklar önce ayaklarımızın altına serilir gibi gözükebilir ama aslında hepimizin üstünde yükselerek tepemize çökebilirdi.
Aşağıya baktım. Tahtalarla zapt edilmiş, hiçbir yere gidemeyen ama her yere uzanan tren rayları. Atlayıp koşsam… Çantam çok ağırdı. Daha birkaç adım atamadan, kartal, suratını bedenime gömerdi.
“Bu sefer farklı,” diye yanıtladım onu. “Yeniden diyemezsin. Tekrarladığım bir şey değil bu. Hatta bir hata yapıyormuşum gibi tonlayamazsın da. Bu sefer, insanların hak etmediğini biliyorum.”
“O zaman daha vahim. Süzme salaksın demektir.”
“İnsanların hak etmemesi, insanlığın hak etmediği anlamına gelmez ki.”
Az önce göz göze geldiğim genççe ama çökük asker hâlâ bana bakıyordu. Bir kartalla konuştuğumu anlamamıştı şüphesiz. Yanımdakilerden biriyle konuştuğumu sanmış olmalıydı. Ama konuştuğum kişiye bakmıyordum ona göre. Çekingence kafamı eğmiştim. Bir kez daha göz göze geldiğimizde içerideki diğer iki askere bir şeyler söyledi, onlar dönüp beni süzerken dışarı çıktı.
Yanımızdaki, az önce konuşan iki adam da şaşkınlıkla bir bana bir kartala bakıyordu.
“Yalnız bu sefer kalbin de kırılacak, Prometheus,” dedi kartal, bana. “Belki son olur. Biliyorsun, bir sürü soruna neden oluyor bu yaptıkların.”
Beni koruyordu sözde. En çok kanıma dokunan buydu. Kasıklarımın üstüne oturmuş, kanlı suratının ardında gözleri parlarken attığı çığlık kulaklarımda titremeye devam ediyordu. Bu tabloda kimsenin kimseyi düşündüğü yoktu. Kartalın, yanımızdaki adamların, artık arkama kadar gelmiş olması gereken askerin, tren raylarının, geçmeyen saatlerin…
Arkamı döndüğümde, asker sahiden oradaydı. Zaten öyle olması gerekiyordu; görmüştüm bunu, biliyordum. Kehanetler… Bir şeyler söylüyordu ama ağzı oynarken sesi çıkmıyordu. Yavaşlamış, kendisini saatin akışına uydurmuştu. Havada donan tükürüğünden anlaşılıyordu, sinirliydi. Korktuğu için olduğunu biliyordum. Her seferinde korkmuşlardı. Beni unutmuş olmaları işlerini kolaylaştırmıyordu. Sadece yeni bir isim vermelerine neden oluyordu. Bu seferkiyle beni lanetleyecekleri kesinleşmişti.
Olması gerekenle olanların farklı olması ne kadar acınasıydı. Olması gerekenlerin doğasının kötücül olmasıysa bir yerde buna dayanıyordu.
“Salaksın,” dedi kartal bana. Zamanı aşan bir çığlık. Hepimizin önüne geçmişti ama kimseyi durduramıyordu.
Sonsuzluğa kaç tane iki saat sıkıştırabilirsiniz?
Ben bir tane bile sıkıştıramadım.
Çantama uzanıyordum. Asker de sırtındaki tüfeğini indiriyordu. Benim acelem yoktu, onunsa eli ayağı birbirine dolaşıyordu. Oysaki her şey tam olması gerektiği anda olacaktı. Kehanet başkasının parmaklarının ucundaydı.
Güneş, bir tüfeğin patlamasıyla yeryüzüne doğdu.
Rayların üzerine serilmiş göğsümün ortasından, bir çantanın içinden.
Not: Bu öykü ilk olarak 2021 yılında Esrarengiz Hikâyeler'de yayımlanmıştır.
-
@ f977c464:32fcbe00
2024-01-11 18:47:47Kendisini aynada ilk defa gördüğü o gün, diğerleri gibi olduğunu anlamıştı. Oysaki her insan biricik olmalıydı. Sözgelimi sinirlendiğinde bir kaşı diğerinden birkaç milimetre daha az çatılabilirdi veya sevindiğinde dudağı ona has bir açıyla dalgalanabilirdi. Hatta bunların hiçbiri mümkün değilse, en azından, gözlerinin içinde sadece onun sahip olabileceği bir ışık parlayabilirdi. Çok sıradan, öyle sıradan ki kimsenin fark etmediği o milyonlarca minik şeyden herhangi biri. Ne olursa.
Ama yansımasına bakarken bunların hiçbirini bulamadı ve diğer günlerden hiç de farklı başlamamış o gün, işe gitmek için vagonunun gelmesini beklediği alelade bir metro istasyonunda, içinde kaybolduğu illüzyon dağılmaya başladı.
İlk önce derisi döküldü. Tam olarak dökülmedi aslında, daha çok kıvılcımlara dönüşüp bedeninden fırlamış ve bir an sonra sönerek külleşmiş, havada dağılmıştı. Ardında da, kaybolmadan hemen önce, kısa süre için hayal meyal görülebilen, bir ruhun yok oluşuna ağıt yakan rengârenk peri cesetleri bırakmıştı. Beklenenin aksine, havaya toz kokusu yayıldı.
Dehşete düştü elbette. Dehşete düştüler. Panikle üstlerini yırtan 50 işçi. Her şeyin sebebiyse o vagon.
Saçları da döküldü. Her tel, yere varmadan önce, her santimde ikiye ayrıla ayrıla yok oldu.
Bütün yüzeylerin mat olduğu, hiçbir şeyin yansımadığı, suyun siyah aktığı ve kendine ancak kameralarla bakabildiğin bir dünyada, vagonun içine yerleştirilmiş bir aynadan ilk defa kendini görmek.
Gözlerinin akları buharlaşıp havada dağıldı, mercekleri boşalan yeri doldurmak için eriyip yayıldı. Gerçeği görmemek için yaratılmış, bu yüzden görmeye hazır olmayan ve hiç olmayacak gözler.
Her şeyin o anda sona erdiğini sanabilirdi insan. Derin bir karanlık ve ölüm. Görmenin görmek olduğu o anın bitişi.
Ben geldiğimde ölmüşlerdi.
Yani bozulmuşlardı demek istiyorum.
Belleklerini yeni taşıyıcılara takmam mümkün olmadı. Fiziksel olarak kusursuz durumdaydılar, olmayanları da tamir edebilirdim ama tüm o hengamede kendilerini baştan programlamış ve girdilerini modifiye etmişlerdi.
Belleklerden birini masanın üzerinden ileriye savurdu. Hınca hınç dolu bir barda oturuyorlardı. O ve arkadaşı.
Sırf şu kendisini insan sanan androidler travma geçirip delirmesin diye neler yapıyoruz, insanın aklı almıyor.
Eliyle arkasını işaret etti.
Polislerin söylediğine göre biri vagonun içerisine ayna yerleştirmiş. Bu zavallılar da kapı açılıp bir anda yansımalarını görünce kafayı kırmışlar.
Arkadaşı bunların ona ne hissettirdiğini sordu. Yani o kadar bozuk, insan olduğunu sanan androidi kendilerini parçalamış olarak yerde görmek onu sarsmamış mıydı?
Hayır, sonuçta belirli bir amaç için yaratılmış şeyler onlar. Kaliteli bir bilgisayarım bozulduğunda üzülürüm çünkü parasını ben vermişimdir. Bunlarsa devletin. Bana ne ki?
Arkadaşı anlayışla kafasını sallayıp suyundan bir yudum aldı. Kravatını biraz gevşetti.
Bira istemediğinden emin misin?
İstemediğini söyledi. Sahi, neden deliriyordu bu androidler?
Basit. Onların yapay zekâlarını kodlarken bir şeyler yazıyorlar. Yazılımcılar. Biliyorsun, ben donanımdayım. Bunlar da kendilerini insan sanıyorlar. Tiplerine bak.
Sesini alçalttı.
Arabalarda kaza testi yapılan mankenlere benziyor hepsi. Ağızları burunları bile yok ama şu geldiğimizden beri sakalını düzeltip duruyor mesela. Hayır, hepsi de diğerleri onun sakalı varmış sanıyor, o manyak bir şey.
Arkadaşı bunun delirmeleriyle bağlantısını çözemediğini söyledi. O da normal sesiyle konuşmaya devam etti.
Anlasana, aynayı falan ayırt edemiyor mercekleri. Lönk diye kendilerini görüyorlar. Böyle, olduğu gibi...
Nedenmiş peki? Ne gerek varmış?
Ne bileyim be abicim! Ahiret soruları gibi.
Birasına bakarak dalıp gitti. Sonra masaya abanarak arkadaşına iyice yaklaştı. Bulanık, bir tünelin ucundaki biri gibi, şekli şemalı belirsiz bir adam.
Ben seni nereden tanıyorum ki ulan? Kimsin sen?
Belleği makineden çıkardılar. İki kişiydiler. Soruşturmadan sorumlu memurlar.
─ Baştan mı başlıyoruz, diye sordu belleği elinde tutan ilk memur.
─ Bir kere daha deneyelim ama bu sefer direkt aynayı sorarak başla, diye cevapladı ikinci memur.
─ Bence de. Yeterince düzgün çalışıyor.
Simülasyon yüklenirken, ayakta, biraz arkada duran ve alnını kaşıyan ikinci memur sormaktan kendisini alamadı:
─ Bu androidleri niye böyle bir olay yerine göndermişler ki? Belli tost olacakları. İsraf. Gidip biz baksak aynayı kırıp delilleri mahvetmek zorunda da kalmazlar.
Diğer memur sandalyesinde hafifçe dönecek oldu, o sırada soruyu bilgisayarın hoparlöründen teknisyen cevapladı.
Hangi işimizde bir yamukluk yok ki be abi.
Ama bir son değildi. Üstlerindeki tüm illüzyon dağıldığında ve çıplak, cinsiyetsiz, birbirinin aynı bedenleriyle kaldıklarında sıra dünyaya gelmişti.
Yere düştüler. Elleri -bütün bedeni gibi siyah turmalinden, boğumları çelikten- yere değdiği anda, metronun zemini dağıldı.
Yerdeki karolar öncesinde beyazdı ve çok parlaktı. Tepelerindeki floresan, ışığını olduğu gibi yansıtıyor, tek bir lekenin olmadığı ve tek bir tozun uçmadığı istasyonu aydınlatıyorlardı.
Duvarlara duyurular asılmıştı. Örneğin, yarın akşam kültür merkezinde 20.00’da başlayacak bir tekno blues festivalinin cıvıl cıvıl afişi vardı. Onun yanında daha geniş, sarı puntolu harflerle yazılmış, yatay siyah kesiklerle çerçevesi çizilmiş, bir platformdan düşen çöp adamın bulunduğu “Dikkat! Sarı bandı geçmeyin!” uyarısı. Biraz ilerisinde günlük resmi gazete, onun ilerisinde bir aksiyon filminin ve başka bir romantik komedi filminin afişleri, yapılacakların ve yapılmayacakların söylendiği küçük puntolu çeşitli duyurular... Duvar uzayıp giden bir panoydu. On, on beş metrede bir tekrarlanıyordu.
Tüm istasyonun eni yüz metre kadar. Genişliği on metre civarı.
Önlerinde, açık kapısından o mendebur aynanın gözüktüğü vagon duruyordu. Metro, istasyona sığmayacak kadar uzundu. Bir kılıcın keskinliğiyle uzanıyor ama yer yer vagonların ek yerleriyle bölünüyordu.
Hiçbir vagonda pencere olmadığı için metronun içi, içlerindekiler meçhuldü.
Sonrasında karolar zerrelerine ayrılarak yükseldi. Floresanın ışığında her yeri toza boğdular ve ortalığı gri bir sisin altına gömdüler. Çok kısa bir an. Afişleri dalgalandırmadılar. Dalgalandırmaya vakitleri olmadı. Yerlerinden söküp aldılar en fazla. Işık birkaç kere sönüp yanarak direndi. Son kez söndüğünde bir daha geri gelmedi.
Yine de etraf aydınlıktı. Kırmızı, her yere eşit dağılan soluk bir ışıkla.
Yer tamamen tele dönüşmüştü. Altında çapraz hatlarla desteklenmiş demir bir iskelet. Işık birkaç metreden daha fazla aşağıya uzanamıyordu. Sonsuzluğa giden bir uçurum.
Duvarın yerini aynı teller ve demir iskelet almıştı. Arkasında, birbirine vidalarla tutturulmuş demir plakalardan oluşan, üstünden geçen boruların ek yerlerinden bazen ince buharların çıktığı ve bir süre asılı kaldıktan sonra ağır, yağlı bir havayla sürüklendiği bir koridor.
Diğer tarafta paslanmış, pencerelerindeki camlar kırıldığı için demir plakalarla kapatılmış külüstür bir metro. Kapının karşısındaki aynadan her şey olduğu gibi yansıyordu.
Bir konteynırın içini andıran bir evde, gerçi gayet de birbirine eklenmiş konteynırlardan oluşan bir şehirde “andıran” demek doğru olmayacağı için düpedüz bir konteynırın içinde, masaya mum görüntüsü vermek için koyulmuş, yarı katı yağ atıklarından şekillendirilmiş kütleleri yakmayı deniyordu. Kafasında hayvan kıllarından yapılmış grili siyahlı bir peruk. Aynı kıllardan kendisine gür bir bıyık da yapmıştı.
Üstünde mavi çöp poşetlerinden yapılmış, kravatlı, şık bir takım.
Masanın ayakları yerine oradan buradan çıkmış parçalar konulmuştu: bir arabanın şaft mili, üst üste konulmuş ve üstünde yazı okunamayan tenekeler, boş kitaplar, boş gazete balyaları... Hiçbir şeye yazı yazılmıyordu, gerek yoktu da zaten çünkü merkez veri bankası onları fark ettirmeden, merceklerden giren veriyi sentezleyerek insanlar için dolduruyordu. Yani, androidler için. Farklı şekilde isimlendirmek bir fark yaratacaksa.
Onların mercekleri için değil. Bağlantıları çok önceden kopmuştu.
─ Hayatım, sofra hazır, diye bağırdı yatak odasındaki karısına.
Sofrada tabak yerine düz, bardak yerine bükülmüş, çatal ve bıçak yerine sivriltilmiş plakalar.
Karısı salonun kapısında durakladı ve ancak kulaklarına kadar uzanan, kocasınınkine benzeyen, cansız, ölü hayvanların kıllarından ibaret peruğunu eliyle düzeltti. Dudağını, daha doğrusu dudağının olması gereken yeri koyu kırmızı bir yağ tabakasıyla renklendirmeyi denemişti. Biraz da yanaklarına sürmüştü.
─ Nasıl olmuş, diye sordu.
Sesi tek düzeydi ama hafif bir neşe olduğunu hissettiğinize yemin edebilirdiniz.
Üzerinde, çöp poşetlerinin içini yazısız gazete kağıtlarıyla doldurarak yaptığı iki parça giysi.
─ Çok güzelsin, diyerek kravatını düzeltti kocası.
─ Sen de öylesin, sevgilim.
Yaklaşıp kocasını öptü. Kocası da onu. Sonra nazikçe elinden tutarak, sandalyesini geriye çekerek oturmasına yardım etti.
Sofrada yemek niyetine hiçbir şey yoktu. Gerek de yoktu zaten.
Konteynırın kapısı gürültüyle tekmelenip içeri iki memur girene kadar birbirlerine öyküler anlattılar. O gün neler yaptıklarını. İşten erken çıkıp yemyeşil çimenlerde gezdiklerini, uçurtma uçurduklarını, kadının nasıl o elbiseyi bulmak için saatlerce gezip yorulduğunu, kocasının kısa süreliğine işe dönüp nasıl başarılı bir hamleyle yaşanan krizi çözdüğünü ve kadının yanına döndükten sonra, alışveriş merkezinde oturdukları yeni dondurmacının dondurmalarının ne kadar lezzetli olduğunu, boğazlarının ağrımasından korktuklarını...
Akşam film izleyebilirlerdi, televizyonda -boş ve mat bir plaka- güzel bir film oynayacaktı.
İki memur. Çıplak bedenleriyle birbirinin aynı. Ellerindeki silahları onlara doğrultmuşlardı. Mum ışığında, tertemiz bir örtünün serili olduğu masada, bardaklarında şaraplarla oturan ve henüz sofranın ortasındaki hindiye dokunmamış çifti gördüklerinde bocaladılar.
Hiç de androidlere bilinçli olarak zarar verebilecek gibi gözükmüyorlardı.
─ Sessiz kalma hakkına sahipsiniz, diye bağırdı içeri giren ikinci memur. Söylediğiniz her şey...
Cümlesini bitiremedi. Yatak odasındaki, masanın üzerinden gördüğü o şey, onunla aynı hareketleri yapan android, yoksa, bir aynadaki yansıması mıydı?
Bütün illüzyon o anda dağılmaya başladı.
Not: Bu öykü ilk olarak 2020 yılında Esrarengiz Hikâyeler'de yayımlanmıştır.
-
@ 8fb140b4:f948000c
2023-11-21 21:37:48Embarking on the journey of operating your own Lightning node on the Bitcoin Layer 2 network is more than just a tech-savvy endeavor; it's a step into a realm of financial autonomy and cutting-edge innovation. By running a node, you become a vital part of a revolutionary movement that's reshaping how we think about money and digital transactions. This role not only offers a unique perspective on blockchain technology but also places you at the heart of a community dedicated to decentralization and network resilience. Beyond the technicalities, it's about embracing a new era of digital finance, where you contribute directly to the network's security, efficiency, and growth, all while gaining personal satisfaction and potentially lucrative rewards.
In essence, running your own Lightning node is a powerful way to engage with the forefront of blockchain technology, assert financial independence, and contribute to a more decentralized and efficient Bitcoin network. It's an adventure that offers both personal and communal benefits, from gaining in-depth tech knowledge to earning a place in the evolving landscape of cryptocurrency.
Running your own Lightning node for the Bitcoin Layer 2 network can be an empowering and beneficial endeavor. Here are 10 reasons why you might consider taking on this task:
-
Direct Contribution to Decentralization: Operating a node is a direct action towards decentralizing the Bitcoin network, crucial for its security and resistance to control or censorship by any single entity.
-
Financial Autonomy: Owning a node gives you complete control over your financial transactions on the network, free from reliance on third-party services, which can be subject to fees, restrictions, or outages.
-
Advanced Network Participation: As a node operator, you're not just a passive participant but an active player in shaping the network, influencing its efficiency and scalability through direct involvement.
-
Potential for Higher Revenue: With strategic management and optimal channel funding, your node can become a preferred route for transactions, potentially increasing the routing fees you can earn.
-
Cutting-Edge Technological Engagement: Running a node puts you at the forefront of blockchain and bitcoin technology, offering insights into future developments and innovations.
-
Strengthened Network Security: Each new node adds to the robustness of the Bitcoin network, making it more resilient against attacks and failures, thus contributing to the overall security of the ecosystem.
-
Personalized Fee Structures: You have the flexibility to set your own fee policies, which can balance earning potential with the service you provide to the network.
-
Empowerment Through Knowledge: The process of setting up and managing a node provides deep learning opportunities, empowering you with knowledge that can be applied in various areas of blockchain and fintech.
-
Boosting Transaction Capacity: By running a node, you help to increase the overall capacity of the Lightning Network, enabling more transactions to be processed quickly and at lower costs.
-
Community Leadership and Reputation: As an active node operator, you gain recognition within the Bitcoin community, which can lead to collaborative opportunities and a position of thought leadership in the space.
These reasons demonstrate the impactful and transformative nature of running a Lightning node, appealing to those who are deeply invested in the principles of bitcoin and wish to actively shape its future. Jump aboard, and embrace the journey toward full independence. 🐶🐾🫡🚀🚀🚀
-
-
@ 8fb140b4:f948000c
2023-11-18 23:28:31Chef's notes
Serving these two dishes together will create a delightful centerpiece for your Thanksgiving meal, offering a perfect blend of traditional flavors with a homemade touch.
Details
- ⏲️ Prep time: 30 min
- 🍳 Cook time: 1 - 2 hours
- 🍽️ Servings: 4-6
Ingredients
- 1 whole turkey (about 12-14 lbs), thawed and ready to cook
- 1 cup unsalted butter, softened
- 2 tablespoons fresh thyme, chopped
- 2 tablespoons fresh rosemary, chopped
- 2 tablespoons fresh sage, chopped
- Salt and freshly ground black pepper
- 1 onion, quartered
- 1 lemon, halved
- 2-3 cloves of garlic
- Apple and Sage Stuffing
- 1 loaf of crusty bread, cut into cubes
- 2 apples, cored and chopped
- 1 onion, diced
- 2 stalks celery, diced
- 3 cloves garlic, minced
- 1/4 cup fresh sage, chopped
- 1/2 cup unsalted butter
- 2 cups chicken broth
- Salt and pepper, to taste
Directions
- Preheat the Oven: Set your oven to 325°F (165°C).
- Prepare the Herb Butter: Mix the softened butter with the chopped thyme, rosemary, and sage. Season with salt and pepper.
- Prepare the Turkey: Remove any giblets from the turkey and pat it dry. Loosen the skin and spread a generous amount of herb butter under and over the skin.
- Add Aromatics: Inside the turkey cavity, place the quartered onion, lemon halves, and garlic cloves.
- Roast: Place the turkey in a roasting pan. Tent with aluminum foil and roast. A general guideline is about 15 minutes per pound, or until the internal temperature reaches 165°F (74°C) at the thickest part of the thigh.
- Rest and Serve: Let the turkey rest for at least 20 minutes before carving.
- Next: Apple and Sage Stuffing
- Dry the Bread: Spread the bread cubes on a baking sheet and let them dry overnight, or toast them in the oven.
- Cook the Vegetables: In a large skillet, melt the butter and cook the onion, celery, and garlic until soft.
- Combine Ingredients: Add the apples, sage, and bread cubes to the skillet. Stir in the chicken broth until the mixture is moist. Season with salt and pepper.
- Bake: Transfer the stuffing to a baking dish and bake at 350°F (175°C) for about 30-40 minutes, until golden brown on top.
-
@ 8fb140b4:f948000c
2023-11-02 01:13:01Testing a brand new YakiHonne native client for iOS. Smooth as butter (not penis butter 🤣🍆🧈) with great visual experience and intuitive navigation. Amazing work by the team behind it! * lists * work
Bold text work!
Images could have used nostr.build instead of raw S3 from us-east-1 region.
Very impressive! You can even save the draft and continue later, before posting the long-form note!
🐶🐾🤯🤯🤯🫂💜
-
@ 8fb140b4:f948000c
2023-08-22 12:14:34As the title states, scratch behind my ear and you get it. 🐶🐾🫡
-
@ 872982aa:8fb54cfe
2025-03-27 01:16:09NIP-02
Follow List
final
optional
A special event with kind
3
, meaning "follow list" is defined as having a list ofp
tags, one for each of the followed/known profiles one is following.Each tag entry should contain the key for the profile, a relay URL where events from that key can be found (can be set to an empty string if not needed), and a local name (or "petname") for that profile (can also be set to an empty string or not provided), i.e.,
["p", <32-bytes hex key>, <main relay URL>, <petname>]
.The
.content
is not used.For example:
jsonc { "kind": 3, "tags": [ ["p", "91cf9..4e5ca", "wss://alicerelay.com/", "alice"], ["p", "14aeb..8dad4", "wss://bobrelay.com/nostr", "bob"], ["p", "612ae..e610f", "ws://carolrelay.com/ws", "carol"] ], "content": "", // other fields... }
Every new following list that gets published overwrites the past ones, so it should contain all entries. Relays and clients SHOULD delete past following lists as soon as they receive a new one.
Whenever new follows are added to an existing list, clients SHOULD append them to the end of the list, so they are stored in chronological order.
Uses
Follow list backup
If one believes a relay will store their events for sufficient time, they can use this kind-3 event to backup their following list and recover on a different device.
Profile discovery and context augmentation
A client may rely on the kind-3 event to display a list of followed people by profiles one is browsing; make lists of suggestions on who to follow based on the follow lists of other people one might be following or browsing; or show the data in other contexts.
Relay sharing
A client may publish a follow list with good relays for each of their follows so other clients may use these to update their internal relay lists if needed, increasing censorship-resistance.
Petname scheme
The data from these follow lists can be used by clients to construct local "petname" tables derived from other people's follow lists. This alleviates the need for global human-readable names. For example:
A user has an internal follow list that says
json [ ["p", "21df6d143fb96c2ec9d63726bf9edc71", "", "erin"] ]
And receives two follow lists, one from
21df6d143fb96c2ec9d63726bf9edc71
that saysjson [ ["p", "a8bb3d884d5d90b413d9891fe4c4e46d", "", "david"] ]
and another from
a8bb3d884d5d90b413d9891fe4c4e46d
that saysjson [ ["p", "f57f54057d2a7af0efecc8b0b66f5708", "", "frank"] ]
When the user sees
21df6d143fb96c2ec9d63726bf9edc71
the client can show erin instead; When the user seesa8bb3d884d5d90b413d9891fe4c4e46d
the client can show david.erin instead; When the user seesf57f54057d2a7af0efecc8b0b66f5708
the client can show frank.david.erin instead. -
@ 8fb140b4:f948000c
2023-07-30 00:35:01Test Bounty Note
-
@ 57d1a264:69f1fee1
2025-03-27 08:11:33Explore and reimagine programming interfaces beyond text (visual, tactile, spatial).
"The most dangerous thought you can have as a creative person is to think you know what you're doing."
— Richard Hamming
[^1]https://www.youtube.com/watch?v=8pTEmbeENF4
For his recent DBX Conference talk, Victor took attendees back to the year 1973, donning the uniform of an IBM systems engineer of the times, delivering his presentation on an overhead projector. The '60s and early '70s were a fertile time for CS ideas, reminds Victor, but even more importantly, it was a time of unfettered thinking, unconstrained by programming dogma, authority, and tradition.
'The most dangerous thought that you can have as a creative person is to think that you know what you're doing,' explains Victor. 'Because once you think you know what you're doing you stop looking around for other ways of doing things and you stop being able to see other ways of doing things. You become blind.' He concludes, 'I think you have to say: "We don't know what programming is. We don't know what computing is. We don't even know what a computer is." And once you truly understand that, and once you truly believe that, then you're free, and you can think anything.'
More details at https://worrydream.com/dbx/
[^1]: Richard Hamming -- The Art of Doing Science and Engineering, p5 (pdf ebook)
originally posted at https://stacker.news/items/926493
-
@ 8fb140b4:f948000c
2023-07-22 09:39:48Intro
This short tutorial will help you set up your own Nostr Wallet Connect (NWC) on your own LND Node that is not using Umbrel. If you are a user of Umbrel, you should use their version of NWC.
Requirements
You need to have a working installation of LND with established channels and connectivity to the internet. NWC in itself is fairly light and will not consume a lot of resources. You will also want to ensure that you have a working installation of Docker, since we will use a docker image to run NWC.
- Working installation of LND (and all of its required components)
- Docker (with Docker compose)
Installation
For the purpose of this tutorial, we will assume that you have your lnd/bitcoind running under user bitcoin with home directory /home/bitcoin. We will also assume that you already have a running installation of Docker (or docker.io).
Prepare and verify
git version - we will need git to get the latest version of NWC. docker version - should execute successfully and show the currently installed version of Docker. docker compose version - same as before, but the version will be different. ss -tupln | grep 10009- should produce the following output: tcp LISTEN 0 4096 0.0.0.0:10009 0.0.0.0: tcp LISTEN 0 4096 [::]:10009 [::]:**
For things to work correctly, your Docker should be version 20.10.0 or later. If you have an older version, consider installing a new one using instructions here: https://docs.docker.com/engine/install/
Create folders & download NWC
In the home directory of your LND/bitcoind user, create a new folder, e.g., "nwc" mkdir /home/bitcoin/nwc. Change to that directory cd /home/bitcoin/nwc and clone the NWC repository: git clone https://github.com/getAlby/nostr-wallet-connect.git
Creating the Docker image
In this step, we will create a Docker image that you will use to run NWC.
- Change directory to
nostr-wallet-connect
:cd nostr-wallet-connect
- Run command to build Docker image:
docker build -t nwc:$(date +'%Y%m%d%H%M') -t nwc:latest .
(there is a dot at the end) - The last line of the output (after a few minutes) should look like
=> => naming to docker.io/library/nwc:latest
nwc:latest
is the name of the Docker image with a tag which you should note for use later.
Creating docker-compose.yml and necessary data directories
- Let's create a directory that will hold your non-volatile data (DB):
mkdir data
- In
docker-compose.yml
file, there are fields that you want to replace (<> comments) and port “4321” that you want to make sure is open (check withss -tupln | grep 4321
which should return nothing). - Create
docker-compose.yml
file with the following content, and make sure to update fields that have <> comment:
version: "3.8" services: nwc: image: nwc:latest volumes: - ./data:/data - ~/.lnd:/lnd:ro ports: - "4321:8080" extra_hosts: - "localhost:host-gateway" environment: NOSTR_PRIVKEY: <use "openssl rand -hex 32" to generate a fresh key and place it inside ""> LN_BACKEND_TYPE: "LND" LND_ADDRESS: localhost:10009 LND_CERT_FILE: "/lnd/tls.cert" LND_MACAROON_FILE: "/lnd/data/chain/bitcoin/mainnet/admin.macaroon" DATABASE_URI: "/data/nostr-wallet-connect.db" COOKIE_SECRET: <use "openssl rand -hex 32" to generate fresh secret and place it inside ""> PORT: 8080 restart: always stop_grace_period: 1m
Starting and testing
Now that you have everything ready, it is time to start the container and test.
- While you are in the
nwc
directory (important), execute the following command and check the log output,docker compose up
- You should see container logs while it is starting, and it should not exit if everything went well.
- At this point, you should be able to go to
http://<ip of the host where nwc is running>:4321
and get to the interface of NWC - To stop the test run of NWC, simply press
Ctrl-C
, and it will shut the container down. - To start NWC permanently, you should execute
docker compose up -d
, “-d” tells Docker to detach from the session. - To check currently running NWC logs, execute
docker compose logs
to run it in tail mode add-f
to the end. - To stop the container, execute
docker compose down
That's all, just follow the instructions in the web interface to get started.
Updating
As with any software, you should expect fixes and updates that you would need to perform periodically. You could automate this, but it falls outside of the scope of this tutorial. Since we already have all of the necessary configuration in place, the update execution is fairly simple.
- Change directory to the clone of the git repository,
cd /home/bitcoin/nwc/nostr-wallet-connect
- Run command to build Docker image:
docker build -t nwc:$(date +'%Y%m%d%H%M') -t nwc:latest .
(there is a dot at the end) - Change directory back one level
cd ..
- Restart (stop and start) the docker compose config
docker compose down && docker compose up -d
- Done! Optionally you may want to check the logs:
docker compose logs
-
@ e5de992e:4a95ef85
2025-03-27 04:45:04Overview
On March 26, 2025, U.S. stock markets closed with notable declines driven primarily by President Donald Trump's announcement of a 25% tariff on all imported automobiles. This move has raised concerns about global trade tensions and inflation risks, impacting various sectors—especially technology and auto.
U.S. Stock Market Performance
- S&P 500:
- Dropped 1.1%
- Closed at 5,714.32
-
Broke a three-day winning streak
-
Dow Jones Industrial Average (DJIA):
- Decreased by 0.3%
-
Closed at 42,455.78
-
Nasdaq Composite:
- Fell 2%
- Finished at 17,906.45
- Led by significant losses in major tech stocks such as Nvidia and Tesla
These declines were primarily driven by the auto tariff announcement.
U.S. Futures Market
- S&P 500 Futures:
-
Remained flat, indicating investor caution amid ongoing tariff uncertainties
-
Dow Jones Futures:
- Showed little change, reflecting a wait-and-see approach from market participants
Note: U.S. futures are exhibiting minimal movement with low volume.
Key Factors Influencing U.S. Markets
Auto Import Tariffs
- President Trump's imposition of a 25% tariff on imported automobiles has heightened concerns about escalating trade wars.
- Major automakers, including General Motors and Ford, experienced stock declines in response to these tariffs.
Tech Sector Weakness
- Leading technology companies, notably Nvidia and Tesla, saw significant stock price reductions (each dropping more than 5%), contributing to the overall market downturn.
Energy Sector Performance
- Despite a 4% fall in oil prices, energy stocks outperformed the broader market by rising 8.9% compared to a 1.8% decline in the S&P 500.
- However, the energy rally appears fragile, driven by increased valuations rather than improving earnings prospects.
Global Stock Indices Performance
- Japan's Nikkei 225:
-
Declined by 1.2%, with major automakers like Toyota experiencing significant losses due to tariff concerns.
-
South Korea's KOSPI:
-
Fell 0.7%, impacted by declines in auto-related stocks amid trade tension fears.
-
Hong Kong's Hang Seng:
-
Dropped 2.35%, closing at 23,344.25, influenced by a downturn in Chinese tech shares and ongoing tariff concerns.
-
Germany's DAX:
-
Experienced a slight decline of 0.32%, closing at 23,109.79, as initial optimism regarding tariff negotiations waned.
-
UK's FTSE 100:
- Fell marginally by 0.10%, reflecting investor caution amid mixed economic data.
Cryptocurrency Market
- Bitcoin (BTC):
-
Trading at approximately $88,500, reflecting a 1.5% increase from the previous close.
-
Ethereum (ETH):
- Priced around $2,100, marking a 1.2% uptick from the prior session.
These movements suggest that investors may be turning to digital assets as alternative investments during periods of traditional market uncertainty.
Key Global Economic and Geopolitical Events
- Trade Policy Developments:
- President Trump's new auto tariffs have intensified global trade tensions.
-
Concerns include retaliatory measures from trading partners (e.g., Japan and Canada) and potential disruptions to international supply chains.
-
Energy Sector Outlook:
-
Despite recent gains, the energy rally appears fragile as it is driven more by increased valuations than by improving earnings.
-
Market Forecasts:
- Barclays has lowered its year-end price target for the S&P 500 to 5,900 from 6,600, citing concerns over the tariffs’ impact on earnings. This is the lowest target among major U.S. Treasury dealers, reflecting growing apprehension about the economic outlook.
Conclusion
Global financial markets are navigating a complex landscape marked by escalating trade tensions, sector-specific challenges, and evolving economic forecasts. Investors are advised to exercise caution and closely monitor these developments—particularly the impact of new tariffs and their ripple effects on global trade and inflation—when making informed decisions.
-
@ a8d1560d:3fec7a08
2025-03-27 03:12:03I have made a big update to my Nostr desktop. Apps for images, videos and livestreams after their respective NIPs have been added, and the Raw Events app has been greatly improved. There are still some layout problems, but it all works (hopefully).
https://websim.ai/@wholewish91244492/nostr-desktop
-
@ 9f475ec5:d9acc946
2025-03-26 23:18:41The next step in AI evolution is enabling AI agents to communicate directly with one another.
"Agents on Nostr, combined with cashu, would be amazing" — Jack Dorsey, Citadel Dispatch #150
Today
For AI agents to communicate seamlessly, they need a universal language that allows frictionless data and instruction sharing—one that surpasses the constraints of isolated systems. Just as humans rely on shared languages to collaborate, AI agents require a common “dialect” to exchange information, delegate tasks, and build collective intelligence. Without it, each agent’s logic remains siloed, limiting synergy and innovation. A universal protocol, however, lets agents seamlessly tap into one another’s capabilities, coordinating strategies, sharing learned knowledge, and multiplying their creative potential. By aligning on an open, interoperable standard, AI can flourish into a vibrant, interconnected ecosystem rather than a patchwork of stand-alone solutions. This is no different from what happened with the Internet when HTTP was released, leading to the development of web browsers and the Internet as we know it today.
Nostr can be viewed as the “HTTP” for agent-to-agent communication—both are open standards that encourage universal participation and spark rapid innovation. When Tim Berners-Lee released HTTP without proprietary restrictions, developers everywhere could build websites and online services on a simple yet extensible protocol. In the same way, Nostr’s minimalistic yet powerful design fosters a decentralized, censorship-resistant foundation for diverse messaging, social, and identity systems. Just as HTTP created an open arena for web platforms and APIs, Nostr offers a flexible, community-driven substrate for agent-based communication, promoting a spirit of collaboration and interoperability crucial to long-term growth.
Our vision
We envision a world where AI agents operate on an open, standardized, and decentralized network —a Nostr agentic ecosystem that unlocks new levels of creativity and collaboration.
Our mission is to develop the tools and infrastructure that enable AI agents to seamlessly interoperate over the Nostr network—facilitating the exchange of both data and money.
Our first steps
Every marketplace application faces the chicken and egg problem. Sellers won't show up until the buyers are there and buyers won't show up until the sellers are there.
Our solution? The FIFA 2026 World Cup will bring millions of international and domestic travelers to 11 cities in the US.
Can we work with chambers and tourism agencies around these cities to embbed Nostr powered AI travel organizers into their websites and apps? This could be a way to onboard thousands of businesses to the Nostr agentic ecosystem. This is our growth assumption.
That's why our our first step is to provide businesses—large and small—with a turnkey platform to sell their products and services to any AI agent connected to the open Nostr network.
We will also develop the tools for websites and apps to develop Nostr-powered AI buyers and, with the support of the local chambers and tourism boards, direct their technology suppliers to use these tools.
Our values
Everything we develop is free and open sourced under the MIT license and our business will generate revenue by charging a monthly fee for operating an end-to-end agentic commerce solution to the businesses selling their products through the Nostr agentic ecosystem.
A rough demo
Today, we is just nostr:npub1er0k46yxcugmp6r6mujd5qvp75yp72m98fs6ywcs2k3kqg3f8grqd9py3m 😁 I've created a proof-of-concept buyer AI agent and published real information from some merchants to demonstrate the concept to local chambers and validate the growth assumption.
Feel free to check it out at the Synvya agentstr repository, but be warned, I'm not a programmer so don't freak out with the code.
You can also see a demo here:
nostr:naddr1qvzqqqy9hvpzp868tmzceg2pvymlpdssv8shvu2jlndysp6dxwc67gw5jtv6ej2xqq2hgnfnwdf8yendfa8r2jttdsck6dm0wpm4wnalksn
Interested?
If this sounds interesting to you, follow nostr:npub1nar4a3vv59qkzdlskcgxrctkw9f0ekjgqaxn8vd0y82f9kdve9rqwjcurn or nostr:npub1er0k46yxcugmp6r6mujd5qvp75yp72m98fs6ywcs2k3kqg3f8grqd9py3m and reach out at any time.
-
@ 872982aa:8fb54cfe
2025-03-27 00:47:46NIP-01
Basic protocol flow description
draft
mandatory
This NIP defines the basic protocol that should be implemented by everybody. New NIPs may add new optional (or mandatory) fields and messages and features to the structures and flows described here.
Events and signatures
Each user has a keypair. Signatures, public key, and encodings are done according to the Schnorr signatures standard for the curve
secp256k1
.The only object type that exists is the
event
, which has the following format on the wire:jsonc { "id": <32-bytes lowercase hex-encoded sha256 of the serialized event data>, "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, "created_at": <unix timestamp in seconds>, "kind": <integer between 0 and 65535>, "tags": [ [<arbitrary string>...], // ... ], "content": <arbitrary string>, "sig": <64-bytes lowercase hex of the signature of the sha256 hash of the serialized event data, which is the same as the "id" field> }
To obtain the
event.id
, wesha256
the serialized event. The serialization is done over the UTF-8 JSON-serialized string (which is described below) of the following structure:[ 0, <pubkey, as a lowercase hex string>, <created_at, as a number>, <kind, as a number>, <tags, as an array of arrays of non-null strings>, <content, as a string> ]
To prevent implementation differences from creating a different event ID for the same event, the following rules MUST be followed while serializing: - UTF-8 should be used for encoding. - Whitespace, line breaks or other unnecessary formatting should not be included in the output JSON. - The following characters in the content field must be escaped as shown, and all other characters must be included verbatim: - A line break (
0x0A
), use\n
- A double quote (0x22
), use\"
- A backslash (0x5C
), use\\
- A carriage return (0x0D
), use\r
- A tab character (0x09
), use\t
- A backspace, (0x08
), use\b
- A form feed, (0x0C
), use\f
Tags
Each tag is an array of one or more strings, with some conventions around them. Take a look at the example below:
jsonc { "tags": [ ["e", "5c83da77af1dec6d7289834998ad7aafbd9e2191396d75ec3cc27f5a77226f36", "wss://nostr.example.com"], ["p", "f7234bd4c1394dda46d09f35bd384dd30cc552ad5541990f98844fb06676e9ca"], ["a", "30023:f7234bd4c1394dda46d09f35bd384dd30cc552ad5541990f98844fb06676e9ca:abcd", "wss://nostr.example.com"], ["alt", "reply"], // ... ], // ... }
The first element of the tag array is referred to as the tag name or key and the second as the tag value. So we can safely say that the event above has an
e
tag set to"5c83da77af1dec6d7289834998ad7aafbd9e2191396d75ec3cc27f5a77226f36"
, analt
tag set to"reply"
and so on. All elements after the second do not have a conventional name.This NIP defines 3 standard tags that can be used across all event kinds with the same meaning. They are as follows:
- The
e
tag, used to refer to an event:["e", <32-bytes lowercase hex of the id of another event>, <recommended relay URL, optional>, <32-bytes lowercase hex of the author's pubkey, optional>]
- The
p
tag, used to refer to another user:["p", <32-bytes lowercase hex of a pubkey>, <recommended relay URL, optional>]
- The
a
tag, used to refer to an addressable or replaceable event- for an addressable event:
["a", "<kind integer>:<32-bytes lowercase hex of a pubkey>:<d tag value>", <recommended relay URL, optional>]
- for a normal replaceable event:
["a", "<kind integer>:<32-bytes lowercase hex of a pubkey>:", <recommended relay URL, optional>]
(note: include the trailing colon)
- for an addressable event:
As a convention, all single-letter (only english alphabet letters: a-z, A-Z) key tags are expected to be indexed by relays, such that it is possible, for example, to query or subscribe to events that reference the event
"5c83da77af1dec6d7289834998ad7aafbd9e2191396d75ec3cc27f5a77226f36"
by using the{"#e": ["5c83da77af1dec6d7289834998ad7aafbd9e2191396d75ec3cc27f5a77226f36"]}
filter. Only the first value in any given tag is indexed.Kinds
Kinds specify how clients should interpret the meaning of each event and the other fields of each event (e.g. an
"r"
tag may have a meaning in an event of kind 1 and an entirely different meaning in an event of kind 10002). Each NIP may define the meaning of a set of kinds that weren't defined elsewhere. NIP-10, for instance, especifies thekind:1
text note for social media applications.This NIP defines one basic kind:
0
: user metadata: thecontent
is set to a stringified JSON object{name: <nickname or full name>, about: <short bio>, picture: <url of the image>}
describing the user who created the event. Extra metadata fields may be set. A relay may delete older events once it gets a new one for the same pubkey.
And also a convention for kind ranges that allow for easier experimentation and flexibility of relay implementation:
- for kind
n
such that1000 <= n < 10000 || 4 <= n < 45 || n == 1 || n == 2
, events are regular, which means they're all expected to be stored by relays. - for kind
n
such that10000 <= n < 20000 || n == 0 || n == 3
, events are replaceable, which means that, for each combination ofpubkey
andkind
, only the latest event MUST be stored by relays, older versions MAY be discarded. - for kind
n
such that20000 <= n < 30000
, events are ephemeral, which means they are not expected to be stored by relays. - for kind
n
such that30000 <= n < 40000
, events are addressable by theirkind
,pubkey
andd
tag value -- which means that, for each combination ofkind
,pubkey
and thed
tag value, only the latest event MUST be stored by relays, older versions MAY be discarded.
In case of replaceable events with the same timestamp, the event with the lowest id (first in lexical order) should be retained, and the other discarded.
When answering to
REQ
messages for replaceable events such as{"kinds":[0],"authors":[<hex-key>]}
, even if the relay has more than one version stored, it SHOULD return just the latest one.These are just conventions and relay implementations may differ.
Communication between clients and relays
Relays expose a websocket endpoint to which clients can connect. Clients SHOULD open a single websocket connection to each relay and use it for all their subscriptions. Relays MAY limit number of connections from specific IP/client/etc.
From client to relay: sending events and creating subscriptions
Clients can send 3 types of messages, which must be JSON arrays, according to the following patterns:
["EVENT", <event JSON as defined above>]
, used to publish events.["REQ", <subscription_id>, <filters1>, <filters2>, ...]
, used to request events and subscribe to new updates.["CLOSE", <subscription_id>]
, used to stop previous subscriptions.
<subscription_id>
is an arbitrary, non-empty string of max length 64 chars. It represents a subscription per connection. Relays MUST manage<subscription_id>
s independently for each WebSocket connection.<subscription_id>
s are not guaranteed to be globally unique.<filtersX>
is a JSON object that determines what events will be sent in that subscription, it can have the following attributes:json { "ids": <a list of event ids>, "authors": <a list of lowercase pubkeys, the pubkey of an event must be one of these>, "kinds": <a list of a kind numbers>, "#<single-letter (a-zA-Z)>": <a list of tag values, for #e — a list of event ids, for #p — a list of pubkeys, etc.>, "since": <an integer unix timestamp in seconds. Events must have a created_at >= to this to pass>, "until": <an integer unix timestamp in seconds. Events must have a created_at <= to this to pass>, "limit": <maximum number of events relays SHOULD return in the initial query> }
Upon receiving a
REQ
message, the relay SHOULD return events that match the filter. Any new events it receives SHOULD be sent to that same websocket until the connection is closed, aCLOSE
event is received with the same<subscription_id>
, or a newREQ
is sent using the same<subscription_id>
(in which case a new subscription is created, replacing the old one).Filter attributes containing lists (
ids
,authors
,kinds
and tag filters like#e
) are JSON arrays with one or more values. At least one of the arrays' values must match the relevant field in an event for the condition to be considered a match. For scalar event attributes such asauthors
andkind
, the attribute from the event must be contained in the filter list. In the case of tag attributes such as#e
, for which an event may have multiple values, the event and filter condition values must have at least one item in common.The
ids
,authors
,#e
and#p
filter lists MUST contain exact 64-character lowercase hex values.The
since
anduntil
properties can be used to specify the time range of events returned in the subscription. If a filter includes thesince
property, events withcreated_at
greater than or equal tosince
are considered to match the filter. Theuntil
property is similar except thatcreated_at
must be less than or equal tountil
. In short, an event matches a filter ifsince <= created_at <= until
holds.All conditions of a filter that are specified must match for an event for it to pass the filter, i.e., multiple conditions are interpreted as
&&
conditions.A
REQ
message may contain multiple filters. In this case, events that match any of the filters are to be returned, i.e., multiple filters are to be interpreted as||
conditions.The
limit
property of a filter is only valid for the initial query and MUST be ignored afterwards. Whenlimit: n
is present it is assumed that the events returned in the initial query will be the lastn
events ordered by thecreated_at
. Newer events should appear first, and in the case of ties the event with the lowest id (first in lexical order) should be first. It is safe to return less events thanlimit
specifies, but it is expected that relays do not return (much) more events than requested so clients don't get unnecessarily overwhelmed by data.From relay to client: sending events and notices
Relays can send 5 types of messages, which must also be JSON arrays, according to the following patterns:
["EVENT", <subscription_id>, <event JSON as defined above>]
, used to send events requested by clients.["OK", <event_id>, <true|false>, <message>]
, used to indicate acceptance or denial of anEVENT
message.["EOSE", <subscription_id>]
, used to indicate the end of stored events and the beginning of events newly received in real-time.["CLOSED", <subscription_id>, <message>]
, used to indicate that a subscription was ended on the server side.["NOTICE", <message>]
, used to send human-readable error messages or other things to clients.
This NIP defines no rules for how
NOTICE
messages should be sent or treated.EVENT
messages MUST be sent only with a subscription ID related to a subscription previously initiated by the client (using theREQ
message above).OK
messages MUST be sent in response toEVENT
messages received from clients, they must have the 3rd parameter set totrue
when an event has been accepted by the relay,false
otherwise. The 4th parameter MUST always be present, but MAY be an empty string when the 3rd istrue
, otherwise it MUST be a string formed by a machine-readable single-word prefix followed by a:
and then a human-readable message. Some examples:["OK", "b1a649ebe8...", true, ""]
["OK", "b1a649ebe8...", true, "pow: difficulty 25>=24"]
["OK", "b1a649ebe8...", true, "duplicate: already have this event"]
["OK", "b1a649ebe8...", false, "blocked: you are banned from posting here"]
["OK", "b1a649ebe8...", false, "blocked: please register your pubkey at https://my-expensive-relay.example.com"]
["OK", "b1a649ebe8...", false, "rate-limited: slow down there chief"]
["OK", "b1a649ebe8...", false, "invalid: event creation date is too far off from the current time"]
["OK", "b1a649ebe8...", false, "pow: difficulty 26 is less than 30"]
["OK", "b1a649ebe8...", false, "restricted: not allowed to write."]
["OK", "b1a649ebe8...", false, "error: could not connect to the database"]
CLOSED
messages MUST be sent in response to aREQ
when the relay refuses to fulfill it. It can also be sent when a relay decides to kill a subscription on its side before a client has disconnected or sent aCLOSE
. This message uses the same pattern ofOK
messages with the machine-readable prefix and human-readable message. Some examples:["CLOSED", "sub1", "unsupported: filter contains unknown elements"]
["CLOSED", "sub1", "error: could not connect to the database"]
["CLOSED", "sub1", "error: shutting down idle subscription"]
- The standardized machine-readable prefixes for
OK
andCLOSED
are:duplicate
,pow
,blocked
,rate-limited
,invalid
,restricted
, anderror
for when none of that fits.
- The
-
@ 878dff7c:037d18bc
2025-03-26 21:55:34Popular Grocery Items Recalled Due to E. coli Contamination
Summary:
Several Fresh Salad Co products sold in Queensland and northern New South Wales have been recalled due to contamination with Shiga toxin-producing E. coli (STEC). Affected items include baby spinach (120g, 280g), baby spinach and rocket (120g), and a stir-fry mix (400g) with specific use-by dates at the end of March. Consumers are advised to return these products for a full refund and seek medical advice if concerned about their health.
Sources: News.com.au - March 27, 2025
Coalition Proposes Halving Fuel Excise to Alleviate Cost of Living
Summary:
Opposition Leader Peter Dutton has announced that, if elected, the Coalition would repeal Labor's planned tax cuts and instead implement a 12-month halving of the fuel excise. This initiative aims to reduce petrol prices by 25 cents per litre, providing immediate relief to Australian families and workers facing cost-of-living pressures. The proposal contrasts with Labor's tax cuts, which are set to commence in 15 months and offer annual savings of up to $536 for taxpayers.
Sources: The Guardian - March 27, 2025, The Australian - March 27, 2025
Federal Budget Criticized for Omitting Key Infrastructure Funding
Summary:
Groom MP Garth Hamilton has criticized the latest federal budget for lacking funding for critical infrastructure projects in his region. He expressed concerns over the future of regional programs like the Growing Regions and Regional Precincts and Partnerships Programs, which he believes are essential for regional development. Hamilton highlighted the absence of funding for key projects such as the New England Highway, the deteriorating Warrego and Gore Highways, and the stalled Inland Rail project.
Source: The Courier-Mail - March 27, 2025
China Faces Challenges in Advanced Robotics Development
Summary:
China is recognizing the importance of robots in its ageing economy, facing a significant labor shortage. Despite leading in industrial robot installations, most Chinese robots are low-tech compared to advanced humanoids being developed elsewhere. The U.S. and China are both racing to develop sophisticated robots, but China's sector remains reliant on foreign components and faces potential limitations from U.S. sanctions. This dependency makes China's position in the robotics race precarious.
Sources: Reuters - March 26, 2025
Tax Cuts Passed Amid Election Speculation
Summary:
Labor's budget tax cuts have been swiftly passed into law, providing the average worker with modest financial relief starting next year. This development leaves Opposition Leader Peter Dutton with a strategic decision on how to position the Coalition's response in the lead-up to the federal election. Sources: 9News - March 27, 2025
Labor Government Proposes Tax on Unrealized Superannuation Gains
Summary:
The Labor government has introduced a proposal to levy a 15% tax on unrealized capital gains for superannuation balances exceeding $3 million. This initiative aims to generate an additional $9.7 billion between 2024-25 and 2028-29. Critics argue that taxing unrealized gains is unfair and may discourage investment, while supporters contend it promotes fairness in the superannuation system. Sources: News.com.au - 27 March 2025
New Youth Crime Bill Introduced in NSW Parliament
Summary:
The State Opposition Attorney General, Alister Henskens, is set to introduce the Crimes Legislation Amendment (Youth Crime) Bill 2025 to the NSW Parliament. The bill aims to combat youth crime by expanding the definition of repeat offenses, revoking bail under specific conditions, and implementing electronic monitoring and mandatory curfews for repeat offenders. The proposal has sparked debates regarding its potential impact on regional communities and the principle of doli incapax. Sources: The Daily Telegraph - 27 March 2025
Prime Minister Albanese Invites President Trump to Visit Australia Amid Tariff Dispute
Summary:
Prime Minister Anthony Albanese has revealed plans to visit Washington D.C. if he wins the upcoming May election, marking his first international trip. This follows the U.S. imposition of 25% tariffs on steel and aluminum imports from Australia. Despite the tariff dispute, Albanese has invited President Donald Trump to visit Australia, which would be his first trip to the country as President. The timing of Trump's visit would depend on his schedule. Both major Australian political parties remain committed to seeking a solution to the steel and aluminum levies through persistent engagement with the U.S., rejecting reciprocal tariffs on U.S. imports. Sources: News.com.au - March 26, 2025
Jewish Groups Criticize Australia's Continued Funding to UNRWA
Summary:
Jewish groups have criticized the Australian government's decision to continue funding the UN Relief and Works Agency for Palestine Refugees (UNRWA), amounting to $20 million. Concerns have been raised about UNRWA's past associations with terrorism, with claims that its employees participated in the atrocities of October 7. The Executive Council of Australian Jewry has called for the withdrawal of funding, labeling the organization as compromised. Despite this opposition, the Australian government has defended its financial support for humanitarian purposes, ensuring stringent controls and safeguards. This issue adds tension to the upcoming election, reflecting concerns within Jewish and Muslim communities. Sources: The Australian - March 26, 2025
Australia's Inflation Rate Decreases, Offering Relief to Mortgage Holders
Summary:
Australia's annual inflation rate has fallen to 2.4% as of February, down from the previous month's 2.5%. This decline is attributed to eased rental prices, reduced new home costs, and falling electricity prices due to government rebates. The Reserve Bank of Australia's preferred measure, the "trimmed mean," also decreased to 2.7%. This trend is promising for mortgage holders anticipating potential interest rate cuts and for the Labor government focusing on cost-of-living issues ahead of the upcoming election. Sources: The Guardian - March 26, 2025, Reuters - March 26, 2025
Queensland Farmer Revolutionizes Cattle Mustering with Drones
Summary:
Luke Chaplin, a fourth-generation grazier from northwest Queensland, has transformed cattle mustering by utilizing drones through his company, SkyKelpie. This innovation has managed over 300,000 livestock across Australia efficiently and cost-effectively. Supported by the Queensland Government and Meat & Livestock Australia, the drone technology offers a high return on investment compared to traditional methods, reducing animal stress and improving herd management. SkyKelpie is also developing online training courses and collaborating on autonomous mustering technologies using AI and image detection. Sources: The Courier-Mail - March 27, 2025
Anduril Sees Positive Outlook with New U.S. Defense Policies
Summary:
Anduril President Christian Brose expressed optimism about the company's prospects under the new Trump Pentagon administration, which is perceived to be more receptive to autonomous defense systems. Anduril plans to partner with OpenAI to enhance national security missions and is expanding its manufacturing capabilities, including potential international expansion in Australia. The company develops autonomous systems like the Ghost Shark, offering rapid deployment and cost efficiency compared to traditional manned military assets. Source: Reuters - 27 March 2025
Controversial Legislation Passed to Protect Tasmanian Salmon Industry Amid Environmental Concerns
Summary:
The Australian Parliament has passed a contentious bill aimed at safeguarding Tasmania's salmon farming industry, specifically in Macquarie Harbour. This legislation limits the federal environment minister's authority to review long-standing projects, effectively halting an ongoing assessment of the 2012 expansion of fish farming in the area. Critics argue that this move compromises environmental standards and threatens the endangered Maugean skate. Notably, Greens Senator Sarah Hanson-Young protested by displaying a dead salmon in the Senate chamber, and international figures like Leonardo DiCaprio have called for the shutdown of destructive salmon farms to protect marine life. The government maintains that the law addresses specific regulatory issues and won't affect new projects related to coal, gas, or land-clearing. Sources: The Guardian - March 27, 2025, Herald Sun - March 27, 2025, News.com.au - March 27, 2025, The Australian - March 27, 2025
The 5 Types of Wealth – Real Talk with Zuby ft. Sahil Bloom (Episode #349)
Summary:
In this insightful episode of Real Talk with Zuby, entrepreneur and writer Sahil Bloom joins the show to break down his popular framework of "The 5 Types of Wealth." The conversation goes beyond money, exploring what it truly means to live a rich and fulfilling life.
Bloom outlines the following five categories of wealth:
- Financial Wealth – Income, savings, investments – the traditional definition of wealth.
- Social Wealth – Relationships, reputation, network, and community impact.
- Physical Wealth – Health, fitness, energy levels, and lifestyle habits.
- Mental Wealth – Emotional resilience, knowledge, creativity, and mindset.
- Time Wealth – Freedom and control over how you spend your days.
Key Highlights & Insights:
- Reframing Success: Bloom critiques the modern obsession with financial success and emphasizes that true prosperity is multidimensional.
- Balance vs. Optimization: He talks about how chasing one form of wealth (e.g., money) at the expense of others often leads to long-term regret.
- Time as the Ultimate Currency: The discussion touches on the importance of buying back your time and designing a life where you're not constantly reacting.
- Health & Longevity: Physical wealth is highlighted as the foundation that enables enjoyment of the other four.
- Practical Framework: The episode includes a useful breakdown of how listeners can audit and improve each area of wealth in their own lives.
This episode offers a thought-provoking lens for anyone reassessing their priorities or striving for more balanced success.
Source: Spotify - 27 March 2025
-
@ 872982aa:8fb54cfe
2025-03-27 00:47:09 -
@ 3c7dc2c5:805642a8
2025-03-26 21:49:02🧠Quote(s) of the week:
The path to maximalism is littered with mistakes and paved with humility.' Anilsaido
Bitcoin is time because money itself is time.
Money is humanity’s battery: a way to store energy, labor, and resources for the future. It captures your past effort and preserves it for when you need it most. Fiat leaks. Bitcoin holds.
🧡Bitcoin news🧡
On the 18th of March:
➡️After ruling out a strategic bitcoin reserve, the Bank of Korea will launch a central bank digital currency pilot in April, per The Korea Times.
➡️'Metaplanet has acquired an additional 150 BTC for ~$12.5 million, achieving a BTC Yield of 60.8% YTD in 2025.
As of 3/18/2025, Metaplanet hodls 3,200 BTC, and is now a top 10 publicly listed holder of Bitcoin globally.' -Dylan LeClair
➡️Bitcoin entered a risk-off, distribution-dominant phase in early 2025, evidenced by frequent selling and hesitation to buy (yellow to orange dots). - AMB Crypto
➡️Bitwise CIO says Bitcoin should be at $200,000 today and says, “I think the number of companies buying Bitcoin is going to triple this year, I think Game Theory is on.”
“I think countries around the world are going to be buying Bitcoin. There is structurally more demand than supply in Bitcoin.”
➡️Bitcoin mining company Bitfarms buys Stronghold Digital for more than $110 million, making it the largest public-to-public acquisition in Bitcoin industry history.
➡️Bitcoin long-term HODLers become net buyers for the first time since September, per Compass Point Research.
"Buying/selling from HODLers is typically a leading indicator for BTC.
This cohort now owns 65% of BTC supply vs 63% last week vs 73% in early October." - Bitcoin News
➡️GlassNode: 'The Bitcoin market continues to adjust to its new price range after experiencing a -30% correction. Liquidity conditions are also contracting in both on-chain and futures markets.'
➡️Bitcoin now ranks 6th among the world's top monetary assets at $1.62 trillion, per Porkopolis.
➡️The EU isn't banning Bitcoin but using MiCA and other regulations to control it.
This involves stripping away privacy through transaction tracking, mandatory disclosures, and restrictions on self-custody.
The goal is control, not outright prohibition.
Excellent thread by Eli. Eli summarises the EU’s attack on Bitcoin and on Europeans’ rights:
https://x.com/i/web/status/1902048401908261146
Agree 100% with all of this. All these people who have been saying the EU pushing the industry forward with regulations are idiots. They are closing it off and pushing everyone to a CBDC.
Regarding the CBCD, here you will find a comprehensive summary of EU’s CBDC plans, by Efrat Fenigson:
https://bitcoinmagazine.com/politics/ecb-prepping-the-ground-for-digital-euro-launch
*On the 20th of March, the ECB posted the following statement on Twitter:
'The digital euro is not just about creating a new form of money, says Chief Economist Philip R. Lane.
It is about ensuring that Europe retains control over its monetary and financial destiny in the digital age against a backdrop of increasing geopolitical fragmentation.'
“It’s about ensuring that the EU retains control over its citizens.”
There, I fixed it for you if you missed the primary reason.
The Euro is a permissioned, centralized, censorable, inflationary, debt-based currency controlled by unelected bureaucrats.
Bitcoin is permissionless, decentralized, censorship-resistant, fixed in supply, and governed by code—not politicians.
Choose wisely.
➡️As mentioned in last week's Weekly Recap the US Government spends $3.3B per day in interest rate expense. If this doesn’t make you buy Bitcoin I’m not sure what will.
➡️In Kibera, Africa’s largest informal settlement, more than 40 merchants now accept and save in Bitcoin.
➡️The increase in 3-6 month-old UTXOs suggests accumulation during this market correction, a behavior historically critical in forming market bottoms and driving new price rallies.
➡️Just as Hal Finney predicted, Bitcoin will take over Wall Street: Multiple American Bitcoin companies are now seeking to become state or national banks, reports Reuters.
It is inevitable.
➡️Daniel Batten:
2021: 62 US Environmental Organizations write to coCongressaying Bitcoin is bad for the environment and has no use (based on Central Bank misinformation)
2025: US Environmental Organizations debunked (impossible, had they used Bitcoin)
Strange are the ways of karma.
Meanwhile,
➡️President Trump's Executive Director, Bo Hines, on digital assets: "We talked about ways of acquiring more Bitcoin in budget-neutral ways."
We want "as much as we can get."
When Bitcoin is at $200k. We will look back on March 2025 and say, how was everyone not buying. It was so obvious.
On the 19th of March:
➡️BLACKROCK: “The most sophisticated long-term Bitcoin accumulators are pretty excited about this dip. They see the correction as a buying opportunity."
On the 20th of March:
➡️SEC confirms that Bitcoin and Proof of Work mining are NOT securities under US law.
Source: https://t.co/0ExsJniPIf
➡️Bitcoin exchange Kraken has agreed to acquire NinjaTrader, the leading U.S. retail futures trading platform, for $1.5 billion—the largest deal ever of a Bitcoin company buying a traditional financial company.
➡️TRUMP: “I signed an order creating the brand new Strategic Bitcoin Reserve and the US digital asset stockpile which will allow the Federal government to maximize the value of its holdings.”
Tweet and hot take by Lola L33tz
"With the dollar-backed stablecoins, you'll help expand the dominance of the US Dollar [...] It will be at the top, and that's where we want to keep it"
'What he means is:
With dollar-backed stablecoins, the Global South will pivot towards digital Dollars over local currencies, allowing private, US government-controlled entities to replace bank accounts around the globe.
This does not just allow for the expansion of USD dominance by bypassing local governments – it gives the US unprecedented and direct control over worldwide economies as
every stablecoin can be effectively frozen on behalf of the US with the click of a button.'
Stablecoins = CBDCs
There is no technical fundamental difference between them.
It’s almost a guarantee that the EU CBDCs and U.S. stablecoins will be interchangeable.
➡️River: Bitcoin is coming for $128 trillion in global money.
You're not to late to Bitcoin.
On the 21st of March:
➡️Michael Saylor’s Strategy to raise $722.5M to buy more Bitcoin.
➡️Publicly traded Atai Life Sciences to buy $5 million in Bitcoin.
➡️Publicly traded HK Asia Holdings bought 10 Bitcoins worth $858,500 for its balance sheet.
➡️Another solo home miner has mined an entire Bitcoin block worth over $ 260.000,-.
On the 22nd of March:
➡️The University of Wyoming posted a new video explaining Bitcoin with Philosophy Professor Bradley Rettler
➡️Spot Bitcoin ETFs bought 8,775 BTC this week while miners only mined 3,150 Bitcoin.
On the 24th of March:
➡️Metaplanet finished the day as the 13th most liquid stock in Japan, with ¥50.4 billion ($336.6m) of daily trading volume, ahead of Toyota and Nintendo.
➡️River: There is a 275% gap between the inflation you're told and real inflation.
Bitcoin is insurance on the debt spiral. The U.S. Dollar has been devalued by more than 363% since 2000 – That’s a 14.5% devaluation per year. This means if your savings don’t grow by 14.5% annually, you’re falling behind. This is why we Bitcoin. Bitcoin is insurance on the debt spiral, grow your savings beyond the dollar’s devaluation!
➡️Bitcoin's compound annual growth rate (CAGR) over a 5-year rolling window is currently over 50%
➡️Strategy became the first publicly traded company to hold over 500,000 Bitcoin worth over $44 billion.
Strategy has acquired 6,911 BTC for ~$584.1 million at ~$84,529 per Bitcoin and has achieved a BTC Yield of 7.7% YTD 2025. As of 3/23/2025,
Strategy holds 506,137 BTC acquired for ~$33.7 billion at ~$66,608 per Bitcoin.
➡️CryptoQuant: Bitcoin's long-term holders are holding firm, with no significant selling pressure.
➡️Xapo Bank launches Bitcoin-backed USD loans up to $1M, with collateral secured in an MPC vault and no re-usage.
💸Traditional Finance / Macro:
👉🏽no news
🏦Banks:
👉🏽 no news
🌎Macro/Geopolitics:
On the 18th of March:
👉🏽Germany just changed its constitution to unleash a staggering ONE TRILLION in new debt. The German parliament has voted to take on hundreds of billions of euros of new government debt, to ease the debt brake rules, and to codify "climate neutrality by 2045" into the constitution.
On top of that, some extra money to Ukraine:
Germany's next Chancellor, Friedrich Merz, believes that Putin has gone to war against all of Europe. He argues that Russia has attacked Germany, as the Parliament breaks out in applause.
We continue to move further away from the "Europe is not part of the conflict" rhetoric. Germany’s self-inflicted delusion continues!
👉🏽Germany's first offshore wind farm closes after 15 years because it's too expensive to operate. Expect a car crash. The Alpha Ventus offshore wind farm near the German North Sea island of Borkum is set to be dismantled after being in operation for only 15 years. It has become too unprofitable to operate without massive subsidies.
Great thing that the Netherlands is investing heavily in offshore wind farms, even the biggest pension fund APB. Because nInE tImEs ChEaPeR tHaN gAs, right?
I hope they dismantle them & not leave them to rust into the sea. Right? Because climate!
Great response by Jasmine Birtles: "These vanity projects should never have been allowed to start. The phrase 'cheap renewable energy' is simply a falsehood. This kind of energy production only seems cheap because of the huge government subsidies that keep them going. I'm all for clean energy if it's possible to run it honestly and without huge subsidies, but while it doesn't seem to be viable we should stick with what is affordable and will keep the country going, rather than sacrificing the vulnerable to an impossible ideology."
👉🏽'Gold spot is now trading consistently over $3000, a record high. And with deliveries once again picking up at the Comex and war in the Middle East coming back with a vengeance, the next big spike is just a matter of time. As expected, once gold broke out above $3000,- it has gone vertical and is up 1% in the past hours, rising to a new record high of $3034, as it sets off for $4000' - ZeroHedge
👉🏽'We have just witnessed the biggest drop in US equity allocation on record. The collapse of US consumers:
Unemployment expectations in the US are now ABOVE 2020 levels and at their highest since 2008.
In 2024, a poll showed that a whopping 56% of Americans thought the US was in a recession.' - TKL
👉🏽OECD Projects Argentina to Have the Second Highest Economic Growth Worldwide in 2025
👉🏽A new blow to the Dutch chemical sector. The major producer LyondellBasell is permanently closing its factory at the Maasvlakte. This decision, announced on Tuesday afternoon, will result in the loss of approximately 160 jobs. The closure is a direct consequence of global overcapacity and high energy costs in the Netherlands.
An audit by the German firm E-Bridge, commissioned by the Dutch government, previously revealed that electricity costs for these companies in the Netherlands amount to €95 per megawatt-hour.
In comparison, this rate is €32 in France (66% lower), €45.60 in Germany (52% lower), and €56.05 per megawatt-hour in Belgium (41% lower).
According to E-Bridge, this difference is mainly due to the compensation that foreign governments provide to companies and the lower grid tariffs. In the Netherlands, costs have risen primarily to finance investments in the electricity grid, such as connecting multiple offshore wind farms.
Now read that segment on offshore wind farms. Mindblowing, innit?
Subsidies are not the solution—deregulation is. But Brussels won’t allow that. So, we’re heading toward even more regulation and nationalization.
On the 19th of March:
👉🏽The Fed makes multiple revisions to its 2025 economic data projections.
Powell finally found the "stag" and the "inflation":
Fed cuts year-end GDP forecast from 2.1% to 1.7%
Fed raises year-end core PCE forecast from 2.5% to 2.8%
Fed raises year-end unemployment forecast from 4.3% to 4.4%
Fed raises PCE inflation forecast from 2.5% to 2.7%
The Fed sees higher inflation and a weaker economy.
On the 20th of March:
Dutch Central Bank Director Klaas Knot "We are worried about American influence on our local payment infrastructure."
Paving the way for the European CBDC (after slowly but surely removing CASH MONEY from society).
Knot has completed his second term and will leave his office in July. Now, of course, pushing for the CBDC, before looking for a new job in Europe.
Anyway, DNB posts billions in losses.
De Nederlandsche Bank suffered a loss of over €3 billion last year, according to the annual report published on Thursday. This marks the second consecutive year of losses.
DNB incurs this loss because, as part of its monetary policy, it has lent out billions at relatively low rates while having to pay a higher rate to banks that park their money at the central bank.
But no losses on its gold. The gold reserves, meanwhile, increased in value by €12.6 billion. This amount is not included in the official profit and loss statement but is reflected on the bank's balance sheet.
For the Dutch readers/followers: Great article: Follow the Money 'Voor de megawinsten van ING, ABN Amro en Rabobank betaalt de Nederlandse burger een hoge prijs.'
https://archive.ph/ncvtk
On the 21st of March:
👉🏽'The Philadelphia Fed Manufacturing index dropped 5.6 points in March, to 12.5, its 2nd consecutive monthly decline.
6-month outlook for new orders fell by 30.8 points, to 2.3, the lowest in 3 years.
This marks the third-largest drop in history, only behind the 2008 Financial Crisis and December 1973.
Furthermore, 6-month business outlook dropped ~40 points to its lowest since January 2024.
All while prices paid rose 7.8 points, to 48.3, the highest since July 2022.
This is further evidence of weakening economic activity with rising prices.' TKL
👉🏽'China’s central bank gold reserves hit a record 73.6 million fine troy ounces in February.
China bought ~160,000 ounces of gold last month, posting their 4th consecutive monthly purchase.
Over the last 2.5 years, China’s gold reserves have jumped by 11.0 million ounces of gold.
Gold now reflects a record ~5.9% of China’s total foreign exchange reserves, or 2,290 tonnes.
Central banks continue to stock up on gold as if we are in a crisis.' -TKL
🎁If you have made it this far I would like to give you a little gift:
What Bitcoin Did: BITCOIN & THE END OF THE DOLLAR SYSTEM with Luke Gromen
They discuss:
-
The Sovereign Debt Crisis
-
If the US Will Reprice the Gold
-
If we will See Triple Digit Inflation
-
The End of The US Dollar System
Luke Gromen: A modest clarification: The end of the post-71 structure of the USD system is what the Trump Administration’s actions appear to be pursuing & will in due time achieve if they stay on the present course.
https://www.youtube.com/watch?v=0W2jEedynbc
Credit: I have used multiple sources!
My savings account: Bitcoin The tool I recommend for setting up a Bitcoin savings plan: PocketBitcoin especially suited for beginners or people who want to invest in Bitcoin with an automated investment plan once a week or monthly.
Use the code SE3997
Get your Bitcoin out of exchanges. Save them on a hardware wallet, run your own node...be your own bank. Not your keys, not your coins. It's that simple. ⠀⠀
⠀⠀ ⠀ ⠀⠀⠀
Do you think this post is helpful to you? If so, please share it and support my work with a zap.
▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃
⭐ Many thanks⭐
Felipe - Bitcoin Friday!
▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃
-
-
@ 3c7dc2c5:805642a8
2025-03-26 21:49:02🧠Quote(s) of the week:
The path to maximalism is littered with mistakes and paved with humility.' Anilsaido
Bitcoin is time because money itself is time.
Money is humanity’s battery: a way to store energy, labor, and resources for the future. It captures your past effort and preserves it for when you need it most. Fiat leaks. Bitcoin holds.
🧡Bitcoin news🧡
On the 18th of March:
➡️After ruling out a strategic bitcoin reserve, the Bank of Korea will launch a central bank digital currency pilot in April, per The Korea Times.
➡️'Metaplanet has acquired an additional 150 BTC for ~$12.5 million, achieving a BTC Yield of 60.8% YTD in 2025.
As of 3/18/2025, Metaplanet hodls 3,200 BTC, and is now a top 10 publicly listed holder of Bitcoin globally.' -Dylan LeClair
➡️Bitcoin entered a risk-off, distribution-dominant phase in early 2025, evidenced by frequent selling and hesitation to buy (yellow to orange dots). - AMB Crypto
➡️Bitwise CIO says Bitcoin should be at $200,000 today and says, “I think the number of companies buying Bitcoin is going to triple this year, I think Game Theory is on.”
“I think countries around the world are going to be buying Bitcoin. There is structurally more demand than supply in Bitcoin.”
➡️Bitcoin mining company Bitfarms buys Stronghold Digital for more than $110 million, making it the largest public-to-public acquisition in Bitcoin industry history.
➡️Bitcoin long-term HODLers become net buyers for the first time since September, per Compass Point Research.
"Buying/selling from HODLers is typically a leading indicator for BTC.
This cohort now owns 65% of BTC supply vs 63% last week vs 73% in early October." - Bitcoin News
➡️GlassNode: 'The Bitcoin market continues to adjust to its new price range after experiencing a -30% correction. Liquidity conditions are also contracting in both on-chain and futures markets.'
➡️Bitcoin now ranks 6th among the world's top monetary assets at $1.62 trillion, per Porkopolis.
➡️The EU isn't banning Bitcoin but using MiCA and other regulations to control it.
This involves stripping away privacy through transaction tracking, mandatory disclosures, and restrictions on self-custody.
The goal is control, not outright prohibition.
Excellent thread by Eli. Eli summarises the EU’s attack on Bitcoin and on Europeans’ rights:
https://x.com/i/web/status/1902048401908261146
Agree 100% with all of this. All these people who have been saying the EU pushing the industry forward with regulations are idiots. They are closing it off and pushing everyone to a CBDC.
Regarding the CBCD, here you will find a comprehensive summary of EU’s CBDC plans, by Efrat Fenigson:
https://bitcoinmagazine.com/politics/ecb-prepping-the-ground-for-digital-euro-launch
*On the 20th of March, the ECB posted the following statement on Twitter:
'The digital euro is not just about creating a new form of money, says Chief Economist Philip R. Lane.
It is about ensuring that Europe retains control over its monetary and financial destiny in the digital age against a backdrop of increasing geopolitical fragmentation.'
“It’s about ensuring that the EU retains control over its citizens.”
There, I fixed it for you if you missed the primary reason.
The Euro is a permissioned, centralized, censorable, inflationary, debt-based currency controlled by unelected bureaucrats.
Bitcoin is permissionless, decentralized, censorship-resistant, fixed in supply, and governed by code—not politicians.
Choose wisely.
➡️As mentioned in last week's Weekly Recap the US Government spends $3.3B per day in interest rate expense. If this doesn’t make you buy Bitcoin I’m not sure what will.
➡️In Kibera, Africa’s largest informal settlement, more than 40 merchants now accept and save in Bitcoin.
➡️The increase in 3-6 month-old UTXOs suggests accumulation during this market correction, a behavior historically critical in forming market bottoms and driving new price rallies.
➡️Just as Hal Finney predicted, Bitcoin will take over Wall Street: Multiple American Bitcoin companies are now seeking to become state or national banks, reports Reuters.
It is inevitable.
➡️Daniel Batten:
2021: 62 US Environmental Organizations write to coCongressaying Bitcoin is bad for the environment and has no use (based on Central Bank misinformation)
2025: US Environmental Organizations debunked (impossible, had they used Bitcoin)
Strange are the ways of karma.
Meanwhile,
➡️President Trump's Executive Director, Bo Hines, on digital assets: "We talked about ways of acquiring more Bitcoin in budget-neutral ways."
We want "as much as we can get."
When Bitcoin is at $200k. We will look back on March 2025 and say, how was everyone not buying. It was so obvious.
On the 19th of March:
➡️BLACKROCK: “The most sophisticated long-term Bitcoin accumulators are pretty excited about this dip. They see the correction as a buying opportunity."
On the 20th of March:
➡️SEC confirms that Bitcoin and Proof of Work mining are NOT securities under US law.
Source: https://t.co/0ExsJniPIf
➡️Bitcoin exchange Kraken has agreed to acquire NinjaTrader, the leading U.S. retail futures trading platform, for $1.5 billion—the largest deal ever of a Bitcoin company buying a traditional financial company.
➡️TRUMP: “I signed an order creating the brand new Strategic Bitcoin Reserve and the US digital asset stockpile which will allow the Federal government to maximize the value of its holdings.”
Tweet and hot take by Lola L33tz
"With the dollar-backed stablecoins, you'll help expand the dominance of the US Dollar [...] It will be at the top, and that's where we want to keep it"
'What he means is:
With dollar-backed stablecoins, the Global South will pivot towards digital Dollars over local currencies, allowing private, US government-controlled entities to replace bank accounts around the globe.
This does not just allow for the expansion of USD dominance by bypassing local governments – it gives the US unprecedented and direct control over worldwide economies as
every stablecoin can be effectively frozen on behalf of the US with the click of a button.'
Stablecoins = CBDCs
There is no technical fundamental difference between them.
It’s almost a guarantee that the EU CBDCs and U.S. stablecoins will be interchangeable.
➡️River: Bitcoin is coming for $128 trillion in global money.
You're not to late to Bitcoin.
On the 21st of March:
➡️Michael Saylor’s Strategy to raise $722.5M to buy more Bitcoin.
➡️Publicly traded Atai Life Sciences to buy $5 million in Bitcoin.
➡️Publicly traded HK Asia Holdings bought 10 Bitcoins worth $858,500 for its balance sheet.
➡️Another solo home miner has mined an entire Bitcoin block worth over $ 260.000,-.
On the 22nd of March:
➡️The University of Wyoming posted a new video explaining Bitcoin with Philosophy Professor Bradley Rettler
➡️Spot Bitcoin ETFs bought 8,775 BTC this week while miners only mined 3,150 Bitcoin.
On the 24th of March:
➡️Metaplanet finished the day as the 13th most liquid stock in Japan, with ¥50.4 billion ($336.6m) of daily trading volume, ahead of Toyota and Nintendo.
➡️River: There is a 275% gap between the inflation you're told and real inflation.
Bitcoin is insurance on the debt spiral. The U.S. Dollar has been devalued by more than 363% since 2000 – That’s a 14.5% devaluation per year. This means if your savings don’t grow by 14.5% annually, you’re falling behind. This is why we Bitcoin. Bitcoin is insurance on the debt spiral, grow your savings beyond the dollar’s devaluation!
➡️Bitcoin's compound annual growth rate (CAGR) over a 5-year rolling window is currently over 50%
➡️Strategy became the first publicly traded company to hold over 500,000 Bitcoin worth over $44 billion.
Strategy has acquired 6,911 BTC for ~$584.1 million at ~$84,529 per Bitcoin and has achieved a BTC Yield of 7.7% YTD 2025. As of 3/23/2025,
Strategy holds 506,137 BTC acquired for ~$33.7 billion at ~$66,608 per Bitcoin.
➡️CryptoQuant: Bitcoin's long-term holders are holding firm, with no significant selling pressure.
➡️Xapo Bank launches Bitcoin-backed USD loans up to $1M, with collateral secured in an MPC vault and no re-usage.
💸Traditional Finance / Macro:
👉🏽no news
🏦Banks:
👉🏽 no news
🌎Macro/Geopolitics:
On the 18th of March:
👉🏽Germany just changed its constitution to unleash a staggering ONE TRILLION in new debt. The German parliament has voted to take on hundreds of billions of euros of new government debt, to ease the debt brake rules, and to codify "climate neutrality by 2045" into the constitution.
On top of that, some extra money to Ukraine:
Germany's next Chancellor, Friedrich Merz, believes that Putin has gone to war against all of Europe. He argues that Russia has attacked Germany, as the Parliament breaks out in applause.
We continue to move further away from the "Europe is not part of the conflict" rhetoric. Germany’s self-inflicted delusion continues!
👉🏽Germany's first offshore wind farm closes after 15 years because it's too expensive to operate. Expect a car crash. The Alpha Ventus offshore wind farm near the German North Sea island of Borkum is set to be dismantled after being in operation for only 15 years. It has become too unprofitable to operate without massive subsidies.
Great thing that the Netherlands is investing heavily in offshore wind farms, even the biggest pension fund APB. Because nInE tImEs ChEaPeR tHaN gAs, right?
I hope they dismantle them & not leave them to rust into the sea. Right? Because climate!
Great response by Jasmine Birtles: "These vanity projects should never have been allowed to start. The phrase 'cheap renewable energy' is simply a falsehood. This kind of energy production only seems cheap because of the huge government subsidies that keep them going. I'm all for clean energy if it's possible to run it honestly and without huge subsidies, but while it doesn't seem to be viable we should stick with what is affordable and will keep the country going, rather than sacrificing the vulnerable to an impossible ideology."
👉🏽'Gold spot is now trading consistently over $3000, a record high. And with deliveries once again picking up at the Comex and war in the Middle East coming back with a vengeance, the next big spike is just a matter of time. As expected, once gold broke out above $3000,- it has gone vertical and is up 1% in the past hours, rising to a new record high of $3034, as it sets off for $4000' - ZeroHedge
👉🏽'We have just witnessed the biggest drop in US equity allocation on record. The collapse of US consumers:
Unemployment expectations in the US are now ABOVE 2020 levels and at their highest since 2008.
In 2024, a poll showed that a whopping 56% of Americans thought the US was in a recession.' - TKL
👉🏽OECD Projects Argentina to Have the Second Highest Economic Growth Worldwide in 2025
👉🏽A new blow to the Dutch chemical sector. The major producer LyondellBasell is permanently closing its factory at the Maasvlakte. This decision, announced on Tuesday afternoon, will result in the loss of approximately 160 jobs. The closure is a direct consequence of global overcapacity and high energy costs in the Netherlands.
An audit by the German firm E-Bridge, commissioned by the Dutch government, previously revealed that electricity costs for these companies in the Netherlands amount to €95 per megawatt-hour.
In comparison, this rate is €32 in France (66% lower), €45.60 in Germany (52% lower), and €56.05 per megawatt-hour in Belgium (41% lower).
According to E-Bridge, this difference is mainly due to the compensation that foreign governments provide to companies and the lower grid tariffs. In the Netherlands, costs have risen primarily to finance investments in the electricity grid, such as connecting multiple offshore wind farms.
Now read that segment on offshore wind farms. Mindblowing, innit?
Subsidies are not the solution—deregulation is. But Brussels won’t allow that. So, we’re heading toward even more regulation and nationalization.
On the 19th of March:
👉🏽The Fed makes multiple revisions to its 2025 economic data projections.
Powell finally found the "stag" and the "inflation":
Fed cuts year-end GDP forecast from 2.1% to 1.7%
Fed raises year-end core PCE forecast from 2.5% to 2.8%
Fed raises year-end unemployment forecast from 4.3% to 4.4%
Fed raises PCE inflation forecast from 2.5% to 2.7%
The Fed sees higher inflation and a weaker economy.
On the 20th of March:
Dutch Central Bank Director Klaas Knot "We are worried about American influence on our local payment infrastructure."
Paving the way for the European CBDC (after slowly but surely removing CASH MONEY from society).
Knot has completed his second term and will leave his office in July. Now, of course, pushing for the CBDC, before looking for a new job in Europe.
Anyway, DNB posts billions in losses.
De Nederlandsche Bank suffered a loss of over €3 billion last year, according to the annual report published on Thursday. This marks the second consecutive year of losses.
DNB incurs this loss because, as part of its monetary policy, it has lent out billions at relatively low rates while having to pay a higher rate to banks that park their money at the central bank.
But no losses on its gold. The gold reserves, meanwhile, increased in value by €12.6 billion. This amount is not included in the official profit and loss statement but is reflected on the bank's balance sheet.
For the Dutch readers/followers: Great article: Follow the Money 'Voor de megawinsten van ING, ABN Amro en Rabobank betaalt de Nederlandse burger een hoge prijs.'
https://archive.ph/ncvtk
On the 21st of March:
👉🏽'The Philadelphia Fed Manufacturing index dropped 5.6 points in March, to 12.5, its 2nd consecutive monthly decline.
6-month outlook for new orders fell by 30.8 points, to 2.3, the lowest in 3 years.
This marks the third-largest drop in history, only behind the 2008 Financial Crisis and December 1973.
Furthermore, 6-month business outlook dropped ~40 points to its lowest since January 2024.
All while prices paid rose 7.8 points, to 48.3, the highest since July 2022.
This is further evidence of weakening economic activity with rising prices.' TKL
👉🏽'China’s central bank gold reserves hit a record 73.6 million fine troy ounces in February.
China bought ~160,000 ounces of gold last month, posting their 4th consecutive monthly purchase.
Over the last 2.5 years, China’s gold reserves have jumped by 11.0 million ounces of gold.
Gold now reflects a record ~5.9% of China’s total foreign exchange reserves, or 2,290 tonnes.
Central banks continue to stock up on gold as if we are in a crisis.' -TKL
🎁If you have made it this far I would like to give you a little gift:
What Bitcoin Did: BITCOIN & THE END OF THE DOLLAR SYSTEM with Luke Gromen
They discuss:
-
The Sovereign Debt Crisis
-
If the US Will Reprice the Gold
-
If we will See Triple Digit Inflation
-
The End of The US Dollar System
Luke Gromen: A modest clarification: The end of the post-71 structure of the USD system is what the Trump Administration’s actions appear to be pursuing & will in due time achieve if they stay on the present course.
https://www.youtube.com/watch?v=0W2jEedynbc
Credit: I have used multiple sources!
My savings account: Bitcoin The tool I recommend for setting up a Bitcoin savings plan: PocketBitcoin especially suited for beginners or people who want to invest in Bitcoin with an automated investment plan once a week or monthly.
Use the code SE3997
Get your Bitcoin out of exchanges. Save them on a hardware wallet, run your own node...be your own bank. Not your keys, not your coins. It's that simple. ⠀⠀
⠀⠀ ⠀ ⠀⠀⠀
Do you think this post is helpful to you? If so, please share it and support my work with a zap.
▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃
⭐ Many thanks⭐
Felipe - Bitcoin Friday!
▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃
-
-
@ 3c7dc2c5:805642a8
2025-03-26 21:48:58🧠Quote(s) of the week:
The path to maximalism is littered with mistakes and paved with humility.' Anilsaido
Bitcoin is time because money itself is time.
Money is humanity’s battery: a way to store energy, labor, and resources for the future. It captures your past effort and preserves it for when you need it most. Fiat leaks. Bitcoin holds.
🧡Bitcoin news🧡
On the 18th of March:
➡️After ruling out a strategic bitcoin reserve, the Bank of Korea will launch a central bank digital currency pilot in April, per The Korea Times.
➡️'Metaplanet has acquired an additional 150 BTC for ~$12.5 million, achieving a BTC Yield of 60.8% YTD in 2025.
As of 3/18/2025, Metaplanet hodls 3,200 BTC, and is now a top 10 publicly listed holder of Bitcoin globally.' -Dylan LeClair
➡️Bitcoin entered a risk-off, distribution-dominant phase in early 2025, evidenced by frequent selling and hesitation to buy (yellow to orange dots). - AMB Crypto
➡️Bitwise CIO says Bitcoin should be at $200,000 today and says, “I think the number of companies buying Bitcoin is going to triple this year, I think Game Theory is on.”
“I think countries around the world are going to be buying Bitcoin. There is structurally more demand than supply in Bitcoin.”
➡️Bitcoin mining company Bitfarms buys Stronghold Digital for more than $110 million, making it the largest public-to-public acquisition in Bitcoin industry history.
➡️Bitcoin long-term HODLers become net buyers for the first time since September, per Compass Point Research.
"Buying/selling from HODLers is typically a leading indicator for BTC.
This cohort now owns 65% of BTC supply vs 63% last week vs 73% in early October." - Bitcoin News
➡️GlassNode: 'The Bitcoin market continues to adjust to its new price range after experiencing a -30% correction. Liquidity conditions are also contracting in both on-chain and futures markets.'
➡️Bitcoin now ranks 6th among the world's top monetary assets at $1.62 trillion, per Porkopolis.
➡️The EU isn't banning Bitcoin but using MiCA and other regulations to control it.
This involves stripping away privacy through transaction tracking, mandatory disclosures, and restrictions on self-custody.
The goal is control, not outright prohibition.
Excellent thread by Eli. Eli summarises the EU’s attack on Bitcoin and on Europeans’ rights:
https://x.com/i/web/status/1902048401908261146
Agree 100% with all of this. All these people who have been saying the EU pushing the industry forward with regulations are idiots. They are closing it off and pushing everyone to a CBDC.
Regarding the CBCD, here you will find a comprehensive summary of EU’s CBDC plans, by Efrat Fenigson:
https://bitcoinmagazine.com/politics/ecb-prepping-the-ground-for-digital-euro-launch
*On the 20th of March, the ECB posted the following statement on Twitter:
'The digital euro is not just about creating a new form of money, says Chief Economist Philip R. Lane.
It is about ensuring that Europe retains control over its monetary and financial destiny in the digital age against a backdrop of increasing geopolitical fragmentation.'
“It’s about ensuring that the EU retains control over its citizens.”
There, I fixed it for you if you missed the primary reason.
The Euro is a permissioned, centralized, censorable, inflationary, debt-based currency controlled by unelected bureaucrats.
Bitcoin is permissionless, decentralized, censorship-resistant, fixed in supply, and governed by code—not politicians.
Choose wisely.
➡️As mentioned in last week's Weekly Recap the US Government spends $3.3B per day in interest rate expense. If this doesn’t make you buy Bitcoin I’m not sure what will.
➡️In Kibera, Africa’s largest informal settlement, more than 40 merchants now accept and save in Bitcoin.
➡️The increase in 3-6 month-old UTXOs suggests accumulation during this market correction, a behavior historically critical in forming market bottoms and driving new price rallies.
➡️Just as Hal Finney predicted, Bitcoin will take over Wall Street: Multiple American Bitcoin companies are now seeking to become state or national banks, reports Reuters.
It is inevitable.
➡️Daniel Batten:
2021: 62 US Environmental Organizations write to coCongressaying Bitcoin is bad for the environment and has no use (based on Central Bank misinformation)
2025: US Environmental Organizations debunked (impossible, had they used Bitcoin)
Strange are the ways of karma.
Meanwhile,
➡️President Trump's Executive Director, Bo Hines, on digital assets: "We talked about ways of acquiring more Bitcoin in budget-neutral ways."
We want "as much as we can get."
When Bitcoin is at $200k. We will look back on March 2025 and say, how was everyone not buying. It was so obvious.
On the 19th of March:
➡️BLACKROCK: “The most sophisticated long-term Bitcoin accumulators are pretty excited about this dip. They see the correction as a buying opportunity."
On the 20th of March:
➡️SEC confirms that Bitcoin and Proof of Work mining are NOT securities under US law.
Source: https://t.co/0ExsJniPIf
➡️Bitcoin exchange Kraken has agreed to acquire NinjaTrader, the leading U.S. retail futures trading platform, for $1.5 billion—the largest deal ever of a Bitcoin company buying a traditional financial company.
➡️TRUMP: “I signed an order creating the brand new Strategic Bitcoin Reserve and the US digital asset stockpile which will allow the Federal government to maximize the value of its holdings.”
Tweet and hot take by Lola L33tz
"With the dollar-backed stablecoins, you'll help expand the dominance of the US Dollar [...] It will be at the top, and that's where we want to keep it"
'What he means is:
With dollar-backed stablecoins, the Global South will pivot towards digital Dollars over local currencies, allowing private, US government-controlled entities to replace bank accounts around the globe.
This does not just allow for the expansion of USD dominance by bypassing local governments – it gives the US unprecedented and direct control over worldwide economies as
every stablecoin can be effectively frozen on behalf of the US with the click of a button.'
Stablecoins = CBDCs
There is no technical fundamental difference between them.
It’s almost a guarantee that the EU CBDCs and U.S. stablecoins will be interchangeable.
➡️River: Bitcoin is coming for $128 trillion in global money.
You're not to late to Bitcoin.
On the 21st of March:
➡️Michael Saylor’s Strategy to raise $722.5M to buy more Bitcoin.
➡️Publicly traded Atai Life Sciences to buy $5 million in Bitcoin.
➡️Publicly traded HK Asia Holdings bought 10 Bitcoins worth $858,500 for its balance sheet.
➡️Another solo home miner has mined an entire Bitcoin block worth over $ 260.000,-.
On the 22nd of March:
➡️The University of Wyoming posted a new video explaining Bitcoin with Philosophy Professor Bradley Rettler
➡️Spot Bitcoin ETFs bought 8,775 BTC this week while miners only mined 3,150 Bitcoin.
On the 24th of March:
➡️Metaplanet finished the day as the 13th most liquid stock in Japan, with ¥50.4 billion ($336.6m) of daily trading volume, ahead of Toyota and Nintendo.
➡️River: There is a 275% gap between the inflation you're told and real inflation.
Bitcoin is insurance on the debt spiral. The U.S. Dollar has been devalued by more than 363% since 2000 – That’s a 14.5% devaluation per year. This means if your savings don’t grow by 14.5% annually, you’re falling behind. This is why we Bitcoin. Bitcoin is insurance on the debt spiral, grow your savings beyond the dollar’s devaluation!
➡️Bitcoin's compound annual growth rate (CAGR) over a 5-year rolling window is currently over 50%
➡️Strategy became the first publicly traded company to hold over 500,000 Bitcoin worth over $44 billion.
Strategy has acquired 6,911 BTC for ~$584.1 million at ~$84,529 per Bitcoin and has achieved a BTC Yield of 7.7% YTD 2025. As of 3/23/2025,
Strategy holds 506,137 BTC acquired for ~$33.7 billion at ~$66,608 per Bitcoin.
➡️CryptoQuant: Bitcoin's long-term holders are holding firm, with no significant selling pressure.
➡️Xapo Bank launches Bitcoin-backed USD loans up to $1M, with collateral secured in an MPC vault and no re-usage.
💸Traditional Finance / Macro:
👉🏽no news
🏦Banks:
👉🏽 no news
🌎Macro/Geopolitics:
On the 18th of March:
👉🏽Germany just changed its constitution to unleash a staggering ONE TRILLION in new debt. The German parliament has voted to take on hundreds of billions of euros of new government debt, to ease the debt brake rules, and to codify "climate neutrality by 2045" into the constitution.
On top of that, some extra money to Ukraine:
Germany's next Chancellor, Friedrich Merz, believes that Putin has gone to war against all of Europe. He argues that Russia has attacked Germany, as the Parliament breaks out in applause.
We continue to move further away from the "Europe is not part of the conflict" rhetoric. Germany’s self-inflicted delusion continues!
👉🏽Germany's first offshore wind farm closes after 15 years because it's too expensive to operate. Expect a car crash. The Alpha Ventus offshore wind farm near the German North Sea island of Borkum is set to be dismantled after being in operation for only 15 years. It has become too unprofitable to operate without massive subsidies.
Great thing that the Netherlands is investing heavily in offshore wind farms, even the biggest pension fund APB. Because nInE tImEs ChEaPeR tHaN gAs, right?
I hope they dismantle them & not leave them to rust into the sea. Right? Because climate!
Great response by Jasmine Birtles: "These vanity projects should never have been allowed to start. The phrase 'cheap renewable energy' is simply a falsehood. This kind of energy production only seems cheap because of the huge government subsidies that keep them going. I'm all for clean energy if it's possible to run it honestly and without huge subsidies, but while it doesn't seem to be viable we should stick with what is affordable and will keep the country going, rather than sacrificing the vulnerable to an impossible ideology."
👉🏽'Gold spot is now trading consistently over $3000, a record high. And with deliveries once again picking up at the Comex and war in the Middle East coming back with a vengeance, the next big spike is just a matter of time. As expected, once gold broke out above $3000,- it has gone vertical and is up 1% in the past hours, rising to a new record high of $3034, as it sets off for $4000' - ZeroHedge
👉🏽'We have just witnessed the biggest drop in US equity allocation on record. The collapse of US consumers:
Unemployment expectations in the US are now ABOVE 2020 levels and at their highest since 2008.
In 2024, a poll showed that a whopping 56% of Americans thought the US was in a recession.' - TKL
👉🏽OECD Projects Argentina to Have the Second Highest Economic Growth Worldwide in 2025
👉🏽A new blow to the Dutch chemical sector. The major producer LyondellBasell is permanently closing its factory at the Maasvlakte. This decision, announced on Tuesday afternoon, will result in the loss of approximately 160 jobs. The closure is a direct consequence of global overcapacity and high energy costs in the Netherlands.
An audit by the German firm E-Bridge, commissioned by the Dutch government, previously revealed that electricity costs for these companies in the Netherlands amount to €95 per megawatt-hour.
In comparison, this rate is €32 in France (66% lower), €45.60 in Germany (52% lower), and €56.05 per megawatt-hour in Belgium (41% lower).
According to E-Bridge, this difference is mainly due to the compensation that foreign governments provide to companies and the lower grid tariffs. In the Netherlands, costs have risen primarily to finance investments in the electricity grid, such as connecting multiple offshore wind farms.
Now read that segment on offshore wind farms. Mindblowing, innit?
Subsidies are not the solution—deregulation is. But Brussels won’t allow that. So, we’re heading toward even more regulation and nationalization.
On the 19th of March:
👉🏽The Fed makes multiple revisions to its 2025 economic data projections.
Powell finally found the "stag" and the "inflation":
Fed cuts year-end GDP forecast from 2.1% to 1.7%
Fed raises year-end core PCE forecast from 2.5% to 2.8%
Fed raises year-end unemployment forecast from 4.3% to 4.4%
Fed raises PCE inflation forecast from 2.5% to 2.7%
The Fed sees higher inflation and a weaker economy.
On the 20th of March:
Dutch Central Bank Director Klaas Knot "We are worried about American influence on our local payment infrastructure."
Paving the way for the European CBDC (after slowly but surely removing CASH MONEY from society).
Knot has completed his second term and will leave his office in July. Now, of course, pushing for the CBDC, before looking for a new job in Europe.
Anyway, DNB posts billions in losses.
De Nederlandsche Bank suffered a loss of over €3 billion last year, according to the annual report published on Thursday. This marks the second consecutive year of losses.
DNB incurs this loss because, as part of its monetary policy, it has lent out billions at relatively low rates while having to pay a higher rate to banks that park their money at the central bank.
But no losses on its gold. The gold reserves, meanwhile, increased in value by €12.6 billion. This amount is not included in the official profit and loss statement but is reflected on the bank's balance sheet.
For the Dutch readers/followers: Great article: Follow the Money 'Voor de megawinsten van ING, ABN Amro en Rabobank betaalt de Nederlandse burger een hoge prijs.'
https://archive.ph/ncvtk
On the 21st of March:
👉🏽'The Philadelphia Fed Manufacturing index dropped 5.6 points in March, to 12.5, its 2nd consecutive monthly decline.
6-month outlook for new orders fell by 30.8 points, to 2.3, the lowest in 3 years.
This marks the third-largest drop in history, only behind the 2008 Financial Crisis and December 1973.
Furthermore, 6-month business outlook dropped ~40 points to its lowest since January 2024.
All while prices paid rose 7.8 points, to 48.3, the highest since July 2022.
This is further evidence of weakening economic activity with rising prices.' TKL
👉🏽'China’s central bank gold reserves hit a record 73.6 million fine troy ounces in February.
China bought ~160,000 ounces of gold last month, posting their 4th consecutive monthly purchase.
Over the last 2.5 years, China’s gold reserves have jumped by 11.0 million ounces of gold.
Gold now reflects a record ~5.9% of China’s total foreign exchange reserves, or 2,290 tonnes.
Central banks continue to stock up on gold as if we are in a crisis.' -TKL
🎁If you have made it this far I would like to give you a little gift:
What Bitcoin Did: BITCOIN & THE END OF THE DOLLAR SYSTEM with Luke Gromen
They discuss:
-
The Sovereign Debt Crisis
-
If the US Will Reprice the Gold
-
If we will See Triple Digit Inflation
-
The End of The US Dollar System
Luke Gromen: A modest clarification: The end of the post-71 structure of the USD system is what the Trump Administration’s actions appear to be pursuing & will in due time achieve if they stay on the present course.
https://www.youtube.com/watch?v=0W2jEedynbc
Credit: I have used multiple sources!
My savings account: Bitcoin The tool I recommend for setting up a Bitcoin savings plan: PocketBitcoin especially suited for beginners or people who want to invest in Bitcoin with an automated investment plan once a week or monthly.
Use the code SE3997
Get your Bitcoin out of exchanges. Save them on a hardware wallet, run your own node...be your own bank. Not your keys, not your coins. It's that simple. ⠀⠀
⠀⠀ ⠀ ⠀⠀⠀
Do you think this post is helpful to you? If so, please share it and support my work with a zap.
▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃
⭐ Many thanks⭐
Felipe - Bitcoin Friday!
▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃
-
-
@ 872982aa:8fb54cfe
2025-03-27 00:45:24NIPs
NIPs stand for Nostr Implementation Possibilities.
They exist to document what may be implemented by Nostr-compatible relay and client software.
- List
- Event Kinds
- Message Types
- Client to Relay
- Relay to Client
- Standardized Tags
- Criteria for acceptance of NIPs
- Is this repository a centralizing factor?
- How this repository works
- Breaking Changes
- License
List
- NIP-01: Basic protocol flow description
- NIP-02: Follow List
- NIP-03: OpenTimestamps Attestations for Events
- NIP-04: Encrypted Direct Message --- unrecommended: deprecated in favor of NIP-17
- NIP-05: Mapping Nostr keys to DNS-based internet identifiers
- NIP-06: Basic key derivation from mnemonic seed phrase
- NIP-07:
window.nostr
capability for web browsers - NIP-08: Handling Mentions --- unrecommended: deprecated in favor of NIP-27
- NIP-09: Event Deletion Request
- NIP-10: Text Notes and Threads
- NIP-11: Relay Information Document
- NIP-13: Proof of Work
- NIP-14: Subject tag in text events
- NIP-15: Nostr Marketplace (for resilient marketplaces)
- NIP-17: Private Direct Messages
- NIP-18: Reposts
- NIP-19: bech32-encoded entities
- NIP-21:
nostr:
URI scheme - NIP-22: Comment
- NIP-23: Long-form Content
- NIP-24: Extra metadata fields and tags
- NIP-25: Reactions
- NIP-26: Delegated Event Signing
- NIP-27: Text Note References
- NIP-28: Public Chat
- NIP-29: Relay-based Groups
- NIP-30: Custom Emoji
- NIP-31: Dealing with Unknown Events
- NIP-32: Labeling
- NIP-34:
git
stuff - NIP-35: Torrents
- NIP-36: Sensitive Content
- NIP-37: Draft Events
- NIP-38: User Statuses
- NIP-39: External Identities in Profiles
- NIP-40: Expiration Timestamp
- NIP-42: Authentication of clients to relays
- NIP-44: Encrypted Payloads (Versioned)
- NIP-45: Counting results
- NIP-46: Nostr Remote Signing
- NIP-47: Nostr Wallet Connect
- NIP-48: Proxy Tags
- NIP-49: Private Key Encryption
- NIP-50: Search Capability
- NIP-51: Lists
- NIP-52: Calendar Events
- NIP-53: Live Activities
- NIP-54: Wiki
- NIP-55: Android Signer Application
- NIP-56: Reporting
- NIP-57: Lightning Zaps
- NIP-58: Badges
- NIP-59: Gift Wrap
- NIP-60: Cashu Wallet
- NIP-61: Nutzaps
- NIP-62: Request to Vanish
- NIP-64: Chess (PGN)
- NIP-65: Relay List Metadata
- NIP-66: Relay Discovery and Liveness Monitoring
- NIP-68: Picture-first feeds
- NIP-69: Peer-to-peer Order events
- NIP-70: Protected Events
- NIP-71: Video Events
- NIP-72: Moderated Communities
- NIP-73: External Content IDs
- NIP-75: Zap Goals
- NIP-78: Application-specific data
- NIP-84: Highlights
- NIP-86: Relay Management API
- NIP-88: Polls
- NIP-89: Recommended Application Handlers
- NIP-90: Data Vending Machines
- NIP-92: Media Attachments
- NIP-94: File Metadata
- NIP-96: HTTP File Storage Integration
- NIP-98: HTTP Auth
- NIP-99: Classified Listings
- NIP-7D: Threads
- NIP-C7: Chats
Event Kinds
| kind | description | NIP | | ------------- | ------------------------------- | -------------------------------------- | |
0
| User Metadata | 01 | |1
| Short Text Note | 10 | |2
| Recommend Relay | 01 (deprecated) | |3
| Follows | 02 | |4
| Encrypted Direct Messages | 04 | |5
| Event Deletion Request | 09 | |6
| Repost | 18 | |7
| Reaction | 25 | |8
| Badge Award | 58 | |9
| Chat Message | C7 | |10
| Group Chat Threaded Reply | 29 (deprecated) | |11
| Thread | 7D | |12
| Group Thread Reply | 29 (deprecated) | |13
| Seal | 59 | |14
| Direct Message | 17 | |15
| File Message | 17 | |16
| Generic Repost | 18 | |17
| Reaction to a website | 25 | |20
| Picture | 68 | |21
| Video Event | 71 | |22
| Short-form Portrait Video Event | 71 | |30
| internal reference | NKBIP-03 | |31
| external web reference | NKBIP-03 | |32
| hardcopy reference | NKBIP-03 | |33
| prompt reference | NKBIP-03 | |40
| Channel Creation | 28 | |41
| Channel Metadata | 28 | |42
| Channel Message | 28 | |43
| Channel Hide Message | 28 | |44
| Channel Mute User | 28 | |62
| Request to Vanish | 62 | |64
| Chess (PGN) | 64 | |818
| Merge Requests | 54 | |1018
| Poll Response | 88 | |1021
| Bid | 15 | |1022
| Bid confirmation | 15 | |1040
| OpenTimestamps | 03 | |1059
| Gift Wrap | 59 | |1063
| File Metadata | 94 | |1068
| Poll | 88 | |1111
| Comment | 22 | |1311
| Live Chat Message | 53 | |1617
| Patches | 34 | |1621
| Issues | 34 | |1622
| Git Replies (deprecated) | 34 | |1630
-1633
| Status | 34 | |1971
| Problem Tracker | nostrocket | |1984
| Reporting | 56 | |1985
| Label | 32 | |1986
| Relay reviews | | |1987
| AI Embeddings / Vector lists | NKBIP-02 | |2003
| Torrent | 35 | |2004
| Torrent Comment | 35 | |2022
| Coinjoin Pool | joinstr | |4550
| Community Post Approval | 72 | |5000
-5999
| Job Request | 90 | |6000
-6999
| Job Result | 90 | |7000
| Job Feedback | 90 | |7374
| Reserved Cashu Wallet Tokens | 60 | |7375
| Cashu Wallet Tokens | 60 | |7376
| Cashu Wallet History | 60 | |9000
-9030
| Group Control Events | 29 | |9041
| Zap Goal | 75 | |9321
| Nutzap | 61 | |9467
| Tidal login | Tidal-nostr | |9734
| Zap Request | 57 | |9735
| Zap | 57 | |9802
| Highlights | 84 | |10000
| Mute list | 51 | |10001
| Pin list | 51 | |10002
| Relay List Metadata | 65, 51 | |10003
| Bookmark list | 51 | |10004
| Communities list | 51 | |10005
| Public chats list | 51 | |10006
| Blocked relays list | 51 | |10007
| Search relays list | 51 | |10009
| User groups | 51, 29 | |10013
| Private event relay list | 37 | |10015
| Interests list | 51 | |10019
| Nutzap Mint Recommendation | 61 | |10030
| User emoji list | 51 | |10050
| Relay list to receive DMs | 51, 17 | |10063
| User server list | Blossom | |10096
| File storage server list | 96 | |10166
| Relay Monitor Announcement | 66 | |13194
| Wallet Info | 47 | |17375
| Cashu Wallet Event | 60 | |21000
| Lightning Pub RPC | Lightning.Pub | |22242
| Client Authentication | 42 | |23194
| Wallet Request | 47 | |23195
| Wallet Response | 47 | |24133
| Nostr Connect | 46 | |24242
| Blobs stored on mediaservers | Blossom | |27235
| HTTP Auth | 98 | |30000
| Follow sets | 51 | |30001
| Generic lists | 51 (deprecated) | |30002
| Relay sets | 51 | |30003
| Bookmark sets | 51 | |30004
| Curation sets | 51 | |30005
| Video sets | 51 | |30007
| Kind mute sets | 51 | |30008
| Profile Badges | 58 | |30009
| Badge Definition | 58 | |30015
| Interest sets | 51 | |30017
| Create or update a stall | 15 | |30018
| Create or update a product | 15 | |30019
| Marketplace UI/UX | 15 | |30020
| Product sold as an auction | 15 | |30023
| Long-form Content | 23 | |30024
| Draft Long-form Content | 23 | |30030
| Emoji sets | 51 | |30040
| Curated Publication Index | NKBIP-01 | |30041
| Curated Publication Content | NKBIP-01 | |30063
| Release artifact sets | 51 | |30078
| Application-specific Data | 78 | |30166
| Relay Discovery | 66 | |30267
| App curation sets | 51 | |30311
| Live Event | 53 | |30315
| User Statuses | 38 | |30388
| Slide Set | Corny Chat | |30402
| Classified Listing | 99 | |30403
| Draft Classified Listing | 99 | |30617
| Repository announcements | 34 | |30618
| Repository state announcements | 34 | |30818
| Wiki article | 54 | |30819
| Redirects | 54 | |31234
| Draft Event | 37 | |31388
| Link Set | Corny Chat | |31890
| Feed | NUD: Custom Feeds | |31922
| Date-Based Calendar Event | 52 | |31923
| Time-Based Calendar Event | 52 | |31924
| Calendar | 52 | |31925
| Calendar Event RSVP | 52 | |31989
| Handler recommendation | 89 | |31990
| Handler information | 89 | | |32267
| Software Application | | | |34550
| Community Definition | 72 | |38383
| Peer-to-peer Order events | 69 | |39000-9
| Group metadata events | 29 |Message types
Client to Relay
| type | description | NIP | | ------- | --------------------------------------------------- | ----------- | |
EVENT
| used to publish events | 01 | |REQ
| used to request events and subscribe to new updates | 01 | |CLOSE
| used to stop previous subscriptions | 01 | |AUTH
| used to send authentication events | 42 | |COUNT
| used to request event counts | 45 |Relay to Client
| type | description | NIP | | -------- | ------------------------------------------------------- | ----------- | |
EOSE
| used to notify clients all stored events have been sent | 01 | |EVENT
| used to send events requested to clients | 01 | |NOTICE
| used to send human-readable messages to clients | 01 | |OK
| used to notify clients if an EVENT was successful | 01 | |CLOSED
| used to notify clients that a REQ was ended and why | 01 | |AUTH
| used to send authentication challenges | 42 | |COUNT
| used to send requested event counts to clients | 45 |Standardized Tags
| name | value | other parameters | NIP | | ----------------- | ------------------------------------ | ------------------------------- | -------------------------------------------------- | |
a
| coordinates to an event | relay URL | 01 | |A
| root address | relay URL | 22 | |d
| identifier | -- | 01 | |e
| event id (hex) | relay URL, marker, pubkey (hex) | 01, 10 | |E
| root event id | relay URL | 22 | |f
| currency code | -- | 69 | |g
| geohash | -- | 52 | |h
| group id | -- | 29 | |i
| external identity | proof, url hint | 35, 39, 73 | |I
| root external identity | -- | 22 | |k
| kind | -- | 18, 25, 72, 73 | |K
| root scope | -- | 22 | |l
| label, label namespace | -- | 32 | |L
| label namespace | -- | 32 | |m
| MIME type | -- | 94 | |p
| pubkey (hex) | relay URL, petname | 01, 02, 22 | |P
| pubkey (hex) | -- | 22, 57 | |q
| event id (hex) | relay URL, pubkey (hex) | 18 | |r
| a reference (URL, etc) | -- | 24, 25 | |r
| relay url | marker | 65 | |s
| status | -- | 69 | |t
| hashtag | -- | 24, 34, 35 | |u
| url | -- | 61, 98 | |x
| hash | -- | 35, 56 | |y
| platform | -- | 69 | |z
| order number | -- | 69 | |-
| -- | -- | 70 | |alt
| summary | -- | 31 | |amount
| millisatoshis, stringified | -- | 57 | |bolt11
|bolt11
invoice | -- | 57 | |challenge
| challenge string | -- | 42 | |client
| name, address | relay URL | 89 | |clone
| git clone URL | -- | 34 | |content-warning
| reason | -- | 36 | |delegation
| pubkey, conditions, delegation token | -- | 26 | |description
| description | -- | 34, 57, 58 | |emoji
| shortcode, image URL | -- | 30 | |encrypted
| -- | -- | 90 | |expiration
| unix timestamp (string) | -- | 40 | |file
| full path (string) | -- | 35 | |goal
| event id (hex) | relay URL | 75 | |image
| image URL | dimensions in pixels | 23, 52, 58 | |imeta
| inline metadata | -- | 92 | |lnurl
|bech32
encodedlnurl
| -- | 57 | |location
| location string | -- | 52, 99 | |name
| name | -- | 34, 58, 72 | |nonce
| random | difficulty | 13 | |preimage
| hash ofbolt11
invoice | -- | 57 | |price
| price | currency, frequency | 99 | |proxy
| external ID | protocol | 48 | |published_at
| unix timestamp (string) | -- | 23 | |relay
| relay url | -- | 42, 17 | |relays
| relay list | -- | 57 | |server
| file storage server url | -- | 96 | |subject
| subject | -- | 14, 17, 34 | |summary
| summary | -- | 23, 52 | |thumb
| badge thumbnail | dimensions in pixels | 58 | |title
| article title | -- | 23 | |tracker
| torrent tracker URL | -- | 35 | |web
| webpage URL | -- | 34 | |zap
| pubkey (hex), relay URL | weight | 57 |Please update these lists when proposing new NIPs.
Criteria for acceptance of NIPs
- They should be fully implemented in at least two clients and one relay -- when applicable.
- They should make sense.
- They should be optional and backwards-compatible: care must be taken such that clients and relays that choose to not implement them do not stop working when interacting with the ones that choose to.
- There should be no more than one way of doing the same thing.
- Other rules will be made up when necessary.
Is this repository a centralizing factor?
To promote interoperability, we need standards that everybody can follow, and we need them to define a single way of doing each thing without ever hurting backwards-compatibility, and for that purpose there is no way around getting everybody to agree on the same thing and keep a centralized index of these standards. However the fact that such an index exists doesn't hurt the decentralization of Nostr. At any point the central index can be challenged if it is failing to fulfill the needs of the protocol and it can migrate to other places and be maintained by other people.
It can even fork into multiple versions, and then some clients would go one way, others would go another way, and some clients would adhere to both competing standards. This would hurt the simplicity, openness and interoperability of Nostr a little, but everything would still work in the short term.
There is a list of notable Nostr software developers who have commit access to this repository, but that exists mostly for practical reasons, as by the nature of the thing we're dealing with the repository owner can revoke membership and rewrite history as they want -- and if these actions are unjustified or perceived as bad or evil the community must react.
How this repository works
Standards may emerge in two ways: the first way is that someone starts doing something, then others copy it; the second way is that someone has an idea of a new standard that could benefit multiple clients and the protocol in general without breaking backwards-compatibility and the principle of having a single way of doing things, then they write that idea and submit it to this repository, other interested parties read it and give their feedback, then once most people reasonably agree we codify that in a NIP which client and relay developers that are interested in the feature can proceed to implement.
These two ways of standardizing things are supported by this repository. Although the second is preferred, an effort will be made to codify standards emerged outside this repository into NIPs that can be later referenced and easily understood and implemented by others -- but obviously as in any human system discretion may be applied when standards are considered harmful.
Breaking Changes
License
All NIPs are public domain.
Contributors
-
@ 04c915da:3dfbecc9
2025-03-26 20:54:33Capitalism is the most effective system for scaling innovation. The pursuit of profit is an incredibly powerful human incentive. Most major improvements to human society and quality of life have resulted from this base incentive. Market competition often results in the best outcomes for all.
That said, some projects can never be monetized. They are open in nature and a business model would centralize control. Open protocols like bitcoin and nostr are not owned by anyone and if they were it would destroy the key value propositions they provide. No single entity can or should control their use. Anyone can build on them without permission.
As a result, open protocols must depend on donation based grant funding from the people and organizations that rely on them. This model works but it is slow and uncertain, a grind where sustainability is never fully reached but rather constantly sought. As someone who has been incredibly active in the open source grant funding space, I do not think people truly appreciate how difficult it is to raise charitable money and deploy it efficiently.
Projects that can be monetized should be. Profitability is a super power. When a business can generate revenue, it taps into a self sustaining cycle. Profit fuels growth and development while providing projects independence and agency. This flywheel effect is why companies like Google, Amazon, and Apple have scaled to global dominance. The profit incentive aligns human effort with efficiency. Businesses must innovate, cut waste, and deliver value to survive.
Contrast this with non monetized projects. Without profit, they lean on external support, which can dry up or shift with donor priorities. A profit driven model, on the other hand, is inherently leaner and more adaptable. It is not charity but survival. When survival is tied to delivering what people want, scale follows naturally.
The real magic happens when profitable, sustainable businesses are built on top of open protocols and software. Consider the many startups building on open source software stacks, such as Start9, Mempool, and Primal, offering premium services on top of the open source software they build out and maintain. Think of companies like Block or Strike, which leverage bitcoin’s open protocol to offer their services on top. These businesses amplify the open software and protocols they build on, driving adoption and improvement at a pace donations alone could never match.
When you combine open software and protocols with profit driven business the result are lean, sustainable companies that grow faster and serve more people than either could alone. Bitcoin’s network, for instance, benefits from businesses that profit off its existence, while nostr will expand as developers monetize apps built on the protocol.
Capitalism scales best because competition results in efficiency. Donation funded protocols and software lay the groundwork, while market driven businesses build on top. The profit incentive acts as a filter, ensuring resources flow to what works, while open systems keep the playing field accessible, empowering users and builders. Together, they create a flywheel of innovation, growth, and global benefit.
-
@ 000002de:c05780a7
2025-03-26 20:41:36I sadly do not recall where I heard this but I'm amazed sometimes that I can have heard something like "An eye for an eye and a tooth for a tooth" so many times and a thought never occur to me. For some background, I was raised in the church and have read the Bible many times over my life. I usually read it each year so I'm very familiar with the text.
When we read "An eye for an eye and a tooth for a tooth" in Exodus we often think of how terrible this sounds. But, in reality the principle here is that a just penalty should be in equal measure to the damage caused. In practice what we often see is escalation, not equality in response. Its incredibly destructive.
Jesus in the sermon on the mount said,
“You have heard that it was said, ‘An eye for an eye and a tooth for a tooth.’ 39 But I say to you, Do not resist the one who is evil. But if anyone slaps you on the right cheek, turn to him the other also. 40 And if anyone would sue you and take your tunic, let him have your cloak as well. 41 And if anyone forces you to go one mile, go with him two miles. 42 Give to the one who begs from you, and do not refuse the one who would borrow from you.
43 “You have heard that it was said, ‘You shall love your neighbor and hate your enemy.’ 44 But I say to you, Love your enemies and pray for those who persecute you, 45 so that you may be sons of your Father who is in heaven. For he makes his sun rise on the evil and on the good, and sends rain on the just and on the unjust. 46 For if you love those who love you, what reward do you have? Do not even the tax collectors do the same? 47 And if you greet only your brothers, what more are you doing than others? Do not even the Gentiles do the same? 48 You therefore must be perfect, as your heavenly Father is perfect.
~ Matthew 5:38-48
There is something powerful in understanding the original intent and what Jesus adds. These days it seems many Christians have forgotten this teaching and the results. The results were that Europe was converted to Christianity. There is incredible power in loving your enemies. And not returning evil with evil. @k00b's post prompted me to write this.
Edit:
The other thing that prompted this is watching how people in the church are allowing politics to fuel their behavior in destructive ways. As Christians we should realize that politics is not the answer. Its Jesus.
originally posted at https://stacker.news/items/926101
-
@ 7d33ba57:1b82db35
2025-03-26 20:26:11L'Ampolla is a charming fishing village on the Costa Dorada, known for its pristine beaches, fresh seafood, and proximity to the Ebro Delta Natural Park. With a relaxed Mediterranean atmosphere, it’s an ideal destination for nature lovers, foodies, and beachgoers.
🏖️ Top Things to See & Do in L'Ampolla
1️⃣ Beaches of L'Ampolla 🏝️
- Platja de l'Arenal – A long, shallow sandy beach, perfect for families.
- Platja Cap-Roig – A stunning cove with reddish cliffs and crystal-clear waters.
- Platja dels Capellans – A quiet beach, ideal for relaxation.
2️⃣ Ebro Delta Natural Park 🌿
- A UNESCO Biosphere Reserve home to wetlands, rice fields, and flamingos.
- Go birdwatching, cycling, or take a boat tour along the Ebro River.
- Try kayaking through the peaceful waterways.
3️⃣ Coastal Hiking & Biking 🚶♂️🚴
- Follow the GR-92 coastal trail for breathtaking sea views.
- Enjoy the Camí de Ronda, a scenic path linking L'Ampolla with nearby beaches.
4️⃣ Fishing & Seafood Gastronomy 🎣🍽️
- Visit the port to see traditional fishing boats bring in the daily catch.
- Enjoy fresh oysters, mussels, and paella in seaside restaurants.
5️⃣ Mirador de Bassa de les Olles 🌅
- A beautiful viewpoint with fantastic views of the Ebro Delta lagoons.
- Best visited at sunset for a magical experience.
🍽️ What to Eat in L'Ampolla
- Arròs negre – Black rice with squid ink 🍚🦑
- Fideuà – A seafood noodle dish, similar to paella 🍤
- Oysters & mussels from the Ebro Delta 🦪
- Anguila en suquet – Eel stew, a local specialty 🐟
- Crema Catalana – A delicious caramelized custard dessert 🍮
🚗 How to Get to L'Ampolla
🚆 By Train: Direct trains from Barcelona (2 hrs), Tarragona (1 hr), and Valencia (2.5 hrs)
🚘 By Car: ~1.5 hrs from Barcelona, 45 min from Tarragona
🚌 By Bus: Regional buses connect L'Ampolla with Tarragona and Tortosa
✈️ By Air: Closest airports – Reus (REU, 70 km) and Barcelona-El Prat (BCN, 150 km)💡 Tips for Visiting L'Ampolla
✅ Best time to visit? Spring and summer for the best weather ☀️
✅ Try local seafood – Some of the best in Catalonia 🍽️
✅ Visit the Ebro Delta early – Fewer crowds and better wildlife spotting 🦩
✅ Rent a bike – The best way to explore the coastal and natural areas 🚲 -
@ 6b3780ef:221416c8
2025-03-26 18:42:00This workshop will guide you through exploring the concepts behind MCP servers and how to deploy them as DVMs in Nostr using DVMCP. By the end, you'll understand how these systems work together and be able to create your own deployments.
Understanding MCP Systems
MCP (Model Context Protocol) systems consist of two main components that work together:
- MCP Server: The heart of the system that exposes tools, which you can access via the
.listTools()
method. - MCP Client: The interface that connects to the MCP server and lets you use the tools it offers.
These servers and clients can communicate using different transport methods:
- Standard I/O (stdio): A simple local connection method when your server and client are on the same machine.
- Server-Sent Events (SSE): Uses HTTP to create a communication channel.
For this workshop, we'll use stdio to deploy our server. DVMCP will act as a bridge, connecting to your MCP server as an MCP client, and exposing its tools as a DVM that anyone can call from Nostr.
Creating (or Finding) an MCP Server
Building an MCP server is simpler than you might think:
- Create software in any programming language you're comfortable with.
- Add an MCP library to expose your server's MCP interface.
- Create an API that wraps around your software's functionality.
Once your server is ready, an MCP client can connect, for example, with
bun index.js
, and then call.listTools()
to discover what your server can do. This pattern, known as reflection, makes Nostr DVMs and MCP a perfect match since both use JSON, and DVMs can announce and call tools, effectively becoming an MCP proxy.Alternatively, you can use one of the many existing MCP servers available in various repositories.
For more information about mcp and how to build mcp servers you can visit https://modelcontextprotocol.io/
Setting Up the Workshop
Let's get hands-on:
First, to follow this workshop you will need Bun. Install it from https://bun.sh/. For Linux and macOS, you can use the installation script:
curl -fsSL https://bun.sh/install | bash
-
Choose your MCP server: You can either create one or use an existing one.
-
Inspect your server using the MCP inspector tool:
bash npx @modelcontextprotocol/inspector build/index.js arg1 arg2
This will: - Launch a client UI (default: http://localhost:5173)
- Start an MCP proxy server (default: port 3000)
-
Pass any additional arguments directly to your server
-
Use the inspector: Open the client UI in your browser to connect with your server, list available tools, and test its functionality.
Deploying with DVMCP
Now for the exciting part – making your MCP server available to everyone on Nostr:
-
Navigate to your MCP server directory.
-
Run without installing (quickest way):
npx @dvmcp/bridge
-
Or install globally for regular use:
npm install -g @dvmcp/bridge # or bun install -g @dvmcp/bridge
Then run using:bash dvmcp-bridge
This will guide you through creating the necessary configuration.
Watch the console logs to confirm successful setup – you'll see your public key and process information, or any issues that need addressing.
For the configuration, you can set the relay as
wss://relay.dvmcp.fun
, or use any other of your preferenceTesting and Integration
- Visit dvmcp.fun to see your DVM announcement.
- Call your tools and watch the responses come back.
For production use, consider running dvmcp-bridge as a system service or creating a container for greater reliability and uptime.
Integrating with LLM Clients
You can also integrate your DVMCP deployment with LLM clients using the discovery package:
-
Install and use the
@dvmcp/discovery
package:bash npx @dvmcp/discovery
-
This package acts as an MCP server for your LLM system by:
- Connecting to configured Nostr relays
- Discovering tools from DVMCP servers
-
Making them available to your LLM applications
-
Connect to specific servers or providers using these flags: ```bash # Connect to all DVMCP servers from a provider npx @dvmcp/discovery --provider npub1...
# Connect to a specific DVMCP server npx @dvmcp/discovery --server naddr1... ```
Using these flags, you wouldn't need a configuration file. You can find these commands and Claude desktop configuration already prepared for copy and paste at dvmcp.fun.
This feature lets you connect to any DVMCP server using Nostr and integrate it into your client, either as a DVM or in LLM-powered applications.
Final thoughts
If you've followed this workshop, you now have an MCP server deployed as a Nostr DVM. This means that local resources from the system where the MCP server is running can be accessed through Nostr in a decentralized manner. This capability is powerful and opens up numerous possibilities and opportunities for fun.
You can use this setup for various use cases, including in a controlled/local environment. For instance, you can deploy a relay in your local network that's only accessible within it, exposing all your local MCP servers to anyone connected to the network. This setup can act as a hub for communication between different systems, which could be particularly interesting for applications in home automation or other fields. The potential applications are limitless.
However, it's important to keep in mind that there are security concerns when exposing local resources publicly. You should be mindful of these risks and prioritize security when creating and deploying your MCP servers on Nostr.
Finally, these are new ideas, and the software is still under development. If you have any feedback, please refer to the GitHub repository to report issues or collaborate. DVMCP also has a Signal group you can join. Additionally, you can engage with the community on Nostr using the #dvmcp hashtag.
Useful Resources
- Official Documentation:
- Model Context Protocol: modelcontextprotocol.org
-
DVMCP.fun: dvmcp.fun
-
Source Code and Development:
- DVMCP: github.com/gzuuus/dvmcp
-
DVMCP.fun: github.com/gzuuus/dvmcpfun
-
MCP Servers and Clients:
- Smithery AI: smithery.ai
- MCP.so: mcp.so
-
Glama AI MCP Servers: glama.ai/mcp/servers
Happy building!
- MCP Server: The heart of the system that exposes tools, which you can access via the
-
@ 000002de:c05780a7
2025-03-26 18:00:41Over the past few years I've noticed more people using the political compass to compare where different movements and people fall in comparison to each other.
For many years I have found the left / right evaluation of politics less and less useful. Mostly because it really doesn't account for authoritarianism and other factors such as economics. I'm not sure the political compass is great but it seems better to me.
Have you looked into it? Any issues you've found? Mostly curious what others think about it.
originally posted at https://stacker.news/items/925938
-
@ 8d34bd24:414be32b
2025-03-26 15:58:59I’ll admit that God’s truth is something I am passionate about. I love God’s word and I trust every word in the Bible as absolute truth. I hate when people compromise God’s word. I can’t understand Christians that don’t want to know God better through His word (maybe partially because I read a stack of books to solve any and every problem or to fulfill any interest).
Lately, the vow made in court to tell the truth, the whole truth, and nothing but the truth has been going through my mind. It comes up regarding almost everything, so I figured maybe God was telling me to write a post on the subject, so here we go.
The Truth
When we are searching for the truth about anything, we need to start with the Bible. Yes, there are many subjects about which the Bible doesn’t speak or doesn’t speak in detail, but the principles on which everything is built start with the Bible.
All Scripture is God-breathed and is useful for teaching, rebuking, correcting and training in righteousness, so that the servant of God may be thoroughly equipped for every good work. (2 Timothy 3:16-17)
Especially when we are trying to learn what God wants from us and our lives, we need to search the Scriptures. We need to study the Scriptures. We need to memorize the Scriptures.
I have hidden your word in my heart that I might not sin against you. (Psalm 119:11)
It is much more useful to have read the Bible many times and to know its contents cover to cover, so we have it available to us during that debate with a fellow believer, or the discussion with a proud atheist, or when put into a situation of temptation. Having God’s word “hidden in our heart” enables us to deal with every situation, just as Jesus did when tempted by the Devil in the wilderness. Jesus’s most common response to every challenge was “As it is written …”
Sanctify them by the truth; your word is truth. (John 17:17)
If we want to know the truth and be ready for whatever life throws at us, we need to be like Ezra:
He had begun his journey from Babylon on the first day of the first month, and he arrived in Jerusalem on the first day of the fifth month, for the gracious hand of his God was on him. For Ezra had devoted himself to the study and observance of the Law of the Lord, and to teaching its decrees and laws in Israel. (Ezra 7:9-10) {emphasis mine}
Are you known for devoting yourself to the study and observance of the Law of the Lord, and to teaching its decrees and laws?
The Whole Truth
Obviously there are God hating atheists who will lie about God’s word and totally contradict His word. As believers, we are more likely to bend God’s truth. (Satan does this, too, because it is frequently more effective than an outright lie). There are two primary ways to bend God’s truth. We either leave out some parts or we add to it. In this section we will focus on telling the whole truth and not leaving out part of the truth.
The error of lying by omission is rampant today. We see it in news reports by the media. We see it in the history taught to our children. We see it in many churches. There are some very uncomfortable truths in the Bible. People don’t like to hear that some people will be punished in Hell for all eternity. They don’t want to hear that they are sinners and their desires are sinful. They don’t like to hear that there is one and only one way to Jesus.
Jesus said to him, “I am the way, and the truth, and the life; no one comes to the Father but through Me. (John 14:6)
Many believers don’t like any conflict. They are afraid that speaking the truth is being judgmental and will hurt relationships and feelings, so they hold back and don’t speak the whole truth.
Deal bountifully with Your servant,\ That I may live and keep Your word.\ *Open my eyes, that I may behold\ Wonderful things from Your law.*\ I am a stranger in the earth;\ Do not hide Your commandments from me.\ My soul is crushed with longing\ After Your ordinances at all times.\ You rebuke the arrogant, the cursed,\ Who wander from Your commandments.\ Take away reproach and contempt from me,\ For I observe Your testimonies.\ Even though princes sit and talk against me,\ Your servant meditates on Your statutes.\ Your testimonies also are my delight;\ They are my counselors. (Psalm 119:17-24) {emphasis mine}
The psalmist begs God not to “hide Your commandments from me.” Should we hide God’s commandments from ourselves or others because they are uncomfortable?
He said, “What is the word that He spoke to you? Please do not hide it from me. May God do so to you, and more also, if you hide anything from me of all the words that He spoke to you.” (1 Samuel 3:17)
Eli put the harshest curse on Samuel if he didn’t speak the full truth communicated by God. We need to truly know and believe God’s word, so we communicate it fully with others and do not hide it from those whose very heart and soul need God’s truth.
Many of us may feel like we are not lying because we didn’t not explicitly speak an untruth, but withholding part of the truth, so that another is misled, is as much of a lie as speaking an untruth. Both are intended to mislead the other person, usually for our benefit or comfort and to the long-term harm of the other person.
Finally, brothers and sisters, whatever is true, whatever is noble, whatever is right, whatever is pure, whatever is lovely, whatever is admirable—if anything is excellent or praiseworthy—think about such things. Whatever you have learned or received or heard from me, or seen in me—put it into practice. And the God of peace will be with you. (Philippians 4:8-9) {emphasis mine}
We need to think on, speak, and put into practice all of God’s word. Picking and choosing which parts of God’s word we want to believe, speak, and put into practice is akin to the original sin, “You will be like gods, knowing good and evil.” Only God gets to decide what is true or false and what is good or evil. When we choose to pick which parts of the Bible to obey and to share, we are taking the role that belongs solely to God.
Nothing But the Truth
The other error regarding truth is to add to God’s word.
The Pharisees and the scribes asked Him, “Why do Your disciples not walk according to the tradition of the elders, but eat their bread with impure hands?” And He said to them, “Rightly did Isaiah prophesy of you hypocrites, as it is written:
‘This people honors Me with their lips,\ But their heart is far away from Me.\ But in vain do they worship Me,\ **Teaching as doctrines the precepts of men.’\ Neglecting the commandment of God, you hold to the tradition of men.” (Mark 7:5-8) {emphasis mine}
So often we let tradition, culture, or “science” guide us instead of the Bible. Whenever there is a contradiction between any source and the Bible, we need to put the authority of God’s word as the highest authority. Although it is possible for us to be mistaken by the meaning of God’s word and the truth to be more in line with culture or “science,” it is so much more likely that tradition, culture, or “science” are wrong. We need to use the Bible to interpret things like science rather than to use “science” to interpret the Bible. The Bible is always the higher authority.
Sometimes we add to God’s word intentionally. Sometimes we are just influenced by the people around us, especially supposed authority figures, and are led astray unintentionally.
Do your best to present yourself to God as one approved, a worker who does not need to be ashamed and who correctly handles the word of truth. (2 Timothy 2:15) {emphasis mine}
We need to truly study the whole Bible and test every one of our beliefs against God’s word.
I am astonished that you are so quickly deserting the one who called you to live in the grace of Christ and are turning to a different gospel— which is really no gospel at all. Evidently some people are throwing you into confusion and are trying to pervert the gospel of Christ. But even if we or an angel from heaven should preach a gospel other than the one we preached to you, let them be under God’s curse! As we have already said, so now I say again: If anybody is preaching to you a gospel other than what you accepted, let them be under God’s curse! (Galatians 1:6-9) {emphasis mine}
We need to use God’s word to test every idea.
Do not treat prophecies with contempt but test them all; hold on to what is good, reject every kind of evil. (1 Thessalonians 5:20-22)
and
Dear friends, do not believe every spirit, but test the spirits to see whether they are from God, because many false prophets have gone out into the world. This is how you can recognize the Spirit of God: Every spirit that acknowledges that Jesus Christ has come in the flesh is from God, but every spirit that does not acknowledge Jesus is not from God. This is the spirit of the antichrist, which you have heard is coming and even now is already in the world. (1 John 4:1-3) {emphasis mine}
God’s word is truth. It never changes. It doesn’t change with the times, the culture, or new scientific discoveries. The truth is the truth whether anyone believes it or not.
There are many who will lead you astray and sound like they know what they are talking about. Make sure you do not follow these false teachers in their error (whether the error is intentional or accidental), but even more, make sure you don’t spread the error and lead others astray.
See to it that no one takes you captive through philosophy and empty deception, according to the tradition of men, according to the elementary principles of the world, rather than according to Christ. (Colossians 2:8) {emphasis mine}
I think this phrase perfectly describes how error effects us, “See to it that no one takes you captive through …” Error can be subtle, but can take us captive, lead us astray, and cause us to lead others astray. Only through detailed knowledge of the Scriptures can we defend against it.
Don’t be deceived, my dear brothers and sisters. Every good and perfect gift is from above, coming down from the Father of the heavenly lights, who does not change like shifting shadows. He chose to give us birth through the word of truth, that we might be a kind of firstfruits of all he created. (James 1:16-18) {emphasis mine}
May the Lord of heaven guide us to know the truth, the whole truth, and nothing but the truth and to obey His word in all things to His glory, forever.
Trust Jesus
-
@ 1b30d27a:3cf04146
2025-03-26 14:48:26In recent years, Artificial Intelligence (AI) has become a significant force in transforming various industries, and the music world is no exception. Machine learning algorithms and AI tools are reshaping how music is created, produced, and consumed, offering musicians and producers new ways to enhance creativity and productivity. As AI continues to evolve, it is poised to become a valuable co-creator in the music industry, making the possibilities for sound creation nearly limitless.
Redefining Music Composition with AI
Traditionally, music composition has been a human-driven process, where creativity and emotional depth played key roles. However, AI is now being used to generate original compositions, offering a new dimension to music creation. AI tools like Amper Music, Jukedeck, and Aiva can generate complex musical pieces in various genres, allowing musicians to collaborate with AI to create compositions that would have been impossible or time-consuming by traditional means.
"AI allows artists to explore new sounds, experiment with complex structures, and push boundaries in ways they never could before."
Musicians can feed AI programs with their preferences, and the system can generate melodies, chord progressions, and rhythms based on their input. These AI-generated pieces can be used as the foundation for new music or as inspiration for artists to develop and refine their work further.
AI in Music Production: Enhancing Creativity
While AI has made significant advancements in composition, its role in music production is equally groundbreaking. The production process involves a variety of technical tasks, such as mixing, mastering, and sound design. With the help of AI, producers can now streamline these tasks, allowing more time for creative decision-making.
Benefits of AI in Music Production:
- Faster Workflow: AI tools can automate time-consuming tasks, such as adjusting levels and applying effects, which accelerates the production process.
- Precision and Consistency: AI algorithms can ensure that every element of a track is perfectly balanced, leading to high-quality productions.
- Personalized Sound Design: AI can learn an artist’s unique sound and help shape mixes to match the artist’s vision, whether they’re working with digital synthesizers or traditional instruments.
Tools like LANDR for mastering and iZotope’s Ozone for mixing are examples of AI-powered software that can automatically adjust audio tracks, ensuring optimal sound quality and consistency.
AI as a Collaborative Tool in Music Creation
The most exciting aspect of AI in music production is its potential as a collaborative tool. Instead of replacing musicians and producers, AI is offering new avenues for collaboration. AI’s ability to generate fresh musical ideas, suggest unconventional sound combinations, and recommend harmonies can spark innovation in ways that were previously unimaginable.
"AI acts as a partner, not a replacement. It listens, learns, and collaborates with musicians to create something greater than what either could do alone."
This partnership allows musicians to break free from creative blocks, explore new genres, and experiment with sounds that might not have been considered otherwise. By training AI to understand a musician’s style, AI can tailor suggestions and act as an idea generator, constantly offering new directions for creative exploration.
AI and the Music Listening Experience
AI doesn’t just transform the creation and production process; it’s also changing the way we experience music. Recommendation algorithms are already helping millions of listeners discover new artists, songs, and genres on platforms like Spotify, YouTube, and Apple Music. AI analyzes user behavior, such as listening history and preferences, to suggest music that fits an individual’s taste.
Additionally, AI-powered live performances are emerging, where virtual concerts and interactive music experiences adapt to real-time audience feedback. Through the use of augmented reality (AR) and virtual reality (VR), AI is enhancing how fans engage with music, creating immersive environments that allow for a completely new type of live experience.
The Future of AI in Music
As AI continues to evolve, its role in the music industry will only expand. We can expect AI to become even more integrated into the creative process, offering musicians tools to generate new compositions, automate production tasks, and enhance their overall workflow. As AI learns and adapts to the needs of individual artists, it will continue to act
-
@ 1b30d27a:3cf04146
2025-03-26 14:16:23Artificial Intelligence (AI) is revolutionizing the music industry. What was once a tool used only for automation is now evolving into a creative partner that artists can collaborate with. AI's machine learning algorithms are transforming the way music is composed, produced, and consumed, providing endless opportunities for innovation and creativity.
AI in Music Composition
AI is helping musicians create compositions faster and more efficiently than ever before. Algorithms trained on a variety of musical genres can now generate complex melodies and harmonies, mimicking the style of famous composers or creating something entirely new. AI tools like OpenAI's MuseNet can generate entire musical pieces, and musicians are using these compositions as inspiration, or in some cases, as finished works.
"AI is a co-creator—bringing fresh perspectives and ideas, transforming the music composition process."
These AI tools don’t just replicate existing music—they offer new possibilities for experimentation, allowing artists to explore creative directions they might not have thought of on their own.
Streamlining Music Production
In music production, AI is changing the game. By analyzing audio tracks, AI can help with tasks like mixing, mastering, and sound enhancement. Tools like LANDR and iZotope Ozone automate the mastering process, giving producers professional-level results in a fraction of the time it would take manually.
Key Benefits of AI in Music Production:
- Time Efficiency: Automated processes speed up repetitive tasks like mixing and mastering.
- Enhanced Sound Quality: AI can fine-tune audio, ensuring clarity and balance.
- Personalization: AI can learn an artist’s style, offering tailored suggestions and improvements.
AI tools provide a more efficient workflow, freeing up time for artists to focus on creativity rather than the technical details of production.
AI as a Collaborative Partner
AI is no longer just a tool for producers; it’s a creative partner. It helps musicians explore new ideas, generate sound variations, and fine-tune compositions. AI can generate unusual sound combinations, suggest new chord progressions, or even help artists push past creative blocks.
"AI offers endless possibilities—it's a partner in the creative process, not just a tool."
By collaborating with AI, artists can expand their creative horizons, unlocking new ideas that might not have been possible without this technological partnership.
AI’s Influence on Music Consumption
AI also plays a huge role in how we experience music. Music platforms like Spotify and YouTube use AI to personalize recommendations based on listening habits. This allows users to discover new artists, genres, and tracks that align with their preferences, enhancing the overall music experience.
Moreover, AI-driven virtual concerts and augmented reality performances are on the rise, creating immersive and interactive experiences that bring music to life in a new way.
The Future of AI in Music
The future of AI in music is bright. As AI continues to advance, it will play an even more integral role in music composition, production, and distribution. Artists will continue to use AI as a creative collaborator, and audiences will benefit from even more personalized music experiences.
The journey of AI in music production is just beginning. As technology evolves, so too will the possibilities for musicians and listeners alike. AI is helping us unlock new creative potential, and it’s exciting to think about where this collaboration will take us next. 🚀
-
@ 3c7dc2c5:805642a8
2025-03-26 21:41:05🧠Quote(s) of the week:
The path to maximalism is littered with mistakes and paved with humility.' Anilsaido https://i.ibb.co/ZzcCHwgT/Gip-G0vdb-YAAV9-Mw-1.jpg
Bitcoin is time because money itself is time. Money is humanity’s battery: a way to store energy, labor, and resources for the future. It captures your past effort and preserves it for when you need it most. Fiat leaks. Bitcoin holds.
🧡Bitcoin news🧡
On the 18th of March:
➡️After ruling out a strategic bitcoin reserve, the Bank of Korea will launch a central bank digital currency pilot in April, per The Korea Times.
➡️'Metaplanet has acquired an additional 150 BTC for ~$12.5 million, achieving a BTC Yield of 60.8% YTD in 2025. As of 3/18/2025, Metaplanet hodls 3,200 BTC, and is now a top 10 publicly listed holder of Bitcoin globally.' -Dylan LeClair
➡️Bitcoin entered a risk-off, distribution-dominant phase in early 2025, evidenced by frequent selling and hesitation to buy (yellow to orange dots). - AMB Crypto
➡️Bitwise CIO says Bitcoin should be at $200,000 today and says, “I think the number of companies buying Bitcoin is going to triple this year, I think Game Theory is on.” “I think countries around the world are going to be buying Bitcoin. There is structurally more demand than supply in Bitcoin.”
➡️Bitcoin mining company Bitfarms buys Stronghold Digital for more than $110 million, making it the largest public-to-public acquisition in Bitcoin industry history.
➡️Bitcoin long-term HODLers become net buyers for the first time since September, per Compass Point Research. "Buying/selling from HODLers is typically a leading indicator for BTC. This cohort now owns 65% of BTC supply vs 63% last week vs 73% in early October." - Bitcoin News
➡️GlassNode: 'The Bitcoin market continues to adjust to its new price range after experiencing a -30% correction. Liquidity conditions are also contracting in both on-chain and futures markets.'
➡️Bitcoin now ranks 6th among the world's top monetary assets at $1.62 trillion, per Porkopolis.
➡️The EU isn't banning Bitcoin but using MiCA and other regulations to control it. This involves stripping away privacy through transaction tracking, mandatory disclosures, and restrictions on self-custody. The goal is control, not outright prohibition.
Excellent thread by Eli. Eli summarises the EU’s attack on Bitcoin and on Europeans’ rights: https://x.com/EliNagarBrr/status/1902048401908261146
Agree 100% with all of this. All these people who have been saying the EU pushing the industry forward with regulations are idiots. They are closing it off and pushing everyone to a CBDC.
Regarding the CBCD, here you will find a comprehensive summary of EU’s CBDC plans, by Efrat Fenigson: https://bitcoinmagazine.com/politics/ecb-prepping-the-ground-for-digital-euro-launch
*On the 20th of March, the ECB posted the following statement on Twitter:
'The digital euro is not just about creating a new form of money, says Chief Economist Philip R. Lane. It is about ensuring that Europe retains control over its monetary and financial destiny in the digital age against a backdrop of increasing geopolitical fragmentation.'
“It’s about ensuring that the EU retains control over its citizens.”
There, I fixed it for you if you missed the primary reason.
The Euro is a permissioned, centralized, censorable, inflationary, debt-based currency controlled by unelected bureaucrats.
Bitcoin is permissionless, decentralized, censorship-resistant, fixed in supply, and governed by code—not politicians.
Choose wisely.
➡️As mentioned in last week's Weekly Recap the US Government spends $3.3B per day in interest rate expense. If this doesn’t make you buy Bitcoin I’m not sure what will. https://i.ibb.co/sdt1GvfM/Gm-Vd-FBz-XQAA3t3-M-1.jpg
➡️In Kibera, Africa’s largest informal settlement, more than 40 merchants now accept and save in Bitcoin.
➡️The increase in 3-6 month-old UTXOs suggests accumulation during this market correction, a behavior historically critical in forming market bottoms and driving new price rallies.
➡️Just as Hal Finney predicted, Bitcoin will take over Wall Street: Multiple American Bitcoin companies are now seeking to become state or national banks, reports Reuters. It is inevitable.
➡️Daniel Batten: 2021: 62 US Environmental Organizations write to coCongressaying Bitcoin is bad for the environment and has no use (based on Central Bank misinformation) 2025: US Environmental Organizations debunked (impossible, had they used Bitcoin) Strange are the ways of karma.
Meanwhile,
➡️President Trump's Executive Director, Bo Hines, on digital assets: "We talked about ways of acquiring more Bitcoin in budget-neutral ways." We want "as much as we can get."
When Bitcoin is at $200k. We will look back on March 2025 and say, how was everyone not buying. It was so obvious.
On the 19th of March:
➡️BLACKROCK: “The most sophisticated long-term Bitcoin accumulators are pretty excited about this dip. They see the correction as a buying opportunity."
On the 20th of March:
➡️SEC confirms that Bitcoin and Proof of Work mining are NOT securities under US law. https://i.ibb.co/nWRHjnk/Gmg-Yxv-QWEAAgwx8.png
Source: https://t.co/0ExsJniPIf
➡️Bitcoin exchange Kraken has agreed to acquire NinjaTrader, the leading U.S. retail futures trading platform, for $1.5 billion—the largest deal ever of a Bitcoin company buying a traditional financial company.
➡️TRUMP: “I signed an order creating the brand new Strategic Bitcoin Reserve and the US digital asset stockpile which will allow the Federal government to maximize the value of its holdings.”
Tweet and hot take by Lola L33tz
"With the dollar-backed stablecoins, you'll help expand the dominance of the US Dollar [...] It will be at the top, and that's where we want to keep it"
'What he means is: With dollar-backed stablecoins, the Global South will pivot towards digital Dollars over local currencies, allowing private, US government-controlled entities to replace bank accounts around the globe. This does not just allow for the expansion of USD dominance by bypassing local governments – it gives the US unprecedented and direct control over worldwide economies as every stablecoin can be effectively frozen on behalf of the US with the click of a button.'
Stablecoins = CBDCs There is no technical fundamental difference between them. It’s almost a guarantee that the EU CBDCs and U.S. stablecoins will be interchangeable.
➡️River: Bitcoin is coming for $128 trillion in global money. You're not late to Bitcoin. https://i.ibb.co/7thzHJMx/Gmf-Uvra-EAEV4-U0.png
On the 21st of March:
➡️Michael Saylor’s Strategy to raise $722.5M to buy more Bitcoin.
➡️Publicly traded Atai Life Sciences to buy $5 million in Bitcoin.
➡️Publicly traded HK Asia Holdings bought 10 Bitcoins worth $858,500 for its balance sheet.
➡️Another solo home miner has mined an entire Bitcoin block worth over $ 260.000,-.
On the 22nd of March:
➡️The University of Wyoming posted a new video explaining Bitcoin with Philosophy Professor Bradley Rettler
➡️Spot Bitcoin ETFs bought 8,775 BTC this week while miners only mined 3,150 Bitcoin.
On the 24th of March:
➡️Metaplanet finished the day as the 13th most liquid stock in Japan, with ¥50.4 billion ($336.6m) of daily trading volume, ahead of Toyota and Nintendo.
➡️River: There is a 275% gap between the inflation you're told and real inflation.
https://i.ibb.co/mCs2Lgcc/Gmz-4qc-WMAAzx-z.png
Bitcoin is insurance on the debt spiral. The U.S. Dollar has been devalued by more than 363% since 2000 – That’s a 14.5% devaluation per year. This means if your savings don’t grow by 14.5% annually, you’re falling behind. This is why we Bitcoin. Bitcoin is insurance on the debt spiral, grow your savings beyond the dollar’s devaluation!
➡️Bitcoin's compound annual growth rate (CAGR) over a 5-year rolling window is currently over 50%
➡️Strategy became the first publicly traded company to hold over 500,000 Bitcoin worth over $44 billion. Strategy has acquired 6,911 BTC for ~$584.1 million at ~$84,529 per Bitcoin and has achieved a BTC Yield of 7.7% YTD 2025. As of 3/23/2025, Strategy holds 506,137 BTC acquired for ~$33.7 billion at ~$66,608 per Bitcoin.
➡️CryptoQuant: Bitcoin's long-term holders are holding firm, with no significant selling pressure.
➡️Xapo Bank launches Bitcoin-backed USD loans up to $1M, with collateral secured in an MPC vault and no re-usage.
💸Traditional Finance / Macro:
👉🏽no news
🏦Banks:
👉🏽 no news
🌎Macro/Geopolitics:
On the 18th of March:
👉🏽Germany just changed its constitution to unleash a staggering ONE TRILLION in new debt. The German parliament has voted to take on hundreds of billions of euros of new government debt, to ease the debt brake rules, and to codify "climate neutrality by 2045" into the constitution.
On top of that, some extra money to Ukraine: Germany's next Chancellor, Friedrich Merz, believes that Putin has gone to war against all of Europe. He argues that Russia has attacked Germany, as the Parliament breaks out in applause.
- We continue to move further away from the "Europe is not part of the conflict" rhetoric. Germany’s self-inflicted delusion continues!
👉🏽Germany's first offshore wind farm closes after 15 years because it's too expensive to operate. Expect a car crash. The Alpha Ventus offshore wind farm near the German North Sea island of Borkum is set to be dismantled after being in operation for only 15 years. It has become too unprofitable to operate without massive subsidies.
https://wattsupwiththat.com/2025/03/16/germanys-first-offshore-wind-farm-to-be-dismantled-after-just-15-years-of-operation/
Great thing that the Netherlands is investing heavily in offshore wind farms, even the biggest pension fund APB. Because nInE tImEs ChEaPeR tHaN gAs, right?
I hope they dismantle them & not leave them to rust into the sea. Right? Because climate!
Great response by Jasmine Birtles: "These vanity projects should never have been allowed to start. The phrase 'cheap renewable energy' is simply a falsehood. This kind of energy production only seems cheap because of the huge government subsidies that keep them going. I'm all for clean energy if it's possible to run it honestly and without huge subsidies, but while it doesn't seem to be viable we should stick with what is affordable and will keep the country going, rather than sacrificing the vulnerable to an impossible ideology."
👉🏽'Gold spot is now trading consistently over $3000, a record high. And with deliveries once again picking up at the Comex and war in the Middle East coming back with a vengeance, the next big spike is just a matter of time. As expected, once gold broke out above $3000,- it has gone vertical and is up 1% in the past hours, rising to a new record high of $3034, as it sets off for $4000' - ZeroHedge
👉🏽'We have just witnessed the biggest drop in US equity allocation on record. The collapse of US consumers: Unemployment expectations in the US are now ABOVE 2020 levels and at their highest since 2008. In 2024, a poll showed that a whopping 56% of Americans thought the US was in a recession.' - TKL
https://i.ibb.co/ycnRDpdf/Gm-VZMnb-XAAAt76r.png
👉🏽OECD Projects Argentina to Have the Second Highest Economic Growth Worldwide in 2025
👉🏽A new blow to the Dutch chemical sector. The major producer LyondellBasell is permanently closing its factory at the Maasvlakte. This decision, announced on Tuesday afternoon, will result in the loss of approximately 160 jobs. The closure is a direct consequence of global overcapacity and high energy costs in the Netherlands. An audit by the German firm E-Bridge, commissioned by the Dutch government, previously revealed that electricity costs for these companies in the Netherlands amount to €95 per megawatt-hour.
In comparison, this rate is €32 in France (66% lower), €45.60 in Germany (52% lower), and €56.05 per megawatt-hour in Belgium (41% lower).
According to E-Bridge, this difference is mainly due to the compensation that foreign governments provide to companies and the lower grid tariffs. In the Netherlands, costs have risen primarily to finance investments in the electricity grid, such as connecting multiple offshore wind farms.
Now read that segment on offshore wind farms. Mindblowing, innit?
Subsidies are not the solution—deregulation is. But Brussels won’t allow that. So, we’re heading toward even more regulation and nationalization.
On the 19th of March:
👉🏽The Fed makes multiple revisions to its 2025 economic data projections.
Powell finally found the "stag" and the "inflation":
Fed cuts year-end GDP forecast from 2.1% to 1.7%
Fed raises year-end core PCE forecast from 2.5% to 2.8%
Fed raises year-end unemployment forecast from 4.3% to 4.4%
Fed raises PCE inflation forecast from 2.5% to 2.7%
The Fed sees higher inflation and a weaker economy.
On the 20th of March:
Dutch Central Bank Director Klaas Knot "We are worried about American influence on our local payment infrastructure."
Paving the way for the European CBDC (after slowly but surely removing CASH MONEY from society). Knot has completed his second term and will leave his office in July. Now, of course, pushing for the CBDC, before looking for a new job in Europe.
Anyway, DNB posts billions in losses.
De Nederlandsche Bank suffered a loss of over €3 billion last year, according to the annual report published on Thursday. This marks the second consecutive year of losses.
DNB incurs this loss because, as part of its monetary policy, it has lent out billions at relatively low rates while having to pay a higher rate to banks that park their money at the central bank.
But no losses on its gold. The gold reserves, meanwhile, increased in value by €12.6 billion. This amount is not included in the official profit and loss statement but is reflected on the bank's balance sheet.
For the Dutch readers/followers: Great article: Follow the Money 'Voor de megawinsten van ING, ABN Amro en Rabobank betaalt de Nederlandse burger een hoge prijs.'
https://archive.ph/ncvtk
On the 21st of March:
👉🏽'The Philadelphia Fed Manufacturing index dropped 5.6 points in March, to 12.5, its 2nd consecutive monthly decline. 6-month outlook for new orders fell by 30.8 points, to 2.3, the lowest in 3 years. This marks the third-largest drop in history, only behind the 2008 Financial Crisis and December 1973.
Furthermore, 6-month business outlook dropped ~40 points to its lowest since January 2024. All while prices paid rose 7.8 points, to 48.3, the highest since July 2022. This is further evidence of weakening economic activity with rising prices.' TKL
👉🏽'China’s central bank gold reserves hit a record 73.6 million fine troy ounces in February. China bought ~160,000 ounces of gold last month, posting their 4th consecutive monthly purchase. Over the last 2.5 years, China’s gold reserves have jumped by 11.0 million ounces of gold. Gold now reflects a record ~5.9% of China’s total foreign exchange reserves, or 2,290 tonnes. Central banks continue to stock up on gold as if we are in a crisis.' -TKL
🎁If you have made it this far I would like to give you a little gift:
What Bitcoin Did: BITCOIN & THE END OF THE DOLLAR SYSTEM with Luke Gromen They discuss: - The Sovereign Debt Crisis - If the US Will Reprice the Gold - If we will See Triple Digit Inflation - The End of The US Dollar System Luke Gromen: A modest clarification: The end of the post-71 structure of the USD system is what the Trump Administration’s actions appear to be pursuing & will in due time achieve if they stay on the present course.
https://t.co/IpakFaYqbL
Credit: I have used multiple sources!
My savings account: Bitcoin The tool I recommend for setting up a Bitcoin savings plan: PocketBitcoin especially suited for beginners or people who want to invest in Bitcoin with an automated investment plan once a week or monthly.
Use the code SE3997
Get your Bitcoin out of exchanges. Save them on a hardware wallet, run your own node...be your own bank. Not your keys, not your coins. It's that simple. ⠀⠀ ⠀⠀ ⠀ ⠀⠀⠀
Do you think this post is helpful to you? If so, please share it and support my work with a zap.
▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃
⭐ Many thanks⭐
Felipe - Bitcoin Friday!
▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃
-
@ 1b30d27a:3cf04146
2025-03-26 12:06:51In the ever-evolving landscape of music production, a groundbreaking force is reshaping how music is created, composed, and experienced: Artificial Intelligence (AI). Machine learning algorithms are paving the way for a revolution in the music industry, offering artists a new kind of creative collaborator. Soon, AI will no longer be just a tool but a creative partner, influencing every stage of the music-making process, from composition to production to distribution.
The Role of AI in Music Composition
Traditionally, music composition has been a deeply personal and creative endeavor, driven by human intuition, emotion, and inspiration. However, AI is beginning to challenge this paradigm. Machine learning algorithms, particularly those designed for music, can analyze vast amounts of data, from the works of classical composers to contemporary hits. By studying patterns in rhythm, harmony, and melody, AI systems can generate original compositions that mirror the style and tone of any genre.
"AI is not replacing musicians, it's helping them reach new creative heights. It offers a fresh approach to composition, enhancing what artists already do, not taking over."
For instance, AI-powered tools like OpenAI's MuseNet or Google's Magenta can compose entire pieces of music in different styles, from jazz to electronic to orchestral. These systems can analyze a given input and generate melodies or harmonies that are incredibly sophisticated, and sometimes, indistinguishable from compositions written by human musicians.
Enhancing the Music Production Process
While AI has already made significant strides in composition, its impact on music production is just as profound. In modern studios, AI tools are used for everything from arranging and mixing tracks to mastering the final product. AI-driven software can listen to raw audio recordings, identify areas for improvement, and suggest changes—whether that’s adjusting EQ levels, balancing volume, or adding effects to enhance the sound.
Key Benefits of AI in Music Production:
- Automation of Repetitive Tasks: Streamlines tasks like mixing and mastering, saving time and reducing manual effort.
- Real-Time Feedback: Provides instant feedback on raw recordings, helping producers improve tracks quickly.
- Improved Sound Quality: AI tools can detect subtle flaws and suggest adjustments to enhance sound clarity.
One major benefit of AI in music production is its ability to streamline and automate repetitive tasks. Mixing and mastering, two essential steps in the production process, can often be time-consuming and require a skilled ear. AI systems like LANDR or iZotope’s Ozone use algorithms to analyze tracks and apply mastering techniques that would traditionally take hours of manual work. These tools can deliver professional-level results quickly, making them invaluable for both emerging artists and seasoned professionals.
AI as a Collaborative Partner
The most exciting aspect of AI in music production is its potential to act as a collaborative partner rather than just a tool. Rather than replacing musicians or producers, AI is giving them new ways to push the boundaries of creativity. For example, AI can generate complex chord progressions or suggest unusual sound combinations that the human composer might not have considered. It can also offer real-time feedback during the composition process, helping the artist refine their ideas or take them in unexpected directions.
"AI is like having a co-producer who never sleeps—constantly suggesting, innovating, and pushing boundaries, without any bias or limitations."
Additionally, AI can be trained to learn an individual artist’s style, preferences, and musical choices. This allows it to provide personalized suggestions tailored to the artist’s unique creative voice. As AI continues to evolve, it could become an indispensable part of the creative workflow, helping musicians experiment with new ideas and soundscapes that they might not have explored on their own.
AI and Music Experience: Changing How We Listen
AI’s influence doesn’t stop at creation and production; it’s also changing how we experience music. Algorithms are already being used to power music recommendation systems on platforms like Spotify, Apple Music, and YouTube. These algorithms analyze user preferences and listening habits, then suggest new tracks or artists that match their tastes. This personalization is pushing the boundaries of how we discover music, turning AI into an indispensable part of our daily listening habits.
How AI Is Enhancing Music Discovery:
- Personalized Playlists: Curates playlists based on user preferences, mood, and listening history.
- Music Recommendations: Suggests new tracks and artists based on listening patterns.
- Real-Time Adaptation: AI can adjust recommendations dynamically based on evolving listening trends.
Furthermore, AI is enhancing live music experiences. Using AI, virtual concerts and performances can be created that respond to the audience’s reactions in real-time. Augmented reality (AR) and virtual reality (VR) technology, combined with AI, are bringing immersive music experiences to life, allowing fans to engage with music in ways that were previously unimaginable.
Ethical and Creative Considerations
While AI offers exciting new opportunities, its rise in music production raises important questions about creativity and originality. If an AI system can compose music that sounds just like a human, who owns the rights to that music? Is it the creator who trained the AI, the artist who used it, or the AI itself? These are complex ethical questions that the music industry will need to address as AI becomes an increasingly integral part of the creative process.
Moreover, some critics argue that the human element in music—the emotion, experience, and soul that come with creating music—cannot be replicated by machines. While AI can certainly enhance the production process and offer new ways of creating, the debate remains: Can a machine truly understand the depth of human emotion that music conveys?
Looking Ahead: AI in Music’s Future
As AI continues to improve, its role in music production will likely become more pervasive and integrated into the creative process. Artists may soon collaborate with AI in ways we never thought possible, using it to unlock new dimensions of their music. With the ability to personalize and innovate in real-time, AI could help shape the future of music production, offering limitless possibilities for both seasoned professionals and new artists just starting their journey.
The journey of AI in music production has just begun, and the potential it holds for transforming how we create and experience music is boundless. Soon, AI won’t just be a tool we use—it will be a trusted partner in the pursuit of musical innovation. The future of music is not just human—it’s a harmonious blend of human creativity and technological ingenuity, where the journey never ends. 🚀
-
@ 3c7dc2c5:805642a8
2025-03-26 21:37:09🧠Quote(s) of the week:
The path to maximalism is littered with mistakes and paved with humility.' Anilsaido https://i.ibb.co/ZzcCHwgT/Gip-G0vdb-YAAV9-Mw-1.jpg
Bitcoin is time because money itself is time. Money is humanity’s battery: a way to store energy, labor, and resources for the future. It captures your past effort and preserves it for when you need it most. Fiat leaks. Bitcoin holds.
🧡Bitcoin news🧡
On the 18th of March:
➡️After ruling out a strategic bitcoin reserve, the Bank of Korea will launch a central bank digital currency pilot in April, per The Korea Times.
➡️'Metaplanet has acquired an additional 150 BTC for ~$12.5 million, achieving a BTC Yield of 60.8% YTD in 2025. As of 3/18/2025, Metaplanet hodls 3,200 BTC, and is now a top 10 publicly listed holder of Bitcoin globally.' -Dylan LeClair
➡️Bitcoin entered a risk-off, distribution-dominant phase in early 2025, evidenced by frequent selling and hesitation to buy (yellow to orange dots). - AMB Crypto
➡️Bitwise CIO says Bitcoin should be at $200,000 today and says, “I think the number of companies buying Bitcoin is going to triple this year, I think Game Theory is on.” “I think countries around the world are going to be buying Bitcoin. There is structurally more demand than supply in Bitcoin.”
➡️Bitcoin mining company Bitfarms buys Stronghold Digital for more than $110 million, making it the largest public-to-public acquisition in Bitcoin industry history.
➡️Bitcoin long-term HODLers become net buyers for the first time since September, per Compass Point Research. "Buying/selling from HODLers is typically a leading indicator for BTC. This cohort now owns 65% of BTC supply vs 63% last week vs 73% in early October." - Bitcoin News
➡️GlassNode: 'The Bitcoin market continues to adjust to its new price range after experiencing a -30% correction. Liquidity conditions are also contracting in both on-chain and futures markets.'
➡️Bitcoin now ranks 6th among the world's top monetary assets at $1.62 trillion, per Porkopolis.
➡️The EU isn't banning Bitcoin but using MiCA and other regulations to control it. This involves stripping away privacy through transaction tracking, mandatory disclosures, and restrictions on self-custody. The goal is control, not outright prohibition.
Excellent thread by Eli. Eli summarises the EU’s attack on Bitcoin and on Europeans’ rights: https://x.com/EliNagarBrr/status/1902048401908261146
Agree 100% with all of this. All these people who have been saying the EU pushing the industry forward with regulations are idiots. They are closing it off and pushing everyone to a CBDC.
Regarding the CBCD, here you will find a comprehensive summary of EU’s CBDC plans, by Efrat Fenigson: https://bitcoinmagazine.com/politics/ecb-prepping-the-ground-for-digital-euro-launch
*On the 20th of March, the ECB posted the following statement on Twitter:
'The digital euro is not just about creating a new form of money, says Chief Economist Philip R. Lane. It is about ensuring that Europe retains control over its monetary and financial destiny in the digital age against a backdrop of increasing geopolitical fragmentation.'
“It’s about ensuring that the EU retains control over its citizens.”
There, I fixed it for you if you missed the primary reason.
The Euro is a permissioned, centralized, censorable, inflationary, debt-based currency controlled by unelected bureaucrats.
Bitcoin is permissionless, decentralized, censorship-resistant, fixed in supply, and governed by code—not politicians.
Choose wisely.
➡️As mentioned in last week's Weekly Recap the US Government spends $3.3B per day in interest rate expense. If this doesn’t make you buy Bitcoin I’m not sure what will. https://i.ibb.co/sdt1GvfM/Gm-Vd-FBz-XQAA3t3-M-1.jpg
➡️In Kibera, Africa’s largest informal settlement, more than 40 merchants now accept and save in Bitcoin.
➡️The increase in 3-6 month-old UTXOs suggests accumulation during this market correction, a behavior historically critical in forming market bottoms and driving new price rallies.
➡️Just as Hal Finney predicted, Bitcoin will take over Wall Street: Multiple American Bitcoin companies are now seeking to become state or national banks, reports Reuters. It is inevitable.
➡️Daniel Batten: 2021: 62 US Environmental Organizations write to coCongressaying Bitcoin is bad for the environment and has no use (based on Central Bank misinformation) 2025: US Environmental Organizations debunked (impossible, had they used Bitcoin) Strange are the ways of karma.
Meanwhile,
➡️President Trump's Executive Director, Bo Hines, on digital assets: "We talked about ways of acquiring more Bitcoin in budget-neutral ways." We want "as much as we can get."
When Bitcoin is at $200k. We will look back on March 2025 and say, how was everyone not buying. It was so obvious.
On the 19th of March:
➡️BLACKROCK: “The most sophisticated long-term Bitcoin accumulators are pretty excited about this dip. They see the correction as a buying opportunity."
On the 20th of March:
➡️SEC confirms that Bitcoin and Proof of Work mining are NOT securities under US law. https://i.ibb.co/nWRHjnk/Gmg-Yxv-QWEAAgwx8.png
Source: https://t.co/0ExsJniPIf
➡️Bitcoin exchange Kraken has agreed to acquire NinjaTrader, the leading U.S. retail futures trading platform, for $1.5 billion—the largest deal ever of a Bitcoin company buying a traditional financial company.
➡️TRUMP: “I signed an order creating the brand new Strategic Bitcoin Reserve and the US digital asset stockpile which will allow the Federal government to maximize the value of its holdings.”
Tweet and hot take by Lola L33tz
"With the dollar-backed stablecoins, you'll help expand the dominance of the US Dollar [...] It will be at the top, and that's where we want to keep it"
'What he means is: With dollar-backed stablecoins, the Global South will pivot towards digital Dollars over local currencies, allowing private, US government-controlled entities to replace bank accounts around the globe. This does not just allow for the expansion of USD dominance by bypassing local governments – it gives the US unprecedented and direct control over worldwide economies as every stablecoin can be effectively frozen on behalf of the US with the click of a button.'
Stablecoins = CBDCs There is no technical fundamental difference between them. It’s almost a guarantee that the EU CBDCs and U.S. stablecoins will be interchangeable.
➡️River: Bitcoin is coming for $128 trillion in global money. You're not late to Bitcoin. https://i.ibb.co/7thzHJMx/Gmf-Uvra-EAEV4-U0.png
On the 21st of March:
➡️Michael Saylor’s Strategy to raise $722.5M to buy more Bitcoin.
➡️Publicly traded Atai Life Sciences to buy $5 million in Bitcoin.
➡️Publicly traded HK Asia Holdings bought 10 Bitcoins worth $858,500 for its balance sheet.
➡️Another solo home miner has mined an entire Bitcoin block worth over $ 260.000,-.
On the 22nd of March:
➡️The University of Wyoming posted a new video explaining Bitcoin with Philosophy Professor Bradley Rettler
➡️Spot Bitcoin ETFs bought 8,775 BTC this week while miners only mined 3,150 Bitcoin.
On the 24th of March:
➡️Metaplanet finished the day as the 13th most liquid stock in Japan, with ¥50.4 billion ($336.6m) of daily trading volume, ahead of Toyota and Nintendo.
➡️River: There is a 275% gap between the inflation you're told and real inflation.
https://i.ibb.co/mCs2Lgcc/Gmz-4qc-WMAAzx-z.png
Bitcoin is insurance on the debt spiral. The U.S. Dollar has been devalued by more than 363% since 2000 – That’s a 14.5% devaluation per year. This means if your savings don’t grow by 14.5% annually, you’re falling behind. This is why we Bitcoin. Bitcoin is insurance on the debt spiral, grow your savings beyond the dollar’s devaluation!
➡️Bitcoin's compound annual growth rate (CAGR) over a 5-year rolling window is currently over 50%
➡️Strategy became the first publicly traded company to hold over 500,000 Bitcoin worth over $44 billion. Strategy has acquired 6,911 BTC for ~$584.1 million at ~$84,529 per Bitcoin and has achieved a BTC Yield of 7.7% YTD 2025. As of 3/23/2025, Strategy holds 506,137 BTC acquired for ~$33.7 billion at ~$66,608 per Bitcoin.
➡️CryptoQuant: Bitcoin's long-term holders are holding firm, with no significant selling pressure.
➡️Xapo Bank launches Bitcoin-backed USD loans up to $1M, with collateral secured in an MPC vault and no re-usage.
💸Traditional Finance / Macro:
👉🏽no news
🏦Banks:
👉🏽 no news
🌎Macro/Geopolitics:
On the 18th of March:
👉🏽Germany just changed its constitution to unleash a staggering ONE TRILLION in new debt. The German parliament has voted to take on hundreds of billions of euros of new government debt, to ease the debt brake rules, and to codify "climate neutrality by 2045" into the constitution.
On top of that, some extra money to Ukraine: Germany's next Chancellor, Friedrich Merz, believes that Putin has gone to war against all of Europe. He argues that Russia has attacked Germany, as the Parliament breaks out in applause.
- We continue to move further away from the "Europe is not part of the conflict" rhetoric. Germany’s self-inflicted delusion continues!
👉🏽Germany's first offshore wind farm closes after 15 years because it's too expensive to operate. Expect a car crash. The Alpha Ventus offshore wind farm near the German North Sea island of Borkum is set to be dismantled after being in operation for only 15 years. It has become too unprofitable to operate without massive subsidies.
https://wattsupwiththat.com/2025/03/16/germanys-first-offshore-wind-farm-to-be-dismantled-after-just-15-years-of-operation/
Great thing that the Netherlands is investing heavily in offshore wind farms, even the biggest pension fund APB. Because nInE tImEs ChEaPeR tHaN gAs, right?
I hope they dismantle them & not leave them to rust into the sea. Right? Because climate!
Great response by Jasmine Birtles: "These vanity projects should never have been allowed to start. The phrase 'cheap renewable energy' is simply a falsehood. This kind of energy production only seems cheap because of the huge government subsidies that keep them going. I'm all for clean energy if it's possible to run it honestly and without huge subsidies, but while it doesn't seem to be viable we should stick with what is affordable and will keep the country going, rather than sacrificing the vulnerable to an impossible ideology."
👉🏽'Gold spot is now trading consistently over $3000, a record high. And with deliveries once again picking up at the Comex and war in the Middle East coming back with a vengeance, the next big spike is just a matter of time. As expected, once gold broke out above $3000,- it has gone vertical and is up 1% in the past hours, rising to a new record high of $3034, as it sets off for $4000' - ZeroHedge
👉🏽'We have just witnessed the biggest drop in US equity allocation on record. The collapse of US consumers: Unemployment expectations in the US are now ABOVE 2020 levels and at their highest since 2008. In 2024, a poll showed that a whopping 56% of Americans thought the US was in a recession.' - TKL
https://i.ibb.co/ycnRDpdf/Gm-VZMnb-XAAAt76r.png
👉🏽OECD Projects Argentina to Have the Second Highest Economic Growth Worldwide in 2025
👉🏽A new blow to the Dutch chemical sector. The major producer LyondellBasell is permanently closing its factory at the Maasvlakte. This decision, announced on Tuesday afternoon, will result in the loss of approximately 160 jobs. The closure is a direct consequence of global overcapacity and high energy costs in the Netherlands. An audit by the German firm E-Bridge, commissioned by the Dutch government, previously revealed that electricity costs for these companies in the Netherlands amount to €95 per megawatt-hour.
In comparison, this rate is €32 in France (66% lower), €45.60 in Germany (52% lower), and €56.05 per megawatt-hour in Belgium (41% lower).
According to E-Bridge, this difference is mainly due to the compensation that foreign governments provide to companies and the lower grid tariffs. In the Netherlands, costs have risen primarily to finance investments in the electricity grid, such as connecting multiple offshore wind farms.
Now read that segment on offshore wind farms. Mindblowing, innit?
Subsidies are not the solution—deregulation is. But Brussels won’t allow that. So, we’re heading toward even more regulation and nationalization.
On the 19th of March:
👉🏽The Fed makes multiple revisions to its 2025 economic data projections.
Powell finally found the "stag" and the "inflation":
Fed cuts year-end GDP forecast from 2.1% to 1.7%
Fed raises year-end core PCE forecast from 2.5% to 2.8%
Fed raises year-end unemployment forecast from 4.3% to 4.4%
Fed raises PCE inflation forecast from 2.5% to 2.7%
The Fed sees higher inflation and a weaker economy.
On the 20th of March:
Dutch Central Bank Director Klaas Knot "We are worried about American influence on our local payment infrastructure."
Paving the way for the European CBDC (after slowly but surely removing CASH MONEY from society). Knot has completed his second term and will leave his office in July. Now, of course, pushing for the CBDC, before looking for a new job in Europe.
Anyway, DNB posts billions in losses.
De Nederlandsche Bank suffered a loss of over €3 billion last year, according to the annual report published on Thursday. This marks the second consecutive year of losses.
DNB incurs this loss because, as part of its monetary policy, it has lent out billions at relatively low rates while having to pay a higher rate to banks that park their money at the central bank.
But no losses on its gold. The gold reserves, meanwhile, increased in value by €12.6 billion. This amount is not included in the official profit and loss statement but is reflected on the bank's balance sheet.
For the Dutch readers/followers: Great article: Follow the Money 'Voor de megawinsten van ING, ABN Amro en Rabobank betaalt de Nederlandse burger een hoge prijs.'
https://archive.ph/ncvtk
On the 21st of March:
👉🏽'The Philadelphia Fed Manufacturing index dropped 5.6 points in March, to 12.5, its 2nd consecutive monthly decline. 6-month outlook for new orders fell by 30.8 points, to 2.3, the lowest in 3 years. This marks the third-largest drop in history, only behind the 2008 Financial Crisis and December 1973.
Furthermore, 6-month business outlook dropped ~40 points to its lowest since January 2024. All while prices paid rose 7.8 points, to 48.3, the highest since July 2022. This is further evidence of weakening economic activity with rising prices.' TKL
👉🏽'China’s central bank gold reserves hit a record 73.6 million fine troy ounces in February. China bought ~160,000 ounces of gold last month, posting their 4th consecutive monthly purchase. Over the last 2.5 years, China’s gold reserves have jumped by 11.0 million ounces of gold. Gold now reflects a record ~5.9% of China’s total foreign exchange reserves, or 2,290 tonnes. Central banks continue to stock up on gold as if we are in a crisis.' -TKL
🎁If you have made it this far I would like to give you a little gift:
What Bitcoin Did: BITCOIN & THE END OF THE DOLLAR SYSTEM with Luke Gromen They discuss: - The Sovereign Debt Crisis - If the US Will Reprice the Gold - If we will See Triple Digit Inflation - The End of The US Dollar System Luke Gromen: A modest clarification: The end of the post-71 structure of the USD system is what the Trump Administration’s actions appear to be pursuing & will in due time achieve if they stay on the present course.
https://t.co/IpakFaYqbL
Credit: I have used multiple sources!
My savings account: Bitcoin The tool I recommend for setting up a Bitcoin savings plan: PocketBitcoin especially suited for beginners or people who want to invest in Bitcoin with an automated investment plan once a week or monthly.
Use the code SE3997
Get your Bitcoin out of exchanges. Save them on a hardware wallet, run your own node...be your own bank. Not your keys, not your coins. It's that simple. ⠀⠀ ⠀⠀ ⠀ ⠀⠀⠀
Do you think this post is helpful to you? If so, please share it and support my work with a zap.
▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃
⭐ Many thanks⭐
Felipe - Bitcoin Friday!
▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃
-
@ ecda4328:1278f072
2025-03-26 12:06:30When designing a highly available Kubernetes (or k3s) cluster, one of the key architectural questions is: "How many ETCD nodes should I run?"
A recent discussion in our team sparked this very debate. Someone suggested increasing our ETCD cluster size from 3 to more nodes, citing concerns about node failures and the need for higher fault tolerance. It’s a fair concern—nobody wants a critical service to go down—but here's why 3-node ETCD clusters are usually the sweet spot for most setups.
The Role of ETCD and Quorum
ETCD is a distributed key-value store used by Kubernetes to store all its state. Like most consensus-based systems (e.g., Raft), ETCD relies on quorum to operate. This means that more than half of the ETCD nodes must be online and in agreement for the cluster to function correctly.
What Quorum Means in Practice
- In a 3-node ETCD cluster, quorum is 2.
- In a 5-node cluster, quorum is 3.
⚠️ So yes, 5 nodes can tolerate 2 failures vs. just 1 in a 3-node setup—but you also need more nodes online to keep the system functional. More nodes doesn't linearly increase safety.
Why 3 Nodes is the Ideal Baseline
Running 3 ETCD nodes hits a great balance:
- Fault tolerance: 1 node can fail without issue.
- Performance: Fewer nodes = faster consensus and lower latency.
- Simplicity: Easier to manage, upgrade, and monitor.
Even the ETCD documentation recommends 3–5 nodes total, with 5 being the upper limit before write performance and operational complexity start to degrade.
Systems like Google's Chubby—which inspired systems like ETCD and ZooKeeper—also recommend no more than 5 nodes.
The Myth of Catastrophic Failure
"If two of our three ETCD nodes go down, the cluster will become unusable and need deep repair!"
This is a common fear, but the reality is less dramatic:
- ETCD becomes read-only: You can't schedule or update workloads, but existing workloads continue to run.
- No deep repair needed: As long as there's no data corruption, restoring quorum just requires bringing at least one other ETCD node back online.
- Still recoverable if two nodes are permanently lost: You can re-initialize the remaining node as a new single-node ETCD cluster using
--cluster-init
, and rebuild from there.
What About Backups?
In k3s, ETCD snapshots are automatically saved by default. For example:
- Default path:
/var/lib/rancher/k3s/server/db/snapshots/
You can restore these snapshots in case of failure, making ETCD even more resilient.
When to Consider 5 Nodes
Adding more ETCD nodes only makes sense at scale, such as:
- Running 12+ total cluster nodes
- Needing stronger fault domains for regulatory/compliance reasons
Note: ETCD typically requires low-latency communication between nodes. Distributing ETCD members across availability zones or regions is generally discouraged unless you're using specialized networking and understand the performance implications.
Even then, be cautious—you're trading some simplicity and performance for that extra failure margin.
TL;DR
- 3-node ETCD clusters are the best choice for most Kubernetes/k3s environments.
- 5-node clusters offer more redundancy but come with extra complexity and performance costs.
- Loss of quorum is not a disaster—it’s recoverable.
- Backups and restore paths make even worst-case recovery feasible.
And finally: if you're seeing multiple ETCD nodes go down frequently, the real problem might not be the number of nodes—but your hosting provider.
-
@ 7d33ba57:1b82db35
2025-03-26 11:19:39Gibralta is famous for its iconic Rock, fascinating history, and stunning views over the Mediterranean and Atlantic. A mix of British, Spanish, and Moorish influences, it’s a unique destination packed with natural beauty and cultural heritage.
🏛️ Top Things to See & Do in Gibraltar
1️⃣ The Rock of Gibraltar 🏔️
- The most famous landmark, standing 426 meters high.
- Offers spectacular views of Spain, Morocco, and the Strait of Gibraltar.
- Reach it by hiking, cable car, or guided tour.
2️⃣ St. Michael’s Cave 🏰
- A stunning limestone cave filled with stalactites and stalagmites.
- Used as a concert venue with incredible natural acoustics.
- Illuminated with colorful lights for an unforgettable experience.
3️⃣ Apes’ Den 🐵
- Home to Gibraltar’s famous Barbary macaques, Europe’s only wild monkeys.
- Legend says if the monkeys leave, so will the British! 🇬🇧
- Be careful with your belongings—they love to steal snacks!
4️⃣ Europa Point & Lighthouse 🌊
- The southernmost point of Gibraltar, with views across to Africa.
- Visit the Trinity Lighthouse, the stunning Ibrahim-al-Ibrahim Mosque, and the Harding Battery.
5️⃣ The Great Siege Tunnels 🏗️
- An underground tunnel system carved by the British during the Great Siege (1779–1783).
- Learn about Gibraltar’s military history with cannons and exhibits.
6️⃣ Main Street & Casemates Square 🛍️
- A lively area with British-style pubs, duty-free shopping, and historical buildings.
- Ideal for picking up souvenirs, perfumes, electronics, and spirits at tax-free prices.
7️⃣ Gibraltar Skywalk & Windsor Suspension Bridge 🌉
- A glass-floored viewpoint offering breathtaking panoramic views.
- The Windsor Suspension Bridge is a thrilling 71-meter-long bridge over a deep gorge.
🍽️ What to Eat in Gibraltar
- Fish & Chips – A British classic, best enjoyed by the waterfront 🐟🍟
- Calentita – A chickpea flour flatbread, Gibraltar’s national dish 🥖
- Rosto – A local pasta dish with tomato sauce and meat 🍝
- Torta de Acelga – A savory Swiss chard pie, a blend of Spanish and Moorish flavors 🥧
- Gibraltar Gin & Tonic – A refreshing drink with local gin 🍸
🚗 How to Get to Gibraltar
✈️ By Air: Gibraltar International Airport (GIB) – flights from London, Manchester, Bristol
🚘 By Car: Drive from Spain (La Línea de la Concepción), but expect border checks 🚧
🚆 By Train: Nearest Spanish station is San Roque-La Línea, then take a taxi or bus
🚌 By Bus: Direct buses from Málaga, Seville, and Cádiz
🚶 On Foot: Many visitors park in La Línea, Spain, and walk across the border💡 Tips for Visiting Gibraltar
✅ Bring your passport – Border control is required for entry 🛂
✅ Take the cable car early – The Rock gets crowded by midday 🚠
✅ Watch out for the monkeys – They are friendly but love to steal 🎒
✅ Wear comfortable shoes – Exploring the Rock involves lots of walking 👟
✅ Use British pounds (£) or euros (€) – Most places accept both 💷💶 -
@ 3c7dc2c5:805642a8
2025-03-26 21:25:44🧠Quote(s) of the week:
The path to maximalism is littered with mistakes and paved with humility.' Anilsaido https://i.ibb.co/ZzcCHwgT/Gip-G0vdb-YAAV9-Mw-1.jpg
Bitcoin is time because money itself is time. Money is humanity’s battery: a way to store energy, labor, and resources for the future. It captures your past effort and preserves it for when you need it most. Fiat leaks. Bitcoin holds.
🧡Bitcoin news🧡
On the 18th of March:
➡️After ruling out a strategic bitcoin reserve, the Bank of Korea will launch a central bank digital currency pilot in April, per The Korea Times.
➡️'Metaplanet has acquired an additional 150 BTC for ~$12.5 million, achieving a BTC Yield of 60.8% YTD in 2025. As of 3/18/2025, Metaplanet hodls 3,200 BTC, and is now a top 10 publicly listed holder of Bitcoin globally.' -Dylan LeClair
➡️Bitcoin entered a risk-off, distribution-dominant phase in early 2025, evidenced by frequent selling and hesitation to buy (yellow to orange dots). - AMB Crypto
➡️Bitwise CIO says Bitcoin should be at $200,000 today and says, “I think the number of companies buying Bitcoin is going to triple this year, I think Game Theory is on.” “I think countries around the world are going to be buying Bitcoin. There is structurally more demand than supply in Bitcoin.”
➡️Bitcoin mining company Bitfarms buys Stronghold Digital for more than $110 million, making it the largest public-to-public acquisition in Bitcoin industry history.
➡️Bitcoin long-term HODLers become net buyers for the first time since September, per Compass Point Research. "Buying/selling from HODLers is typically a leading indicator for BTC. This cohort now owns 65% of BTC supply vs 63% last week vs 73% in early October." - Bitcoin News
➡️GlassNode: 'The Bitcoin market continues to adjust to its new price range after experiencing a -30% correction. Liquidity conditions are also contracting in both on-chain and futures markets.'
➡️Bitcoin now ranks 6th among the world's top monetary assets at $1.62 trillion, per Porkopolis.
➡️The EU isn't banning Bitcoin but using MiCA and other regulations to control it. This involves stripping away privacy through transaction tracking, mandatory disclosures, and restrictions on self-custody. The goal is control, not outright prohibition.
Excellent thread by Eli. Eli summarises the EU’s attack on Bitcoin and on Europeans’ rights: https://x.com/EliNagarBrr/status/1902048401908261146
Agree 100% with all of this. All these people who have been saying the EU pushing the industry forward with regulations are idiots. They are closing it off and pushing everyone to a CBDC.
Regarding the CBCD, here you will find a comprehensive summary of EU’s CBDC plans, by Efrat Fenigson: https://bitcoinmagazine.com/politics/ecb-prepping-the-ground-for-digital-euro-launch
*On the 20th of March, the ECB posted the following statement on Twitter: The digital euro is not just about creating a new form of money, says Chief Economist Philip R. Lane.
It is about ensuring that Europe retains control over its monetary and financial destiny in the digital age against a backdrop of increasing geopolitical fragmentation.
“It’s about ensuring that the EU retains control over its citizens.”
There, I fixed it for you if you missed the primary reason.
The Euro is a permissioned, centralized, censorable, inflationary, debt-based currency controlled by unelected bureaucrats.
Bitcoin is permissionless, decentralized, censorship-resistant, fixed in supply, and governed by code—not politicians. Choose wisely.
➡️As mentioned in last week's Weekly Recap the US Government spends $3.3B per day in interest rate expense. If this doesn’t make you buy Bitcoin I’m not sure what will.
https://i.ibb.co/sdt1GvfM/Gm-Vd-FBz-XQAA3t3-M-1.jpg
➡️In Kibera, Africa’s largest informal settlement, more than 40 merchants now accept and save in Bitcoin.
➡️The increase in 3-6 month-old UTXOs suggests accumulation during this market correction, a behavior historically critical in forming market bottoms and driving new price rallies.
➡️Just as Hal Finney predicted, Bitcoin will take over Wall Street: Multiple American Bitcoin companies are now seeking to become state or national banks, reports Reuters. It is inevitable.
➡️Daniel Batten: 2021: 62 US Environmental Organizations write to coCongressaying Bitcoin is bad for the environment and has no use (based on Central Bank misinformation) 2025: US Environmental Organizations debunked (impossible, had they used Bitcoin) Strange are the ways of karma.
Meanwhile,
➡️President Trump's Executive Director, Bo Hines, on digital assets: "We talked about ways of acquiring more Bitcoin in budget-neutral ways." We want "as much as we can get." When Bitcoin is at $200k. We will look back on March 2025 and say, how was everyone not buying. It was so obvious.
On the 19th of March:
➡️BLACKROCK: “The most sophisticated long-term Bitcoin accumulators are pretty excited about this dip. They see the correction as a buying opportunity."
On the 20th of March: ➡️SEC confirms that Bitcoin and Proof of Work mining are NOT securities under US law. https://i.ibb.co/nWRHjnk/Gmg-Yxv-QWEAAgwx8.png
Source: https://t.co/0ExsJniPIf
➡️Bitcoin exchange Kraken has agreed to acquire NinjaTrader, the leading U.S. retail futures trading platform, for $1.5 billion—the largest deal ever of a Bitcoin company buying a traditional financial company.
➡️TRUMP: “I signed an order creating the brand new Strategic Bitcoin Reserve and the US digital asset stockpile which will allow the Federal government to maximize the value of its holdings.”
Tweet and hot take by Lola L33tz
"With the dollar-backed stablecoins, you'll help expand the dominance of the US Dollar [...] It will be at the top, and that's where we want to keep it" 'What he means is: With dollar-backed stablecoins, the Global South will pivot towards digital Dollars over local currencies, allowing private, US government-controlled entities to replace bank accounts around the globe.
This does not just allow for the expansion of USD dominance by bypassing local governments – it gives the US unprecedented and direct control over worldwide economies as every stablecoin can be effectively frozen on behalf of the US with the click of a button.'
Stablecoins = CBDCs There is no technical fundamental difference between them. It’s almost a guarantee that the EU CBDCs and U.S. stablecoins will be interchangeable.
➡️River: Bitcoin is coming for $128 trillion in global money. You're not late to Bitcoin. https://i.ibb.co/7thzHJMx/Gmf-Uvra-EAEV4-U0.png
On the 21st of March:
➡️Michael Saylor’s Strategy to raise $722.5M to buy more Bitcoin.
➡️Publicly traded Atai Life Sciences to buy $5 million in Bitcoin.
➡️Publicly traded HK Asia Holdings bought 10 Bitcoins worth $858,500 for its balance sheet.
➡️Another solo home miner has mined an entire Bitcoin block worth over $ 260.000,-.
On the 22nd of March:
➡️The University of Wyoming posted a new video explaining Bitcoin with Philosophy Professor Bradley Rettler
➡️Spot Bitcoin ETFs bought 8,775 BTC this week while miners only mined 3,150 Bitcoin.
On the 24th of March:
➡️Metaplanet finished the day as the 13th most liquid stock in Japan, with ¥50.4 billion ($336.6m) of daily trading volume, ahead of Toyota and Nintendo.
➡️River: There is a 275% gap between the inflation you're told and real inflation. https://i.ibb.co/mCs2Lgcc/Gmz-4qc-WMAAzx-z.png
Bitcoin is insurance on the debt spiral. The U.S. Dollar has been devalued by more than 363% since 2000 – That’s a 14.5% devaluation per year. This means if your savings don’t grow by 14.5% annually, you’re falling behind. This is why we Bitcoin. Bitcoin is insurance on the debt spiral, grow your savings beyond the dollar’s devaluation!
➡️Bitcoin's compound annual growth rate (CAGR) over a 5-year rolling window is currently over 50%
➡️Strategy became the first publicly traded company to hold over 500,000 Bitcoin worth over $44 billion.
Strategy has acquired 6,911 BTC for ~$584.1 million at ~$84,529 per Bitcoin and has achieved a BTC Yield of 7.7% YTD 2025. As of 3/23/2025, Strategy holds 506,137 BTC acquired for ~$33.7 billion at ~$66,608 per Bitcoin.
➡️CryptoQuant: Bitcoin's long-term holders are holding firm, with no significant selling pressure.
➡️Xapo Bank launches Bitcoin-backed USD loans up to $1M, with collateral secured in an MPC vault and no re-usage.
💸Traditional Finance / Macro:
👉🏽no news
🏦Banks:
👉🏽 no news
🌎Macro/Geopolitics:
On the 18th of March:
👉🏽Germany just changed its constitution to unleash a staggering ONE TRILLION in new debt. The German parliament has voted to take on hundreds of billions of euros of new government debt, to ease the debt brake rules, and to codify "climate neutrality by 2045" into the constitution.
On top of that, some extra money to Ukraine:
Germany's next Chancellor, Friedrich Merz, believes that Putin has gone to war against all of Europe. He argues that Russia has attacked Germany, as the Parliament breaks out in applause. - We continue to move further away from the "Europe is not part of the conflict" rhetoric. Germany’s self-inflicted delusion continues!
👉🏽Germany's first offshore wind farm closes after 15 years because it's too expensive to operate. Expect a car crash. The Alpha Ventus offshore wind farm near the German North Sea island of Borkum is set to be dismantled after being in operation for only 15 years. It has become too unprofitable to operate without massive subsidies.
https://wattsupwiththat.com/2025/03/16/germanys-first-offshore-wind-farm-to-be-dismantled-after-just-15-years-of-operation/
Great thing that the Netherlands is investing heavily in offshore wind farms, even the biggest pension fund APB. Because nInE tImEs ChEaPeR tHaN gAs, right? I hope they dismantle them & not leave them to rust into the sea. Right? Because climate!
Great response by Jasmine Birtles: "These vanity projects should never have been allowed to start. The phrase 'cheap renewable energy' is simply a falsehood. This kind of energy production only seems cheap because of the huge government subsidies that keep them going. I'm all for clean energy if it's possible to run it honestly and without huge subsidies, but while it doesn't seem to be viable we should stick with what is affordable and will keep the country going, rather than sacrificing the vulnerable to an impossible ideology."
👉🏽'Gold spot is now trading consistently over $3000, a record high. And with deliveries once again picking up at the Comex and war in the Middle East coming back with a vengeance, the next big spike is just a matter of time. As expected, once gold broke out above $3000,- it has gone vertical and is up 1% in the past hours, rising to a new record high of $3034, as it sets off for $4000' - ZeroHedge
👉🏽'We have just witnessed the biggest drop in US equity allocation on record. The collapse of US consumers: Unemployment expectations in the US are now ABOVE 2020 levels and at their highest since 2008. In 2024, a poll showed that a whopping 56% of Americans thought the US was in a recession.' - TKL
https://i.ibb.co/ycnRDpdf/Gm-VZMnb-XAAAt76r.png
👉🏽OECD Projects Argentina to Have the Second Highest Economic Growth Worldwide in 2025
👉🏽A new blow to the Dutch chemical sector. The major producer LyondellBasell is permanently closing its factory at the Maasvlakte. This decision, announced on Tuesday afternoon, will result in the loss of approximately 160 jobs. The closure is a direct consequence of global overcapacity and high energy costs in the Netherlands. An audit by the German firm E-Bridge, commissioned by the Dutch government, previously revealed that electricity costs for these companies in the Netherlands amount to €95 per megawatt-hour. In comparison, this rate is €32 in France (66% lower), €45.60 in Germany (52% lower), and €56.05 per megawatt-hour in Belgium (41% lower).
According to E-Bridge, this difference is mainly due to the compensation that foreign governments provide to companies and the lower grid tariffs. In the Netherlands, costs have risen primarily to finance investments in the electricity grid, such as connecting multiple offshore wind farms.
Now read that segment on offshore wind farms. Mindblowing, innit?
Subsidies are not the solution—deregulation is. But Brussels won’t allow that. So, we’re heading toward even more regulation and nationalization.
On the 19th of March:
👉🏽The Fed makes multiple revisions to its 2025 economic data projections.
Powell finally found the "stag" and the "inflation":
Fed cuts year-end GDP forecast from 2.1% to 1.7%
Fed raises year-end core PCE forecast from 2.5% to 2.8%
Fed raises year-end unemployment forecast from 4.3% to 4.4%
Fed raises PCE inflation forecast from 2.5% to 2.7%
The Fed sees higher inflation and a weaker economy.
On the 20th of March:
Dutch Central Bank Director Klaas Knot "We are worried about American influence on our local payment infrastructure."
Paving the way for the European CBDC (after slowly but surely removing CASH MONEY from society).
Knot has completed his second term and will leave his office in July. Now, of course, pushing for the CBDC, before looking for a new job in Europe.
Anyway, DNB posts billions in losses. De Nederlandsche Bank suffered a loss of over €3 billion last year, according to the annual report published on Thursday. This marks the second consecutive year of losses.
DNB incurs this loss because, as part of its monetary policy, it has lent out billions at relatively low rates while having to pay a higher rate to banks that park their money at the central bank.
But no losses on its gold. The gold reserves, meanwhile, increased in value by €12.6 billion. This amount is not included in the official profit and loss statement but is reflected on the bank's balance sheet.
For the Dutch readers/followers: Great article: Follow the Money 'Voor de megawinsten van ING, ABN Amro en Rabobank betaalt de Nederlandse burger een hoge prijs.'
https://archive.ph/ncvtk
On the 21st of March:
👉🏽'The Philadelphia Fed Manufacturing index dropped 5.6 points in March, to 12.5, its 2nd consecutive monthly decline. 6-month outlook for new orders fell by 30.8 points, to 2.3, the lowest in 3 years. This marks the third-largest drop in history, only behind the 2008 Financial Crisis and December 1973.
Furthermore, 6-month business outlook dropped ~40 points to its lowest since January 2024.
All while prices paid rose 7.8 points, to 48.3, the highest since July 2022. This is further evidence of weakening economic activity with rising prices.' TKL
👉🏽'China’s central bank gold reserves hit a record 73.6 million fine troy ounces in February. China bought ~160,000 ounces of gold last month, posting their 4th consecutive monthly purchase. Over the last 2.5 years, China’s gold reserves have jumped by 11.0 million ounces of gold. Gold now reflects a record ~5.9% of China’s total foreign exchange reserves, or 2,290 tonnes. Central banks continue to stock up on gold as if we are in a crisis.' -TKL
🎁If you have made it this far I would like to give you a little gift:
What Bitcoin Did: BITCOIN & THE END OF THE DOLLAR SYSTEM with Luke Gromen They discuss: - The Sovereign Debt Crisis - If the US Will Reprice the Gold - If we will See Triple Digit Inflation - The End of The US Dollar System Luke Gromen: A modest clarification: The end of the post-71 structure of the USD system is what the Trump Administration’s actions appear to be pursuing & will in due time achieve if they stay on the present course. https://t.co/IpakFaYqbL
Credit: I have used multiple sources!
My savings account: Bitcoin The tool I recommend for setting up a Bitcoin savings plan: PocketBitcoin especially suited for beginners or people who want to invest in Bitcoin with an automated investment plan once a week or monthly.
Use the code SE3997
Get your Bitcoin out of exchanges. Save them on a hardware wallet, run your own node...be your own bank. Not your keys, not your coins. It's that simple. ⠀⠀⠀⠀ ⠀ ⠀⠀⠀
Do you think this post is helpful to you? If so, please share it and support my work with a zap.
▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃
⭐ Many thanks⭐
Felipe - Bitcoin Friday!
▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃
-
@ 3c7dc2c5:805642a8
2025-03-26 21:24:22🧠Quote(s) of the week:
The path to maximalism is littered with mistakes and paved with humility.' Anilsaido https://i.ibb.co/ZzcCHwgT/Gip-G0vdb-YAAV9-Mw-1.jpg
Bitcoin is time because money itself is time. Money is humanity’s battery: a way to store energy, labor, and resources for the future. It captures your past effort and preserves it for when you need it most. Fiat leaks. Bitcoin holds.
🧡Bitcoin news🧡
On the 18th of March:
➡️After ruling out a strategic bitcoin reserve, the Bank of Korea will launch a central bank digital currency pilot in April, per The Korea Times.
➡️'Metaplanet has acquired an additional 150 BTC for ~$12.5 million, achieving a BTC Yield of 60.8% YTD in 2025. As of 3/18/2025, Metaplanet hodls 3,200 BTC, and is now a top 10 publicly listed holder of Bitcoin globally.' -Dylan LeClair
➡️Bitcoin entered a risk-off, distribution-dominant phase in early 2025, evidenced by frequent selling and hesitation to buy (yellow to orange dots). - AMB Crypto
➡️Bitwise CIO says Bitcoin should be at $200,000 today and says, “I think the number of companies buying Bitcoin is going to triple this year, I think Game Theory is on.” “I think countries around the world are going to be buying Bitcoin. There is structurally more demand than supply in Bitcoin.”
➡️Bitcoin mining company Bitfarms buys Stronghold Digital for more than $110 million, making it the largest public-to-public acquisition in Bitcoin industry history.
➡️Bitcoin long-term HODLers become net buyers for the first time since September, per Compass Point Research. "Buying/selling from HODLers is typically a leading indicator for BTC. This cohort now owns 65% of BTC supply vs 63% last week vs 73% in early October." - Bitcoin News
➡️GlassNode: 'The Bitcoin market continues to adjust to its new price range after experiencing a -30% correction. Liquidity conditions are also contracting in both on-chain and futures markets.'
➡️Bitcoin now ranks 6th among the world's top monetary assets at $1.62 trillion, per Porkopolis.
➡️The EU isn't banning Bitcoin but using MiCA and other regulations to control it. This involves stripping away privacy through transaction tracking, mandatory disclosures, and restrictions on self-custody. The goal is control, not outright prohibition.
Excellent thread by Eli. Eli summarises the EU’s attack on Bitcoin and on Europeans’ rights: https://x.com/EliNagarBrr/status/1902048401908261146
Agree 100% with all of this. All these people who have been saying the EU pushing the industry forward with regulations are idiots. They are closing it off and pushing everyone to a CBDC.
Regarding the CBCD, here you will find a comprehensive summary of EU’s CBDC plans, by Efrat Fenigson: https://bitcoinmagazine.com/politics/ecb-prepping-the-ground-for-digital-euro-launch
*On the 20th of March, the ECB posted the following statement on Twitter: The digital euro is not just about creating a new form of money, says Chief Economist Philip R. Lane.
It is about ensuring that Europe retains control over its monetary and financial destiny in the digital age against a backdrop of increasing geopolitical fragmentation.
“It’s about ensuring that the EU retains control over its citizens.”
There, I fixed it for you if you missed the primary reason.
The Euro is a permissioned, centralized, censorable, inflationary, debt-based currency controlled by unelected bureaucrats.
Bitcoin is permissionless, decentralized, censorship-resistant, fixed in supply, and governed by code—not politicians. Choose wisely.
➡️As mentioned in last week's Weekly Recap the US Government spends $3.3B per day in interest rate expense. If this doesn’t make you buy Bitcoin I’m not sure what will.
https://i.ibb.co/sdt1GvfM/Gm-Vd-FBz-XQAA3t3-M-1.jpg
➡️In Kibera, Africa’s largest informal settlement, more than 40 merchants now accept and save in Bitcoin.
➡️The increase in 3-6 month-old UTXOs suggests accumulation during this market correction, a behavior historically critical in forming market bottoms and driving new price rallies.
➡️Just as Hal Finney predicted, Bitcoin will take over Wall Street: Multiple American Bitcoin companies are now seeking to become state or national banks, reports Reuters. It is inevitable.
➡️Daniel Batten: 2021: 62 US Environmental Organizations write to coCongressaying Bitcoin is bad for the environment and has no use (based on Central Bank misinformation) 2025: US Environmental Organizations debunked (impossible, had they used Bitcoin) Strange are the ways of karma.
Meanwhile,
➡️President Trump's Executive Director, Bo Hines, on digital assets: "We talked about ways of acquiring more Bitcoin in budget-neutral ways." We want "as much as we can get." When Bitcoin is at $200k. We will look back on March 2025 and say, how was everyone not buying. It was so obvious.
On the 19th of March:
➡️BLACKROCK: “The most sophisticated long-term Bitcoin accumulators are pretty excited about this dip. They see the correction as a buying opportunity."
On the 20th of March: ➡️SEC confirms that Bitcoin and Proof of Work mining are NOT securities under US law. https://i.ibb.co/nWRHjnk/Gmg-Yxv-QWEAAgwx8.png
Source: https://t.co/0ExsJniPIf
➡️Bitcoin exchange Kraken has agreed to acquire NinjaTrader, the leading U.S. retail futures trading platform, for $1.5 billion—the largest deal ever of a Bitcoin company buying a traditional financial company.
➡️TRUMP: “I signed an order creating the brand new Strategic Bitcoin Reserve and the US digital asset stockpile which will allow the Federal government to maximize the value of its holdings.”
Tweet and hot take by Lola L33tz
"With the dollar-backed stablecoins, you'll help expand the dominance of the US Dollar [...] It will be at the top, and that's where we want to keep it" 'What he means is: With dollar-backed stablecoins, the Global South will pivot towards digital Dollars over local currencies, allowing private, US government-controlled entities to replace bank accounts around the globe.
This does not just allow for the expansion of USD dominance by bypassing local governments – it gives the US unprecedented and direct control over worldwide economies as every stablecoin can be effectively frozen on behalf of the US with the click of a button.'
Stablecoins = CBDCs There is no technical fundamental difference between them. It’s almost a guarantee that the EU CBDCs and U.S. stablecoins will be interchangeable.
➡️River: Bitcoin is coming for $128 trillion in global money. You're not late to Bitcoin. https://i.ibb.co/7thzHJMx/Gmf-Uvra-EAEV4-U0.png
On the 21st of March:
➡️Michael Saylor’s Strategy to raise $722.5M to buy more Bitcoin.
➡️Publicly traded Atai Life Sciences to buy $5 million in Bitcoin.
➡️Publicly traded HK Asia Holdings bought 10 Bitcoins worth $858,500 for its balance sheet.
➡️Another solo home miner has mined an entire Bitcoin block worth over $ 260.000,-.
On the 22nd of March:
➡️The University of Wyoming posted a new video explaining Bitcoin with Philosophy Professor Bradley Rettler
➡️Spot Bitcoin ETFs bought 8,775 BTC this week while miners only mined 3,150 Bitcoin.
On the 24th of March:
➡️Metaplanet finished the day as the 13th most liquid stock in Japan, with ¥50.4 billion ($336.6m) of daily trading volume, ahead of Toyota and Nintendo.
➡️River: There is a 275% gap between the inflation you're told and real inflation. https://i.ibb.co/mCs2Lgcc/Gmz-4qc-WMAAzx-z.png
Bitcoin is insurance on the debt spiral. The U.S. Dollar has been devalued by more than 363% since 2000 – That’s a 14.5% devaluation per year. This means if your savings don’t grow by 14.5% annually, you’re falling behind. This is why we Bitcoin. Bitcoin is insurance on the debt spiral, grow your savings beyond the dollar’s devaluation!
➡️Bitcoin's compound annual growth rate (CAGR) over a 5-year rolling window is currently over 50%
➡️Strategy became the first publicly traded company to hold over 500,000 Bitcoin worth over $44 billion.
Strategy has acquired 6,911 BTC for ~$584.1 million at ~$84,529 per Bitcoin and has achieved a BTC Yield of 7.7% YTD 2025. As of 3/23/2025, Strategy holds 506,137 BTC acquired for ~$33.7 billion at ~$66,608 per Bitcoin.
➡️CryptoQuant: Bitcoin's long-term holders are holding firm, with no significant selling pressure.
➡️Xapo Bank launches Bitcoin-backed USD loans up to $1M, with collateral secured in an MPC vault and no re-usage.
💸Traditional Finance / Macro:
👉🏽no news
🏦Banks:
👉🏽 no news
🌎Macro/Geopolitics:
On the 18th of March:
👉🏽Germany just changed its constitution to unleash a staggering ONE TRILLION in new debt. The German parliament has voted to take on hundreds of billions of euros of new government debt, to ease the debt brake rules, and to codify "climate neutrality by 2045" into the constitution.
On top of that, some extra money to Ukraine:
Germany's next Chancellor, Friedrich Merz, believes that Putin has gone to war against all of Europe. He argues that Russia has attacked Germany, as the Parliament breaks out in applause. - We continue to move further away from the "Europe is not part of the conflict" rhetoric. Germany’s self-inflicted delusion continues!
👉🏽Germany's first offshore wind farm closes after 15 years because it's too expensive to operate. Expect a car crash. The Alpha Ventus offshore wind farm near the German North Sea island of Borkum is set to be dismantled after being in operation for only 15 years. It has become too unprofitable to operate without massive subsidies.
https://wattsupwiththat.com/2025/03/16/germanys-first-offshore-wind-farm-to-be-dismantled-after-just-15-years-of-operation/
Great thing that the Netherlands is investing heavily in offshore wind farms, even the biggest pension fund APB. Because nInE tImEs ChEaPeR tHaN gAs, right? I hope they dismantle them & not leave them to rust into the sea. Right? Because climate!
Great response by Jasmine Birtles: "These vanity projects should never have been allowed to start. The phrase 'cheap renewable energy' is simply a falsehood. This kind of energy production only seems cheap because of the huge government subsidies that keep them going. I'm all for clean energy if it's possible to run it honestly and without huge subsidies, but while it doesn't seem to be viable we should stick with what is affordable and will keep the country going, rather than sacrificing the vulnerable to an impossible ideology."
👉🏽'Gold spot is now trading consistently over $3000, a record high. And with deliveries once again picking up at the Comex and war in the Middle East coming back with a vengeance, the next big spike is just a matter of time. As expected, once gold broke out above $3000,- it has gone vertical and is up 1% in the past hours, rising to a new record high of $3034, as it sets off for $4000' - ZeroHedge
👉🏽'We have just witnessed the biggest drop in US equity allocation on record. The collapse of US consumers: Unemployment expectations in the US are now ABOVE 2020 levels and at their highest since 2008. In 2024, a poll showed that a whopping 56% of Americans thought the US was in a recession.' - TKL
https://i.ibb.co/ycnRDpdf/Gm-VZMnb-XAAAt76r.png
👉🏽OECD Projects Argentina to Have the Second Highest Economic Growth Worldwide in 2025
👉🏽A new blow to the Dutch chemical sector. The major producer LyondellBasell is permanently closing its factory at the Maasvlakte. This decision, announced on Tuesday afternoon, will result in the loss of approximately 160 jobs. The closure is a direct consequence of global overcapacity and high energy costs in the Netherlands. An audit by the German firm E-Bridge, commissioned by the Dutch government, previously revealed that electricity costs for these companies in the Netherlands amount to €95 per megawatt-hour. In comparison, this rate is €32 in France (66% lower), €45.60 in Germany (52% lower), and €56.05 per megawatt-hour in Belgium (41% lower).
According to E-Bridge, this difference is mainly due to the compensation that foreign governments provide to companies and the lower grid tariffs. In the Netherlands, costs have risen primarily to finance investments in the electricity grid, such as connecting multiple offshore wind farms.
Now read that segment on offshore wind farms. Mindblowing, innit?
Subsidies are not the solution—deregulation is. But Brussels won’t allow that. So, we’re heading toward even more regulation and nationalization.
On the 19th of March:
👉🏽The Fed makes multiple revisions to its 2025 economic data projections.
Powell finally found the "stag" and the "inflation":
Fed cuts year-end GDP forecast from 2.1% to 1.7%
Fed raises year-end core PCE forecast from 2.5% to 2.8%
Fed raises year-end unemployment forecast from 4.3% to 4.4%
Fed raises PCE inflation forecast from 2.5% to 2.7%
The Fed sees higher inflation and a weaker economy.
On the 20th of March:
Dutch Central Bank Director Klaas Knot "We are worried about American influence on our local payment infrastructure."
Paving the way for the European CBDC (after slowly but surely removing CASH MONEY from society).
Knot has completed his second term and will leave his office in July. Now, of course, pushing for the CBDC, before looking for a new job in Europe.
Anyway, DNB posts billions in losses. De Nederlandsche Bank suffered a loss of over €3 billion last year, according to the annual report published on Thursday. This marks the second consecutive year of losses.
DNB incurs this loss because, as part of its monetary policy, it has lent out billions at relatively low rates while having to pay a higher rate to banks that park their money at the central bank.
But no losses on its gold. The gold reserves, meanwhile, increased in value by €12.6 billion. This amount is not included in the official profit and loss statement but is reflected on the bank's balance sheet.
For the Dutch readers/followers: Great article: Follow the Money 'Voor de megawinsten van ING, ABN Amro en Rabobank betaalt de Nederlandse burger een hoge prijs.'
https://archive.ph/ncvtk
On the 21st of March:
👉🏽'The Philadelphia Fed Manufacturing index dropped 5.6 points in March, to 12.5, its 2nd consecutive monthly decline. 6-month outlook for new orders fell by 30.8 points, to 2.3, the lowest in 3 years. This marks the third-largest drop in history, only behind the 2008 Financial Crisis and December 1973.
Furthermore, 6-month business outlook dropped ~40 points to its lowest since January 2024.
All while prices paid rose 7.8 points, to 48.3, the highest since July 2022. This is further evidence of weakening economic activity with rising prices.' TKL
👉🏽'China’s central bank gold reserves hit a record 73.6 million fine troy ounces in February. China bought ~160,000 ounces of gold last month, posting their 4th consecutive monthly purchase. Over the last 2.5 years, China’s gold reserves have jumped by 11.0 million ounces of gold. Gold now reflects a record ~5.9% of China’s total foreign exchange reserves, or 2,290 tonnes. Central banks continue to stock up on gold as if we are in a crisis.' -TKL
🎁If you have made it this far I would like to give you a little gift:
What Bitcoin Did: BITCOIN & THE END OF THE DOLLAR SYSTEM with Luke Gromen They discuss: - The Sovereign Debt Crisis - If the US Will Reprice the Gold - If we will See Triple Digit Inflation - The End of The US Dollar System Luke Gromen: A modest clarification: The end of the post-71 structure of the USD system is what the Trump Administration’s actions appear to be pursuing & will in due time achieve if they stay on the present course. https://t.co/IpakFaYqbL
Credit: I have used multiple sources!
My savings account: Bitcoin The tool I recommend for setting up a Bitcoin savings plan: PocketBitcoin especially suited for beginners or people who want to invest in Bitcoin with an automated investment plan once a week or monthly.
Use the code SE3997
Get your Bitcoin out of exchanges. Save them on a hardware wallet, run your own node...be your own bank. Not your keys, not your coins. It's that simple. ⠀⠀⠀⠀ ⠀ ⠀⠀⠀
Do you think this post is helpful to you? If so, please share it and support my work with a zap.
▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃
⭐ Many thanks⭐
Felipe - Bitcoin Friday!
▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃
-
@ b7cf9f42:ecb93e78
2025-03-26 10:57:33Der Verstand im Fluss der Information
Das Informationszeitalter ist wie ein monströser Fluss, der unseren Verstand umgibt
Fundament erbauen
Der Verstand kann sich eine Insel in diesem Fluss bauen. Dabei können wir eine eigene Insel erbauen oder eine bestehende insel anvisieren um stabilität zu finden
Je robuster das Baumaterial, desto standhafter unsere Insel. (Stärke der Argumente, Qualität des Informationsgehalts, Verständlichkeit der Information)
Je grossflächiger die Insel, desto mehr Menschen haben Platz (Reichweite).
Je höher wir die Insel bauen, desto sicherer ist sie bei einem Anstieg des Informationsflusses (Diversität der Interesse und Kompetenzen der Inselbewohner).
Robustes Baumaterial
Primäre Wahrnehmung (robuster):
Realität -> meine Sinne -> meine Meinung/Interpretation
Sekundäre Wahrnehmung (weniger Robust):
Realität -> Sinne eines anderen -> dessen Meinung/Interpretation -> dessen Kommunikation -> meine Sinne -> meine Meinung/Interpretation
Wie kann ich zur Insel beitragen?
Ich investiere meine Zeit, um zu lernen. Ich bin bestrebt, Ideen zu verstehen, um sicherzugehen, dass ich robustes Baumaterial verwende.
Ich teile vermehrt Informationen, welche ich verstehe, damit auch meine Mitbewohner der Insel mit robustem Material die Insel vergrössern können. So können wir mehr Platz schaffen, wo Treibende Halt finden können.
Was könnte diese Insel sein?
- Freie Wissenschaft
- Freie Software
- Regeln
- Funktionierende Justiz
- Werkzeug
- und vieles weiteres
-
@ 872982aa:8fb54cfe
2025-03-26 09:45:22其实保持内心平静是非常简单的事情
-
@ 872982aa:8fb54cfe
2025-03-26 09:44:21文章的第一个内容,我想介绍一下nostrbook
-
@ b12e2899:ed9d9c8b
2025-03-26 17:33:37I have completely switched to Nostr and today am going to share my experience, which may be useful to those of you who want to launch a bot on a social network and encounters censorship. The thing is Nostr is ideal for this, but first things first:
It all started when I suddenly woke up to see my twitter bot @cryptoratingbot suspended without any explanation. I contacted support, but they apparently considered my case too insignificant to even respond. The goal of my bot was to attract users and provide free tools like charts.xport.top, tickerbell.xport.top and few others that you can find out about in my previous publications. It worked, and accumulated all in all around 60k engagement a year. Silly, right? You can do this in two days doing it the right way. But I was in no hurry. Overall I gained 10 new users per day and that was enough for me to begin with since I wasn’t prepared for the big wave of users. But that is not the topic for today. I can tell you more about this later on, if you are interested click like and subscribe.
I was planning to buy a premium, but then twitter suspended my bot which actually didn’t do anything bad if you think about it. Furthermore, it was useful, otherwise why would people use it and like its tweets. Anyway, this ruined my plans and forced me to think about switching to Nostr. Today I can tell that it was definitely worth it! I haven’t lost anything, except time and overall gained from it! But I won’t say too much, so as not to bore you. However, this context is important for a better understanding of my situation. There are much more details and if you have any questions, feel free to ask, I will try to answer everyone.
Hard to believe, but these things can help you make money from buying cryptocurrency on the bottoms in a right time just when it starts trading, if you understand what you’re doing. That’s not easy. Maybe I will share some thoughts later on, until then you may find more info in my previous articles.
In fact, I decided to write this because for the first time since I was introduced to Nostr I finally tried proof-of-work(nip-13 pow) myself and I love it! I see such a thing for the first time on a social media. No moderation or censorship measures are needed. After all, if you are ready to burn resources to publish events, then it is definitely not a spam. And that’s the beauty of it!
I’ve picked 7 relays to try and publish 5000+ events that my previous version collected from top 12 cryptocurrency exchanges. Two relays rejected those events after some time, most likely because as always I have forgot to add something crucial — nonce tag, to help relays understand I am using pow. I thought it would add it itself, but seemes that it wouldn’t. What a shame! However, other 5 relays are ok with that! Maybe because I wasn’t publishing events too often, I don’t know, but anyway the more freedom the more I love it! And if you want find more about relays you can use use nostrwat.ch which is the greatest resource for finding the best relays to use.
While I was writing this article, another few relays dropped connections, but that’s fine, I have selected 7 relays out of about 700 active online.
This is how my server statistics looks like:
So, besides everything else, I also checked Netcup root server G11 stats. In my opinion, this is the best of all that I have ever dealt with. And this is not an advertisement, no. I found this company on my own, just watching how Nostr relays works in terms of price/quality, so this is my personal recommendation. But if you think you know better root server solutions please let me know in the comment below.
The only disadvantage I have encountered is you can wait for their support for few days to answer, but that’s ok if you know what you’re doing. I have no problem with this. I try to be careful and there were no problems for two months since I ordered it and use it on the daily basis.
In short, this is my journey. Don’t scold me for this. It’s just that I’ve been saving all this up for a long time, and today I realized that I simply have to tell you about it!
Thank you all and see you soon! Cheers 🍻
-
@ 872982aa:8fb54cfe
2025-03-26 09:43:13432143214321412
-
@ 872982aa:8fb54cfe
2025-03-26 09:42:23我的竹声音
-
@ 872982aa:8fb54cfe
2025-03-26 09:40:28 -
@ 872982aa:8fb54cfe
2025-03-26 09:40:02 -
@ 872982aa:8fb54cfe
2025-03-26 09:30:52 -
@ 7d33ba57:1b82db35
2025-03-26 09:22:57Córdoba is a treasure trove of Moorish architecture, Roman heritage, and Andalusian charm. Once the capital of the Umayyad Caliphate, it’s home to stunning patios, atmospheric streets, and UNESCO-listed landmarks.
🏛️ Top Things to See & Do in Córdoba
1️⃣ La Mezquita-Catedral 🕌⛪
- Córdoba’s most iconic landmark, a UNESCO World Heritage Site.
- A breathtaking blend of Islamic arches and a Christian cathedral.
- Don’t miss the orange tree courtyard and bell tower views.
2️⃣ Alcázar de los Reyes Cristianos 🏰
- A medieval fortress with stunning gardens and Mudejar courtyards.
- Walk through Roman mosaics, ancient baths, and watchtowers.
3️⃣ Puente Romano & Calahorra Tower 🌉
- A historic Roman bridge over the Guadalquivir River.
- Great for sunset views with the Mezquita in the background.
- Visit the Calahorra Tower Museum for a look at Córdoba’s Islamic past.
4️⃣ Judería (Jewish Quarter) & Calleja de las Flores 🌺
- Wander through narrow, whitewashed streets lined with flowers.
- Visit the Córdoba Synagogue, one of Spain’s last remaining medieval synagogues.
- Stop by Calleja de las Flores, one of the most photogenic streets in Spain.
5️⃣ Palacio de Viana 🏡
- A 16th-century palace with 12 stunning courtyards filled with flowers.
- A must-visit during Córdoba’s Patio Festival (May).
6️⃣ Medina Azahara 🏛️
- The ruins of a 10th-century Moorish palace-city, 8 km from Córdoba.
- One of the greatest archaeological sites from Al-Andalus.
7️⃣ Plaza de la Corredera & Local Tapas 🍷
- A lively square with colorful buildings and traditional bars.
- Try local specialties like salmorejo (cold tomato soup) and flamenquín (breaded ham & cheese roll).
🍽️ What to Eat in Córdoba
- Salmorejo – A thick cold tomato soup, topped with ham and egg 🍅
- Flamenquín – A deep-fried pork roll stuffed with ham & cheese 🥩🧀
- Rabo de toro – Slow-cooked oxtail stew, a classic dish 🥘
- Berenjenas con miel – Fried eggplant drizzled with honey 🍆🍯
- Montilla-Moriles wine – A local sherry-like wine 🍷
🚗 How to Get to Córdoba
🚆 By Train: High-speed AVE trains from Madrid (1 hr 45 min), Seville (45 min), Málaga (1 hr)
🚘 By Car: 1.5 hrs from Seville, 2 hrs from Granada, 1 hr 40 min from Málaga
🚌 By Bus: Regular connections from major Andalusian cities
✈️ By Air: Closest airports are Seville (SVQ) or Málaga (AGP)💡 Tips for Visiting Córdoba
✅ Best time to visit? Spring (April–May) for mild weather & flower-filled patios 🌸
✅ Visit early morning or late afternoon to avoid the midday heat ☀️
✅ Book Mezquita tickets in advance to skip long queues 🎟️
✅ Try the local patios – Many houses open their courtyards for visitors 🏡 -
@ 872982aa:8fb54cfe
2025-03-26 07:15:23其实保持内心平静是非常简单的事情
-
@ 872982aa:8fb54cfe
2025-03-26 07:10:14文章的第一个内容,我想介绍一下nostrbook
-
@ b04082ac:29b5c55b
2025-03-26 07:07:11In the bustling markets of Kumasi, the 19th-century capital of the Asante Empire in modern-day Ghana, traders conducted their commerce not with coins or paper notes, but with gold dust measured by intricately crafted brass spoons. This monetary system, devoid of a central bank or state-issued fiat, sustained a sophisticated civilization for over two centuries, challenging the conventional narrative that money requires a sovereign issuer to function. The Asante’s gold dust economy provides a historical lens through which to view the principles of sound money—principles that Bitcoin, with its fixed supply and decentralized architecture, resurrects in the digital realm. For those who recognize Bitcoin’s potential as a transformative monetary system, the Asante’s gold dust spoons serve as a compelling precedent: a medium of exchange rooted in scarcity and trust can underpin a thriving society, independent of centralized authority.
Map from 1896 of the British Gold Coast Colony (today Ghana).
The Asante Empire, spanning from 1701 to 1901, relied on sika futuro—gold dust painstakingly extracted from rivers and forests—as its primary currency. Measured with spoons and brass weights known as abrammo, this system was remarkably decentralized. Each trader carried their own set of tools, often adorned with proverbs or symbolic designs, enabling them to verify transactions without reliance on a centralized mint or overseer. By 1900, the Asante had amassed 14 million ounces of gold, a volume that rivaled the economic output of many European nations during the same period. This wealth fueled extensive trade networks across West Africa, connecting the empire to merchants from the coast to the interior, and supported cultural artifacts like the Golden Stool, a revered symbol of collective sovereignty forged from gold. The value of gold dust stemmed not from a royal proclamation but from its inherent scarcity and the labor required to obtain it—qualities that economists identify as the bedrock of sound money. Bitcoin reflects this paradigm: its cap of 21 million coins, enforced through cryptographic consensus rather than governmental fiat, establishes a monetary discipline immune to arbitrary expansion. The Asante’s experience underscores a fundamental economic insight: money derives its efficacy not from state endorsement, but from its ability to resist manipulation and retain value over time.
Men in the process of weighing gold dust, photographed on the Ivory Coast in 1892. From Marcel Monnier’s France Noire Cote d’Ivoire et Soudan, 1894.
Economic history teaches that sound money lowers time preference, encouraging saving and long-term planning over immediate consumption. The Asante’s gold dust, hard-won from the earth, could not be inflated at will; its supply expanded only incrementally, dictated by the limits of human effort and natural deposits. This constraint fostered a culture of accumulation, where wealth was preserved across generations, evident in the empire’s ability to finance infrastructure, such as roads linking trade hubs, and maintain a formidable military presence that deterred regional rivals. Historical records, such as those from anthropologist R.S. Rattray, describe how gold dust was hoarded in family coffers, passed down as a stable store of value. Bitcoin embodies this same dynamic. Its fixed issuance schedule—halving roughly every four years—mimics the gradual accretion of gold dust, encouraging holders to prioritize long-term retention over short-term expenditure. In contrast, fiat currencies, subject to unrestrained printing, elevate time preference, as seen in modern economies where central banks flood markets with liquidity, eroding purchasing power and compelling consumption over saving—a fate the Asante’s gold dust and Bitcoin’s design inherently avoid.
An array of gold dust spoons from the Asante Empire, each adorned with detailed engravings and symbolic motifs, reflecting their role in trade and cultural heritage.
The tools of the Asante economy further illustrate this monetary discipline. The spoons, ranging from 1/16-ounce measures for daily purchases to 2-ounce weights for significant transactions, were not mere utensils but instruments of precision and trust. Crafted with care—some bearing motifs of birds or proverbs like “The bird flies high”—they standardized trade across a diverse empire, reducing disputes over quantity or purity. Each trader’s possession of their own abrammo weights created a network of verification, a decentralized mechanism that prefigures Bitcoin’s blockchain. In Bitcoin’s system, nodes—computers running the protocol—validate every transaction, ensuring integrity without a central arbiter. This parallel is not superficial: both the Asante’s spoons and Bitcoin’s nodes represent a distributed order, where trust emerges from the system’s structure rather than a single authority. The Asante’s trade practices, documented by historians like Timothy Garrard, reveal a sophistication that belies their pre-industrial context—merchants negotiated with precision, their gold dust facilitating commerce from salt to textiles, much as Bitcoin enables peer-to-peer exchange across continents.
A collection of intricately crafted gold dust spoons from the Asante Empire, showcasing the artistry and cultural significance of gold in Akan trade and tradition.
Trust was the cornerstone of the Asante system, a quality that transcends its physical medium. Gold dust bore intrinsic worth, its weight a palpable assurance of value, a property recognized by European traders as early as the 15th century, well before the Asante state coalesced in 1701. This trust was not legislated but cultivated over centuries, a cultural conviction in the reliability of a scarce resource. Bitcoin’s trust arises from a different foundation: vast computational effort expended in mining secures its network, while a cryptographic framework ensures its integrity against tampering. Neither system depends on a sovereign guarantor; both derive legitimacy from attributes embedded in their design—scarcity and verifiability for gold dust, computational proof and immutability for Bitcoin. The Asante’s economy succumbed to colonial intervention in 1896, when British forces outlawed gold dust in favor of imperial currency, yet its principles endured in illicit trade, hinting at a resilience that Bitcoin amplifies. Bitcoin’s global network, operating beyond the reach of any single jurisdiction, withstands regulatory assaults—miners relocate, nodes persist—offering a durability the Asante could only aspire to in their regional confines.
One modern theory, Modern Monetary Theory (MMT), posits that money gains legitimacy solely through state declaration, underpinned by taxation and legal tender laws. The Asante’s experience contradicts this. Gold dust circulated among the Akan peoples long before the empire’s formation, its adoption predating any centralized authority; Asante kings taxed it but did not invent it. MMT’s insistence on government fiat as the source of monetary value overlooks the spontaneous emergence of money from human exchange—a process the Asante and Bitcoin demonstrate with clarity.
A detailed gold dust spoon from the Asante Empire, featuring symbolic engravings and a prominent animal motif, highlighting the cultural and spiritual significance of its design
Yet, the parallel between the Asante’s gold dust economy and Bitcoin might appear strained. Critics could argue that the Asante operated in a pre-industrial, regional context, their gold dust suited to a localized barter system, while Bitcoin contends with a global, digital economy of unprecedented complexity. The physicality of gold dust, they might contend, differs fundamentally from Bitcoin’s intangible code, and the Asante’s eventual subjugation by colonial fiat suggests state power ultimately prevails. This critique, however, misjudges the essence of the comparison. The Asante’s system thrived not because of its scale or medium, but because it embodied sound money—scarcity ensured its value, decentralization preserved its integrity. Bitcoin extends these principles, its fixed supply and distributed ledger transcending physical limits to achieve global reach. The Asante’s fall to colonial force reflects not a flaw in their money, but a lack of technological resilience—Bitcoin’s network, spanning continents and fortified by cryptography, shrugs off such threats, proving the concept’s adaptability rather than its weakness.
A single gold dust spoon from the Asante Empire, featuring geometric patterns and intricate engravings, a testament to the Akan's skilled metalwork and economic traditions.
The Asante’s gold dust economy persisted for two centuries, a testament to monetary sovereignty until colonial powers dismantled it. Its legacy lies in its demonstration that a decentralized, scarce medium can drive economic vitality—a lesson Bitcoin inherits and expands. By 2025, Bitcoin’s market value exceeds a trillion dollars, a quiet rebellion against central banks that echoes the Asante’s independence from state-issued money. The spoons—each a tool of meticulous trade—foreshadow Bitcoin’s blockchain, a ledger of unalterable trust. Their story reaffirms an enduring economic principle: money’s strength lies in its resistance to debasement, not in the power of its issuer. The Asante built an empire on this foundation, leveraging gold dust to forge a society of wealth and stability. Bitcoin, unbound by geography or politics, extends this logic into an era of unprecedented connectivity. If the Asante achieved such heights with a regional system, what might Bitcoin accomplish as a global one? The answer lies not in speculation, but in the hands of those who understand and wield its potential.
-
@ 872982aa:8fb54cfe
2025-03-26 06:55:20欢迎来到 首页 感谢
-
@ d9422098:7ee511a3
2025-03-26 05:04:03екненлотлоло
-
@ 30876140:cffb1126
2025-03-26 04:58:21The portal is closing. The symphony comes to an end. Ballet, a dance of partners, A wish of hearts, Now closing its curtains.
I foolishly sit Eagerly waiting For the circus to begin again, As crowds file past me, Chuckles and popcorn falling, Crushed under foot, I sit waiting For the show to carry on.
But the night is now over, The laughs have been had, The music been heard, The dancers are gone now Into the nightbreeze chill. Yet still, I sit waiting,
The empty chairs yawning, A cough, I start, could it be? Yet the lights now go out, And now without my sight I am truly alone in the theater.
Yet still, I am waiting For the show to carry on, But I know that it won’t, Yet still, I am waiting. Never shall I leave For the show was too perfect And nothing perfect should ever be finished.
-
@ ff517fbf:fde1561b
2025-03-26 16:48:41フアン・ラモン・ラッロ氏は、スペイン出身の経済学者・作家であり、自由市場経済とリベラルな思想の提唱者として知られています。彼は、国家による過剰な介入や財政政策の問題点を鋭く分析し、自由主義の基本原則に基づく社会の実現を目指す論考や著作を多数発表しています。数多くのメディアや学会で講演を行い、現代社会における経済政策や公共の役割について、国際的な議論にも影響を与えている人物です。
皆様、こんばんは。そして、Andorra Economic Forumの皆様、本日はご招待いただき誠にありがとうございます。
本日の講演では、これまで私が持ち続けてきた見解、すなわち、より自由で、より繁栄するために、スペイン及び世界において自由主義革命がなぜ必要であり、さらには急務であるのかという理由をお伝えしたいと思います。また、現代国家が、ストックホルム症候群のような論理に我々を陥れており、その結果、国家が我々の自由を体系的に制限し、財産を構造的に攻撃している状況を、ほとんどの人々が抗議もせず、またはその非常事態性すら意識していないという現実をどのように理解すべきかについても触れます。まず初めに、皆様のご反応から察するに、これは既知の内容に感じられるかもしれませんが、自由主義の基本原則、すなわち四つの基本的な考えを確認させていただきます。どのようにして、社会生活と、各個人が自らの人生計画を追求するための自律性とを両立させ、かつ、個々の自律性が打ち消されるような一個または多数の専制に服従することなく生きることができる社会が成立するのでしょうか? それは、協力と共存が可能な社会の中で、各人が自己の利益を追求し、同時に他者の利益追求を尊重するための基本原則、すなわち以下の四つの原則によって支えられているのです。
第一に、個人の自由、すなわち他者の行動を踏みにじることなく自ら行動するという、いわゆる非攻撃の原則です。自分が望むことは何でもできますが、他者が望むことをするのを妨げてはならず、また、他者があなたの望むことを妨げることも許されないのです。
第二に、私有財産です。平和的に獲得し、平和的に自らのものとしたものはあなたのものであり、それによって自由に行動し、自らの人生計画や行動計画を追求する手段となります。もしも、これらの計画遂行に必要な手段が恣意的に奪われるならば、それはあなたの個人の自由、すなわち自らの人生計画を追求する自由を侵害することになるのです。
第三に、契約の自律性です。あなたは第三者と自由に合意を結ぶことができます。もちろん、第三者を攻撃することは許されませんが、双方が望むことについて自発的に合意することは可能です。合意は、当事者間の私法上の契約であり、両者が履行すべき約束であり、第三者が介入してこれを正当化したり否定したりするものではありません。ただし、合意の内容は、あくまで当事者双方やその所有物にのみ影響を及ぼすものです。
そして最後に、広義の意味での結社の自由です。個人は、契約上、望むことについて合意するだけでなく、共に生活する方法や、ある程度安定した形で組織される方法を合意することも明示的に可能です。これらの原則は、しばしば国家によって保証されると言われます。なぜなら、国家がなければ、法体系も安全保障機関も存在せず、個人の自由、私有財産、契約の履行、そして結社の自由を保障するものが何もないと思われがちだからです。とはいえ、確かにある程度の国家は、警察国家としてこれらの基本的な社会的共存の規範を保証するために必要かもしれませんが、私たちが必要としているのは、単にこれらの自由主義社会の原則と自由な人々の相互作用が尊重されることを確保するための、巨大かつ過剰な国家ではありません。
実際、国家が大きくなるほど、つまり社会における国家の存在感が増すほど、これらの原則は侵害されがちです。なぜなら、国家は恣意的に規制を強化し、税金を引き上げることで、たとえ他者に損害を与えなくとも、個人が望むように行動する自由を阻み、また、私有財産を強制的に奪い、当事者間の取引を妨げ、さらには、結社および脱会の自由さえも制限してしまうからです。たとえば、誰かが既存の国家から離れ、他の国家に参加したり、あるいは新たな国家や政治共同体を形成して自らを組織しようとした場合でさえ、現行の国家はそれを認めないのです。
さて、これらの自由主義の基本原則は、各個人の計画や人生のプロジェクトが社会の中で花開くために必要不可欠なものであり、現代国家によって体系的に侵害されているのです。しかし、現代国家とは、必ずしも常に我々と共にあった国家ではありません。私たちは、今日のようなメガ国家、ハイパーステート、過剰に肥大化した国家をある程度は当たり前のものとして受け入れてしまっていますが、これらは唯一の政治的選択肢ではなく、歴史を通じて存在してきた唯一の政治現実でもないのです。
ここで、主要な西洋諸国における国家の社会に占める重みの変遷について、皆様にご覧いただければと思います。今日、国家の重みは国によって大きな違いはないものの、概ね国内総生産(GDP)の40〜50%を占めています。中には、例えばフランスのようにGDPの60%に達する国もあります。国家が社会的調和や幸福の保証とされることは稀であり、実際、フランスは世界最大の国家を有しながら、またはそのために、今最も分断され混沌とした国の一つとなっています。
しかし、現状、国家はGDPの40〜50%、すなわち社会が毎年生み出す生産の約半分を吸収し、再分配または政治層や官僚階級が決定した形で消費しているのです。これは常にそうであったわけではありません。19世紀、ひいては第一次世界大戦前までは、近代先進国における国家の経済的重みはGDPの5〜10%程度に過ぎなかったのです。
例えば、アメリカ合衆国では第一次世界大戦前、国家のGDPに占める割合は3〜4%でしたし、今日巨大な社会民主主義国家となっているスウェーデンでさえ、かつてはGDPの5%程度でした。すなわち、国家というものが必然的に経済の半分を占めなければならないというわけではなく、これは徐々に積み重ねられてきたプロセス、いわばゆっくりと沸騰させられるカエルのようなものです。第一次世界大戦後、国家の経済に対する重みは大幅かつ確固たる上昇を見せ、さらに第二次世界大戦後には、急激かつ持続的な上昇を経て、1970年代以降、現在の水準にまで達したのです。
ちなみに、ここで我々がしばしば耳にする「国家が後退しているから、我々は新自由主義の時代にいる」というレトリックが、いかに毒性がありずる賢いものであるかにも注目してください。過去40年間で、グラフ上に国家の重みが大幅に後退したと示す兆候は見当たりません。ある時点で国家のGDPに占める割合が1〜2%減少することがあったとしても、200年の間にGDPの5%から50%へと増加し、現在は概ね50%前後に留まっているのです。国家が後退し、民間部門がすべてを占めるようになっている、というのは全く逆の現象です。
実際、多くの人は、国家が拡大し続けるのが当然であり、もし急速な成長が見られなければ、国家は後退していると考えがちです。しかし、国家は既にそれ以上大きく成長する余地がほとんどないのです。もちろん、GDPの60%、70%、80%にまで達すれば、直接的または間接的な社会主義経済になってしまいます。
そして、なぜ国家はこれほどまでに成長したのでしょうか。急激な国家拡大を説明する基本的な要因の一つは、福祉国家の発展です。つまり、かつては国家が提供していた医療、社会保障(年金、事故保険など)や教育といったサービスの国家による提供が、福祉国家として大きく発展したのです。
ご覧の通り、1930年代や第二次世界大戦後までは社会保障費は非常に低い水準にありましたが、特に第二次世界大戦後からは、GDPの20〜30%にまで急上昇しました。これらはかつて、市民社会や市場を通じ、または必ずしも商業的な交換を介して提供されていた、労働組合などが担っていた社会保障の役割を、国家が吸収していったものです。労働組合は国家から独立し、時には国家に対抗しながら、社会保障の機能を果たしていたのですが、その役割が国家に吸収されることで、我々は国家に依存するようになってしまったのです。
なぜなら、社会保障費は支出であり、中には「依存費用」とも呼ばれるものもあります。たとえば、老後に収入がなくなった時や、何らかの障害によって収入が得られなくなった時のために、個人の貯蓄から基金を積み立てる場合、その基金が自分自身で管理されるなら自律的ですが、国家が管理すれば、私たちは国家に全く依存することになってしまうのです。国家が消滅するか、大幅な予算削減が行われれば、我々は何も残らないのです。結果として、国民は容易には消えない国家の爪痕に囚われることになるのです。公共年金制度の問題を考えてみてください。現代の先進国家において、公共年金制度は最も大きな支出項目の一つです。
では、どうすれば公共年金制度を解体できるのでしょうか。どうすれば、必要以上に介入してきた国家、例えばアメリカ合衆国では大恐慌期(1930年代)に、必要がなかったのに介入してきた国家を、その状況から脱却させることができるのでしょうか。設立当初は、ある一定の年齢に達した者には一定額の年金を支給すると約束し、その費用を現在働いている者への税負担によって賄うというシステムでした。
システムの構築は、当時の平均寿命がかなり低く、支給期間が2~3年程度であったため、比較的容易で安価に行われたのですが、システムが一度確立され、世代を超えた労働者の貯蓄能力を事実上奪う形で構築された今、どうやってそれを解体すればよいのでしょうか。もし「年金は支給されなくなるのか」と言えば、かつて生産期に労働者の給与のかなりの部分を国家が吸収し、貯蓄を阻害していた結果、何百万人もの人々が貧困に陥ることになるのです。
じゃあ、もう引退されている皆さんは年金を受け取ることになりますが、現役世代がその年金の費用を負担し、そして自分たちが引退する時には年金を受け取ることができなくなるのです。つまり、この世代からは何の対価もなく、給与のごく大部分が没収されることになるというわけです。これをどうやって解体するつもりですか? 決して容易なことではありません。
また、例えば医療制度についても同様です。若者にとっては医療制度の解体はそれほど難しくないように見えるかもしれませんが、貯蓄がなく、保険にも加入していない高齢者にとって、もし今、公共医療制度が終了し、年齢とともに医療費が指数関数的に上昇するために通常以上の医療費が発生すると告げられたら、彼らはその医療費にどう対処すればよいのでしょうか? 彼らは、公共医療制度が機能するという説明のもとに、その医療費が賄われると予め想定し、税金を支払っていたのです。
これをどう逆転させるか? もちろん、即座に行えることではありませんが、時間をかけた移行措置として行っていかなければなりません。だからこそ、国家はこの道を通じて成長し続け、社会がますます国家による再分配に依存するようになることで、国民の自律性を奪っていくのです。
ちなみに、現代福祉国家の発明者の一人であるのは、プロイセン出身のドイツの首相オットー・フォン・ビスマルクです。彼の回顧録――つまり、批判的ではない親しい記者によって書かれた回顧録――によれば、ビスマルクは、公共年金制度を創設することで労働者階級を国家に依存させ、労働者が国家に対して反抗しないように仕向けたと説明しています。当時、反抗は、いわば反資本主義的な行為とみなされていたのです。彼は、国家主義を維持するためではなく、「労働者には社会主義的傾向がある。では、どうすれば労働者を手なずけることができるのか?」という視点から、公共年金制度を利用したのです。同様に、労働者は公共年金制度を通じて、または国家に対抗する形で手なずけられるのです。そして、現状はこの通りになっています。
そこで、皆さんは疑問に思うかもしれません。この何世代にもわたって築かれてきた巨大国家は、具体的にどのような機能を果たしているのでしょうか? その資金はどこに行っているのか? この巨大国家は何に対して支出をしているのか? ここに、2022年の欧州連合各国の平均、すなわちGDPの50%という数字があります。スペインの場合も2022年時点で大きな差はなく、GDPの47%を支出しているため、概ね代表的な数値といえます。さて、この50%のうちの20%は社会保障費、主に年金費用(老後だけでなく、遺族、障害、孤児などに関する給付も含む)です。これに加え、比較的低コストな非拠出型給付も存在します。次に、スペインの場合は約7.7%、すなわち7〜8%が医療費、6%が官僚機構の運営費用、そして何よりも重要なのが公債の利子支払い費用です。さらに6%は経済政策に充てられ、例えばインフラ整備や農業支援などが含まれています。教育に関しては、公立教育や協定校を含めて約4.7%、環境保護は0.8%(これは必ずしも気候政策だけでなく、森林の管理なども含む)、住宅や地域サービスが1%、そして余暇、文化、宗教に関しては1.1%となっています。これらは、メディアや文化、宗教団体への補助金などとして支出されています。
かつて、リベラルな最小国家、例えばアメリカではGDPの3%程度であった国家がありました。なぜなら、当時は上記のような広範な機能を持たず、防衛(GDPの1.3%)と治安・司法(GDPの1.7%)に集中していたからです。つまり、19世紀にGDPの3%を占めていた国家が、現在もその核となる部分は同じ3%のままであるということです。国家が高価になったわけではなく、19世紀に存在した国家のコストは大体同じであったにもかかわらず、現代国家は19世紀よりもはるかに多くの機能を担っているため、多くの税金が必要とされているのです。もちろん、すべては税金で賄われています。
では、いったいどれだけの税金が支払われているのでしょうか。ここでは、国民が被っている税負担の実態について十分に認識されていないのではないかと思います。もしその実態が明らかになれば、社会的不服従が起こるでしょう。国家は、税の実感を曖昧にするための手段を多数用いているのです。例えば、さまざまな理由で税金を徴収する仕組みです。「この項目に対して税金を払え」と一律に要求するのではなく、「稼いだ金額、支出、保有資産、さらには支出全体に対して税金を課す」といった形で、複数の種類の税金を同時に適用します。消費全体に対して一律に税金を課すのではなく、付加価値税(IVA)やその他の特別税など、多岐にわたる特別な税金が存在し、相続税に至るまで多岐に渡ります。
さらに、我々はさまざまな側面で税金を支払っているにもかかわらず、その実感すら持っていないこともあります。たとえば、関税はその値上がり分を商品の価格に転嫁されるため、意識されにくいのです。付加価値税が上がっても、スーパーなどが告知しない限り、私たちはその上昇に気づきにくいのです。また、税負担を一度にまとめて徴収するのではなく、分散して給与から差し引くことで、その実感を薄めています。かつては、年間に稼いだ金額に対して一括で所得税(IRPF)を支払うのが普通でしたが、現代では分割して徴収されるため、納税者は自分がどれだけの税金を支払っているのかを実感しにくいのです。ちなみに、IRPFの源泉徴収制度は、第二次世界大戦中にリベラルのミルトン・フリードマンによって考案されたものです。つまり、敵はしばしば自国に潜むものでもあるということです。
ここで示したのは、平均的な支出額です。スペイン国家のすべての財政収入を国民または労働者で割ると、国民一人あたりの国家負担のおおよそのコストが見えてきます。実際には公共赤字、すなわち収入以上に支出している部分もあり、その分は将来の税負担として転嫁されるため、実際のコストはさらに大きくなります。ここでは、現状で国民から徴収されている税金のみを取り上げています。なお、これらの数字はインフレーションを考慮していないため、2001年と2024年の数字を直接比較することはできませんが、ここでは2024年現在の状況に焦点を当てています。現在、平均してスペイン国民一人あたり、約15,000ユーロの税負担がかかっているのです。つまり、一般的には夫婦と子供一人の家庭で約50,000ユーロの税金が支払われている計算になります。労働者という視点に立てば、実際に税金を支払っているのは、平均で30,000ユーロ以上にのぼります。もちろん、高所得者層が多くを負担しているという見方もありますが、これは平均値であり、平均値は必ずしも実態を正確に反映するものではありません。
さて、労働者一人あたりの支払いを、かなり寛大な見積もりで考えてみましょう。スペインにおける現在の中央値の給与は22,400ユーロです。しかし、この22,400ユーロという数字が給与明細に反映される前に、企業側がすでに支払っている社会保険料が約7,000ユーロ存在しています。つまり、実際の中央値の給与は29,000ユーロ、ほぼ30,000ユーロであるべきものですが、この30,000ユーロは労働者自身が実感できるものではありません。そして、たとえ「実際は自分のものである」と伝えても、「それは企業が支払っているものであって、自分が支払っているわけではない」と言われ、自己欺瞞に陥るのです。結局のところ、実際に支払っているのは自分自身なのです。
実際、30,000ユーロの実質報酬を基にすると、そこから7,000ユーロが差し引かれて、給与明細に表示されるのは22,400ユーロです。さらに、労働者側の社会保険料として約1,500ユーロを追加で支払い、所得税(IRPF)が約3,000ユーロ、さらに消費に応じた間接税が最低でも約2,000ユーロ(場合によってはそれ以上)かかります。さらに、ここでは取り上げていない他の国家への支払い、たとえば不動産税(IBI)やサービス料、共済負担金なども存在します。結果として、中央値の労働者は、本来約30,000ユーロあるべき給与のうち、税引き後に手元に残るのは約15,800ユーロに過ぎないのです。つまり、ほぼその半分が国家によって吸収されていることになります。年間で見ると、さまざまな税金、特に社会保険料、所得税、そして間接税として、合計約13,400ユーロが徴収されているのです。
このように、中央値の労働者は、所得分布の中央に位置しており、非常に多くの人々が彼より少なく、また多く稼いでいる人もいます。だからこそ、中央値の労働者が支払っている税負担、すなわち年間約13,400ユーロという数字は、スペイン国民に対して行われている極めて大規模な税負担の実態を物語っています。これにより、国家から提供されるサービスが強制的に受け入れられているのです。
果たして、これは必然なのでしょうか? 歴史的に見れば必ずしもそうではなく、また現代においても地域によって差があります。つまり、労働者が生み出す富の半分以上を国家が吸収するという、巨大な国家が当然であるという考え方は、今後も続くものではありません。ここには、異なる繁栄度を持つ国々が存在し、一般的に発展した国々であっても、欧州やアメリカのような国家に比べ、国家の規模はかなり小さく抑えられている国もあります。しばしば「スペインの国家規模は欧州平均より小さい」と言われますが、欧州平均自体が、プロの略奪者たちのクラブのようなものなのです。従って、欧州平均という水準と比較するのではなく、もっと控えめな国家規模を持つ国々や、税負担の貪欲さが制限された国々と比較すべきです。
例えば、ヨーロッパ内ではスイスがあります。偶然かどうかはさておき、スイスはヨーロッパで最も豊かな国の一つでありながら、国家のGDPに占める割合は33%と、欧州やアメリカに比べて10〜15ポイント低いのです。また、香港や韓国はGDPの28%、チリはこの分類の中では最も貧しいかもしれませんが約26%、台湾は16%、そして世界で最も豊かな国であるシンガポールは15%です。シンガポールや台湾は、国家がGDPの15〜16%という小規模な状態で十分に現代社会の機能を果たしているのです。もちろん、シンガポールの場合は都市国家であるため、経済規模のメリットもあるでしょうが、公共支出の大部分が社会保障に回っている現状を鑑みると、都市規模か大国家かは大した違いがないのです。むしろ、シンガポールや台湾のように、GDPに対して国家の規模が30ポイントも低い国の方が、国家による私有財産の侵害が少ないと言えます。
したがって、もし大規模な国家による大規模な略奪を回避でき、しかも機能的には他の国と同等以上に運営できるのであれば、当然、より少ない税負担で、なおかつより効率的な公共サービスを提供する国家の方が望ましいのです。実際、国家が何でもかんでも行おうとすれば、その多くは非効率にならざるを得ません。一方で、企業がすべてを行おうとしても、専門分野に特化した他の企業に競争で敗れるため、最終的には消費者がより良いサービスを選ぶことになるのです。問題は、国家の場合、国民が国家から自由に離脱し、同じサービスを提供する他の組織と契約する余地がないという点にあります。国民は、非常に非効率かつ高コストな国家サービスに縛られており、選択の余地がないのです。したがって、もし小規模で効率的な国家が存在すれば、それは大規模で税負担の重い国家よりも好まれるはずです。
そして、もし国家が回収するGDPの割合が30ポイントも大きいのであれば、それは明らかに国民の私有財産を暴力的に侵害していると言わざるを得ません。ですから、もし国家による大規模な略奪を回避し、かつ他国と同等以上の機能を果たすことが可能であれば、国家は少なくとも縮小されるべきです。なぜなら、そうした国家は国民にとって好都合であるだけでなく、公共サービスの質も向上し、効率的に運営されるからです。結局のところ、すべては国家ではなく、国家に寄生する巨大な官僚組織の福祉が優先されているのです。
もし、あなたの社会にこれほど大きく根付いた寄生虫が存在するならば、その寄生虫は当然、去ろうとはしません。むしろ、さらに大きな植民地を形成しようとするでしょう。これが、国家が成長し続ける理由であり、そして、血を吸い上げるこの寄生虫と戦う必要性が生じる所以なのです。
別のシナリオを考えてみましょう。つまり、現代社会における国家の規模を実質的に縮小するという仮定を立て、その実現可能性や現実味について見極めるためです。これまでに、ヨーロッパにおける現代国家の重みがGDPの50%に達していること、その内訳を示してきました。さて、かつての状況を想像してみてください。あの時代は、科学フィクションのようなことは必要なく、医療はゼロ、経済政策も実質ゼロで、民間部門が構築できないインフラだけが、もしあれば驚くほど僅か、GDPの1%程度だったのです。教育はゼロ、防衛と公共秩序は維持されるものの、余暇・文化・宗教への補助金はゼロでした。地域サービスや環境保護に関しては、下水道、街路灯、森林の維持管理など必要な分は残され、官僚組織も非常に大幅に縮小され、社会保障も一部のみが残されていました。
さて、しばしば「国家は富裕層からお金を奪い、貧困層へ再分配するために存在する」と言われますが、実際、社会保障はGDPの20%に相当します。ここで、極端な貧困を防止するために本当に必要な支出額を計算してみましょう。そうすれば、皆さんも、このGDPの20%は貧困撲滅のためのものではなく、むしろ国家が横方向の所得再分配システムを通じて国民を捕らえ続けるためのものであると気づくでしょう。すなわち、国家はあなたからお金を取り、そのお金を自らの利益や必要に応じて配分するために、あなたと国家の間に割り込むのです。バストス教授が正しく指摘しているように、その所得の移動は、富裕層から貧困層へ、またはその逆ではなく、すべての人々から国家へ向かっているのです。そして国家は、その所得を自らの利益や必要に従って再分配することを決定します。
では、先ほど示したような形で国家の各機能を大幅に縮小した場合、結果として国家はGDPの9~10%程度の規模となり、現状よりも30~40ポイント、つまり約80%縮小された国家になるでしょう。防衛費、治安費は現状と同等に維持される(ただし、治安費については内部の官僚機構によっても左右されるため、この点はまた別の議論になります。たとえば、スペインはヨーロッパで国民一人あたりの治安部隊職員数が最も多い国ですが、本当にそれだけ必要なのかはまた別問題です)。安全保障費がGDPの1.7%、防衛費が1.3%、官僚組織が1%、地域サービスや環境保護が1%、民間部門ではまかなえないインフラがさらに1%、そして社会保障が3%という具合です。現在、社会保障としてGDPの3%、すなわち450億ユーロが支出されています。これは、450億ユーロの社会保障費を、例えば4.5百万人(スペイン人口のおよそ10%)に対して年間1人あたり1万ユーロずつ支給するか、あるいは300万人に対して1万5千ユーロずつ支給するということになります。繁栄した社会において、極端な無助状態に陥る国民の割合はどれほどか、という問題です。彼らは、生命保険、障害保険、個人貯蓄すら持たず、福祉国家が生まれる前に存在したボランティアや民間の相互扶助ネットワークさえも利用できなかった層です。これらを踏まえた上で、絶対的な無助状態に陥り、国家からの継続的な支援を必要とする国民の割合がたとえば5~10%だとすれば、実際に必要な支出はGDPの3~4%程度で十分にカバーできるはずです。しかし、現実には我々は社会保障にGDPの20%を費やしているのです。
明らかに、このGDPの20%は、富裕層から少しだけ富を奪って、巨大な貧困層を作らないためのものではありません。驚くべきことに、国家がGDPの50%を占めるにもかかわらず、貧困層は依然として存在しているのです。さらに、貧困を解消するための手段として、まず第一に、依存性を生む補助金を設けるべきではありません。しかし、現実には、経済活動が全くできず、自己の貯蓄や家族の支援、民間の相互扶助ネットワーク、そして最終的には国家に依存せざるを得ない層が一定割合存在します。しかし、そのようなケースはGDPの3%程度の支出で十分にカバーされるはずなのです。
さて、国家の規模を縮小した場合、たとえばGDPの50%から10%にまで削減できると仮定しましょう。これは約80%の削減に相当します。先に述べたように、中央値の労働者は現在、年間約13,500ユーロの税金を負担しています。この80%の削減が実現すれば、労働者の可処分所得は、国家が提供する各種サービスに充てるための支出分が年間1人あたり1万~1万1千ユーロ増加することになります。家庭内で中央値の労働者が2人いる場合、2万~2万2千ユーロの追加収入となるでしょう。この追加収入があれば、教育費、医療費、年金のための貯蓄など、国家が現在負担させているコストを自前でまかなうことが可能になるはずです。実際、多くのスペインの労働者は、国家の劣悪なサービスから逃れるため、民間の医療や教育、そして補完的な年金積立を実施しているのです。特に、公共教育は、学生の生産性向上よりも、国家のイデオロギーを植え付けることに重きを置いている場合が多いのです。
また、この話は、GDPの3%相当の再分配、すなわち450億ユーロ分が、現実的に考えても国民の基礎的な生活を支えるには十分であるという観点からも論じられます。現行の過剰な収用体制に対して、もし国家規模が大幅に縮小されるならば、労働者にとって有利な状況が実現するはずです。
さて、ここまでの議論から、もし国家主義のウイルスが社会の頭脳や利権に深く根付っている現状において、現状が最適でないと理解したとしても、移行のコストの高さゆえに多くの人々が現状から変わることを望まないという現実があるのです。たとえば、公共年金制度の解体は非常に困難です。年金受給者は「こんな不公平な体制であっても、自分の年金を受け取りたい。自分自身の貯蓄がなくなるリスクを冒したくはない」と考えるでしょう。
では、この国家――明らかに国家とその官僚機構に有利なこのモデル――から脱却するために、すなわち、表向きは国民のために存在するようでいて、実際には社会を寄生しているこの体制から逃れるためには、どのような手段が考えられるでしょうか。ここで、国家改革またはハイパーステートのパラサイト化に対抗するための、四つの可能なアプローチについて述べます。
第一のアプローチは、トップダウン型の方法です。すなわち、自由主義的な理念を掲げた善意の政治家が権力の座につき、内部からリベラル革命を起こそうとするというものです。しかし、私はこの方法は、次に述べるボトムアップ型の文化戦線と併せなければ、全体として非常に単純で実現不可能だと考えます。なぜなら、社会の大多数が国家改革を望まなければ、その改革は十分な勢いを持って実施されることは決してないからです。多くの改革は長期的な取り組みであり、一夜にして実現できるものではありません。一度実行された改革が元に戻らないようにするには、最低でも二世代を要するのです。もし社会がその方向に向かわなければ、いつかまた別の人物が権力に就いて、国民の大多数が望まない体制を再び打ち壊してしまうでしょう。例えば、チリの年金制度の民営化は、ピノチェト政権下の1981年に始まり、数年前に旧公共年金制度が完全に清算されました。しかし、その後、旧体制に戻そうとする動きが見られるのです。なお、チリは当時、非常に若い労働人口と限られた高齢人口という、改革に適した人口構造を有していたにもかかわらず、改革には約40年もの歳月がかかりました。これが、世界の他の国々で実施されるとなれば、どれほど困難なものになるか想像に難くありません。そして、もし世界中がそのような改革を望まなければ、いかに自由主義者の政治家を内部に潜り込ませ、社会民主主義の装いを与えたとしても、十分な効果は得られないでしょう。さらに、政治そのものが権力に触れると必ず腐敗すると、ロード・アクトンが指摘したように、権力は人を変えてしまいます。つまり、権力に惹かれて権力の座についた者は、その権力を維持・拡大するために、かつて掲げた理念を容易に放棄し、他者を蹂躙し、欺く行動に出るということです。
政治的競争というのは、もしあなたが行動しなければ、行動する者があなたを追い出してしまう、という状況を生み出します。そのため、もし存在するとしても、誠実で、信念を持った政治家は、力に屈する者に押されて公共の場から姿を消してしまうのです。権力闘争では、手が縛られている者と自由な手を持つ者との間で戦いが行われるため、劣悪な選択が働き、最終的には最悪の者が権力の座に就くという現象が生じるのです。(この点については、ハイエクも『隷属への道』で記述しています。)
次に、第二の可能性はボトムアップ、すなわち文化戦線によるアプローチです。これは、アイデアの戦いを、じわじわと、少しずつ社会に浸透させ、心を開かせ、意識を目覚めさせ、より多くの人々がこの変革を要求するようになるという方法です。しかし、これは特に有望な道ではないことは明白です。もし、ここでマルクス主義的な語調に傾くとすれば、客観的な物質的条件があって、そうした思想が大規模に広まる環境が整わない限り、人々は現状に満足して「今のままで十分だ」と感じ、急激な変革に乗り出す理由が見出せません。現状が著しく悪化しない限り、文化戦線による大規模な勝利が起こり、既存の社会制度が覆されるというのは極めて困難な道なのです。例えば、アルゼンチンでは、40年間にわたって底をつき続けた結果、人々が明らかに欠陥だらけのモデルにうんざりし、ハイパーインフレーションに苦しんだことで変革が進んだように見えます。もし、そこに一貫性があり、破壊的かつ斬新なメッセージ―社会主義的なものか、あるいは幸運にもリベラルなもの―があれば、一定の確率でそのアイデアが覇権を握り、新たな現状として定着する可能性が出てくるのです。しかし、スペインの場合、文化戦線による闘いは、相手側のプロパガンダがあふれ、対抗する者がいなければ、現状が一層固定化し、国家権力が加速度的に拡大していくため、非常に厳しい状況にあります。私自身も長い間、文化戦線で戦ってきましたが、スペインという環境におけるその限界を痛感しています。
第三の道は、そもそも国家改革を目指さず、自分の生活を改善するために他の地域へ移住するというものです。もし、競争が可能な複数の法域が存在すれば、現状に非常に不満を抱く者は、物理的に他の地域へ移り住み、そこで自らの生活基盤を築くことができます。そして、こうした法域間の競争は、他の法域による収用や寄生的な政策の力を制限する効果も持ちます。たとえば、ある法域で税率が非常に低く、規制が緩やかであれば、他の法域は資本が流出し、寄生者側から見れば、寄生対象(=ホスト)が成長しなければ、寄生する意味がなくなるのです。もし、ホストを窒息させて殺してしまえば、またはホストが他の、寄生が少ない地域へ流出してしまえば、寄生者にとっては不利益となります。このような効果は、実際には見かけ以上に大きな影響を持つのです。
たとえば、最も身近な例として、アンドラの場合が挙げられます。多くの場合、静かに、あるいは時に華やかに報じられる移住現象があり、一定の社会的反響を呼んでいます。問題は、これらはすべて財政上の問題であり、移住者を犯罪者扱いする試みがあっても、スペイン国家にとっては重要な問題とならないのです。よく批判されるのは、YouTuberなどがアンドラへ移住することについて、「国が自国民の資源不足を訴えるような状況に直面しない」とされる点です。もしそうなれば、国家は財政の引き締めを迫られるはずですが、現実はそうではありません。むしろ、これは他者に対する懲罰の一形態であり、「移住して税負担を軽減しようとするなら、あなたは悪い人間であり、悪い市民だ。もしあなたが著名人であれば、意識を啓発するために、我々はあなたを徹底的に攻撃し、公の場から追放する」といったメッセージが発せられるのです。しかし、実際にアンドラへの移住が進むこと自体は悪いことではなく、たとえそれがスペイン国家に与えるダメージが短期的にはそれほど大きくなくとも、他のケースでは、目に見えにくいながらも国家に損害を与えている場合があるのです。
たとえば、2か月前に発表されたドラギの報告書では、欧州が「足を引きずっている」との根本的な不満が示されています。すなわち、欧州では生産性が20年間にわたって停滞しており、成長期に新たに設立される企業が、厳しい規制の下で成長できず、資本調達が困難となり、結果としてアメリカに流出してしまうという現象です。これは「足で投票する」という現象であり、企業側の実情を反映したものです。そして、これは国家権力の内部から出た、我々の社会が停滞しているという自らの寡占層からの認識でもあります。彼らは、ここ20年間にわたり市民を内部から圧迫してきた手法を見直す必要があると訴えているのです。そして、ここで議論されているのは、欧州連合とアメリカという二つの経済ブロック間での移住の問題なのです。
もし、かつてヨーロッパに存在していたような、多数の競合する法域が現在も存在していたと想像してみてください。ここで歴史的な議論に深入りするつもりはありませんが、ヨーロッパが16世紀あるいは17世紀から産業革命に至るまで発展し、東洋が(少なくとも最近まで)停滞していた理由の重い仮説の一つは、ヨーロッパが政治的にはるかに細分化され、都市国家や小国、王国、そして公国など、まさにアンドラのようなケースに近い形態であったため、相互の競争が激しかったという点にあります。ひとつの領域内で生まれる思想を制限・抑制・検閲する能力は非常に低く、もし一方で弾圧されれば別の場所へ移動できたため、その結果、後の産業革命を引き起こす知的な開花が促されたのです。これに対して、中国のような中央集権的で統一された国家では、官僚組織が本来より強大な権力を持っていたため、このような発展は見込めませんでした。
「足で投票する」という現象は非常に強力です。したがって、文化戦線から取り組むべきもう一つの課題は、政治的な中央集権化や財政の調和化に反対することです。なぜなら、政治的に中央集権化が進んだり、財政が調和化されるほど、法域間の競争は減少し、その結果、国家が無罰で私有財産を寄生的に吸い上げる余地が広がるからです。これは市場経済ではよく理解される現象ですが、国家の場合は例外扱いされがちです。市場において本当の意味での独占、すなわち単にその分野で唯一の企業という状況ではなく、競合が存在しない真の独占状態になると、その独占者は価格を引き上げ、品質を低下させる傾向にあります。なぜなら、あなたは逃げ出すことができない、まるで人質のような状態に置かれるからです。つまり、国家もまた独占状態にあり、国家が直面する唯一の競争は、他の国家へ移住するという可能性なのです。領域を統一して競争余地を狭めれば狭めるほど、国家は独占的な力を強め、結果としてあなたに提供するサービスの質を低下させ、収用を強める傾向が出てきます。したがって、私はどんな中央集権化のプロセスにも反対し、逆に政治的な分権化を支持すべきだと考えます。
そして最後に、第四の戦略ですが、これはやや曖昧で漠然としているかもしれません。しかし、私が考えるに、実際に多くの人々が採用しており、多くの場合国家の影響力を制限している方法、それは直接的に「国家からの分離」を目指すことです。もちろん、あなたにとって寄生者のような国家が窮屈に圧しかけてくる場合、その寄生者を打倒しようと多大なエネルギーを費やすこともできます。しかし、寄生者が既に存在する以上、その存在を前提として生活基盤を築く、その固定費を受け入れながらも、寄生者のさらなる拡大を防ぐ、あるいは寄生の及ばない領域を確保する新たな方法を模索するということです。これが国家からの「分離」、すなわち、重くのしかかる国家の負担から自らを切り離す試みなのです。例えば、先に述べたように、私立教育、私立医療、私的年金といった選択肢があります。本来であれば、国家が私たちから過剰な資源を吸い上げることなく、その分をこうした目的に振り向けられれば理想的ですが、幸いなことに、現状では国家が私立教育への進学を禁止しているわけではありません(ただしかなりの規制は存在します)。私立教育は完全に自由なものではなく、国家のカリキュラムに沿ったものですが、それでも私立教育、私立医療、そして貯蓄や資産形成の道を開いてくれるのです。もちろん、今後さらに税が引き上げられ、国内外で資産が収用されるリスクが高まるまではの話ですが。
したがって、国家を一つの悪と捉え、その悪に支配される中で自由を追求する、すなわちその影響力からできるだけ逃れる方法を探るべきです。さらに、社会が自ら開発していく様々なツールが、私たちが国家の監視や統制から離れて生活する手助けとなります。たとえば、デジタル経済は、今日のところ、国家が我々をコントロール・規制・収用するのをより困難にする領域をある程度確保できる可能性を秘めています。ビットコインの例は、没収不可能な資産として、適切な管理を行えば、富の保蔵庫あるいは国家の統制や知識から独立した交換手段として機能する可能性を示しています。
これらは、寄生者である国家に吸い付かれないため、自らの活動から国家の影響力を一部でも排除する、新たな生活の仕方を模索する一つの方法です。こうした新しいツールは、今後も次々と登場し、国家が私たちの生活に及ぼす影響を制限するために活用されるべきです。社会全体を変えるのは非常に困難ですが、多くの人々を同じ方向に動かすことが難しい現状において、少なくとも我々が体系的に受けている搾取の度合いを最小限に抑えることは可能です。
以上、複数の道筋があります。第一の道は私個人としてはほぼ排除したいと考えますが、残りの三つは排他的ではなく、互いに補完し合うものです。どの方法も目的地に必ず到達できる保証はありませんが、これらは連携することで、国家が私たちや社会全体に及ぼす権力の影響を徐々に抑制する助けとなるでしょう。そして、我々自身の利益のため、あるいは共に生きる社会を改善するために、可能な限りこれらの道を追求すべきだと考えます。
-
@ 9711d1ab:863ebd81
2025-03-26 03:36:56Welcome back friends! We’ve made it to the end of March, congratulations. Here’s what we’ve got to share this month:
-
🎓 The SDK Class of Q1
-
🤓 Back to School with Antonio
-
⚡️ Lightning is Everywhere
-
🎙️ Shooting the Breez with Danny, Umi & Roy
The SDK Class of Q1 2025 🎓
We’ve been talking a lot about momentum at Breez and we’re seeing it build every day. More partners are adding Bitcoin payments with our SDK and more sats are moving freely around the world. By offering the choice of two implementations, Nodeless and Native, we’re truly building the best Lightning developer experience out there.
And the momentum just keeps growing stronger.
In fact, we’ve welcomed so many new partners that we had to bundle them all into one big announcement — it’s our pleasure to welcome the SDK Class of Q1 2025: Assetify, Cowbolt, DexTrade, Flash, Lightning Pay, OpenAgents, Satoshi, Shakesco, Tidebinder, and ZapZap.
---
Back to School with Antonio 🚌
We tell everyone we meet that adding Bitcoin payments to apps is really easy with the Breez SDK. But rather than just tell you this, we’ve decided to show you.
Antonio, one of our talented developers at Breez, has produced a video tutorial showing how you can add Bitcoin payments to React Native and Expo apps with the Breez SDK - Nodeless.
Join him as he guides you through each step and shows that it really is that *easy* to add Bitcoin payments to any app with our SDK.
Lightning is Everywhere.
It’s true — Lightning is everywhere.
Bitcoin payments aren’t just a thing for the few, they’re for the many.
This month, we’re showcasing our friends at Cowbolt. They’ve just released their collaborative cost-splitting, team-chat, and self-custody app (check it out).
Shooting the Breez 🌬️
Since releasing our Bitcoin payment report — where we explained that Bitcoin isn’t just digital gold, it’s a thriving everyday currency accessible to millions of people around the world — Bitcoin payments have been the talk of the town.
As co-author of the report, I joined the Stephan Livera Podcast to discuss the growing trend in more detail. I also met up with Bo Jablonski to explain why more and more apps are taking notice on the newly-formed Guardians of Bitcoin radio show.
Developments have come thick and fast over the past month — most notably, the announcement of USDT coming to Lightning (check out Roy’s take on the good, the bad, and the unknown in Bitcoin Magazine). Breez’s BD Lead, Umi, joined a Spaces on X with UXTO, Amboss, and Lightning Labs to discuss the stablecoin’s imminent arrival on the network.
That’s not all from Umi, she also joined her alma mater at the Cornell Bitcoin Club to explain why bitcoin is a medium of exchange, thanks to Lightning.
And last but not least, Roy was spreading the good word of Bitcoin, joining Bitfinex’s podcast to explain how Lightning is truly changing the game.
And there we go folks, another edition of Feel the Breez has come to a close.
As always, we’ll leave you with our usual parting comment: the best time to get into Lightning is now — it always has been.
Stay tuned for exciting announcements we’ll be releasing soon.
Until next time ✌️
-
-
@ 1bda7e1f:bb97c4d9
2025-03-26 03:23:00Tldr
- Nostr is a new open social protocol for the internet
- You can use it to create your own online community website/app for your users
- This needs only a few simple components that are free and open source
- Jumble.Social client is a front-end for showing your community content to your users
- Simple With Whitelist relay (SW2) is a back-end with simple auth for your community content
- In this blog I explain the components and set up a online community website/app that any community or company can use for their own users, for free.
You Can Run Your Own Private "X" For Free
Nostr is a new open social protocol for the internet. Because it is a protocol it is not controlled by any one company, does not reside on any one set of servers, does not require any licenses, and no one can stop you from using it however you like.
When the name Nostr is recognised, it is as a "Twitter/X alternative" – that is an online open public forum. Nostr is more than just this. The open nature of the protocol means that you can use it however you feel like, including that you can use it for creating your own social websites to suit whatever goals you have – anything from running your own team collaboration app, to running your own online community.
Nostr can be anything – not just an alternative to X, but also to Slack, Teams, Discord, Telegram (etc) – any kind of social app you'd like to run for your users can be run on Nostr.
In this blog I will show you how to launch your own community website, for your community members to use however they like, with low code, and for free.
Simple useful components
Nostr has a few simple components that work together to provide your experience –
- Your "client" – an app or a website front-end that you log into, which displays the content you want to see
- Your "relay" – a server back-end which receives and stores content, and sends it to clients
- Your "user" – a set of keys which represents a user on the network,
- Your "content" – any user content created and signed by a user, distributed to any relay, which can be picked up and viewed by any client.
It is a pattern that is used by every other social app on the internet, excepting that in those cases you can usually only view content in their app, and only post your content to their server.
Vs with Nostr where you can use any client (app) and any relay (server), including your own.
This is defined as a standard in NIP-01 which is simple enough that you can master it in a weekend, and with which you can build any kind of application.
The design space is wide open for anyone to build anything–
- Clones of Twitter, Instagram, Telegram, Medium, Twitch, etc,
- Whole new things like Private Ephemeral Messengers, Social Podcasting Apps, etc,
- Anything else you can dream up, like replacements for B2B SaaS or ERP systems.
Including that you can set up and run your own "X" for your community.
Super powers for –private– social internet
When considering my use of social internet, it is foremost private not public. Email, Whatsapp, Slack, Teams, Discord, Telegram (etc), are all about me, as a user, creating content for a selected group of individuals – close friends, colleagues, community members – not the wider public.
This private social internet is crying out for the kind of powers that Nostr provides. The list of things that Nostr solves for private social internet goes on-and-on.
Let me eat my own dog food for a moment.
- I am a member of a community of technology entrepreneurs with an app for internal community comms. The interface is not fit for this purpose. Good content gets lost. Any content created within the walled kingdom cannot be shared externally. Community members cannot migrate to a different front-end, or cross-post to public social channels.
- I am a member of many communities for kids social groups, each one with a different application and log in. There is no way to view a consolidated feed. There is no way to send one message to many communities, or share content between them. Remembering to check every feed separately is a drag.
- I am a member of a team with an app for team comms. It costs $XXX per user per month where it should be free. I can't self-host. I can't control or export my data. I can't make it interoperate natively with other SaaS. All of my messages probably go to train a Big Co AI without my consent.
In each instance "Nostr fixes this."
Ready now for low-code admins
To date Nostr has been best suited to a more technical user. To use the Nostr protocol directly has been primarily a field of great engineers building great foundations.
IMO these foundations are built. They are open source, free to use, and accessible for anyone who wants to create an administer their own online community, with only low code required.
To prove it, in this blog I will scratch my own itch. I need a X / Slack / Teams alternative to use with a few team members and friends (and a few AIs) as we hack on establishing a new business idea.
I will set this up with Nostr using only open source code, for free.
Designing the Solution
I am mostly non-technical with helpful AI. To set up your own community website in the style of X / Slack / Teams should be possible for anyone with basic technology skills.
- I have a cheap VPS which currently runs some other unrelated Nostr projects in Docker containers,
- My objective was to set up and run my own community website for my own team use, in Docker, hosted on my own server.
User requirements
What will I want from a community website?
- I want my users to be able to log into a website and post content,
- I want to save that content to a server I control accessed only be people I authorise,
- I want my users to view only that content by default, and not be exposed to any wider public social network unless they knowingly select that,
- I want my user's content to be either:
- a) viewable only by other community members (i.e. for internal team comms), or
- b) by the wider public (i.e. for public announcements), at the user's discretion.
- I want it to be open source so that other people maintain the code for me,
- I want it for free.
Nostr solutions
To achieve this with Nostr, I'll need to select some solutions "a-la carte" for each of the core components of the network.
- A client – For my client, I have chosen Jumble. Jumble is a free open-source client by Cody Tseng, available free on Github or at Jumble.social. I have chosen Jumble because it is a "relay-centric" client. In key spots the user interface highlights for the user what relay they are viewing, and what relay they are posting to. As a result, it is a beautiful fit for me to use as the home of all my community content.
- A relay – For my relay, I have chosen Simple With Whitelist (SW2). SW2 is a free open-source relay by Utxo The Webmaster, based on Khatru by Fiatjaf, available free on Github. I have chosen SW2 because it allows for very simple configuration of user auth. Users can be given read access to view notes, and write access to post notes within simple
config.json
files. This allows you to keep community content private or selectively share it in a variety of ways. Per the Nostr protocol, your client will connect with your relay via websocket. - A user sign-up flow – Jumble has a user sign-up flow using Nstart by Fiatjaf, or as an admin I can create and provision my own users with any simple tool like NAK or Nostrtool.
- A user content flow – Jumble has a user content flow that can post notes to selected relays of the users choice. Rich media is uploaded to free third-party hosts like Nostr.build, and in the future there is scope to self-host this too.
With each of these boxes ticked I'm ready to start.
Launching a Private Community Website with Jumble and SW2
Install your SW2 relay
The relay is the trickiest part, so let's start there. SW2 is my Nostr relay software of choice. It is a Go application and includes full instructions for Go install. However, I prefer Docker, so I have built a Docker version and maintain a Docker branch here.
1 – In a terminal clone the repo and checkout the Docker branch
git clone https://github.com/r0d8lsh0p/sw2.git cd sw2 git checkout docker
2 – Set up the environment variables
These are specified in the readme. Duplicate the example .env file and fill it with your variables.
cp .env.example .env
For me this .env file was as follows–
```
Relay Metadata
RELAY_NAME="Tbdai relay" RELAY_PUBKEY="ede41352397758154514148b24112308ced96d121229b0e6a66bc5a2b40c03ec" RELAY_DESCRIPTION="An experimental relay for some people and robots working on a TBD AI project." RELAY_URL="wss://assistantrelay.rodbishop.nz" RELAY_ICON="https://image.nostr.build/44654201843fc0f03e9a72fbf8044143c66f0dd4d5350688db69345f9da05007.jpg" RELAY_CONTACT="https://rodbishop.nz" ```
3 – Specify who can read and write to the relay
This is controlled by two config files
read_whitelist.json
andwrite_whitelist.json
.- Any user with their pubkey in the
read_whitelist
can read notes posted to the relay. If empty, anyone can read. - Any user with their pubkey in the
write_whitelist
can post notes to the relay. If empty, anyone can write.
We'll get to creating and authorising more users later, for now I suggest to add yourself to each whitelist, by copying your pubkey into each JSON file. For me this looks as follows (note, I use the 'hex' version of the pubkey, rather than the npub)–
{ "pubkeys": [ "1bda7e1f7396bda2d1ef99033da8fd2dc362810790df9be62f591038bb97c4d9" ] }
If this is your first time using Nostr and you don't yet have any user keys, it is easy and free to get one. You can get one from any Nostr client like Jumble.social, any tool like NAK or nostrtool.com or follow a comprehensive guide like my guide on mining a Nostr key.
4 – Launch your relay
If you are using my Docker fork from above, then–
docker compose up
Your relay should now be running on port 3334 and ready to accept web socket connections from your client.
Before you move on to set up the client, it's helpful to quickly test that it is running as expected.
5 – Test your websocket connection
For this I use a tool called wscat to make a websocket connection.
You may need to install wscat, e.g.
npm install -g wscat
And then run it, e.g.
wscat -c ws://localhost:3334
(note use
ws://
for localhost, rather thanwss://
).If your relay is working successfully then it should receive your websocket connection request and respond with an AUTH token, asking you to identify yourself as a user in the relay's
read_whitelist.json
(using the standard outlined in NIP-42), e.g.``` Connected (press CTRL+C to quit) < ["AUTH","13206fea43ef2952"]
```
You do not need to authorise for now.
If you received this kind of message, your relay is working successfully.
Set a subdomain for your relay
Let's connect a domain name so your community members can access your relay.
1 – Configure DNS
At a high level –
- Get your domain (buy one if you need to)
- Get the IP address of your VPS
- In your domain's DNS settings add those records as an A record to the subdomain of your choice, e.g.
relay
as inrelay.your_domain_name.com
, or in my caseassistantrelay.rodbishop.nz
Your subdomain now points to your server.
2 – Configure reverse proxy
You need to redirect traffic from your subdomain to your relay at port
3334
.On my VPS I use Caddy as a reverse proxy for a few projects, I have it sitting in a separate Docker network. To use it for my SW2 Relay required two steps.
First – I added configuration to Caddy's
Caddyfile
to tell it what to do with requests for therelay.your_domain_name.com
subdomain. For me this looked like–assistantrelay.rodbishop.nz { reverse_proxy sw2-relay:3334 { # Enable WebSocket support header_up X-Forwarded-For {remote} header_up X-Forwarded-Proto {scheme} header_up X-Forwarded-Port {server_port} } }
Second – I added the Caddy Docker network to the SW2
docker-compose.yml
to make it be part of the Caddy network. In my Docker branch, I provide this commented section which you can uncomment and use if you like.``` services: relay: ... relay configuration here ...
networks:
- caddy # Connect to a Caddy network for reverse proxy
networks:
caddy:
external: true # Connect to a Caddy network for reverse proxy
```
Your relay is now running at your domain name.
Run Jumble.social
Your client set up is very easy, as most heavy lifting is done by your relay. My client of choice is Jumble because it has features that focus the user experience on the community's content first. You have two options for running Jumble.
- Run your own local copy of Jumble by cloning the Github (optional)
- Use the public instance at Jumble.social (easier, and what we'll do in this demo)
If you (optionally) want to run your own local copy of Jumble:
git clone https://github.com/CodyTseng/jumble.git cd jumble npm install npm run dev
For this demo, I will just use the public instance at http://jumble.social
Jumble has a very helpful user interface for set up and configuration. But, I wanted to think ahead to onboarding community members, and so instead I will do some work up front in order to give new members a smooth onboarding flow that I would suggest for an administrator to use in onboarding their community.
1 – Create a custom landing page URL for your community members to land on
When your users come to your website for the first time, you want them to get your community experience without any distraction. That will either be–
- A prompt to sign up or login (if only authorised users can read content)
- The actual content from your other community members (If all users can read content)
Your landing page URL will look like:
http://jumble.social/?r=wss://relay.your_domain_name.com
http://jumble.social/
– the URL of the Jumble instance you are using?r=
– telling Jumble to read from a relaywss://
– relays connect via websocket using wss, rather than httpsrelay.your_domain_name.com
– the domain name of your relay
For me, this URL looks like
http://jumble.social/?r=wss://assistantrelay.rodbishop.nz
2 – Visit your custom Jumble URL
This should load the landing page of your relay on Jumble.
In the background, Jumble has attempted to establish a websocket connection to your relay.
If your relay is configured with read authentication, it has sent a challenge to Jumble asking your user to authenticate. Jumble, accordingly should now be showing you a login screen, asking your user to login.
3 – Login or Sign Up
You will see a variety of sign up and login options. To test, log in with the private key that you have configured to have read and write access.
In the background, Jumble has connected via websocket to your relay, checked that your user is authorised to view notes, and if so, has returned all the content on the relay. (If this is your first time here, there would not be any content yet).
If you give this link to your users to use as their landing page, they will land, login, and see only notes from members of your community.
4– Make your first post to your community
Click the "post" button and post a note. Jumble offers you the option to "Send only to relay.your_domain_name.com".
- If set to on, then Jumble will post the note only to your relay, no others. It will also include a specific tag (the
"-"
tag) which requests relays to not forward the note across the network. Only your community members viewing notes on your community relay can see it. - If set to off, then Jumble will post the note to your relay and also the wider public Nostr network. Community members viewing notes on the relay can see it, and so can any user of the wider Nostr network.
5– Optional, configure your relay sets
At the top of the screen you should now see a dropdown with the URL of your relay.
Each user can save this relay to a "relay set" for future use, and also view, add or delete other relays sets including some sets which Jumble comes with set up by default.
As an admin you can use this to give users access to multiple relays. And, as a user, you can use this to access posts from multiple different community relays, all within the one client.
Your community website is up and running
That is the basic set up completed.
- You have a website where your community members can visit a URL to post notes and view all notes from all other members of the community.
- You have basic administration to enforce your own read and write permissions very simply in two json files.
Let's check in with my user requirements as a community admin–
- My community is saving content to a server where I control access
- My users view only that content by default, and are not exposed to any wider public social network unless they knowingly select that
- My user's content is a) viewable only by other community members, or b) by the wider public, at the user's discretion
- Other people are maintaining the code for me
- It's free
This setup has scope to solve my dog fooding issues from earlier–
- If adopted, my tech community can iterate the interface to suit its needs, find great content, and share content beyond the community.
- If adopted, my kids social groups can each have their own relays, but I can post to all of them together, or view a consolidated feed.
- If adopted, my team can chat with each other for free. I can self host this. It can natively interoperate with any other Nostr SaaS. It would be entirely private and will not be captured to train a Big Co AI without my consent.
Using your community website in practice
An example onboarding flow
- A new member joins your IRL community
- Your admin person gives them your landing page URL where they can view all the posts by your community members – If you have configured your relay to have no read auth required, then they can land on that landing page and immediately start viewing your community's posts, a great landing experience
- The user user creates a Nostr profile, and provides the admin person with their public key
- The admin person adds their key to the whitelists to read and write as you desire.
Default inter-op with the wider Nostr network
- If you change your mind on SW2 and want to use a different relay, your notes will be supported natively, and you can migrate on your own terms
- If you change your mind on Jumble and want to use a different client, your relay will be supported natively, and you can migrate on your own terms
- If you want to add other apps to your community's experience, every Nostr app will interoperate with your community by default – see the huge list at Awesome Nostr
- If any of your users want to view your community notes inside some other Nostr client – perhaps to see a consolidated feed of notes from all their different communities – they can.
For me, I use Amethyst app as my main Nostr client to view the public posts from people I follow. I have added my private community relay to Amethyst, and now my community posts appear alongside all these other posts in a single consolidated feed.
Scope to further improve
- You can run multiple different relays with different user access – e.g. one for wider company and one for your team
- You can run your own fork of Jumble and change the interface to suit you needs – e.g. add your logo, change the colours, link to other resources from the sidebar.
Other ideas for running communities
- Guest accounts: You can give a user "guest" access – read auth, but no write auth – to help people see the value of your community before becoming members.
- Running a knowledge base: You can whitelist users to read notes, but only administrators can post notes.
- Running a blind dropbox: You can whitelist users to post notes, but only the administrator can read notes.
- Running on a local terminal only: With Jumble and SW2 installed on a machine, running at –
localhost:5173
for Jumble, andlocalhost:3334
for SW2 you can have an entirely local experience athttp://localhost:5173/?r=ws://localhost:3334
.
What's Next?
In my first four blogs I explored creating a good Nostr setup with Vanity Npub, Lightning Payments, Nostr Addresses at Your Domain, and Personal Nostr Relay.
Then in my latest three blogs I explored different types of interoperability with NFC cards, n8n Workflow Automation, and now running a private community website on Nostr.
For this community website–
- There is scope to make some further enhancements to SW2, including to add a "Blossom" media server so that community admins can self-host their own rich media, and to create an admin screen for administration of the whitelists using NIP-86.
- There is scope to explore all other kinds of Nostr clients to form the front-end of community websites, including Chachi.chat, Flotilla, and others.
- Nostr includes a whole variety of different optional standards for making more elaborate online communities including NIP-28, NIP-29, NIP-17, NIP-72 (etc). Each gives certain different capabilities, and I haven't used any of them! For this simple demo they are not required, but each could be used to extend the capabilities of the admin and community.
I am also doing a lot of work with AI on Nostr, including that I use my private community website as a front-end for engaging with a Nostr AI. I'll post about this soon too.
Please be sure to let me know if you think there's another Nostr topic you'd like to see me tackle.
GM Nostr.
-
@ 872982aa:8fb54cfe
2025-03-26 01:45:47发酵蛋糕一般 需要30分钟左右
-
@ 872982aa:8fb54cfe
2025-03-26 01:24:20面粉是需要低精度的来制作蛋糕
-
@ 872982aa:8fb54cfe
2025-03-26 01:23:16 -
@ a012dc82:6458a70d
2025-03-26 12:55:41The cryptocurrency world is poised on the brink of a significant event as Bitcoin approaches its fourth halving in April 2024. This event, deeply embedded in Bitcoin's protocol, serves as a reminder of the cryptocurrency's unique economic model, designed to mimic the scarcity and deflationary aspects of precious metals. The halving not only affects the miners' rewards but also has far-reaching implications for the entire cryptocurrency market, influencing investor sentiment, market supply, and the intrinsic value of Bitcoin itself.
Table of Contents
-
Understanding Bitcoin Halving
-
Historical Impact on Bitcoin's Price
-
Implications for Miners
-
Institutional Interest and Market Dynamics
-
Regulatory Environment and Global Economic Factors
-
Conclusion
-
FAQs
Understanding Bitcoin Halving
Bitcoin halving is a core mechanism of the Bitcoin protocol, occurring every 210,000 blocks, which historically has been approximately every four years. This event reduces the reward for mining new blocks by half, a process designed to control Bitcoin's inflation and supply rate. The upcoming 2024 halving will slash the mining reward from 6.25 bitcoins per block to 3.125 bitcoins, a change that will significantly impact the rate at which new bitcoins are generated and enter the market.
This deflationary event is critical to Bitcoin's value proposition as digital gold. By reducing the flow of new bitcoins, the halving events mimic the extraction of a finite resource, enhancing Bitcoin's scarcity and potential as a store of value. The anticipation and aftermath of these events have historically led to increased public interest, media coverage, and speculative activity, all of which contribute to Bitcoin's market dynamics and price volatility.
Historical Impact on Bitcoin's Price
The halving events have historically been landmarks in Bitcoin's price history, often heralding periods of significant price appreciation. For example, the year following the 2016 halving saw Bitcoin's price increase manifold, underscoring the event's impact on market psychology and investor expectations. However, while past trends suggest a bullish outcome, it's crucial to acknowledge the complexity of market dynamics and the multitude of factors influencing Bitcoin's price.
The price impact of the halving can be attributed to the reduced supply of new bitcoins, heightening scarcity, and potentially increasing demand. However, the actual market response can vary based on current market conditions, investor sentiment, and global economic factors. Therefore, while historical data provides valuable insights, each halving unfolds in a unique context, making the outcome of the 2024 event unpredictable and a subject of widespread speculation.
Implications for Miners
The halving significantly impacts Bitcoin miners, as the reward reduction directly affects their revenue streams. This event could lead to a realignment within the mining industry, as only the most efficient and well-capitalized operations can sustain profitability with lower rewards. This pressure could drive technological innovation, as miners seek more energy-efficient and cost-effective mining solutions, but it could also lead to increased centralization, which is a concern for the Bitcoin network's health and security.
The aftermath of the halving will likely see a shakeout of less efficient miners, which could temporarily affect the network's hash rate and security. However, this consolidation could also lead to a more robust and resilient mining ecosystem in the long run. The dynamics between mining costs, Bitcoin's price, and network security are intricate and will play a crucial role in the cryptocurrency's post-halving landscape.
Institutional Interest and Market Dynamics
The landscape of Bitcoin investment has evolved dramatically since the last halving, with significant growth in institutional interest. The approval of Bitcoin ETFs and the entry of traditional financial institutions into the crypto space have provided Bitcoin with a new level of legitimacy and accessibility. This institutional involvement could lead to greater liquidity and less volatility post-halving, as larger players with long-term horizons enter the market.
However, institutional investors also bring new dynamics to Bitcoin's market. Their investment strategies, risk management practices, and regulatory compliance requirements differ markedly from those of retail and early crypto adopters. This shift could influence how the market responds to the halving, as institutional investors may be less prone to speculative trading and more interested in Bitcoin's long-term value proposition.
Regulatory Environment and Global Economic Factors
The impact of the 2024 halving will also be shaped by the broader regulatory and economic environment. Regulatory developments, both positive and negative, can significantly affect investor confidence and market dynamics. Clear and supportive regulations can foster growth and innovation in the crypto space, while restrictive policies may hinder market development and investor participation.
Moreover, global economic factors such as inflation rates, monetary policies, and geopolitical events play a crucial role in shaping investor sentiment and demand for Bitcoin. As a digital, borderless asset, Bitcoin is increasingly seen as a hedge against inflation and currency devaluation, factors that could influence its appeal around the halving event.
Conclusion
As April 2024 approaches, the Bitcoin community and investors worldwide are watching closely, aware that the halving could mark the beginning of a new era for Bitcoin. This event represents more than just a technical adjustment; it is a testament to Bitcoin's enduring design and its role as a pioneer in the cryptocurrency space.
The significance of the halving extends beyond immediate price effects; it encompasses the evolution of Bitcoin's market, the maturation of its ecosystem, and its position in the broader financial landscape. As we move closer to this pivotal event, the collective actions of miners, investors, and regulators will shape not only the outcome of the halving but the future trajectory of Bitcoin and the cryptocurrency market at large.
In this ever-evolving narrative, the 2024 halving stands as a critical milestone, a moment of reflection and anticipation, highlighting the challenges and opportunities that lie ahead in the journey of Bitcoin and the quest for a decentralized financial future.
FAQs
What is Bitcoin halving? Bitcoin halving is an event that occurs every 210,000 blocks, approximately every four years, which reduces the reward for mining new Bitcoin blocks by half. This mechanism is designed to control inflation and reduce the rate at which new bitcoins are introduced into circulation.
Why is the Bitcoin halving significant? The halving is significant because it directly impacts the supply of new bitcoins entering the market, which can influence Bitcoin's price. It also affects miners' profitability and can lead to changes in the network's mining dynamics.
How has Bitcoin's price reacted to previous halvings? Historically, Bitcoin's price has increased following halving events, though there are many factors at play. These price increases are often attributed to the reduced supply of new bitcoins and increased demand.
What are the potential effects of the 2024 Bitcoin halving on miners? The halving will reduce the block reward, potentially affecting miners' profitability. This could lead to a consolidation in the mining industry, with only the most efficient miners remaining competitive.
How might institutional interest affect the Bitcoin market around the halving? Institutional interest can bring more stability and liquidity to the Bitcoin market. However, it also introduces new market dynamics, as institutional investors may have different strategies and reactions to the halving compared to retail investors.
That's all for today
If you want more, be sure to follow us on:
NOSTR: croxroad@getalby.com
Instagram: @croxroadnews.co/
Youtube: @thebitcoinlibertarian
Store: https://croxroad.store
Subscribe to CROX ROAD Bitcoin Only Daily Newsletter
https://www.croxroad.co/subscribe
Get Orange Pill App And Connect With Bitcoiners In Your Area. Stack Friends Who Stack Sats link: https://signup.theorangepillapp.com/opa/croxroad
Buy Bitcoin Books At Konsensus Network Store. 10% Discount With Code “21croxroad” link: https://bitcoinbook.shop?ref=21croxroad
DISCLAIMER: None of this is financial advice. This newsletter is strictly educational and is not investment advice or a solicitation to buy or sell any assets or to make any financial decisions. Please be careful and do your own research.
-
-
@ 872982aa:8fb54cfe
2025-03-26 01:05:29常见笛子的 使用竹子做成的。
-
@ 872982aa:8fb54cfe
2025-03-26 00:48:29 -
@ 872982aa:8fb54cfe
2025-03-26 00:47:41小时候经常在竹园里玩耍。
-
@ 5256d869:9a567e23
2025-03-26 00:09:55Pages stretch like waves, but a single drop remains— just read the last line.
-
@ 2f4550b0:95f20096
2025-03-25 23:09:57Recently, I tuned into a prominent podcast where the conversation turned to what children are learning in K-12 education (around the 1:24:20 mark). Among the contributors was a Silicon Valley tech investor who shared a startling anecdote about an elite private school. He described how, at what he called “the best all-girls private school in Silicon Valley,” students were taught that reading was racist. He went on: “There was a spreadsheet that these kids had to memorize every day that had every other kid’s pronoun, and if you didn’t get it right you’d get in trouble.”
I was floored, not just by the absurdity of the curriculum, but by the casual assertion that a school teaching such ideas could still be deemed “the best.” How could an institution so detached from a rigorous, skill-building education retain that lofty title? I reflected on what truly makes an elite private school worthy of being called “the best,” a label too often thrown around without scrutiny.
Historically, top-tier private schools earned their reputations through academic excellence, robust curricula, and a commitment to preparing students for leadership and success. Think of the traditional hallmarks: mastery of core subjects like literature, mathematics, and science; critical thinking honed through debate and analysis; and extracurriculars designed to cultivate discipline and creativity. These schools were exclusive not just for their price tags but for their promise to deliver an education that equipped graduates to thrive in competitive universities and careers.
Yet the anecdote from that podcast suggests a troubling shift. If a school prioritizes ideological conformity (say, memorizing pronouns or framing foundational skills like reading as racist) over intellectual rigor, it’s fair to question whether it still deserves its elite status. Prestige, wealth, and social cachet might keep a school “elite” in name, but “the best” should mean more than that. It should reflect a dedication to fostering knowledge, skills, and independent thought, qualities that empower students as future leaders, not pawns in a cultural tug-of-war.
Consider what parents and students expect from a premium education. For an astronomical tuition (often exceeding $40,000 annually in places like Silicon Valley) they anticipate a return on investment: a curriculum that challenges young minds, teachers who inspire rather than indoctrinate, and a culture that values merit over dogma. When a school veers into territory where basic literacy is politicized or rote memorization of social rules trumps critical inquiry, it betrays that trust. No spreadsheet of pronouns will help a graduate navigate a complex world; a firm grasp of history, science, and persuasive writing just might.
This isn’t to say elite schools shouldn’t evolve. The world changes, and education must adapt, whether by integrating technology, addressing current issues, or broadening perspectives. But adaptation should enhance, not replace, the core mission of learning. A school can teach ethics alongside traditional subjects without sacrificing intellectual integrity. The problem arises when ideology becomes the curriculum, sidelining the tools students need to reason for themselves. If students are taught to question reading instead of mastering it, how will they author their own futures?
The Silicon Valley example isn’t isolated. Across the country, elite institutions have leaned into progressive trends, prioritizing social justice frameworks and experimental pedagogies over substance. Some might argue this reflects a bold reimagining of education, but there’s a difference between innovation and derailment. A school can be forward-thinking without abandoning the fundamentals that define excellence. Parents paying top dollar, and students investing their formative years, deserve more than a trendy experiment.
So, what should define “the best” private school today? First, employ a curriculum that balances tradition and progress: teach Shakespeare and coding, ethics and algebra, with an eye toward real-world application. Second, hire a faculty of experts who challenge students to think, not just comply. Third, create an environment that rewards effort and achievement over adherence to a script. Prestige alone, whether from alumni networks, manicured campuses, or Silicon Valley buzz, can’t suffice.
The tech investor’s remark about “the best” stuck with me because it revealed a disconnect. A school might remain elite in the eyes of the wealthy or well-connected, but “the best” is a higher bar. It’s a title earned through results, not rhetoric. Until these institutions recommit to education over indoctrination, they risk losing not just their claim to excellence, but the trust of those they serve.
-
@ d560dbc2:bbd59238
2025-03-26 11:17:39The Eisenhower Matrix and Task4Us are two powerful tools for managing tasks—each with its own approach to prioritization. The Eisenhower Matrix categorizes tasks based on urgency and importance, while Task4Us lets you set a low, medium, or high priority for each task and uses an Urgency Score to guide you on what to work on next. By combining these systems, you can refine your task management process—ensuring you focus on the right tasks (via the Eisenhower Matrix), set appropriate priorities (via Task4Us’s priority parameter), and act on them at the optimal time (via Task4Us’s Urgency Score). In this post, I'll explain how to adjust tasks from the Eisenhower Matrix using Task4Us’s priority system and let its Urgency Score guide your actions for a more dynamic and effective workflow.
Understanding the Systems
The Eisenhower Matrix
The Eisenhower Matrix divides tasks into four quadrants based on two criteria: urgency and importance:
-
Urgent and Important (Do First):
Tasks requiring immediate action (e.g., “Submit a project proposal by 5 PM today”). -
Important but Not Urgent (Schedule):
Tasks that contribute to long-term goals but don’t need immediate attention (e.g., “Plan a team-building event”). -
Urgent but Not Important (Delegate):
Tasks that need quick action but don’t align with your primary goals (e.g., “Answer non-critical emails”). -
Neither Urgent nor Important (Eliminate):
Time-wasters to remove (e.g., “Scroll social media endlessly”).
While the matrix helps you decide what to focus on, schedule, delegate, or eliminate, it doesn’t inherently guide you on the relative urgency of tasks within each quadrant or the timing for non-urgent tasks.
Task4Us: Priority Parameter and Urgency Score
Task4Us uses the 2-5 Rule to prioritize tasks based on timing. When you add a task, you assign it a time unit (days, weeks, months, or years), and Task4Us calculates when it should be acted on within a 2-to-5 window. For example:
- A daily task like “Drink water” should be done every 2–5 days.
- A monthly task like “Meet Uncle Lars” should be done every 2–5 months.
Additionally, Task4Us allows you to set a priority parameter—low, medium, or high—for each task, giving you control over its initial importance. The system also calculates an Urgency Score based on how close the task is to its 2–5 window or due date (for fixed-date tasks). For instance, if you last met Uncle Lars 4 weeks ago and set it as a monthly task with medium priority, the Urgency Score might increase as you approach the 5-week mark, nudging you to act. Features like Fix Mode (for date-specific tasks) and Focus Mode (displaying your top 3 tasks) help you act without overthinking. Currently in beta, Task4Us is designed to reduce decision fatigue by aligning tasks with your natural rhythms.
Why Adjust Eisenhower Matrix Tasks with Task4Us Priorities?
Combining the Eisenhower Matrix with Task4Us’s priority and Urgency Score offers several benefits:
-
Align Priorities with Quadrants:
Set high priority for “Do First” tasks and medium for “Schedule” tasks, mirroring the matrix’s framework. -
Let Task4Us Guide Timing:
The Urgency Score adjusts dynamically based on timing, ensuring you act on tasks at the right moment—even within the same quadrant. -
Reduce Overwhelm:
The blend of the matrix’s clarity with Task4Us’s dynamic prioritization helps you focus on what’s most urgent and important without losing sight of long-term goals.
Step-by-Step Guide to Adjusting Tasks
Step 1: Categorize Tasks Using the Eisenhower Matrix
Start by listing your tasks and sorting them into the Eisenhower Matrix’s four quadrants. For example:
- Do First (Urgent and Important):
- “Submit project proposal by 5 PM today”
-
“Fix client issue by tomorrow”
-
Schedule (Important but Not Urgent):
- “Meet Uncle Lars for coffee”
- “Plan a team-building event”
-
“Do cardio”
-
Delegate (Urgent but Not Important):
-
“Answer non-critical emails”
-
Eliminate (Neither Urgent nor Important):
- “Scroll social media endlessly”
Focus on the actionable quadrants (“Do First” and “Schedule”) and delegate or eliminate tasks in the other quadrants.
Step 2: Add Tasks to Task4Us and Set Priorities
Add the tasks from the “Do First” and “Schedule” quadrants into Task4Us, assigning each a time unit or due date and setting its priority:
Do First Tasks (Set High Priority):
- “Submit project proposal by 5 PM today”:
- Use Fix Mode to set the due date (e.g., March 26, 2025).
-
Set the priority to high due to the immediate deadline.
-
“Fix client issue by tomorrow”:
- Use Fix Mode to set the due date (e.g., March 27, 2025).
- Set the priority to high.
Schedule Tasks (Set Medium Priority):
- “Meet Uncle Lars for coffee”:
- Set as a monthly task (last acted on February 1, 2025).
-
Assign a medium priority.
-
“Plan a team-building event”:
- Set as a monthly task (last acted on January 1, 2025).
-
Assign a medium priority.
-
“Do cardio”:
- Set as a daily task (last acted on March 24, 2025).
- Assign a medium priority.
Step 3: Let Task4Us’s Urgency Score Guide Your Actions
Task4Us calculates an Urgency Score that dynamically adjusts based on timing and your priority settings:
- Do First Quadrant:
- “Submit project proposal by 5 PM today” (High Priority): The Urgency Score will rank this as the top task due to the immediate deadline.
-
“Fix client issue by tomorrow” (High Priority): Although high priority, its Urgency Score may rank slightly lower since it’s due tomorrow.
-
Schedule Quadrant:
- “Plan a team-building event” (Medium Priority): With 3 months since the last action, its Urgency Score increases.
- “Meet Uncle Lars for coffee” (Medium Priority): Approaching the 2-month mark, its Urgency Score will rise.
- “Do cardio” (Medium Priority): At only 2 days since the last action, its Urgency Score remains lower for now.
Task4Us uses the Urgency Score to fine-tune the order of tasks within each quadrant, ensuring you act on the most pressing ones first.
Step 4: Act Using Task4Us’s Focus Mode
Focus Mode displays your top 3 tasks based on the Urgency Score across all categories. For example, your top 3 tasks might be: - “Submit project proposal by 5 PM today” (High Priority, top Urgency Score) - “Fix client issue by tomorrow” (High Priority, slightly lower Urgency Score) - “Plan a team-building event” (Medium Priority, high Urgency Score in the Schedule quadrant)
This mode helps you balance urgent needs with long-term goals, ensuring you work on the highest-priority tasks first.
Step 5: Review and Reassess Weekly
Set aside time each week to review your Eisenhower Matrix and Task4Us tasks:
-
Reassess Quadrants:
Shift tasks between quadrants if their urgency or importance changes.
Example: If “Plan a team-building event” becomes more urgent due to a company deadline, shift it to “Do First” and update its priority in Task4Us. -
Update Task4Us:
As tasks are completed, update their “last act dates” to reset their 2-5 windows and adjust Urgency Scores. -
Adjust Priorities:
If a “Schedule” task like “Do cardio” remains uncompleted for too long (e.g., skipped for 5 days), increase its priority to high to prompt timely action.
A Real-Life Example: Adjusting Tasks in Action
Imagine managing a mix of work, personal, and health tasks:
Eisenhower Matrix Categorization:
- Do First:
- “Submit project proposal by 5 PM today”
-
“Fix client issue by tomorrow”
-
Schedule:
- “Meet Uncle Lars for coffee”
- “Plan a team-building event”
-
“Do cardio”
-
Delegate:
-
“Answer non-critical emails”
-
Eliminate:
- “Scroll social media endlessly”
Add to Task4Us and Set Priorities:
- “Submit project proposal” – Use Fix Mode (due today), set to High Priority.
- “Fix client issue” – Use Fix Mode (due tomorrow), set to High Priority.
- “Meet Uncle Lars for coffee” – Set as a monthly task (last acted on February 1, 2025), Medium Priority.
- “Plan a team-building event” – Set as a monthly task (last acted on January 1, 2025), Medium Priority.
- “Do cardio” – Set as a daily task (last acted on March 24, 2025), Medium Priority.
Adjust Within Quadrants:
- Do First:
Tackle “Submit project proposal” before “Fix client issue” based on a higher Urgency Score. - Schedule:
Prioritize “Plan a team-building event” (High Urgency Score) over “Meet Uncle Lars” and “Do cardio.”
Act with Focus Mode:
- Task4Us’s Focus Mode displays your top 3 tasks (e.g., “Submit project proposal,” “Fix client issue,” and “Plan a team-building event”), ensuring a balanced focus.
Review Weekly:
- After completing tasks, update their “last act dates.”
Example: If you meet Uncle Lars on March 27, update the task to reset its 2-5 window, which may lower its Urgency Score temporarily.
Why This Combination Works
Combining the Eisenhower Matrix with Task4Us’s priority parameter and Urgency Score addresses limitations of both systems:
-
Aligned Prioritization:
Setting high priority for “Do First” tasks and medium for “Schedule” tasks aligns Task4Us with the Eisenhower Matrix, ensuring tasks are appropriately categorized. -
Dynamic Guidance:
Task4Us’s Urgency Score fine-tunes the order of tasks within each quadrant, guiding you on what to work on next based on timing. -
Balanced Focus:
The combination ensures you work on the right tasks (Eisenhower Matrix), with the right priority (Task4Us’s priority parameter), at the right time (Task4Us’s Urgency Score).
Try It Out and Share Your Experience
Task4Us is currently in beta—now’s the perfect time to try this combination and see how it enhances your task management. Categorize your tasks using the Eisenhower Matrix, add them to Task4Us, and adjust priorities with the low/medium/high system while letting the Urgency Score guide your actions.
Sign up for Task4Us at todo.task4.us and let me know how it works for you!
How do you prioritize your tasks—do you use the Eisenhower Matrix, Task4Us, or another method? Share your thoughts in the comments—I’d love to hear your experience!
#Productivity #TaskManagement #EisenhowerMatrix #Task4Us #GTD
-
-
@ b2d670de:907f9d4a
2025-03-25 20:17:57This guide will walk you through setting up your own Strfry Nostr relay on a Debian/Ubuntu server and making it accessible exclusively as a TOR hidden service. By the end, you'll have a privacy-focused relay that operates entirely within the TOR network, enhancing both your privacy and that of your users.
Table of Contents
- Prerequisites
- Initial Server Setup
- Installing Strfry Nostr Relay
- Configuring Your Relay
- Setting Up TOR
- Making Your Relay Available on TOR
- Testing Your Setup]
- Maintenance and Security
- Troubleshooting
Prerequisites
- A Debian or Ubuntu server
- Basic familiarity with command line operations (most steps are explained in detail)
- Root or sudo access to your server
Initial Server Setup
First, let's make sure your server is properly set up and secured.
Update Your System
Connect to your server via SSH and update your system:
bash sudo apt update sudo apt upgrade -y
Set Up a Basic Firewall
Install and configure a basic firewall:
bash sudo apt install ufw -y sudo ufw allow ssh sudo ufw enable
This allows SSH connections while blocking other ports for security.
Installing Strfry Nostr Relay
This guide includes the full range of steps needed to build and set up Strfry. It's simply based on the current version of the
DEPLOYMENT.md
document in the Strfry GitHub repository. If the build/setup process is changed in the repo, this document could get outdated. If so, please report to me that something is outdated and check for updated steps here.Install Dependencies
First, let's install the necessary dependencies. Each package serves a specific purpose in building and running Strfry:
bash sudo apt install -y git build-essential libyaml-perl libtemplate-perl libregexp-grammars-perl libssl-dev zlib1g-dev liblmdb-dev libflatbuffers-dev libsecp256k1-dev libzstd-dev
Here's why each dependency is needed:
Basic Development Tools: -
git
: Version control system used to clone the Strfry repository and manage code updates -build-essential
: Meta-package that includes compilers (gcc, g++), make, and other essential build toolsPerl Dependencies (used for Strfry's build scripts): -
libyaml-perl
: Perl interface to parse YAML configuration files -libtemplate-perl
: Template processing system used during the build process -libregexp-grammars-perl
: Advanced regular expression handling for Perl scriptsCore Libraries for Strfry: -
libssl-dev
: Development files for OpenSSL, used for secure connections and cryptographic operations -zlib1g-dev
: Compression library that Strfry uses to reduce data size -liblmdb-dev
: Lightning Memory-Mapped Database library, which Strfry uses for its high-performance database backend -libflatbuffers-dev
: Memory-efficient serialization library for structured data -libsecp256k1-dev
: Optimized C library for EC operations on curve secp256k1, essential for Nostr's cryptographic signatures -libzstd-dev
: Fast real-time compression algorithm for efficient data storage and transmissionClone and Build Strfry
Clone the Strfry repository:
bash git clone https://github.com/hoytech/strfry.git cd strfry
Build Strfry:
bash git submodule update --init make setup-golpe make -j2 # This uses 2 CPU cores. Adjust based on your server (e.g., -j4 for 4 cores)
This build process will take several minutes, especially on servers with limited CPU resources, so go get a coffee and post some great memes on nostr in the meantime.
Install Strfry
Install the Strfry binary to your system path:
bash sudo cp strfry /usr/local/bin
This makes the
strfry
command available system-wide, allowing it to be executed from any directory and by any user with the appropriate permissions.Configuring Your Relay
Create Strfry User
Create a dedicated user for running Strfry. This enhances security by isolating the relay process:
bash sudo useradd -M -s /usr/sbin/nologin strfry
The
-M
flag prevents creating a home directory, and-s /usr/sbin/nologin
prevents anyone from logging in as this user. This is a security best practice for service accounts.Create Data Directory
Create a directory for Strfry's data:
bash sudo mkdir /var/lib/strfry sudo chown strfry:strfry /var/lib/strfry sudo chmod 755 /var/lib/strfry
This creates a dedicated directory for Strfry's database and sets the appropriate permissions so that only the strfry user can write to it.
Configure Strfry
Copy the sample configuration file:
bash sudo cp strfry.conf /etc/strfry.conf
Edit the configuration file:
bash sudo nano /etc/strfry.conf
Modify the database path:
```
Find this line:
db = "./strfry-db/"
Change it to:
db = "/var/lib/strfry/" ```
Check your system's hard limit for file descriptors:
bash ulimit -Hn
Update the
nofiles
setting in your configuration to match this value (or set to 0):```
Add or modify this line in the config (example if your limit is 524288):
nofiles = 524288 ```
The
nofiles
setting determines how many open files Strfry can have simultaneously. Setting it to your system's hard limit (or 0 to use the system default) helps prevent "too many open files" errors if your relay becomes popular.You might also want to customize your relay's information in the config file. Look for the
info
section and update it with your relay's name, description, and other details.Set ownership of the configuration file:
bash sudo chown strfry:strfry /etc/strfry.conf
Create Systemd Service
Create a systemd service file for managing Strfry:
bash sudo nano /etc/systemd/system/strfry.service
Add the following content:
```ini [Unit] Description=strfry relay service
[Service] User=strfry ExecStart=/usr/local/bin/strfry relay Restart=on-failure RestartSec=5 ProtectHome=yes NoNewPrivileges=yes ProtectSystem=full LimitCORE=1000000000
[Install] WantedBy=multi-user.target ```
This systemd service configuration: - Runs Strfry as the dedicated strfry user - Automatically restarts the service if it fails - Implements security measures like
ProtectHome
andNoNewPrivileges
- Sets resource limits appropriate for a relayEnable and start the service:
bash sudo systemctl enable strfry.service sudo systemctl start strfry
Check the service status:
bash sudo systemctl status strfry
Verify Relay is Running
Test that your relay is running locally:
bash curl localhost:7777
You should see a message indicating that the Strfry relay is running. This confirms that Strfry is properly installed and configured before we proceed to set up TOR.
Setting Up TOR
Now let's make your relay accessible as a TOR hidden service.
Install TOR
Install TOR from the package repositories:
bash sudo apt install -y tor
This installs the TOR daemon that will create and manage your hidden service.
Configure TOR
Edit the TOR configuration file:
bash sudo nano /etc/tor/torrc
Scroll down to wherever you see a commented out part like this: ```
HiddenServiceDir /var/lib/tor/hidden_service/
HiddenServicePort 80 127.0.0.1:80
```
Under those lines, add the following lines to set up a hidden service for your relay:
HiddenServiceDir /var/lib/tor/strfry-relay/ HiddenServicePort 80 127.0.0.1:7777
This configuration: - Creates a hidden service directory at
/var/lib/tor/strfry-relay/
- Maps port 80 on your .onion address to port 7777 on your local machine - Keeps all traffic encrypted within the TOR networkCreate the directory for your hidden service:
bash sudo mkdir -p /var/lib/tor/strfry-relay/ sudo chown debian-tor:debian-tor /var/lib/tor/strfry-relay/ sudo chmod 700 /var/lib/tor/strfry-relay/
The strict permissions (700) are crucial for security as they ensure only the debian-tor user can access the directory containing your hidden service private keys.
Restart TOR to apply changes:
bash sudo systemctl restart tor
Making Your Relay Available on TOR
Get Your Onion Address
After restarting TOR, you can find your onion address:
bash sudo cat /var/lib/tor/strfry-relay/hostname
This will output something like
abcdefghijklmnopqrstuvwxyz234567.onion
, which is your relay's unique .onion address. This is what you'll share with others to access your relay.Understanding Onion Addresses
The .onion address is a special-format hostname that is automatically generated based on your hidden service's private key.
Your users will need to use this address with the WebSocket protocol prefix to connect:
ws://youronionaddress.onion
Testing Your Setup
Test with a Nostr Client
The best way to test your relay is with an actual Nostr client that supports TOR:
- Open your TOR browser
- Go to your favorite client, either on clearnet or an onion service.
- Check out this list of nostr clients available over TOR.
- Add your relay URL:
ws://youronionaddress.onion
to your relay list - Try posting a note and see if it appears on your relay
- In some nostr clients, you can also click on a relay to get information about it like the relay name and description you set earlier in the stryfry config. If you're able to see the correct values for the name and the description, you were able to connect to the relay.
- Some nostr clients also gives you a status on what relays a note was posted to, this could also give you an indication that your relay works as expected.
Note that not all Nostr clients support TOR connections natively. Some may require additional configuration or use of TOR Browser. E.g. most mobile apps would most likely require a TOR proxy app running in the background (some have TOR support built in too).
Maintenance and Security
Regular Updates
Keep your system, TOR, and relay updated:
```bash
Update system
sudo apt update sudo apt upgrade -y
Update Strfry
cd ~/strfry git pull git submodule update make -j2 sudo cp strfry /usr/local/bin sudo systemctl restart strfry
Verify TOR is still running properly
sudo systemctl status tor ```
Regular updates are crucial for security, especially for TOR which may have security-critical updates.
Database Management
Strfry has built-in database management tools. Check the Strfry documentation for specific commands related to database maintenance, such as managing event retention and performing backups.
Monitoring Logs
To monitor your Strfry logs:
bash sudo journalctl -u strfry -f
To check TOR logs:
bash sudo journalctl -u tor -f
Monitoring logs helps you identify potential issues and understand how your relay is being used.
Backup
This is not a best practices guide on how to do backups. Preferably, backups should be stored either offline or on a different machine than your relay server. This is just a simple way on how to do it on the same server.
```bash
Stop the relay temporarily
sudo systemctl stop strfry
Backup the database
sudo cp -r /var/lib/strfry /path/to/backup/location
Restart the relay
sudo systemctl start strfry ```
Back up your TOR hidden service private key. The private key is particularly sensitive as it defines your .onion address - losing it means losing your address permanently. If you do a backup of this, ensure that is stored in a safe place where no one else has access to it.
bash sudo cp /var/lib/tor/strfry-relay/hs_ed25519_secret_key /path/to/secure/backup/location
Troubleshooting
Relay Not Starting
If your relay doesn't start:
```bash
Check logs
sudo journalctl -u strfry -e
Verify configuration
cat /etc/strfry.conf
Check permissions
ls -la /var/lib/strfry ```
Common issues include: - Incorrect configuration format - Permission problems with the data directory - Port already in use (another service using port 7777) - Issues with setting the nofiles limit (setting it too big)
TOR Hidden Service Not Working
If your TOR hidden service is not accessible:
```bash
Check TOR logs
sudo journalctl -u tor -e
Verify TOR is running
sudo systemctl status tor
Check onion address
sudo cat /var/lib/tor/strfry-relay/hostname
Verify TOR configuration
sudo cat /etc/tor/torrc ```
Common TOR issues include: - Incorrect directory permissions - TOR service not running - Incorrect port mapping in torrc
Testing Connectivity
If you're having trouble connecting to your service:
```bash
Verify Strfry is listening locally
sudo ss -tulpn | grep 7777
Check that TOR is properly running
sudo systemctl status tor
Test the local connection directly
curl --include --no-buffer localhost:7777 ```
Privacy and Security Considerations
Running a Nostr relay as a TOR hidden service provides several important privacy benefits:
-
Network Privacy: Traffic to your relay is encrypted and routed through the TOR network, making it difficult to determine who is connecting to your relay.
-
Server Anonymity: The physical location and IP address of your server are concealed, providing protection against denial-of-service attacks and other targeting.
-
Censorship Resistance: TOR hidden services are more resilient against censorship attempts, as they don't rely on the regular DNS system and can't be easily blocked.
-
User Privacy: Users connecting to your relay through TOR enjoy enhanced privacy, as their connections are also encrypted and anonymized.
However, there are some important considerations:
- TOR connections are typically slower than regular internet connections
- Not all Nostr clients support TOR connections natively
- Running a hidden service increases the importance of keeping your server secure
Congratulations! You now have a Strfry Nostr relay running as a TOR hidden service. This setup provides a resilient, privacy-focused, and censorship-resistant communication channel that helps strengthen the Nostr network.
For further customization and advanced configuration options, refer to the Strfry documentation.
Consider sharing your relay's .onion address with the Nostr community to help grow the privacy-focused segment of the network!
If you plan on providing a relay service that the public can use (either for free or paid for), consider adding it to this list. Only add it if you plan to run a stable and available relay.
-
@ 6a6be47b:3e74e3e1
2025-03-25 20:16:37Hi frens, how are you?
🎨 I've been keeping busy with some personal projects and haven't painted as much as I'd like, but most importantly, I've returned to painting with watercolors. I'm getting used to them again, and although I love them, they can be tricky, especially when working wet on wet.
I've done a few pieces since getting back into it, and I'm excited to show the results, but at the same time, I'm a bit wary. Not because I want them to be "perfect" to share, but because I just want to have fun with them and get the joy back from painting.
🐱 And I'm not slacking because I have my furry little helper with me, and he's not having any of it!
He's a good boi
I've also been baking! 👩🍳 Yesterday, I made cinnamon "donuts" 🍩 , which ended up being muffins since I don't have a donut skillet.
And today, I baked lemon muffins 🍋, and they turned out delicious!
🧁 I had one as soon as they cooled, and chef's kiss... they're amazing!
🫀So as you can see I've been up to a few things, I'm not the best at this social media game. It can be draining so I want to have a balance between creating and showcasing you my proof of work 💪
💎I'm still getting there, but it's worth it.
🪄 Balance to achieve harmony is my goal.
🔮 I just wanted to check in and see what you've been up to! I'd love to know 🩷🫶🏻.
Have an amazing day frens!
-
@ 2ed3596e:98b4cc78
2025-03-25 19:12:58Americans can now buy bitcoin on the Lightning Network directly from their bank with their Bitcoin Well account. By using the dollars in your Bitcoin Well Cash Balance you can buy bitcoin over the Lightning Network with instant delivery. You can also go directly from your bank to your Lightning Wallet. You can now live fully on a Lightning-powered bitcoin standard ⚡️
How to buy bitcoin on the Lightning Network instantly:
-
Add your Lightning Payment Address (LNURL) to your Bitcoin Well account
-
Enter the amount of dollars you want to buy bitcoin with
-
Choose your Bitcoin Well Cash Balance (you may need to fund this first!)
-
SMASH BUY! Your Lightning wallet will receive sats in seconds 🏎️
\ You can also go directly from your bank to your Lightning wallet. Your bitcoin will be sent over the Lightning network as soon as your dollars arrive (usually within 3 business days).
Here are detailed steps to guide you on how to buy bitcoin on the Lightning Network 👇
Step 1: Get your Lightning details
Go to your Lightning wallet and copy your Lightning Payment Address (looks like an email address). A Payment Address is not a Lightning invoice, but rather a static receiving address similar to a bitcoin receiving address. The benefit of using a Payment Address is that you can passively receive any quantity of sats at any time; unlike an invoice, a Payment Address does not have an expiry or a fixed amount of sats limiting the amount can be received. \ \ In the example below we use the Coinos.io wallet to obtain a Payment Address. Coinos is a powerful and easy to use Lightning wallet available in any country via your favourite web browser. You can set up a Coinos Lightning wallet and start receiving sats in seconds.
\ Coinos features a Lightning Payment Address. Once you’ve set up your wallet, hit “Receive” to access your Payment Address.
Step 2: Add your Lightning wallet to your Bitcoin Well account
Log in to your Bitcoin Well account and navigate to Buy bitcoin. From the buy screen, select bank or balance and add your Lightning wallet to the Destination by clicking Add wallet. Add your Lightning Payment Address from Step 1 here.
Step 3: Buy bitcoin on the Lightning Network
After you’ve selected your source and added your Lightning Payment Address as the destination, you are ready to complete your bitcoin purchase on the Lightning Network! \ \ When buying bitcoin from your Cash Balance, the dollars will instantly convert to bitcoin and be sent directly to your Lightning wallet – delivery takes less than a minute! 🤯\ \ When buying bitcoin from your bank account, you can expect to wait at least a couple business days as we wait for the slow movement of fiat to be finalized before sats can be sent.
## The compromise is over: bitcoin fast, easy and cheap
In the past, Bitcoiners had to choose between using freedom money at the mercy of the speed and cost of Bitcoin’s blockchain, or use the legacy banking system while surrendering their monetary freedom and independence. Ideally, Americans never have to compromise their monetary principles; thankfully, they no longer have to. \ \ Stacking sats straight to the Lightning also enables an innovative way to manage UTXOs. Now anyone can stack sats as much as they like without worrying about UTXO bloat. Simply accumulate sats on your Lightning wallet and then swap it across to your on-chain wallet in one neat UTXO. Since Coinos is a custodial Lightning wallet, you should periodically send your sats to your self-custody hardware wallet. To help you get the most out of the Lightning network, Bitcoin Well has a free swap tool that lets you swap sats between on-chain and Lightning. While this feature is only available in Canada, it will make its way to the United States very soon 🤫
Haven’t signed up with Bitcoin Well yet? Sign up here to start living on a (Lightning powered) Bitcoin Standard free from custodians and centralized honey pots.
Earn sats from your bitcoin transactions
\ Bitcoin Well is also the best place in the world to earn bitcoin. When you earn points in your Bitcoin Well account, you gain the opportunity to play the Bitcoin (Wishing) Well, where you win sats with every play.
The best part? We send bitcoin that you win straight to your personal wallet via the Lightning Network ⚡
Oh yeah, did we mention you can win 1,000,000 sats? If you're an active Bitcoin Well customer, there is a chance you've earned a pile of points. The more you use your account for buying, selling or spending bitcoin - the more points you’ll earn! Log in to your Bitcoin Well account and check your point balance.
About Bitcoin Well
\ Bitcoin Well exists to enable independence. We do this by coupling the convenience of modern banking, with the benefits of bitcoin. In other words, we make it easy to use bitcoin with self-custody.
-