We will start with introductions, some basic ground rules, and jump into technical discussions. We will cover aspects of the bitcoin protocol, new research developments, recent news, and software developments.
Get ready for another exciting month of Bitcoin discussions at our meetup as we dive deep into technical details. This month, we’ll cover topics such as Bitcoin Core, Lightning, Privacy, and much more!
Please note the meeting location at 4801 Glenwood Ave suite 200 in Raleigh, right above Fifth Third Bank. They have no idea we’re plotting their demise.
0xB10C has released a detailed report on the network entity he calls Linking Lion. It appears to be a malicious actor attempting to trace the source node of bitcoin transactions. This can be accomplished by connecting to a large number of bitcoin nodes to collect inv and addr message data. With this data, a dedicated attacker can perform timing analysis to identify the origin node of transaction announcements.
Very exciting news for covenant fans! James O’Beirne has released a new update to his OP_VAULT
proposal that incorporates techniques from TLUV, making the protocol more flexible and simpler to use. Additionally, O’Beirne proposes including OP_CTV as a first-class citizen in this proposal.
If you’re interested in the technical details, you can read the full BIP on O’Beirne’s Github page. Alternatively, check out this fantastic Twitter thread by O’Beirne for a quick summary. Don’t miss out on the latest developments in Bitcoin’s covenants!
Join us for the first part of our three-part series on SegWit, also known as segregated witness. To gain a clear understanding of Taproot, it’s essential to comprehend the fundamentals of SegWit.
In this first part, we’ll delve into the necessary background material that led to SegWit. The following two parts will focus more on the technical aspects of SegWit version 1 and version 2. Don’t miss out on this opportunity to enhance your knowledge of Bitcoin’s underlying technologies!
After three long years the route blinding proposal from Bastien Teinturier has finally been merged into the BOLT-04 spec! Route blinding is a technique for achieving recipient privacy by obscuring the final few hops of a payment route using ECDH shared secrets between the recipient and the nodes along the blinded path. Check the PR or read this nice summary on the Voltage blog.
payjoin.org is a new site from Dan Gould explaining the mechanism and use of P2EP, or payjoin, a privacy-preserving on-chain transaction protocol that breaks the common input ownership hueristic. The site links directly to the payjoin SDK, a rust crate intended for developers to add payjoin support to their projects. payjoin v0.7.0 was also recently released with a focus on making bitcoin core and LND integration possible.