Subscribe to our weekly newsletter

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

Summary

In the ongoing effort to enhance Bitcoin's privacy and efficiency, /dev /fd0 introduces Octojoin, a solution that improves transaction privacy by blending multiple inputs, making them appear indistinguishable from regular transactions. This approach, inspired by an octopus's camouflage, is detailed on the Octojoin official page, inviting community feedback to refine the solution further. Tim Ruffing, Jonas, and Nick are drafting a Bitcoin Improvement Proposal (BIP) for Distributed Key Generation for FROST Threshold Signatures, aiming to bolster cryptographic practices within the Bitcoin ecosystem. Their work, including a Python reference implementation, is open for community review on GitHub.

Murch reviews several BIPs poised for status updates, focusing on enhancements ranging from security with passphrase-protected private keys to efficiency in transaction processing and network communication protocols. Notable proposals include BIP 38 by Mike Caldwell and Aaron Voisine, and BIP 67 by Thomas Kerin et al., with the community encouraged to review these BIPs listed on Murch's review. Meanwhile, the release of Bitcoin Core version 26.2 introduces new features and enhancements, detailed on Bitcoin Core's website, alongside a call for feedback on issues via the project's GitHub issue tracker.

Ed Hughes proposes a logarithmic-size ring signature scheme, LS-LSAG, aimed at improving blockchain technologies by reducing signature size without compromising security. This proposition, detailed in a draft on ePrint, invites community feedback. Additionally, sipa explores the concept of cluster linearization to optimize Bitcoin Core's transaction processing and block generation through efficient mempool management, with further details available on Delving into Bitcoin, highlighting continuous efforts to enhance the Bitcoin network's functionality and efficiency.

New posts

July 14, 2024 12:37 UTC

bitcoin-dev

Octojoin: Payjoin with no interaction between sender and recipient
  • Bitcoin developers introduce Octojoin to enhance transaction privacy by mimicking octopus camouflage.
  • Octojoin allows combining multiple inputs in one transaction, complicating on-chain analysis.
  • It also aims to increase swap usage and provides a platform for selling statecoins from coinjoined UTXOs.

July 11, 2024 14:59 UTC

bitcoin-dev

Bitcoin Core 26.2 released
  • Bitcoin Core version 26.2 is now available, featuring new improvements and bug fixes.
  • Upgrade guidance includes shutting down prior versions thoroughly before installation across multiple OS.
  • Significant updates include script handling adjustments and networking changes for enhanced performance.

July 11, 2024 07:11 UTC

bitcoin-dev

A new logarithmic-size signature scheme LS-LSAG
  • Ed Hughes introduces a novel ring signature scheme LS-LSAG for blockchain technologies.
  • LS-LSAG offers significant size efficiency improvements and full-chain compatibility.
  • It relies on discrete logarithm for unforgeability, without trusted setup in its design.

July 10, 2024 20:25 UTC

bitcoin-dev

BIP Authors: These BIPs could be Final
  • The email reviews Draft or Proposed Bitcoin Improvement Proposals, suggesting updates to Final status.
  • It discusses enhancements like passphrase-protected private keys and deterministic multi-signature addresses.
  • The sender prompts BIP authors to update their status, reflecting implementation or community acceptance.

July 9, 2024 20:23 UTC

delvingbitcoin

Introduction to cluster linearization
  • Cluster linearization aims to improve Bitcoin Core efficiency by restructuring the mempool.
  • It creates transaction clusters for better transaction relay, block validation, and fee estimation.
  • Efforts include developing algorithms for optimal transaction organization and enhancing blockchain scalability.

July 8, 2024 20:05 UTC

bitcoin-dev

BIP Draft: "ChillDKG: Distributed Key Generation for FROST"

2 replies

  • Jonas, Nick, and Tim draft a BIP for FROST Threshold Signatures with a Python reference.
  • Their work, hosted on GitHub, aims for community feedback on design and implementation.
  • Ongoing aspects include finalizing the wire format and preparing for a separate FROST signing BIP.

Ongoing Discussions

July 13, 2024 01:34 UTC

bitcoin-dev

Proposing a P2QRH BIP towards a quantum resistant soft fork

5 replies

  • Quantum computing may soon decrypt Bitcoin due to advancements like Shor's algorithm and IBM's Heron QPU.
  • Quantum attack efficiency heavily depends on the quantum computing system's hardware specifications.
  • Potential Bitcoin defenses against quantum attacks include adopting post-quantum cryptographic schemes and introducing a "witness-stack size scale ladder."

July 12, 2024 11:16 UTC

delvingbitcoin

Stable Channels - peer-to-peer dollar balances on Lightning

6 replies

  • The Fiat channels proposal offers a custodial model, differing from Tony's non-custodial approach.
  • Tony's construction allows BTC and USD channels integration within the same LN node, enhancing functionality.
  • Emphasizing distinct features of each model is essential for accurate discussions in the LN ecosystem.

July 10, 2024 07:40 UTC

bitcoin-dev

Public disclosure of 10 vulnerabilities affecting Bitcoin Core < 0.21.0

2 replies

  • Antoine Poinsot is requesting CVE numbers for historical issues from Mitre.
  • This approach will catalog vulnerabilities that lacked formal documentation.
  • It's a crucial step for enhancing security by accurately tracking known issues.

July 9, 2024 16:20 UTC

delvingbitcoin

Is it time to increase the blocksize cap?

23 replies

  • The Bitcoin block size debate includes technical, economic, and philosophical elements.
  • Concerns about centralization and network efficiency highlight the complexity of increasing block size.
  • A balanced approach, considering various impacts and innovations, is crucial for Bitcoin's evolution.

July 9, 2024 00:55 UTC

bitcoin-dev

Idea for BIP : Deterministic Wallets with Token support

2 replies

  • Managing a comprehensive list of all tokens for hardware wallets poses significant challenges.
  • Extended public keys enhance security but raise privacy concerns in hardware wallet use.
  • Employing distinct application codes for each token could improve transaction privacy but has limitations.