All Activity

Read the most recent individual posts in chronological order.

Disabling min-difficulty blocks on testnet4

1 reply

By garlonicon

Involving batman

calendar icon

Original post on March 22, 2026 13:19 UTC

cyclic icon

Last reply on March 23, 2026 08:05 UTC

delvingbitcoin

The Testnet4 network has encountered significant challenges due to the implementation of a 20-minute min-difficulty rule, designed to simplify mining on the test network. This rule allows blocks to be mined at the lowest difficulty level after a 20-minute period without any new blocks.

Eddy: Free Cooperative Circular Rebalancing

By wactario

calendar icon

Original post on March 21, 2026 22:49 UTC

cyclic icon

Last reply on March 21, 2026 22:49 UTC

delvingbitcoin

The issue at hand involves the challenge of circular rebalancing within payment networks, where the reluctance to bear routing fees hinders the execution of potentially beneficial rebalances. This situation arises because initiating such transactions incurs costs that others are unwilling to shoulder, leading to a stalemate despite the presence of opportunities that could advantage all nodes involved.

UltrafastSecp256k1 v3.3

1 reply

By shrec

calendar icon

Original post on March 20, 2026 00:51 UTC

cyclic icon

Last reply on March 22, 2026 02:07 UTC

delvingbitcoin

UltrafastSecp256k1 version 3.3 has marked a notable advancement in the performance and security of the secp256k1 library, catering to a wide range of backends including CPU, CUDA, OpenCL, and Metal. This update introduces significant speed improvements in batch operations, achieving speeds 17 to 67 times faster than the previous version (v3.21.1).

BTSL (Bitcoin Transaction Schema Language): A Declarative Validation Schema for PSBT Workflows

1 reply

By Tsua00021

Involving Tsua

calendar icon

Original post on March 17, 2026 14:38 UTC

cyclic icon

Last reply on March 19, 2026 13:56 UTC

delvingbitcoin

The Bitcoin Transaction Schema Language (BTSL) represents a pioneering approach designed to standardize the validation process of Partially Signed Bitcoin Transactions (PSBTs), particularly focusing on improving the workflow of multi-party transactions like marketplaces, batch payouts, and shared expenses. By transitioning from an imperative transaction construction method to a declarative schema for specifying transactions, BTSL aims to mitigate the challenges and vulnerabilities inherent in relying on coordinator logic that signers must trust.

Post-Quantum HD-Wallets, Silent Payments, Key Aggregation, and Threshold Signatures

By conduition

calendar icon

Original post on March 12, 2026 17:57 UTC

cyclic icon

Last reply on March 12, 2026 17:57 UTC

delvingbitcoin

The discussion centers around the evaluation of a cryptographic paper titled "A Secure Hierarchical Deterministic Wallet with Stealth Address from Lattices" and its implications for blockchain systems, particularly in the context of post-quantum cryptography. The critique highlights the authors' acknowledgment of the impractical size of signatures and keys for blockchain application, pointing out that their design leads to significantly large signature and key sizes, which may not be feasible for practical use within cryptocurrency systems.

Sharing block templates

By ajtowns

calendar icon

Original post on March 12, 2026 03:10 UTC

cyclic icon

Last reply on March 12, 2026 03:10 UTC

delvingbitcoin

Recent experimentation on the Bitcoin mainnet has provided insights into the network's traffic usage, revealing a significant amount of data being transmitted. For instance, one node, referred to as nodeA, was observed sending and receiving various types of messages, including inv (inventory), tx (transactions), tmplt (template), and tmplttxn (template transactions) with volumes reaching up to 35 million for sent inventory messages and 15 million for received inventory messages.

Compact Isogeny PQC can replace HD wallets, key-tweaking, silent payments

4 replies

By conduition

Involving AdamISZ

calendar icon

Original post on March 12, 2026 18:33 UTC

cyclic icon

Last reply on March 22, 2026 17:00 UTC

delvingbitcoin

The exploration of post-quantum cryptography has highlighted the potential of isogeny-based cryptographic methods as a compact, efficient alternative to traditional lattice-based schemes. These methods utilize the principles of mapping points between elliptic curves through isogenies and endomorphisms, offering smaller key and signature sizes which are highly beneficial in space-constrained applications.

RootScope: deterministic reconstruction of Taproot script-path commitments

1 reply

By AaronZhang

calendar icon

Original post on March 9, 2026 19:28 UTC

cyclic icon

Last reply on March 25, 2026 22:30 UTC

delvingbitcoin

RootScope emerges as a pivotal tool in the nuanced realm of Taproot script-path spend analysis, designed to meticulously reconstruct the full commitment chain inherent to such transactions. This reconstruction journey encompasses several critical steps including TapLeaf, TapBranch, TapTweak, and the eventual derivation of the bech32m address, each presenting unique challenges such as tagged hash labels, byte order considerations, parity bits, and lexicographic ordering.

Writing Fuzz Targets for Wallets: Avoiding Known Issues

2 replies

By bruno

Involving benalleng

calendar icon

Original post on March 3, 2026 22:32 UTC

cyclic icon

Last reply on March 5, 2026 19:49 UTC

delvingbitcoin

Fuzzing Bitcoin wallets presents unique challenges compared to more straightforward targets like parsers or pure functions due to their stateful nature, reliance on cryptographic operations, and dependency on chain state. A crucial aspect of effectively fuzzing such applications is understanding and optimizing around these complexities to avoid performance bottlenecks and ensure deterministic outcomes.

Hornet Node v0.1 Update

By tobysharp

calendar icon

Original post on February 27, 2026 06:53 UTC

cyclic icon

Last reply on February 27, 2026 06:53 UTC

delvingbitcoin

Hornet Node represents a significant stride in the evolution of Bitcoin clients, introducing a minimalistic yet powerful alternative built from scratch. This client is grounded in a specification-first approach, focusing on clarity, correctness, and performance.

License Update: UltrafastSecp256k1 MIT

2 replies

By shrec

Involving AntoineP

calendar icon

Original post on February 27, 2026 15:50 UTC

cyclic icon

Last reply on March 8, 2026 18:27 UTC

delvingbitcoin

The recent decision to relicense UltrafastSecp256k1 under the MIT license marks a significant shift aimed at fostering broader adoption and integration within the Bitcoin ecosystem. The initial licensing under AGPL, while protective of open-source contributions, was identified as a barrier to its utilization in key areas such as Bitcoin Core, Lightning networks, nodes, and various research projects.

[BUG]: spammers get Bitcoin blockspace at discounted price. Let's fix it

By GregTonoski

calendar icon

Original post on February 26, 2026 18:47 UTC

cyclic icon

Last reply on February 26, 2026 18:47 UTC

delvingbitcoin

The forthcoming activation of the Bitcoin Improvement Proposal 110 (BIP-110) is expected to mitigate certain issues within the Bitcoin network. This proposal, detailed extensively at GitHub, introduces modifications aimed at enhancing the network's functionality and user experience.

JIT fees with TXHASH: comparing options for sponsorring and stacking

By stevenroose

calendar icon

Original post on February 25, 2026 16:14 UTC

cyclic icon

Last reply on February 25, 2026 16:14 UTC

delvingbitcoin

Optimization problems in programming often present a variety of strategies that can be effective, depending on the specific requirements and constraints of the situation. One key aspect is the cost associated with different operations, such as providing a "current" value versus indexing.

Binohash: Transaction Introspection Without Softforks

3 replies

By AaronZhang

Involving garlonicon, RobinLinus

calendar icon

Original post on February 25, 2026 16:55 UTC

cyclic icon

Last reply on March 19, 2026 17:06 UTC

delvingbitcoin

The recent developments in blockchain technology, particularly within the Bitcoin Script domain, have introduced Binohash as a significant innovation. This breakthrough is achieved by leveraging the unique FindAndDelete quirk of legacy OP_CHECKMULTISIG in conjunction with an intensive proof-of-work signature grinding process.

PQ provers for P2PKH outputs

6 replies

By conduition

Involving olkurbatov, light

calendar icon

Original post on February 25, 2026 11:20 UTC

cyclic icon

Last reply on March 12, 2026 21:26 UTC

delvingbitcoin

The recent research project focused on the benchmarking of post-quantum (PQ) proof systems, specifically targeting the proving of ownership for a Bitcoin Pay-to-Public-Key-Hash (P2PKH) address without disclosing the actual public key. This exploration is in response to the potential threat posed by quantum computers, which could compromise systems where knowledge of the public key is sufficient to derive the private key.

Ciphera - a Bitcoin ZK Appchain Implementation

By evd0kim

calendar icon

Original post on February 24, 2026 14:54 UTC

cyclic icon

Last reply on February 24, 2026 14:54 UTC

delvingbitcoin

In the progression from our initial discussion on "ZK-Statechains Without States," we have moved towards a practical implementation that integrates Zerocash transaction architectures for private transfers, utilizing Aztec Barretenberg circuits. This system includes a variety of network entities such as validators, provers, regular nodes, and blind signers that function independently to support the infrastructure.

UltrafastSecp256k1 v3.14.0

9 replies

By shrec

Involving tobysharp

calendar icon

Original post on February 24, 2026 21:15 UTC

cyclic icon

Last reply on March 5, 2026 19:08 UTC

delvingbitcoin

The recent advancements and updates in the programming library for cryptographic functions have introduced significant improvements across various languages and platforms. The library has seen the addition of language bindings for a total of 12 languages, achieving parity with a 41-function C API.

Students in engineering colleges and Bitcoin

By 1440000bytes

calendar icon

Original post on February 22, 2026 22:53 UTC

cyclic icon

Last reply on February 22, 2026 22:53 UTC

delvingbitcoin

The concern raised pertains to the quality of education in blockchain technology provided by top universities in India. It has been observed that the curriculum, specifically in the final semester of engineering degrees, includes a subject on blockchain.

How to linearize your cluster

By sipa

calendar icon

Original post on February 22, 2026 15:11 UTC

cyclic icon

Last reply on February 22, 2026 15:11 UTC

delvingbitcoin

The recent updates to Bitcoin Core demonstrate significant advancements in the project's development, showcasing the integration of Simplified Fee Logic (SFL) into its master branch. This development is marked by the merging of three pivotal pull requests (PR 32545, PR 34259, and PR 34023).

Introducing UltrafastSecp256k1: A Multi-Architecture Exploration of Secp256k1 Optimizations

10 replies

By shrec

Involving realorrandom

calendar icon

Original post on February 22, 2026 12:05 UTC

cyclic icon

Last reply on March 23, 2026 13:09 UTC

delvingbitcoin

The UltrafastSecp256k1 project, initiated on February 11th, 2026, represents a significant stride in enhancing Elliptic Curve Cryptography (ECC) performance. This open-source initiative aims at improving ECC's efficiency across varied platforms, making use of advanced hardware features such as SHA-NI, AVX2, and ARM64 Assembly.

Using AI tooling for code review

8 replies

By johnny9

Involving l0rinc, instagibbs+4 others

calendar icon

Original post on February 21, 2026 09:26 UTC

cyclic icon

Last reply on March 11, 2026 19:01 UTC

delvingbitcoin

The integration of artificial intelligence tools like Claude into the software development review process, specifically within the context of Bitcoin Core projects, offers a nuanced approach to enhancing the efficiency and effectiveness of reviewing pull requests. The traditional method of reviewing contributions in such large-scale open-source projects is crucial yet often beset with delays due to its detailed nature.

A Discussion on Quantum-Resistant Upgrade Paths for Bitcoin

By Noe

calendar icon

Original post on February 20, 2026 23:00 UTC

cyclic icon

Last reply on February 20, 2026 23:00 UTC

delvingbitcoin

The long-term security of Bitcoin hinges on its cryptographic foundations, which may be threatened by the advent of large-scale quantum computing. Presently, SHA-256, the hash function used by Bitcoin, holds up well against quantum attacks due to Grover's algorithm only providing a quadratic speedup, effectively halving its bit security but still remaining within acceptable limits.

Proposing a P2QRH BIP towards a quantum resistant soft fork

By Francus

calendar icon

Original post on February 19, 2026 02:44 UTC

cyclic icon

Last reply on February 19, 2026 02:44 UTC

delvingbitcoin

The discussion emphasizes the critical juncture Bitcoin has reached within mainstream finance, highlighting its need for long-term security or at least a perception of a clear path towards such security. The perspective presented suggests that the proposal might offer a solution that could quickly gain acceptance due to its potential in addressing the immediate concerns around Bitcoin's security and future stability.

Stateless VTXO Verification: Decoupling Custody from Implementa - tion-SpecificStacks

6 replies

By jgmcalpine

Involving instagibbs, ErikDeSmedt+1 other

calendar icon

Original post on February 18, 2026 20:03 UTC

cyclic icon

Last reply on February 21, 2026 16:20 UTC

delvingbitcoin

The VTXO ecosystem is undergoing significant transformations to accommodate various throughput and latency demands, leading to the emergence of the "Verification Gap." This issue arises from the unique custody model within the VTXO system, where spending authority requires both a private key and an off-chain transaction context known as the "Map." Unlike the L1 UTXO model, where transaction contexts are publicly accessible on-chain, VTXO contexts are ephemeral and maintained off-chain. This condition potentially jeopardizes user custody by tethering it to the proprietary software stacks of Ark Service Providers (ASPs), a situation termed "Implementation-Coupled Custody." To address these challenges, a Stateless VTXO Verification model, accompanied by a neutral "Audit Ingredient" schema, has been proposed to enable independent auditability, particularly enhancing security in no_std environments such as hardware wallets.

Deterministic UTXO consolidation under volatile fee regimes

By babyblueviper1

calendar icon

Original post on February 13, 2026 19:50 UTC

cyclic icon

Last reply on February 13, 2026 19:50 UTC

delvingbitcoin

The discourse delves into the nuanced considerations surrounding UTXO consolidation in the realm of cryptocurrency wallets, emphasizing not just fee optimization but also the implications on determinism and correctness during transaction construction. It highlights the dynamic nature of consolidation decisions influenced by the current fee environment, advocating for a strategic approach that takes into account time-dependent policies and compares fee rates against historical baselines.

The future of the Bitcoin Core GUI

23 replies

By KurtisStirling

Involving TheCharlatan, Christoph+11 others

calendar icon

Original post on February 13, 2026 15:04 UTC

cyclic icon

Last reply on March 21, 2026 16:48 UTC

delvingbitcoin

Over the past year, the Bitcoin Core community has been embroiled in debates over the future direction of the project's graphical user interface (GUI). A suggestion to deprecate the traditional GUI has sparked discussions on how to best serve the user base while addressing the challenges of maintaining and improving this component.

Bitcoin PIPEs v2

11 replies

By ZmnSCPxj

Involving nemothenoone, AdamISZ+1 other

calendar icon

Original post on February 12, 2026 16:56 UTC

cyclic icon

Last reply on February 26, 2026 01:12 UTC

delvingbitcoin

Bitcoin PIPEs version 2 introduces a novel method for enforcing spending conditions on the Bitcoin blockchain without altering its consensus rules or introducing additional trust mechanisms. This approach employs cryptographic techniques, specifically witness encryption, to ensure that a valid Schnorr signature can only be produced when predefined conditions are met.

Recent OP_RETURN output statistics

1 reply

By ajtowns

calendar icon

Original post on February 11, 2026 21:05 UTC

cyclic icon

Last reply on February 16, 2026 01:04 UTC

delvingbitcoin

The comprehensive analysis of blockchain transactions specifically focusing on OP_RETURN outputs between September 22, 2025, and February 11, 2026, uncovers several insightful trends and data usage patterns. During this timeframe, there were a total of 24,362,310 transactions that utilized OP_RETURN outputs, with a negligible difference noted in the count of individual OP_RETURN outputs which stood slightly higher at 24,363,011.

Hourglass V2 Update

2 replies

By theblackmarble

Involving orangesurf

calendar icon

Original post on February 10, 2026 20:54 UTC

cyclic icon

Last reply on February 10, 2026 22:17 UTC

delvingbitcoin

The Hourglass proposal, aimed at mitigating potential mass liquidation risks associated with Pay to Public Key (P2PK) funds, has been updated to include a more restrictive measure that limits the spend amount from such outputs to only one bitcoin per block. This change was proposed in response to community feedback and is detailed in the latest version available on GitHub, with prior discussions accessible through the Bitcoin development group.

The implications of this restriction are significant, considering that 1.7 million BTC held in P2PK outputs would take approximately 32 years to migrate under this new rule.

BIP 119 CTV activation client

By 1440000bytes

calendar icon

Original post on February 9, 2026 20:27 UTC

cyclic icon

Last reply on February 9, 2026 20:27 UTC

delvingbitcoin

Following the unanimous agreement on the activation parameters previously discussed, significant updates have been made to enhance accessibility and understanding regarding the deployment of CTV (BIP-119). The website now features a direct link to the activation client's repository, ensuring that interested parties can easily access the necessary tools and information for engagement.

Algorithm agility to defeat quantum and classical attacks on Bitcoin's signature algorithms

By EthanHeilman

calendar icon

Original post on February 9, 2026 19:56 UTC

cyclic icon

Last reply on February 9, 2026 19:56 UTC

delvingbitcoin

The discussion revolves around enhancing the security of Bitcoin against potential long-term threats, including both quantum and classical breaks in its signature algorithms. The proposal focuses on adding algorithm agility mechanisms to Bitcoin, allowing for an easier migration between different algorithm suites as needed.

Boomerang: Bitcoin Cold Storage with Built-In Coercion Resistance

1 reply

By bitryonix

calendar icon

Original post on February 9, 2026 05:36 UTC

cyclic icon

Last reply on February 14, 2026 12:54 UTC

delvingbitcoin

The Boomerang protocol emerges as a cutting-edge solution designed to significantly enhance security for bitcoin holders against physical coercion, such as kidnapping or threats, by complicating the process of forcibly signing transactions. This system introduces a unique duress mechanism that allows users to discreetly signal distress during coercive situations without tipping off the attacker, thereby marrying advanced security measures with user safety protocols.

Boomerang: Bitcoin Cold Storage with Built-In Duress Protection

By bitryonix

calendar icon

Original post on February 8, 2026 22:27 UTC

cyclic icon

Last reply on February 8, 2026 22:27 UTC

delvingbitcoin

Boomerang introduces a novel Bitcoin cold storage protocol aimed at enhancing physical security and resistance to coercion for individuals holding significant Bitcoin assets. This protocol integrates protocol-level duress protection directly into the custody process, making withdrawals intentionally unpredictable.

Bitcoin Inqusition 29.2

5 replies

By AaronZhang

Involving AntoineP, ajtowns

calendar icon

Original post on February 7, 2026 13:49 UTC

cyclic icon

Last reply on March 25, 2026 03:10 UTC

delvingbitcoin

The latest Bitcoin Inquisition update, version 29.2, introduces significant enhancements to the Bitcoin protocol by incorporating several proposed consensus changes aimed at improving functionality and security. This version, building upon Bitcoin Core 29.3rc2, integrates support for BIP 118 and BIP 119 through implementations of SIGHASH_ANYPREVOUT and OP_CHECKTEMPLATEVERIFY respectively, as detailed in their corresponding pull requests.

A max-plus perspective on package relay and block assembly

2 replies

By GaloisField2718

Involving gmaxwell, GaloisField

calendar icon

Original post on February 6, 2026 22:57 UTC

cyclic icon

Last reply on February 7, 2026 20:53 UTC

delvingbitcoin

The discussion focuses on the complex dynamics within Bitcoin's operation, particularly concerning how package relay, Child Pays for Parent (CPFP), ancestor limits, and block assembly interact to impact transaction inclusion and block utilization. A conceptual framework is proposed to shed light on the economic incentives and marginal trade-offs that guide miners in constructing blocks.

Lehar / Parlour Paper

5 replies

By micah541

Involving AntoineP, micah+1 other

calendar icon

Original post on February 3, 2026 23:19 UTC

cyclic icon

Last reply on February 5, 2026 17:55 UTC

delvingbitcoin

The academic paper titled "Market Power and the Bitcoin Protocol" challenges the conventional wisdom surrounding Bitcoin miners' behavior by suggesting that miners may intentionally forgo potential transaction fees in the short term as part of a strategic decision to influence average transaction fees over time. This perspective introduces the notion that miners engage in complex economic interactions within the Bitcoin network, potentially sacrificing immediate gains for higher future returns.

Would OP_SUCCESS (OP_CAT) be spent?

15 replies

By Nuh

Involving murch, bytes+2 others

calendar icon

Original post on February 3, 2026 19:41 UTC

cyclic icon

Last reply on February 13, 2026 20:17 UTC

delvingbitcoin

The exploration of cryptocurrency transactions, specifically within the context of blockchain technology, reveals a detailed scrutiny of a particular transaction's execution and validation processes. This transaction navigates through the Mara slipstream network, emphasizing the critical role of encoded instructions and the precision required in their formulation.

BLISK: Boolean circuit Logic Integrated into the Single Key

14 replies

By olkurbatov

Involving juja, nkohen+2 others

calendar icon

Original post on January 26, 2026 23:23 UTC

cyclic icon

Last reply on February 16, 2026 20:53 UTC

delvingbitcoin

The recent development in Bitcoin's authorization policies has introduced a novel method for encoding complex Boolean logic into transaction validations. This approach aims to overcome the limitations of traditional mechanisms like threshold/multisignatures and script-based methods by incorporating more nuanced control over Bitcoin spending permissions.

Disposing of "dust attack" UTXOs

18 replies

By harris

Involving bubbes, gmaxwell+6 others

calendar icon

Original post on January 25, 2026 17:20 UTC

cyclic icon

Last reply on February 20, 2026 05:54 UTC

delvingbitcoin

The phenomenon of "dust attacks" on cryptocurrency wallets poses a significant challenge within the blockchain community. These attacks involve sending tiny amounts of cryptocurrency to various addresses with the intent to compromise user privacy by linking these transactions.

Bitcoin as Digital Latin: Asymptotic Ossification and the End of Semantic Drift

1 reply

By ZmnSCPxj

Involving brandenwithane

calendar icon

Original post on January 25, 2026 05:18 UTC

cyclic icon

Last reply on February 3, 2026 11:18 UTC

delvingbitcoin

The concept of "Digital Latin" analogizes the Bitcoin Layer 1 protocol to Latin, emphasizing its need to become a fixed, immutable foundation resistant to changes. This comparison is drawn from the characteristic stability of dead languages, which, unlike living languages, do not undergo semantic drift.

Argo: a garbled-circuits scheme for 1000x more efficient off-chain computation

By RobinLinus

calendar icon

Original post on January 22, 2026 02:12 UTC

cyclic icon

Last reply on January 22, 2026 02:12 UTC

delvingbitcoin

The exploration of off-chain cryptography has led to more advanced and expressive smart contracts within the Bitcoin ecosystem. Innovations such as BitVM have introduced the use of SNARKs (Succinct Non-Interactive Arguments of Knowledge) to facilitate the proof of arbitrary computation, alongside garbled circuits which allow for the verification of these proofs to be efficiently moved off-chain.

Programming Lightning: An Introduction to Payment Channels

By beige-coffee

calendar icon

Original post on January 21, 2026 20:43 UTC

cyclic icon

Last reply on January 21, 2026 20:43 UTC

delvingbitcoin

Programming Lightning is an educational initiative aimed at providing developers and technically inclined individuals with a hands-on understanding of the Lightning network. This project, supported by grants from Spiral and HRF, draws inspiration from "Programming Bitcoin" and strives to teach the inner workings of Lightning through practical coding exercises.

OP_CAT and Bitcoin’s Path to Quantum Resistance

2 replies

By jsarenik

Involving sCryptts

calendar icon

Original post on January 20, 2026 09:14 UTC

cyclic icon

Last reply on January 30, 2026 11:21 UTC

delvingbitcoin

The security foundation of Bitcoin is significantly anchored in its use of elliptic curve cryptography. This cryptographic technique ensures the generation of Bitcoin signatures with private keys while safeguarding against the reverse engineering of these private keys from public keys, a task deemed nearly impossible with conventional computing power.

BIP352: PSBT support

By nymius

calendar icon

Original post on January 16, 2026 13:40 UTC

cyclic icon

Last reply on January 16, 2026 13:40 UTC

delvingbitcoin

The ongoing development of a Bitcoin Improvement Proposal (BIP) focuses on introducing changes to enhance spending silent payment outputs. This effort is documented through a GitHub gist and a mailing list post, both of which provide comprehensive details about the proposed modifications.

A Mathematical Theory of Payment Channel Networks

1 reply

By anon

Involving renepickhardt

calendar icon

Original post on January 16, 2026 00:54 UTC

cyclic icon

Last reply on January 16, 2026 14:45 UTC

delvingbitcoin

A recent scholarly paper published on arXiv provides a comprehensive geometric framework aimed at understanding several phenomena observed in payment channel networks, with a particular focus on the Lightning Network. This study revisits well-known challenges such as channel depletion and capital inefficiency in two-party channels while introducing a unified structural explanation that encompasses these issues.

Silent Payments notifications via Nostr

6 replies

By setavenger

Involving 1440000bytes, RubenSomsen

calendar icon

Original post on January 15, 2026 23:09 UTC

cyclic icon

Last reply on March 18, 2026 06:17 UTC

delvingbitcoin

The discussion delves into the complexities of implementing Silent Payments notifications via Nostr, focusing on the use of stealth addresses to enhance privacy and security in cryptocurrency transactions. At the heart of this system is the challenge of notifying a receiver, referred to as Bob, about payments made by a sender, known as Alice, without necessitating constant transaction checks by Bob.

Hornet UTXO(1): A custom, constant-time, highly parallel UTXO database

10 replies

By shrec

Involving tobysharp, stickiesv+3 others

calendar icon

Original post on January 11, 2026 21:25 UTC

cyclic icon

Last reply on February 26, 2026 17:02 UTC

delvingbitcoin

The development of the Hornet UTXO(1) database signifies a pivotal advancement in Bitcoin client technology, crafted from the ground up using modern C++ for maximum parallelism. This design philosophy facilitates a highly concurrent and lock-free environment, leading to substantial improvements in throughput during Bitcoin consensus validation processes.

Incremental mutation testing in the Bitcoin Core

1 reply

By blockrotator

Involving bruno

calendar icon

Original post on January 8, 2026 13:30 UTC

cyclic icon

Last reply on March 13, 2026 11:17 UTC

delvingbitcoin

Mutation testing plays a pivotal role in assessing the efficacy of test suites by introducing changes, termed as mutants, into the source code to check if the existing tests can identify these modifications. This technique is particularly emphasized within Bitcoin Core's development process, where it undergoes a weekly cycle on the master branch, involving rigorous unit, functional, and fuzz testing.

Provable Cryptography for Bitcoin: An Introduction (Workbook)

By marathon-gary

calendar icon

Original post on January 7, 2026 15:08 UTC

cyclic icon

Last reply on January 7, 2026 15:08 UTC

delvingbitcoin

The email highlights a resource pertinent to cryptography but not exclusively centered on Bitcoin, directing attention to Joy of Cryptography. This reference serves as an additional tool for those interested in the broader field of cryptography, offering insights and information beyond the specific realm of Bitcoin.

Writing version 2 of my Bitcoin Game Theory book with de Gruyter, what should I cover?

By chness

calendar icon

Original post on January 6, 2026 00:39 UTC

cyclic icon

Last reply on January 6, 2026 00:39 UTC

delvingbitcoin

Bitcoin Improvement Proposals (BIPs) 300 and 301, along with the concept of a Core Untouched Soft Fork (CUSF), represent advanced mechanisms designed to enhance Bitcoin's adaptability and functionality without compromising its core principles. These proposals are aimed at introducing a level of flexibility and innovation within the rigid structure of Bitcoin’s protocol, ensuring its long-term sustainability and relevance.

BIP 300 describes a method for creating sidechains, which are separate blockchains that are connected to the main Bitcoin blockchain.

Bithoven: A Formally Verified, Imperative Smart Contract Language for Bitcoin

8 replies

By ChrisCho-H

Involving ftw, ChrisChoH+2 others

calendar icon

Original post on January 6, 2026 18:23 UTC

cyclic icon

Last reply on February 13, 2026 01:58 UTC

delvingbitcoin

The introduction of Bithoven marks a significant advancement in the realm of smart contract languages, aiming to meld structured correctness with imperative control flow syntax reminiscent of C. This initiative is designed to enhance ease of use for developers while meeting the stringent safety requirements essential for Bitcoin Script operations. Bithoven's utilization of an LR(1) parser and static analysis techniques is intended to ensure type safety and prevent common security vulnerabilities, such as unauthorized spending without a signature.

Bitcoin Core v30.1 Released

By fanquake

calendar icon

Original post on January 2, 2026 16:08 UTC

cyclic icon

Last reply on January 2, 2026 16:08 UTC

delvingbitcoin

The latest version of Bitcoin Core, v30.1, is now available for download. This new release brings with it several new features, a range of bug fixes, and performance enhancements alongside updated translations.

CTV+CSFS: Can we reach consensus on a first step towards covenants?

81 replies

By AaronZhang

Involving stevenroose, ajtowns+15 others

calendar icon

Original post on March 10, 2025 22:58 UTC

cyclic icon

Last reply on March 20, 2026 00:27 UTC

delvingbitcoin

The discussion explores the potential of CSFS-style script constructions within the Bitcoin protocol, specifically focusing on their adaptability and execution-level behavior akin to adaptor signatures in cryptographic protocols. A series of experiments outlined in a GitHub repository demonstrates the feasibility of creating a structured reveal-extract relationship utilizing CSFS script mechanisms, which are sensitive to mutations and possess defined failure boundaries.

Spanning-forest cluster linearization

11 replies

By sipa

Involving blockchainhao, gmaxwell

calendar icon

Original post on February 5, 2025 01:08 UTC

cyclic icon

Last reply on February 22, 2026 15:05 UTC

delvingbitcoin

The discussion begins with an examination of the spanning-forest cluster linearization algorithm, a novel approach aimed at enhancing the efficiency of Bitcoin Core's transaction processing. This method, despite its absence of known complexity bounds, offers elegance, speed, and practicality in prototype implementations.

Bitcoin Inquisition 25.2 released

By Anthony Towns

calendar icon

Original post on April 27, 2024 03:12 UTC

cyclic icon

Last reply on April 27, 2024 03:12 UTC

bitcoin-dev

The latest version of Bitcoin Inquisition, 25.2, is now accessible and brings with it support for several proposed consensus changes aimed at enhancing the network's functionality. These include BIP 119, known as OP_CHECKTEMPLATEVERIFY, BIP 118 titled SIGHASH_ANYPREVOUT, and BIN-2024-1, also referred to as BIP 347 or OP_CAT.

Bitcoin Core 27.0 released

By Michael Ford

calendar icon

Original post on April 17, 2024 09:29 UTC

cyclic icon

Last reply on April 17, 2024 09:29 UTC

bitcoin-dev

The release of Bitcoin Core version v27.0 marks a significant update in the Bitcoin network, incorporating new features, various bug fixes, performance improvements, and updated translations. This version is now readily accessible for download from bitcoincore.org or through BitTorrent, offering users multiple avenues to access the latest enhancements in Bitcoin Core's functionality.

Timewarp Attacks and Long-Term Timelocked Script Paths

By Antoine Riard

calendar icon

Original post on April 9, 2024 21:40 UTC

cyclic icon

Last reply on April 9, 2024 21:40 UTC

bitcoin-dev

The discussion revolves around the security and operational aspects of vaults and time-locked wallets in the context of blockchain technology. Specifically, there is a focus on the vulnerability of these systems to timewarp attacks and the different mechanisms that have been proposed over the years to safeguard digital assets.

A Free-Relay Attack Exploiting Min-Relay-Fee Differences

By Peter Todd

calendar icon

Original post on March 31, 2024 17:31 UTC

cyclic icon

Last reply on March 31, 2024 17:31 UTC

bitcoin-dev

The process of executing a free-relay attack on nodes, particularly miners with larger than default mempools, involves a series of strategic transactions designed to exploit lower-than-normal minrelayfees. The initial step in this strategy is to publish a transaction (referred to as tx A) that offers an unusually low fee-rate, deliberately set below the typical minimum relay fees.

Great Consensus Cleanup Revival

91 replies

By AntoineP

Involving sjors, ajtowns+15 others

calendar icon

Original post on March 24, 2024 19:53 UTC

cyclic icon

Last reply on March 19, 2026 16:45 UTC

delvingbitcoin

The implementation of BIP 54, also known as Consensus Cleanup, within the Bitcoin Inquisition network signifies a major stride towards enhancing blockchain security and efficiency. This update, which took effect starting from block 291168, addresses several critical aspects of blockchain operation, including the mitigation of worst-case block validation times.

Automating cryptanalysis of LN and mempool

By Nagaev Boris

calendar icon

Original post on March 13, 2024 23:17 UTC

cyclic icon

Last reply on March 13, 2024 23:17 UTC

lightning-dev

Last year, the discovery of the replacement cycling attack posed a significant challenge to the analysis of the mempool and Lightning Network (LN), revealing the complexity of ensuring LN's security. Despite initial optimism, proposed solutions to this problem have proved ineffective upon closer examination.

Bitcoin Core 27.0 release candidate 1 available

By fanquake

calendar icon

Original post on March 12, 2024 10:18 UTC

cyclic icon

Last reply on March 12, 2024 10:18 UTC

bitcoin-dev

The Bitcoin Core development team has announced the availability of binaries for the v27.0rc1 release candidate, which marks a significant step towards the next major version release of the Bitcoin Core software. Interested parties can download the binaries from the official website at https://bitcoincore.org/bin/bitcoin-core-27.0/test.rc1/.

Update of IPv4 address in channel_reestablish message?

1 reply

By Dan Bryant

Involving Olaoluwa Osuntokun

calendar icon

Original post on February 21, 2024 23:53 UTC

cyclic icon

Last reply on February 21, 2024 23:53 UTC

lightning-dev

In the realm of peer-to-peer connections within the Lightning Network, a noteworthy discussion centers around the protocols for maintaining connectivity, especially when nodes experience changes in their IP addresses. When a node has a public listening interface and a static IP, it should be able to reconnect with its peers after a disconnection, leveraging the node_announcement message transmitted across the gossip layer.

Scalable & Permissionless Bitcoin CA

By buffrr

calendar icon

Original post on February 21, 2024 20:11 UTC

cyclic icon

Last reply on February 21, 2024 20:11 UTC

bitcoin-dev

The project under discussion, named Spaces, aims at revolutionizing the domain of Bitcoin Certificate Authority by creating a scalable and permissionless system approximately 250KB in size. This initiative is in the developmental phase and focuses on employing a zero-knowledge light client leveraging RISC0 zkVM for protocol operations, emphasizing client-side validation.

Setting to_self_delay and cltv_expiry prior to channel opening

1 reply

By Michael Folkson

Involving Keagan McClelland

calendar icon

Original post on February 14, 2024 21:44 UTC

cyclic icon

Last reply on February 14, 2024 21:44 UTC

lightning-dev

The discussion underscores the complexities involved in negotiating configuration options for channel openings within the Lightning Network, with a particular focus on timelock settings such as to_self_delay and cltv_expiry. These configurations strike a critical balance between securing transactions against potential fraud and minimizing the undesirable effects of capital being locked up for extended periods.

Mapping Human-Readable Names to Payment Instructions

By Matt Corallo

calendar icon

Original post on February 13, 2024 19:56 UTC

cyclic icon

Last reply on February 13, 2024 19:56 UTC

bitcoin-dev

The proposed Bitcoin Improvement Proposal (BIP) suggests a standardized method for encoding Bitcoin payment instructions within DNS TXT records, utilizing the BIP 21 URI scheme. This approach aims to simplify the resolution of human-readable names to Bitcoin payment addresses across various platforms, including lightning networks, on-chain transactions, payjoin mechanisms, and silent address systems.

CheckTemplateVerify Does Not Scale Due to UTXO's Required For Fee Payment

6 replies

By Michael Folkson

Involving ZmnSCPxj, Peter Todd+1 other

calendar icon

Original post on January 30, 2024 08:40 UTC

cyclic icon

Last reply on January 30, 2024 08:40 UTC

lightning-dev

Lightning Network channels are currently designed with an understanding that the commitment transactions will pay a low fee rate by default, which can be later increased using anchor outputs and Child Pays for Parent (CPFP) methods. This design may not necessarily burden the initiator with the majority of the fee costs.

(no subject)

10 replies

By Mark Botley

Involving Nongluck Loyha, Chris Malloy+2 others

calendar icon

Original post on January 25, 2024 12:39 UTC

cyclic icon

Last reply on January 25, 2024 12:39 UTC

lightning-dev

Victor Umobi is recognized as an AI Engineer and a Master of Science candidate at Cornell University, with notable experience in the MIT Driverless Control Systems. His contact information is readily available, listed with a phone number (039)-34951-59614 and an email address, victorumobi@gmail.com.

On the scalability issues of onboarding millions of LN mobile clients

33 replies

By Antoine Riard

Involving Andrés G. Aragoneses, Luke Dashjr+12 others

calendar icon

Original post on January 25, 2024 12:24 UTC

cyclic icon

Last reply on January 25, 2024 12:24 UTC

lightning-dev

The ongoing discussions within the Bitcoin development community highlight the evolving landscape of Bitcoin's security model, particularly in the context of full nodes and light clients. A key point of debate is the implementation of BIP 157, which aims to improve privacy for light client users but has raised concerns regarding scalability and potential strain on the full node network.

Full-RBF Peering Bitcoin Core v26.0 Released

By Peter Todd

calendar icon

Original post on January 20, 2024 21:33 UTC

cyclic icon

Last reply on January 20, 2024 21:33 UTC

bitcoin-dev

The recent release of Bitcoin Core v26.0 incorporates significant enhancements, particularly the integration of Antoine Riard's full-RBF (Replace-By-Fee) peering code. This upgrade serves a dual purpose for nodes that operate with full-RBF functionality.

BitBlend Proposal for 2106

By BitBlend2106

calendar icon

Original post on January 16, 2024 13:50 UTC

cyclic icon

Last reply on January 16, 2024 13:50 UTC

bitcoin-dev

The Bitcoin network is on the brink of facing a significant technical hurdle as the year 2106 approaches, which poses a challenge to the current 32-bit field for block timestamps due to an overflow issue. A solution titled "BitBlend: A Non-Disruptive Solution to the Bitcoin 2106 Timestamp Overflow" has been proposed to tackle this problem without requiring a disruptive hard fork or consensus change.

LN-Symmetry Project Recap

16 replies

By instagibbs

Involving ajtowns, rustyrussell+2 others

calendar icon

Original post on January 5, 2024 18:03 UTC

cyclic icon

Last reply on January 22, 2026 19:09 UTC

delvingbitcoin

The LN-Symmetry Project has taken significant strides in advancing the eltoo proposal, transforming it into research-quality software aimed at enhancing the Lightning Network's efficiency and reliability. Through meticulous development, the project has introduced basic functional tests for various channel operations, including openings, payments, and unilateral closes, among others.

Future of the bitcoin-dev mailing list

By Brad Morrison

calendar icon

Original post on January 4, 2024 13:50 UTC

cyclic icon

Last reply on January 4, 2024 13:50 UTC

bitcoin-dev

As a programmer with an understanding of the situation described in the emails, I can infer that there is an ongoing transition concerning the mailing lists hosted at the Linux Foundation. The key point to note is that these mailing lists are currently on an outdated version of Mailman, specifically version 2.1.15.

Scaling Lightning Safely With Feerate-Dependent Timelocks

8 replies

By jlspc

Involving Antoine Riard, Nagaev Boris+2 others

calendar icon

Original post on December 29, 2023 18:11 UTC

cyclic icon

Last reply on December 29, 2023 18:11 UTC

lightning-dev

Developers have identified challenges in implementing feerate-dependent timelocks (FDTs) within the Bitcoin network, especially concerning pruned full nodes. If a node unaware of FDTs prunes blocks, it lacks median feerate data crucial for validating post-upgrade transactions.

SCIDADDRESS - a new address format?

By Andrea Raspitzu

calendar icon

Original post on December 27, 2023 10:48 UTC

cyclic icon

Last reply on December 27, 2023 10:48 UTC

lightning-dev

Andrea has introduced a concept for a new address format designed to enhance user experience in sending and receiving payments among Lightning Network wallets. Termed SCIDADDRESS, this proposal is not aimed at becoming a new BOLT or an official part of the specifications, but rather serves as an innovative approach seeking feedback from developers and wallet implementors.

The essence of SCIDADDRESS lies in its use of a directed short channel ID in conjunction with a channel_announcement to facilitate the discovery of a recipient's node-id, which then allows for the initiation of a keysend payment to the recipient.

Mailing List Future

12 replies

By Matt Corallo

Involving Bastien TEINTURIER, Olaoluwa Osuntokun+3 others

calendar icon

Original post on December 26, 2023 11:34 UTC

cyclic icon

Last reply on December 26, 2023 11:34 UTC

lightning-dev

The recent correspondence among programmers has shed light on several key issues and decisions being navigated within the community. Initially, there is a plan to use delvingbitcoin.org for discourse related to machine learning hosting options with a trial period set for the early part of 2024.

Lampo v23.12-beta.1 aka Santa Claus lives in Area 51

By Vincenzo Palazzo

calendar icon

Original post on December 26, 2023 11:32 UTC

cyclic icon

Last reply on December 26, 2023 11:32 UTC

lightning-dev

Vincent, a programmer, has spent over a year and a half developing a project called Lampo, inspired by his work on lnprototest for the Lightning Development Kit (LDK). Lampo, which started as an experimental lightning node, evolved into a small, self-contained SDK aimed at facilitating the creation of lightning nodes with LDK.

In March, Vincent undertook the challenge to implement a fully functioning node using the Lampo SDK.

libsecp256k1 v0.4.1 released

By Jonas Nick

calendar icon

Original post on December 21, 2023 17:31 UTC

cyclic icon

Last reply on December 21, 2023 17:31 UTC

bitcoin-dev

The latest release of libsecp256k1, version 0.4.1, is now available for users and developers. This update brings enhancements to the library's performance, particularly with a notable increase in the speed of the Elliptic Curve Diffie-Hellman (ECDH) operation.

HTLC output aggregation as a mitigation for tx recycling, jamming, and on-chain efficiency (covenants)

4 replies

By Johan Torås Halseth

Involving Antoine Riard

calendar icon

Original post on December 21, 2023 13:34 UTC

cyclic icon

Last reply on December 21, 2023 13:34 UTC

lightning-dev

The exchange between Antoine and Johan delves into the complexities of Bitcoin's Lightning Network and proposed improvements to ensure its security and scalability. Antoine introduces concerns regarding a new covenant mechanism designed for aggregating Hashed Timelock Contracts (HTLCs) and the potential vulnerabilities it could introduce, such as replacement cycling attacks where a malicious actor could exploit partial preimage reveals to perform an off-chain double-spend attack.

Kerckhoffian protocol for coercion-resistance in non-shared custody

By yurisvb at pm.me

calendar icon

Original post on December 19, 2023 16:11 UTC

cyclic icon

Last reply on December 19, 2023 16:11 UTC

bitcoin-dev

The email presents a white paper on a new Kerckhoffian protocol designed for coercion-resistance in the context of self-custody. This protocol aims to provide robust security measures for individuals managing their digital assets without the need to share custody.

BIP: output descriptors for PSBT

By SeedHammer Team

calendar icon

Original post on December 18, 2023 00:52 UTC

cyclic icon

Last reply on December 18, 2023 00:52 UTC

bitcoin-dev

The BIP draft in discussion proposes an additional field for PSBTs, titled PSBT Encoded Output Descriptors. This enhancement aims to facilitate the transfer of output descriptors between wallets by introducing a PSBT_GLOBAL_OUTPUT_DESCRIPTOR field.

Liquidity Ads and griefing subtleties

12 replies

By Bastien TEINTURIER

Involving Matt Morehouse, ZmnSCPxj+1 other

calendar icon

Original post on December 14, 2023 09:40 UTC

cyclic icon

Last reply on December 14, 2023 09:40 UTC

lightning-dev

Recent discussions within the developer community have highlighted a shift in optimizing strategies for managing inbound liquidity on the Lightning Network. Developers are moving away from the use of complex mechanisms like CLTV (Check Lock Time Verify) and timelocks due to their complexity, which does not seem justified by the benefits they provide.

The remote anchor of anchor channels is redundant

4 replies

By Peter Todd

Involving Bastien TEINTURIER

calendar icon

Original post on December 13, 2023 15:54 UTC

cyclic icon

Last reply on December 13, 2023 15:54 UTC

lightning-dev

In analyzing the design and functionality of Lightning Network channels, particularly concerning Unspent Transaction Outputs (UTXOs) and anchor outputs, a significant point emerges around the creation of UTXOs for data publishing and other purposes which dwarf those created by occasional lightning channels. The discussion around whether to include a to_remote_anchor output only when a to_remote output does not exist reveals contrasting opinions on efficiency and necessity within transaction construction.

On one hand, it is suggested that when a to_remote output disappears in channel transactions, an anchor output should be introduced as a replacement, paid by the channel initiator.

bip-0127 "Simple Proof-of-Reserves Transactions"

By Ademan

calendar icon

Original post on December 12, 2023 18:21 UTC

cyclic icon

Last reply on December 12, 2023 18:21 UTC

bitcoin-dev

Exploration into proof-of-reserves has led to the examination of BIP-0127 and its partial implementation through bdk-reserves, which has prompted several questions and comments regarding the BIP's clarity and potential improvements. There is a debate concerning the use of SHA-256 versus double SHA-256 for hashing, with the latter seemingly preferred for enhanced security despite slightly less efficiency, yet this choice demands further expert analysis in cryptographic protocol design.

The specification of an output's scriptPubkey in transactions remains ambiguous.

Bitcoin Core 26.0 released

By Michael Ford

calendar icon

Original post on December 6, 2023 12:12 UTC

cyclic icon

Last reply on December 6, 2023 12:12 UTC

bitcoin-dev

Bitcoin Core version 26.0 has been released, featuring new functionalities, bug fixes, performance improvements, and updated translations. Users can download the update from the official website or BitTorrent and are encouraged to report bugs via the GitHub issue tracker.

This version maintains compatibility with Linux, macOS 11.0+, and Windows 7 or newer, but Unix-like system compatibility may vary.

Liquidity Ads: Updated Spec Posted, please review

3 replies

By niftynei

Involving Bastien TEINTURIER

calendar icon

Original post on November 22, 2023 17:13 UTC

cyclic icon

Last reply on November 22, 2023 17:13 UTC

lightning-dev

The programming community is actively engaged in discussions and revisions to enhance network protocol functionalities, particularly focusing on transactional integrity and flexibility in liquidity management. One key change that has been implemented is the transition from CheckSequenceVerify (CSV) to CheckLockTimeVerify (CLTV) in locking leasor funds, a move motivated by the need to resolve complications associated with anchor outputs and updating commitment transactions.

Lightning Address in a Bolt 12 world

12 replies

By Bastien TEINTURIER

Involving Tony Giorgio, Andy Schroder+1 other

calendar icon

Original post on November 21, 2023 10:57 UTC

cyclic icon

Last reply on November 21, 2023 10:57 UTC

lightning-dev

The recent programming discussions have been concentrated on enhancing the user experience and scalability of Lightning node operations and DNS record management, while also focusing on security and efficiency. A key topic is the handling of DNS records for payment systems, debating whether clients should verify the expiration of offers against DNS record expirations and requesting new records proactively to avoid discrepancies.

Full Disclosure: CVE-2023-40231 / CVE-2023-40232 / CVE-2023-40233 / CVE-2023-40234 "All your mempool are belong to us"

69 replies

By Antoine Riard

Involving Peter Todd, Matt Morehouse+9 others

calendar icon

Original post on November 17, 2023 22:36 UTC

cyclic icon

Last reply on November 17, 2023 22:36 UTC

lightning-dev

The recent programmer discussions have centered on enhancing security within the Bitcoin and Lightning Network ecosystems, particularly addressing vulnerabilities related to Hash Time Locked Contracts (HTLCs). A significant vulnerability identified is the potential for replacement cycling attacks on HTLC-preimage transactions.

Scaling Lightning With Simple Covenants

16 replies

By jlspc

Involving Anthony Towns, Rusty Russell+4 others

calendar icon

Original post on November 15, 2023 19:59 UTC

cyclic icon

Last reply on November 15, 2023 19:59 UTC

lightning-dev

John's paper analyzes the trade-offs between trust/safety and capital efficiency in Lightning network channel management, suggesting that casual users prepay cost-of-capital fees for the entire active lifetime of a channel to reduce risks. His scalability analysis considers how many timeout-tree leaves can be put on-chain given block capacity constraints, concluding that scaling to 100 million leaves is feasible without compromising safety or efficiency.

On solving pinning, replacement cycling and mempool issues for bitcoin second-layers

2 replies

By Antoine Riard

calendar icon

Original post on November 15, 2023 18:14 UTC

cyclic icon

Last reply on November 15, 2023 18:14 UTC

lightning-dev

The ongoing efforts to enhance the Lightning Network are centered around addressing significant challenges such as pinning, replacement cycling attacks, and mempool congestion. A collaborative approach is being taken by key researchers in the field, including Gleb Naumenko and the email's author, who have a history of working together on these complex issues since 2019/2020.

OP_Expire and Coinbase-Like Behavior: Making HTLCs Safer by Letting Transactions Expire Safely

26 replies

By Peter Todd

Involving David A. Harding, vjudeu at gazeta.pl+4 others

calendar icon

Original post on November 15, 2023 17:50 UTC

cyclic icon

Last reply on November 15, 2023 17:50 UTC

lightning-dev

The recent technical discussions among programmers focus on enhancing the security and efficiency of the Lightning Network and Bitcoin transactions. Key issues addressed involve handling outdated or revoked states in multi-party off-chain agreements, fee management for commitment transactions, and preventing potential disruptions in consensus.

One proposal suggests that each channel counterparty maintain individual fee-bumping reserves to avoid fee griefing strategies at the expense of capital efficiency.

Proposal: Bundled payments

13 replies

By Thomas Voegtlin

Involving Olaoluwa Osuntokun, Matt Corallo+4 others

calendar icon

Original post on November 10, 2023 12:54 UTC

cyclic icon

Last reply on November 10, 2023 12:54 UTC

lightning-dev

Thomas Voegtlin has proposed a third strategy for Just-In-Time (JIT) liquidity in the Lightning Network by suggesting changes to BOLT-11 invoices to include bundled payments, designed to cater to non-custodial exchanges that require prepayment of fees. This approach would help protect service providers from denial-of-service attacks and on-chain fee incurrence.

delvingbitcoin.org discourse forum

By Anthony Towns

calendar icon

Original post on November 8, 2023 06:08 UTC

cyclic icon

Last reply on November 8, 2023 06:08 UTC

lightning-dev

There is news that the Linux Foundation will soon stop hosting mailing lists, which has prompted discussions on alternative platforms for community engagement and development discourse. A forum named "Delving Bitcoin" has been established to serve as a potential venue for such discussions, particularly focusing on lightning-related research and development topics.

LN Summit 2024 Organization

9 replies

By Antoine Riard

Involving Bernard Parah, Matt Corallo+1 other

calendar icon

Original post on November 5, 2023 00:18 UTC

cyclic icon

Last reply on November 5, 2023 00:18 UTC

lightning-dev

Antoine Riard has communicated his decision to not attend the African Bitcoin conferences in December due to logistical challenges. Despite this, he remains committed to organizing a Lightning Network (LN) Summit in June 2024 but is now considering alternative locations such as London, Paris, or South France, as operations there would be more straightforward.

Bitcoin Logo

TLDR

Join Our Newsletter

We’ll email you summaries of the latest discussions from high signal bitcoin sources, like bitcoin-dev, lightning-dev, and Delving Bitcoin.

Explore all Products

ChatBTC imageBitcoin searchBitcoin TranscriptsSaving SatoshiDecoding BitcoinWarnet
Built with 🧡 by the Bitcoin Dev Project
View our public visitor count

We'd love to hear your feedback on this project.

Give Feedback