Update 18_1_Verifying_Your_Lightning_Setup.md

This commit is contained in:
Shannon Appelcline 2020-10-13 12:13:31 -10:00 committed by GitHub
parent cbe3a13dce
commit 21ac143bd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ If not, you'll need to install it now. Unfortunately, if you're using Debian you
> :book: ***What is c-lightning?*** There are three different implementations of Lightning at present: C-Lightning, LND, and Eclair. They should all be functionally compatible, based on the same [BOLT RFCs](https://github.com/lightningnetwork/lightning-rfc/blob/master/00-introduction.md), but their implementation details may be different. We've chosen c-lightning as the basis of our course because it's also part of the same [Elements Project](https://github.com/ElementsProject) that also contains Libwally. > :book: ***What is c-lightning?*** There are three different implementations of Lightning at present: C-Lightning, LND, and Eclair. They should all be functionally compatible, based on the same [BOLT RFCs](https://github.com/lightningnetwork/lightning-rfc/blob/master/00-introduction.md), but their implementation details may be different. We've chosen c-lightning as the basis of our course because it's also part of the same [Elements Project](https://github.com/ElementsProject) that also contains Libwally.
### Compiling the Source Code ### Compiling the c-lightning Source Code
Installing Lightning from source code should actually be pretty simple if you follow these instructions. Installing Lightning from source code should actually be pretty simple if you follow these instructions.