From 95f6f634845515265daeb3bd28a658e5549c38b0 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 2 Jul 2020 11:20:12 -1000 Subject: [PATCH] initial outline --- ..._a_Partially_Signed_Bitcoin_Transaction.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 06_7_Using_a_Partially_Signed_Bitcoin_Transaction.md diff --git a/06_7_Using_a_Partially_Signed_Bitcoin_Transaction.md b/06_7_Using_a_Partially_Signed_Bitcoin_Transaction.md new file mode 100644 index 0000000..c062038 --- /dev/null +++ b/06_7_Using_a_Partially_Signed_Bitcoin_Transaction.md @@ -0,0 +1,21 @@ +# 6.7: Using a Partially Signed Bitcoin Transaction + +> :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. + +[intro] + +> :warning: **VERSION WARNING:** This is an innovation from Bitcoin Core v 0.17.0. Earlier versions of Bitcoin Core will not be able to work with the PSBT while it is in process (though they will still be able to recognize the final transaction). + +## Use a PSBT to MultiSig + +## Use a PSBT to Pool Money + +## Use a PSBT to CoinJoin + +## Summary: Using a Partially Signed Bitcoin Transaction + +> :fire: ***What's the power of a PSBT?*** + +## What's Next? + +Move on to "Bitcoin Scripting" with [Chapter Seven: Introducing Bitcoin Scripts](07_0_Introducing_Bitcoin_Scripts.md).