Subscribe to our weekly newsletter

Get the latest updates on the community, upcoming topics, and new discussions in your inbox every week.

Summary

Spaces is at the forefront of Bitcoin's technological advancement, introducing a novel Bitcoin Certificate Authority that leverages the RISC0 zkVM for building a zero-knowledge light client. This innovation enables the creation of "subspaces," offering users enhanced privacy and efficiency through client-side validation and seamless transactions both on and off the blockchain. Spaces, still in its early stages, seeks community feedback and collaboration, detailed further at Spaces Protocol.

The cluster mempool working group illustrates a strategic model for managing technical discussions within the Bitcoin Core community, transitioning from a private to a publicly readable forum to engage the broader community while focusing on essential topics. This method, which proved effective in advancing the project as a priority for Bitcoin Core 28.0, is thoroughly documented and could serve as a blueprint for similar initiatives, with more information available in this GitHub issue comment.

Liquidity providers in the Bitcoin ecosystem face challenges in optimizing UTXO management for funding liquidity, with a proposed solution aiming to tailor UTXO selection to specific transaction requirements and fee rates. This approach, currently under refinement, has shown promise in reducing on-chain fees and is part of a broader discussion on coin selection optimization, including algorithms like branch-and-bound and tools such as CoinGrinder. For further details, see the draft PR 29422 and the coin_selection_simulation.

A pioneering model proposes integrating ecash mints with the Lightning Network, aiming to enhance transaction efficiency, security, and anonymity without additional trust layers. This model employs Hashed Timelock Contracts for atomic payments and blind signatures for ecash, supported by zero-knowledge proofs to ensure security while redeeming ecash for Bitcoin over the Lightning Network. This innovative approach is detailed further in this tweet and Bitcoin Core's announcement on zero-knowledge contingent payments.

New posts

February 22, 2024 14:49 UTC

delvingbitcoin

Liquidity provider utxo management

1 reply

  • Liquidity providers face challenges with wallet management, often having inefficient UTXO spending.
  • Proposed solutions include importing targeted UTXOs and proactive refilling strategies to optimize transactions.
  • Testing suggests a potential 15% fee reduction; feedback is sought to refine the coin selection process.

February 22, 2024 05:53 UTC

delvingbitcoin

Workgroup lifecycle

1 reply

  • The cluster mempool working group evolved from a private to a publicly accessible forum.
  • Its discussions were opened to the public but restricted new posts to members by November 30, 2023.
  • The group concluded as the project moved to Bitcoin Core 28.0, transitioning discussions to a main category.

February 21, 2024 19:41 UTC

delvingbitcoin

Scalable & Permissionless Bitcoin CA

1 reply

  • Spaces aims to innovate in the Bitcoin ecosystem by creating a scalable Bitcoin Certificate Authority.
  • It leverages RISC0 zkVM for privacy and efficiency, introducing off-chain "subspaces" for autonomy.
  • The project, in early development, seeks community feedback and collaboration at spacesprotocol.org.

February 19, 2024 11:57 UTC

delvingbitcoin

Ecash and lightning via ZKCP

3 replies

  • Integrating ecash mints with the Lightning Network focuses on anonymity and minimal trust.
  • The process uses Hashed Timelock Contracts and blind signatures for secure transactions.
  • The goal is to enhance digital currency efficiency and security while maintaining anonymity.

Ongoing Discussions

February 24, 2024 04:13 UTC

delvingbitcoin

LN-Symmetry Project Recap

13 replies

  • The proposal improves blockchain transactions by dividing them into update and settlement categories.
  • Segregation of transactions aims to prevent exploitation and enhance process efficiency.
  • It explores technical optimizations, highlighting CTV as optimal for simplifying blockchain transactions.

February 22, 2024 14:16 UTC

delvingbitcoin

Basic vault prototype using OP_CAT

4 replies

  • CAT's advantages and complications in transaction introspection are highlighted.
  • Extra opcodes for concatenation add overhead, reducing script efficiency.
  • Simplifying witness inputs could make transaction introspection with CAT more accessible.

February 22, 2024 10:29 UTC

delvingbitcoin

How to linearize your cluster

3 replies

  • The conversation focuses on optimizing chunks for better algorithmic efficiency.
  • It involves prioritizing subsets with the highest feerate as chunks.
  • No proof exists to classify the optimization task as NP-hard, suggesting research opportunities.

February 22, 2024 09:48 UTC

delvingbitcoin

Human Readable Bitcoin Payment Instructions

5 replies

  • The suggestion emphasizes obfuscating domain names related to Bitcoin to increase privacy.
  • Discusses the potential of using BIP21-style URIs and single large records for payment addresses.
  • Proposes separating payment address types into individual DNS TXT records to enhance privacy.

February 22, 2024 02:45 UTC

delvingbitcoin

Mempool Incentive Compatibility

14 replies

  • Timeout-based protocols rely on miners' greed to ensure timely transactions, avoiding delays for future rewards.
  • Proposals include treating the mempool as an aggregate to mitigate issues, despite new challenges in DoS prevention.
  • A hysteresis approach for RBF could reduce friction by replacing transactions based on higher fees and necessity.

February 21, 2024 23:53 UTC

lightning-dev

Update of IPv4 address in channel_reestablish message?

2 replies

  • `Node_announcement` messages update the network on a node's IP changes to maintain connectivity.
  • `Channel_reestablish` messages and public keys help nodes identify and maintain correct channel states.
  • Advancements allow domain names for node announcements, improving networking resilience and adaptability.

February 21, 2024 22:19 UTC

delvingbitcoin

An Onchain Implementation Of Mining Feerate Futures

10 replies

  • The discussed approach balances Bitcoin's foundational principles with practical needs of projects.
  • Block Green's initiative offers miners upfront capital for future revenue, indicating a shift towards innovative financing.
  • Such financial solutions could lead to services that manage risks and support Bitcoin's infrastructure adaptability.

February 21, 2024 13:59 UTC

delvingbitcoin

An overview of the cluster mempool proposal

22 replies

  • Bitcoin's RBF rules complexity stems from detailed mempool data needs for transaction replacement.
  • Wallets may struggle to independently calculate BIP 125 requirements due to intricate mempool knowledge.
  • Recent proposals suggest RBF rule adjustments may meet user expectations with minor practical changes.

February 19, 2024 19:39 UTC

delvingbitcoin

Op_checkmaxtimeverify

5 replies

  • The email highlights the importance of the [OP_EXPIRE](https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-October/022042.html) post for Bitcoin development.
  • It mentions the sender's lack of review of the draft BIP, promoting OP_EXPIRE as a key resource.
  • The recommendation suggests OP_EXPIRE offers insights on expiratory features for Bitcoin transactions.

February 19, 2024 18:46 UTC

delvingbitcoin

Ephemeral Anchors and MEVil

10 replies

  • The economic advantage of manipulating transaction costs to benefit one party is explored.
  • A cost-effective strategy involves paying slightly more to evict a competing transaction.
  • Proposed solutions focus on simplifying transactions and preventing mempool interference.