mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-15 20:06:32 +00:00
24 lines
1.2 KiB
Markdown
24 lines
1.2 KiB
Markdown
# Chapter Eighteen: Understanding Your Lighting Setup
|
|
|
|
> :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.
|
|
|
|
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) on Testnet.
|
|
|
|
## Objectives for This Chapter
|
|
|
|
After working through this chapter, a developer will be able to:
|
|
|
|
* Demonstrate that their c-lightning Node is Installed and Up-to-date
|
|
* Use basic wallet Commands
|
|
* Setting up a channel.
|
|
* Pay an invoice
|
|
* Generate a payment request.
|
|
|
|
## Table of Contents
|
|
|
|
* [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 Three: Setting Up a channel](18_3_Setting_Up_a_Channel.md)
|