From 0571765276dc69fb3a9b17268415142462bb3a82 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 7 Oct 2020 09:17:59 -1000 Subject: [PATCH] moved note on bitcoin standup --- 18_1_Verifying_Your_Lightning_Setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/18_1_Verifying_Your_Lightning_Setup.md b/18_1_Verifying_Your_Lightning_Setup.md index e240f63..f45aa23 100644 --- a/18_1_Verifying_Your_Lightning_Setup.md +++ b/18_1_Verifying_Your_Lightning_Setup.md @@ -15,6 +15,8 @@ Layer 2 refers to a secondary protocol builded on top of bitcoin blockchain syst As we said previous chapter you should have c-lightning installed courtesy BitcoinStandupScript, if not we describe here three options and steps to install it. +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. + ### Ubuntu ppa The first and fastest option is to use [Ubuntu ppa](https://launchpad.net/~lightningnetwork/+archive/ubuntu/ppa).