Learning-Bitcoin-from-the-C.../20_0_Using_Lightning.md
Prayank 1bb7c04818 Add i2p
+ Rename Tor section to Privacy
+ Add i2p chapter in Privacy section
+ Change chapter numbers accordingly
+ Create `i2p_service.md`
+ Table for basic differences between Tor and i2p
+ Follow the same format for `15_0_Using_i2p.md` as used in Tor chapter
+ Add details in the steps used to create Bitcoin Core i2p service
2021-06-30 10:35:30 +05:30

1.1 KiB
Raw Blame History

Chapter Nineteen: Using Lightning

NOTE: This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning.

In this chapter you'll continue work with the lightning-cli command-line interface. You'll create invoices, perform payments, and close channels — all of the major activities for using Lightning.

Objectives for This Chapter

After working through this chapter, a developer will be able to:

  • Perform payments on the Lightning Network.
  • Apply closure to a Lightning channel.

Supporting objectives include the ability to:

  • Understand the format of invoices.
  • Understand the life cycle of Lightning Network payments.
  • Know how to expand the Lightning Network.

Table of Contents