Commit Graph

1782 Commits (a75577ab13fdd478faab9aa0cb0b2781c634ae01)
 

Author SHA1 Message Date
Owen Gunden a18a88beb2
add ogunden contributor (#787) 3 years ago
Owen Gunden 041a05417b
Explain plugins (#786)
* explain how to use plugins in c-lightning

* try a simpler explanation for activating plugins

* c-lightning -> lightningd

* try a note box

* edits

* edit

* fix commas
3 years ago
Owen Gunden aeb54469e7
fix spelling (#785) 3 years ago
Owen Gunden 0abd67d6b4
capitalization fix (#784) 3 years ago
Patrick Lemke 8c8f960528
fix typo brackets (#783) 3 years ago
Carsten Otto 11adde13b0
fix typo (#780) 3 years ago
bosch 0e70295883
Added extra cd command (#778)
Added extra cd command in the intro as to ensure people are inside the lnbook directory prior to executing the next commands later in the chapter.
3 years ago
César Alvarez Vallero 931cb4dcea
Fix typo (#777) 3 years ago
Raj 953efcff7a
Typo (#771) 3 years ago
bosch 93daa31985
Small edit on who funds the channel. (#767)
Small edit on who funds the channel as well as expanded the footnote to mention experimental dual-funded channels currently in c-lightning.
3 years ago
Andreas M. Antonopoulos f545977c68
Merge pull request #837 from cdecker/cl-fix
Update the c-lightning installation instructions and make things a bit more stable
3 years ago
Andreas M. Antonopoulos d4dcb4ae5e
Update requirements.txt
Address security vulnerability identified in Jupyter Notebook < 6.4.1 by Dependabot
3 years ago
Christian Decker b951cfa970 cl: Use bitcoin-cli to fund the wallet
Simpler than using curl+json and have to add the wallet argument.
3 years ago
Christian Decker 28fe6cbcde bitcoind: Use loadwallet when restarting
When restarting a docker-compose set of containers we might already
have created the wallet, so load it instead.
3 years ago
Christian Decker c2c2d89569 bitcoind: Use -rpcwait to wait for bitcoind startup 3 years ago
Christian Decker 32ceec4fbc cl: Update the c-lightning installation instructions
Also explain the version numbering scheme.
3 years ago
Christian Decker 08a1996471 cl: Use the reproducibly built release instead of the PPA
Also allows us to verify the integrity of the release :-)
3 years ago
Olaoluwa Osuntokun 7c7bf21359
ch-07: construct revocation key derivation from first principles
In this commit, we attempt to construct the derivation method we used to
derive the revocation keys from first principles. This explanation was
inspired by a conversation with Rene, leading to a sort of Socratic
method explanation w.r.t why the remote party cannot be allowed to
unilaterally sign with the revocation public key.

This initial draft explanation is a bit too technical IMO, but it's
unclear how much prior knowledge we can expect from the reader and/or
how much space we should devote for explaining this little trick.

One thing we may want to do is use some shorter variable names (defined
earlier) to make this section a bit more compact.
3 years ago
Andreas M. Antonopoulos c128a53cd3 Color screenshots 3 years ago
Andreas M. Antonopoulos e21944239c Appendices and README update 3 years ago
Andreas M. Antonopoulos 78da6f5b50 Updated README chapter status 3 years ago
Andreas M. Antonopoulos 18f23038a6 Updated README and wordcount 3 years ago
Andreas M. Antonopoulos 673249d68f Renamed security as chapter 13 3 years ago
Andreas M. Antonopoulos 94c791b12d Security chapter edits 3 years ago
Andreas M. Antonopoulos e26aede038 Updated README and wordcount 3 years ago
Andreas M. Antonopoulos 388139cb29
Merge pull request #750 from aantonop/path_finding_release_prep
WIP: Path Finding / Payment Delivery Chapter - Release prep
3 years ago
Andreas M. Antonopoulos 5be6276ec2 Moved stuck/stuckless payments and PTLCs to onion chapter 3 years ago
Andreas M. Antonopoulos ce1ac6eac5 Uncertainty in conclusion 3 years ago
Andreas M. Antonopoulos 7fd41a84c0 Unequal splits in example 3 years ago
Andreas M. Antonopoulos 07469651d5 Updated README and wordcount 3 years ago
Andreas M. Antonopoulos a6211adca8 Renamed as chapter 12 3 years ago
Andreas M. Antonopoulos a81377d235 MPP, rounds, conclusion 3 years ago
Andreas M. Antonopoulos 261824c6be Probability section and stuckless payment section 3 years ago
Andreas M. Antonopoulos db3e45e957 remove duplicated gossip and channel graph info 3 years ago
Andreas M. Antonopoulos 1056c288a5 Multi-path payments intro 3 years ago
Rene Pickhardt c42056caed added an info box for further reading about uncertainty 3 years ago
Andreas M. Antonopoulos 8fa5f21105 Trial and error with path examples and learning 3 years ago
Andreas M. Antonopoulos d619ccf4ee Fees and algorithms 3 years ago
Andreas M. Antonopoulos 6e4203e1f0 Channel graph with fees and other metrics 3 years ago
Andreas M. Antonopoulos 418b62ec37 Updated intro and additional headings 3 years ago
Andreas M. Antonopoulos e06aa4c176 lngraph.py dependencies 3 years ago
Andreas M. Antonopoulos a9b47b0133 Increased channel balances in example and diagrams 3 years ago
Andreas M. Antonopoulos 7d2df2c87e Uncertainty of balances 3 years ago
Andreas M. Antonopoulos 66802cadaf Channel graph construction 3 years ago
Andreas M. Antonopoulos f48ac7c3f8 steps of simple payment delivery 3 years ago
Andreas M. Antonopoulos 70bf8f784c Updated graph and minor edits 3 years ago
Andreas M. Antonopoulos f3409d9b38 eidts for Rene's comments 3 years ago
Andreas M. Antonopoulos 6f01bc492c intro and fundamental concepts 3 years ago
Andreas M. Antonopoulos aea35d365e Path finding start 3 years ago
Paisal Kiattananan 6c5d8b10ba
Update 03_how_ln_works.asciidoc (#760) 3 years ago