mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2026-04-13 00:22:25 +00:00
24 lines
1.2 KiB
Markdown
24 lines
1.2 KiB
Markdown
# Chapter Seven: Expanding Bitcoin Transactions with Multisigs
|
|
|
|
Basic bitcoin transactions: (1) send funds; (2) to a single recipient; (3) from a single machine; (4) immediately. However, all four parts of this definition can be expanded using more complex Bitcoin transactions. This first chapter of "Expanding Bitcoin Transactions" shows how to vary points (2) and (3) by sending money to an address that represents multiple recipients (or at least, multiple signers).
|
|
|
|
## Objectives for This Section
|
|
|
|
After working through this chapter, a developer will be able to:
|
|
|
|
* Create Multisignature Bitcoin Addresses Using Bitcoin Fundamentals
|
|
* Create Multisignature Bitcoin Addresses Using Descriptors
|
|
* Spend Funds on Multisignature Adddresses
|
|
|
|
Supporting objectives include the ability to:
|
|
|
|
* Understand How to Spend Funds Sent to a Multisignature
|
|
* Plan for the Power of Multisignatures
|
|
|
|
## Table of Contents
|
|
|
|
* [Section One: Creating a Multisig with Public Keys](07_1_Creating_Multisig_Public_Keys.md)
|
|
* [Section Two: Creating a Multisig with Descriptors](07_2_Creating_Multisig_Descriptors.md)
|
|
* [Section Three: Spending a Transaction with a Multsig](07_3_Spending_a_Transaction_to_a_Multisig.md)
|
|
|