From 6caa49266e6877cbe3bc2c2e8145a22ba016074f Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 7 Oct 2020 14:02:00 -1000 Subject: [PATCH] Update 18_1_Verifying_Your_Lightning_Setup.md --- 18_1_Verifying_Your_Lightning_Setup.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/18_1_Verifying_Your_Lightning_Setup.md b/18_1_Verifying_Your_Lightning_Setup.md index 0966eec..d8673fe 100644 --- a/18_1_Verifying_Your_Lightning_Setup.md +++ b/18_1_Verifying_Your_Lightning_Setup.md @@ -34,6 +34,10 @@ If not, you'll need to install it by hand. Unfortunately, if you're using Debian Installing Lightning from source code should actually be pretty simple if you follow these instructions. +You also _probably_ want to do this on an unpruned node, as working with pruned nodes on Lightning may cause issues with installation and usage. If you set up your node way back at the start of this course to be pruned, you may wish to replace it with an unpruned node now. (If you're using testnet, you should be able to use the same size machine as you did for your pruned node.) + +With that, you're ready to install Lightning: + First you're going to need to install dependencies, including development requirements. ``` $ sudo apt-get install -y \ @@ -66,7 +70,7 @@ $ sudo make install ## Checking Your installation -You can confirm you have installed correclty lightningd using the `help` parameter: +You can confirm you have installed lightningd correctly using the `help` parameter: ``` $ lightningd --help