Learning-Bitcoin-from-the-C.../06_6_Creating_a_Partially_Signed_Bitcoin_Transaction.md
Shannon Appelcline 720142c1f2
initial outline
2020-07-02 11:14:36 -10:00

710 B
Raw Blame History

6.6: Creating a Partially Signed Bitcoin Transaction

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]

⚠️ VERSION WARNING: This is an innovation from Bitcoin Core v 0.17.0 that had continued to be expanded through Bitcoin Core 0.20.0. Most of the commands in this section are from 0.17.0, but the updated importmulti that support descriptors is from 0.18.0.

Understand a PSBT

Create a PSBT the Old-Fashioned Way

Create a PSBT the Hard Way

Create a PSBT the Easy Way

Examine Your PSBT

Summary: Creating a Partially Signed Bitcoin Transaction

What's Next?