Update 18_0_Understanding_Your_Lightning_Setup.md

This commit is contained in:
Javier Vargas 2020-09-14 09:51:26 +02:00 committed by GitHub
parent 2ea77bb500
commit a80a1ba3a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,7 @@
In this chapter you'll be ready to begin working with the `lightning-cli` command-line interface. But that first requires that you understand your c-lightning setup and its features, which is what will be explained with some examples and basic configuration. In this chapter you'll be ready to begin working with the `lightning-cli` command-line interface. But that first requires that you understand your c-lightning setup and its features, which is what will be explained with some examples and basic configuration.
For this and future chapters, we presume that you have a VPS with c-lightning installed, running `lightningd` courtersy of [Bitcoin Standup Scripts](https://github.com/BlockchainCommons/Bitcoin-Standup-Scripts). For this and future chapters, we presume that you have a VPS with c-lightning installed, running `lightningd` courtersy of [Bitcoin Standup Scripts](https://github.com/BlockchainCommons/Bitcoin-Standup-Scripts) on Testnet.
We also presume that you are connected to testnet, allowing for access to bitcoins without using real funds. You can either do this by hand, per [§2.1: Setting up a Bitcoin-Core VPS by Hand](02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md), with Bitcoin Standup at Linode.com, per [§2.2: Setting up a Bitcoin-Core VPS with Bitcoin Standup](02_2_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md), or via other means, per [§2.3: Setting up a Bitcoin-Core Machine via Other Means](02_3_Setting_Up_Bitcoin_Core_Other.md).
## Objectives for This Chapter ## Objectives for This Chapter
@ -17,18 +16,8 @@ After working through this chapter, a developer will be able to:
* Pay an invoice * Pay an invoice
* Generate a payment request. * Generate a payment request.
Supporting objectives include the ability to:
* Use Basic Informational Commands.
* Understand what a lightning channel is.
* Understand what a invoice is.
* Understand how to pay an invoice.
## Table of Contents ## Table of Contents
* [Section One: Verifying Your Lightning Setup](18_1_Verifying_Your_Lightning_Setup.md) * [Section One: Verifying Your Lightning Setup](18_1_Verifying_Your_Lightning_Setup.md)
* [Section Two: Knowing Your Lightning Setup](18_2_Knowing_Your_lightning_Setup.md) * [Section Two: Knowing Your Lightning Setup](18_2_Knowing_Your_lightning_Setup.md)
* [Section Three: Setting Up a channel](18_3_Setting_Up_a_Channel.md) * [Section Three: Setting Up a channel](18_3_Setting_Up_a_Channel.md)
* [Section Four: Generate a payment request](19_1_Generate_a_Payment_Request.md)
* [Section Five: Paying an invoice](19_2_Paying_a_Invoice.md)
* [Section Five: Closing a Channel](19_3_Closing_a_Channel.md)