From 399fd92cb348aa45deabf0e0b2049680f9f1f355 Mon Sep 17 00:00:00 2001 From: "kristen@oreilly.com" Date: Mon, 15 Nov 2021 06:40:12 -0800 Subject: [PATCH] Edited 04_node_client.asciidoc with Atlas code editor --- 04_node_client.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/04_node_client.asciidoc b/04_node_client.asciidoc index 6d6f1b6..a9ef731 100644 --- a/04_node_client.asciidoc +++ b/04_node_client.asciidoc @@ -9,6 +9,7 @@ There is no reference implementation of the Lightning Network, but there are sev Another major difference between Lightning node software and Bitcoin node software is that Lightning nodes do not need to operate in lockstep with consensus rules and can have extended functionality beyond the baseline of the BOLTs. Therefore, different teams may pursue various experimental features that, if successful and broadly deployed, may become part of the BOLTs later. +[role="pagebreak-before"] In this chapter, you will learn how to set up each of the software packages for the most popular Lightning node implementations. We've presented them in alphabetical order to emphasize that we generally do not prefer or endorse one over the other. Each has its strengths and weaknesses, and choosing one will depend on a variety of factors. Since they are developed in different programming languages (e.g., Go, C, etc.), your choice may also depend on your level of familiarity and expertise with a specific language and development toolset. === Lightning Development Environment