From 9820f499da99cce82cd29e28c0d79d1c6e77fcb5 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline <shannona@skotos.net> Date: Tue, 30 Jun 2020 13:25:41 -1000 Subject: [PATCH] Outlined new section --- 03_5_Understanding_the_Descriptor.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 03_5_Understanding_the_Descriptor.md diff --git a/03_5_Understanding_the_Descriptor.md b/03_5_Understanding_the_Descriptor.md new file mode 100644 index 0000000..8a63937 --- /dev/null +++ b/03_5_Understanding_the_Descriptor.md @@ -0,0 +1,17 @@ +# 3.5: Understanding the Descriptor + +> :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. + +You may have noticed a weird "desc:" field in the `listunspent` command of the previous section. Here's what's all about. + +## Capture a Descriptor + +## Examine a Descriptor + +## Import a Desciptor + +## What's Next? + +Advance through "bitcoin-cli" with [Chapter Four: Sending Bitcoin Transactions](04_0_Sending_Bitcoin_Transactions.md). + +> :fire: What is the power of descriptors?