You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
jerzybrzoska eec465f44e
node_operations.asciidoc: -m is needed for 'useradd' to work
The reader was not asked to create a directory 'bitcoin' on his external drive. `sudo useradd -d /external_drive/bitcoin -s /dev/null bitcoin` will not make `/external_drive/bitcoin` the user's home directory as it can only assign existing directories. `sudo useradd -d /external_drive/bitcoin -s /dev/null bitcoin` cannot make new directories, for this '-m' is needed.
3 years ago
.github/ISSUE_TEMPLATE Update issue templates 4 years ago
.gitignore Update .gitignore 5 years ago
callouts O'Reilly templates 4 years ago
code/docker Merge pull request #566 from bitcoincoretech/issue_549b 4 years ago
contrib Finished fairness protocol section 4 years ago
images Added Umbrel to Node Operations 4 years ago
theme O'Reilly templates 4 years ago
tools README - Status by section and wordcount 4 years ago
.editorconfig Add trim_trailing_whitespace to .editorconfig 4 years ago
.travis.yml Relaxed Travis to avoid breaking builds while things are in flux 4 years ago
01_introduction.asciidoc Breaking up a long note into two paragraphs. (#593) 3 years ago
02_getting_started.asciidoc Merge pull request #591 from HannahMR/chapter2-alttext 3 years ago
03_how_ln_works.asciidoc Merge pull request #569 from batmanscode/develop 3 years ago
CONTRIBUTING.md contributing: add US spelling instruction 4 years ago
LICENSE.md Initial LICENSE.md 5 years ago
README.md node operations chapter status fix 4 years ago
appendix_license_notices.asciidoc Added subheading to license notice appendix 4 years ago
atlas.json Add newline ending to atlas.json 4 years ago
author_bio.html Updates to O'Reilly files 4 years ago
channel-construction.asciidoc [fix] minor misspells 4 years ago
channel-graph.asciidoc [fix] minor misspells 4 years ago
channel-operation.asciidoc [fix] minor misspells 4 years ago
colo.html Updates to O'Reilly files 4 years ago
copyright.html Formatting fixes 4 years ago
e2e-presentation-layer.asciidoc Update e2e-presentation-layer.asciidoc 4 years ago
glossary.asciidoc Merge pull request #577 from jerzybrzoska/patch-4 4 years ago
gossip.asciidoc more table formatting fixing 3 years ago
ix.html O'Reilly templates 4 years ago
node_client.asciidoc node_client.asciidoc: "collaboratively developed" instead of "collaborative developed" (#597) 3 years ago
node_operations.asciidoc node_operations.asciidoc: -m is needed for 'useradd' to work 3 years ago
onion-routing-htlc-forwarding.asciidoc Update onion-routing-htlc-forwarding.asciidoc 4 years ago
p2p.asciidoc Update p2p.asciidoc 4 years ago
path-finding.asciidoc path-finding: multipath 2: improvements (#522) 4 years ago
preface.asciidoc Merge pull request #532 from wackerow/w/glossary-edits 4 years ago
routing.asciidoc Routing chapter edits 4 years ago
titlepage.html More formatting fixes to titlepage 4 years ago
toc.html O'Reilly templates 4 years ago

README.md

Mastering the Lightning Network

Build Status

Mastering Lightning Cover

About

Mastering the Lightning Network is an O'Reilly Media book, due for publication in Q2'2021, and announced in August 2019 by authors Andreas M. Antonopoulos (@aantonop), Olaoluwa Osuntokun (@roasbeef), Rene Pickhardt (@renepickhardt).

The book describes the Lightning Network (LN), a Peer-to-Peer protocol running on top of Bitcoin and other blockchains, which provides near-instant, secure, micro-payments.

The book is suitable for technical readers with an understanding of the fundamentals of Bitcoin and other open blockchains.

Status

The current status of the book is "IN PROGRESS". See below for status of specific chapters and read the contribution guide to learn how and where to contribute.

Legend

  • 🔃 LIVE EDITS - Continuously changing: Submit focused/small Issues and PRs
  • 🔍 REVIEW - Ready for review: Submit Issues and PRs as needed
  • 🔏 EARLY DRAFT - In progress, changing often: Submit issues only, NO PRs or fixes
  • 📑 OUTLINE - Rough outline - Please contribute! PRs welcome.
  • 💭 PLANNED - Planned section - Do nothing yet.
Section Length (Word Count) Status
Preface and Acknowledgments #### 🔃
Glossary ############## 🔃
Introduction ###### 🔍
Getting Started ############ 🔍
LN Basics (How LN Works) ########################### 🔍
Nodes (LN Clients) #################### 🔍
Operating a Node ############################ 🔍
PART 2 PART 2 PART2
Intro to LN Routing (HTLCs) #################### 🔏
Channel Construction in Detail ########### 🔏
Channel operation with HTLCs and Statemachine ###### 🔏
Payment Path Finding ############### 🔏
P2P Communication ### 📑
Channel Graph and Gossip Layer ### 📑
End-to-End Payment Presentation Layer ### 📑
Lightning Applications (LApps) # 💭
LN's Future # 💭

Total Word Count: 83393

Target Word Count: 100,000-120,000

Contributing

The authors welcome contributions to this book! Read the Guide to Contributing

Source and license

Mastering the Lightning Network is released under the Creative Commons CC-BY-NC-ND license, which allows sharing the source code for personal use only. You may read this book for free. You may not create derivatives (such as PDF copies), or distribute the book commercially. The full terms of the license can be found here:

Creative Commons License

Mastering the Lightning Network by Andreas M. Antonopoulos, Olaoluwa Osuntokun, Rene Pickhardt is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

It is expected that the book will be released under a more permissive CC-BY-SA license within a year of publication.