From 9d2c53e89d9e8be5eb36d3861e07eb293417a677 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 23 Jun 2020 08:53:47 -1000 Subject: [PATCH] outlined --- 04_6_Creating_a_Segwit_Transaction.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/04_6_Creating_a_Segwit_Transaction.md b/04_6_Creating_a_Segwit_Transaction.md index 27e7e25..c3609fd 100644 --- a/04_6_Creating_a_Segwit_Transaction.md +++ b/04_6_Creating_a_Segwit_Transaction.md @@ -1,5 +1,29 @@ +# 4.6: Creating a SegWit 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. + +Once upon a time, the Bitcoin heavens shook + +## Understand a SegWit Transaction + +## Create a SegWit Address + ``` $ bitcoin-cli getnewaddress tb1q5gnwrh7ss5mmqt0qfan85jdagmumnatcscwpk6 ``` + +## Send a SegWit Transaction + +## Summary: Creating a SegWit Transaction + +[desc] + +> :fire: ***What the power of sending coins with SegWit?*** + +[desc] + +## What's Next? + Advance through "bitcoin-cli" with [Chapter Five: Controlling Bitcoin Transactions](05_0_Controlling_Bitcoin_Transactions.md). +