ATL BitLab Podcast

← ATL BitLab Podcast8 Dec 2025 · 52 min

BRH-004: BitDevs Radio Hour #4 – Your 2025 Bitcoin Wrapped is Here

BRH-004: BitDevs Radio Hour #4 – Your 2025 Bitcoin Wrapped is Here8 Dec 202552 min

Broadcasting live from ATL BitLab, Stephen DeLorme and Alex Lewin close out the year with a festive edition of the BitDevs Radio Hour. This episode covers a grab bag of fresh Bitcoin technical developments: new BIP assignments, a novel approach to private collaborative custody, a consensus discrepancy discovered via differential fuzzing, Lightning protocol optimization ideas, a serious React server components security vulnerability, and the debut of Bitcoin Wrapped 2025.

It's a year-end mix of hard engineering talk, cryptographic concepts, dev-ops war stories, and community reflections.

Episode Summary Stephen and Alex recap the final Atlanta BitDevs meetup of the year and then dive deep into several new Bitcoin and developer-adjacent topics. The discussion includes new BIP numbers, privacy-preserving collaborative custody for multisig, a consensus mismatch uncovered in NBitcoin thanks to fuzzing, a fresh ZmnSCPxj proposal for Lightning efficiency via private key handovers, and a major security alert affecting React server components (and by extension, many Next.js deployments).

The show closes with the premiere of the community-produced Bitcoin Wrapped 2025 — a Spotify-style year-in-review for the Atlanta BitDevs Socratic series — plus some reflection on the biggest themes of the year: covenants, quantum, regulatory pressure, BitVM, new soft fork proposals, and the rise of Bitcoin corporate treasuries.

Topics Covered 🆕 New BIP Assignments BIP 110: Reduced-Data Temporary Soft Fork

BIP 89: Chain Code Delegation for Private Collaborative Custody

Why BIPs get "real" numbers instead of meme numbers (no BIP 444, sorry Twitter).

The logic behind keeping related BIPs numerically clustered.

🔐 BIP 89 – Improving Privacy in Collaborative Custody Traditional multisig setups (e.g., Unchained, Casa) expose all xpubs to the collaborative custodian.

BIP 89 proposes a way to prevent sharing full xpub information using chain-code delegation.

Custodians can co-sign emergency transactions without seeing all user addresses.

Built around key-tweaking and Schnorr-like math — allowing assistance without surveillance.