mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-25 16:56:39 +00:00
24 lines
1.2 KiB
Markdown
24 lines
1.2 KiB
Markdown
# Chapter 18: 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.
|
|
|
|
The previous chapter concluded our work with Bitcoin proper, through CLI, scripting, and programming languages. However, there are many other utilities within the Bitcoin ecosystem: this chapter and the cover the largest. Here you'll begin work with the `lightning-cli` command-line interface, first by understanding c-lightning setup and its features — which is what will be explained with some examples and basic configuration.
|
|
|
|
## Objectives for This Chapter
|
|
|
|
After working through this chapter, a developer will be able to:
|
|
|
|
* Assess that a C-lightning Node is Installed and Up-to-date
|
|
* Perform Casic Lightning Wallet Commands
|
|
* Create a LIghtning Channel
|
|
|
|
Supporting objectives include the ability to:
|
|
|
|
* Understand the Basic Lightning Configuration
|
|
|
|
## 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)
|