From ac1632cd0467e7201ea1d733845ab3793f81bb1a Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 2 Jul 2020 14:14:13 -1000 Subject: [PATCH] updated for new toc --- 08_0_Expanding_Bitcoin_Transactions_Other.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/08_0_Expanding_Bitcoin_Transactions_Other.md b/08_0_Expanding_Bitcoin_Transactions_Other.md index 59fc82c..62925f1 100644 --- a/08_0_Expanding_Bitcoin_Transactions_Other.md +++ b/08_0_Expanding_Bitcoin_Transactions_Other.md @@ -1,27 +1,21 @@ -# Chapter Six: Expanding Bitcoin Transactions +# Chapter Eight: Expanding Bitcoin Transactions in Other Ways -Basic bitcoin transactions: (1) send funds; (2) to a single P2PKH or SegWit recipient; (3) immediately. However, all three parts of this definition can be expanded using more complex Bitcoin transactions, which can alternatively send data, which can send to a group of recipients, or which can send at a later time. These three options represent further empowerment of Bitcoin and also the furthest boundaries of what you can do with the basic `bitcoin-cli` command. +The definition of basic transactions back in [Chapter Six](06_0_Expanding_Bitcoin_Transactions_Multisigs.md) said that they sent _funds_ _immediately_, but that's another thing that can be changed. This final section on Expanding Bitcoin Transactions talks about how to send things other than cash and how to do it at a time other than now. ## Objectives for This Section After working through this chapter, a developer will be able to: - * Create Multisignature Bitcoin Addresses * Create Transactions with Locktimes * Create Transactions with Data Supporting objectives include the ability to: - * Understand How to Spend Funds Sent to a Multisignature - * Plan for the Power of Multisignatures * Understand the Different Sorts of Timelocks * Plan for the Power of Locktime * Plan for the Power of OP_RETURN ## Table of Contents - * [Section One: Sending a Transaction with a Multsig](06_1_Sending_a_Transaction_to_a_Multisig.md) - * [Section Two: Spending a Transaction with a Multsig](06_2_Spending_a_Transaction_to_a_Multisig.md) - * [Section Three: Sending & Spending an Automated Multisig](06_3_Sending_an_Automated_Multisig.md) - * [Section Four: Sending a Transaction with a Locktime](06_4_Sending_a_Transaction_with_a_Locktime.md) - * [Section Five: Sending a Transaction with Data](06_5_Sending_a_Transaction_with_Data.md) + * [Section One: Sending a Transaction with a Locktime](08_1_Sending_a_Transaction_with_a_Locktime.md) + * [Section Two: Sending a Transaction with Data](08_2_Sending_a_Transaction_with_Data.md)