Commit Graph

1918 Commits (0ccb9b45ecded093dbcfd012c1ba7655b5c177cb)
 

Author SHA1 Message Date
Owen Gunden fbd6dc1be0
typo (#826) 3 years ago
Owen Gunden ef2e552973
remove underscore (#824) 3 years ago
Owen Gunden c15f55b1f3
grammar fix (#823) 3 years ago
Owen Gunden 261026b63d
make consistent use of unhyphenated 'multisig' (#822) 3 years ago
Owen Gunden da68558ce1
remove ellipsis (#821) 3 years ago
Owen Gunden 8c25ea1678
fix typo (#820) 3 years ago
Owen Gunden df11e0c2b2
typo (#818) 3 years ago
Owen Gunden a4455ea906
typo (#816) 3 years ago
Owen Gunden f86610de8d
remove comma (#815) 3 years ago
Owen Gunden d433847425
typo (#814) 3 years ago
Owen Gunden 1d24337ba7
add missing 'to' (#812) 3 years ago
Owen Gunden 8c39d3bd9e
grammar fixes (#810) 3 years ago
Owen Gunden e387ad75a9
fix typo (#809) 3 years ago
Owen Gunden 7b6221a581
fix typo (#808) 3 years ago
Owen Gunden 10f5995f5a
typo (#807) 3 years ago
Owen Gunden a34f9df604
typo (#806) 3 years ago
Owen Gunden 876c4ed9a6
fix typo and grammar (#805) 3 years ago
Owen Gunden 356fdea5d2
fix typos (#804) 3 years ago
Owen Gunden a06959313c
rework grammar of Multiple HTLCs section (#803)
Co-authored-by: Rene Pickhardt <rene@rene-pickhardt.de>
3 years ago
Owen Gunden 6e00129777
fix typo (#802) 3 years ago
Owen Gunden 8a04d3ee5e
fix typo (#801) 3 years ago
Owen Gunden 14c9076ef7
fix typo (#800) 3 years ago
Owen Gunden 449cd73251
grammar fix (#799) 3 years ago
Owen Gunden 8c08e7662c
fix typo (#798) 3 years ago
baptiste767 11c98623a5
Typo (#797) 3 years ago
baptiste767 616193f276
Typo 2 (#795) 3 years ago
baptiste767 5c6ee7bac0
Typo (#792) 3 years ago
Owen Gunden 1efaf8ede1
capitalization fix (#791) 3 years ago
Owen Gunden 540342418e
typo fix (#790) 3 years ago
Owen Gunden b525c9800c
remove extra parenthesis (#789) 3 years ago
Owen Gunden c5fbe0a32c
grammatical fixes (#788) 3 years ago
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 37088aab93 Merge branch 'develop' 3 years ago