From 6070fdc0302a2ad7eebc8cd9632a3117b3f96c42 Mon Sep 17 00:00:00 2001 From: bnonni Date: Wed, 6 Mar 2024 13:41:46 -0500 Subject: [PATCH] fix formatting --- .../2024-03-06-mastering-bitcoin-chapters-5-6.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/events/2024-03-06-mastering-bitcoin-chapters-5-6.md b/content/events/2024-03-06-mastering-bitcoin-chapters-5-6.md index fc9431e..ace8050 100644 --- a/content/events/2024-03-06-mastering-bitcoin-chapters-5-6.md +++ b/content/events/2024-03-06-mastering-bitcoin-chapters-5-6.md @@ -64,16 +64,11 @@ These questions are provided to help guide your thinking as read the material. W - What are these outputs called? What protects full nodes from these outputs? Explain. Any exceptions? - What makes OP_RETURN transactions special? - Is there a min/max for output scripts? How and when are these enforced? -- Can anyone recall examples of an output script size that takes up almost a whole tx? How about a tx that almost takes up a whole block? +- Can anyone recall examples of an output script that tookup or almost tookup a whole tx? +- How about a tx that took up (almost) a whole block? ##### Segwit -Links: - -- [Chaincode Seminar Week 2: Segwit](https://chaincode.gitbook.io/seminars/bitcoin-protocol-development/segwit) -- [Chaincode Seminar Notes](https://docs.google.com/document/d/1uwHZ8zYnEVOAUaFv14_qngy9j3QK5WLctsTtivzqCGk/edit#heading=h.iwqqf2id6ggo) -- [Segwit Video w/ Jimmy Song](https://www.youtube.com/watch?v=Txfy2mFe16A) - - What is a "witness" in bitcoin? - Why are they important? - Why do they exist? @@ -85,4 +80,9 @@ Links: - What is an anyone-can-spend output script and how does it allow us to soft-fork Segwit into Bitcoin? - What defines a segwit output script template? - What are the two types of templates? How do they work? -- + +Links: + +- [Chaincode Seminar Week 2: Segwit](https://chaincode.gitbook.io/seminars/bitcoin-protocol-development/segwit) +- [Chaincode Seminar Notes](https://docs.google.com/document/d/1uwHZ8zYnEVOAUaFv14_qngy9j3QK5WLctsTtivzqCGk/edit#heading=h.iwqqf2id6ggo) +- [Segwit Video w/ Jimmy Song](https://www.youtube.com/watch?v=Txfy2mFe16A)