Fabian presentation at Bitcoin Edge Dev++ 2019:
Debugging Bitcoin Core doc:
Debugging Bitcoin Core Workshop:
Introduction
First of all welcome to the debugging Bitcoin Core workshop. Everything I know more or less about using a debugger to learn from Bitcoin Core and to fix problems in Bitco...
Website:
Workshop repo:
Transcript of London Bitcoin Devs Miniscript presentation:
# Part 1
So what we’re going to do, there is a couple of things. We are going to go through the Miniscript website and learn about how Miniscript is constructed, how the type system works, some of the anti-mall...
Let’s prepare
```
mkdir workspace
cd workspace
git clone
cd bitcoin
git remote add kallewoof
git fetch kallewoof
git checkout signet
./autogen.sh
./configure -C --disable-bench --disable-test --without-gui
make -j5
```
When you try to run the configure part you are going to have some problems if...
Slides:
Intro
Today Schnorr and Taproot for Lightning, it is a really exciting topic.
Lightning architecture
The Lightning architecture for those who are not familiar with it. You have the blockchain as the underlying layer. On top of it you are going to build a channel, you have a HTLC and p...
Slides:
Intro
Hi everyone. Some of you were at my Bitcoin dev [presentation]( about Miniscript a couple of days where I managed to spend over 2 hours giving a presentation about this. I think I got this one down to 20 minutes but no promises. I will keep an eye on the clock.
Descriptors
It is...
Slides:
Support for Output Descriptors in Bitcoin Core:
Bitcoin Optech on Output script descriptors:
Bitcoin Core dev wiki on Wallet Class Structure Changes:
# Intro
Hi everyone. I am Andrew Chow, I am an engineer at Blockstream and also a Bitcoin Core contributor working mostly on the Bitc...
Slides:
BIP 325:
Signet on Bitcoin Wiki:
Bitcoin dev mailing list:
Bitcoin Core PR 16411 (closed):
Bitcoin Core PR 18267 (open):
Intro
I am going to talk about Signet. Do you guys know what Signet is? A few people know. I will explain it briefly. I have an elevator pitch, I have three ...
Transcripts
Community-maintained archive to unlocking knowledge from technical bitcoin transcripts