From f18fd40cd5109b7772bebeb9a5e19e422a2e66fb Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Sun, 12 Jul 2020 10:08:53 +0200 Subject: [PATCH] Update 13_0_Understanding_Your_Lightning_Setup.md --- 13_0_Understanding_Your_Lightning_Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13_0_Understanding_Your_Lightning_Setup.md b/13_0_Understanding_Your_Lightning_Setup.md index f5995af..41fb135 100644 --- a/13_0_Understanding_Your_Lightning_Setup.md +++ b/13_0_Understanding_Your_Lightning_Setup.md @@ -2,7 +2,7 @@ You're now 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 in this chapter. -For this and future chapters, we presume that you have a VPS with c-lightning installed, running `lightningd` courtersy of [Bitcoin Standup Script](https://github.com/BlockchainCommons/Bitcoin-Standup-Scripts). +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). We also presume that you are connected to testnet, allowing for access to bitcoins without using real funds. You can either do this by hand, per [§2.1: Setting up a Bitcoin-Core VPS by Hand](02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md), with Bitcoin Standup at Linode.com, per [§2.2: Setting up a Bitcoin-Core VPS with Bitcoin Standup](02_2_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md), or via other means, per [§2.3: Setting up a Bitcoin-Core Machine via Other Means](02_3_Setting_Up_Bitcoin_Core_Other.md). ## Objectives for This Chapter