2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-01 03:20:53 +00:00
Commit Graph

2041 Commits

Author SHA1 Message Date
Owen Gunden
1efaf8ede1
capitalization fix (#791) 2021-09-10 20:43:57 +02:00
Owen Gunden
540342418e
typo fix (#790) 2021-09-10 20:43:40 +02:00
Owen Gunden
b525c9800c
remove extra parenthesis (#789) 2021-09-10 20:43:07 +02:00
Owen Gunden
c5fbe0a32c
grammatical fixes (#788) 2021-09-10 20:42:38 +02:00
Owen Gunden
a18a88beb2
add ogunden contributor (#787) 2021-09-10 20:41:35 +02:00
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
2021-09-10 20:40:36 +02:00
Owen Gunden
aeb54469e7
fix spelling (#785) 2021-09-10 20:39:17 +02:00
Owen Gunden
0abd67d6b4
capitalization fix (#784) 2021-09-10 20:38:47 +02:00
Patrick Lemke
8c8f960528
fix typo brackets (#783) 2021-09-10 20:38:27 +02:00
Carsten Otto
11adde13b0
fix typo (#780) 2021-09-10 20:37:59 +02:00
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.
2021-09-10 20:37:24 +02:00
César Alvarez Vallero
931cb4dcea
Fix typo (#777) 2021-09-10 20:35:58 +02:00
Raj
953efcff7a
Typo (#771) 2021-09-10 20:35:28 +02:00
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.
2021-09-10 20:34:15 +02:00
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
2021-09-05 05:24:41 -05:00
Andreas M. Antonopoulos
d4dcb4ae5e
Update requirements.txt
Address security vulnerability identified in Jupyter Notebook < 6.4.1 by Dependabot
2021-08-27 03:16:47 -05:00
Christian Decker
b951cfa970 cl: Use bitcoin-cli to fund the wallet
Simpler than using curl+json and have to add the wallet argument.
2021-08-25 21:23:16 +02:00
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.
2021-08-25 21:23:16 +02:00
Christian Decker
c2c2d89569 bitcoind: Use -rpcwait to wait for bitcoind startup 2021-08-25 21:23:16 +02:00
Christian Decker
32ceec4fbc cl: Update the c-lightning installation instructions
Also explain the version numbering scheme.
2021-08-25 21:23:16 +02:00
Christian Decker
08a1996471 cl: Use the reproducibly built release instead of the PPA
Also allows us to verify the integrity of the release :-)
2021-08-25 21:23:16 +02:00
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.
2021-08-17 18:51:37 -07:00
Andreas M. Antonopoulos
37088aab93 Merge branch 'develop' 2021-08-11 11:32:56 +02:00
Andreas M. Antonopoulos
c128a53cd3 Color screenshots 2021-08-11 11:32:21 +02:00
kristen@oreilly.com
f030bcfc66 Edited 07_payment_channels.asciidoc with Atlas code editor 2021-08-10 07:25:23 -07:00
kristen@oreilly.com
59a87178c3 Edited 09_channel_operation.asciidoc with Atlas code editor 2021-08-10 07:25:20 -07:00
aantonop
10a6b14998 Updated atlas.json 2021-08-04 00:35:30 -07:00
Andreas M. Antonopoulos
5593d4cf0f Merge branch 'develop' 2021-08-04 09:34:31 +02:00
Andreas M. Antonopoulos
e21944239c Appendices and README update 2021-08-04 09:34:13 +02:00
aantonop
beb5dc76ec Updated atlas.json 2021-08-04 00:16:56 -07:00
Andreas M. Antonopoulos
78da6f5b50 Updated README chapter status 2021-08-04 09:16:15 +02:00
Andreas M. Antonopoulos
7ea158784b Merge branch 'develop' 2021-08-04 09:15:19 +02:00
Andreas M. Antonopoulos
18f23038a6 Updated README and wordcount 2021-08-04 09:14:54 +02:00
Andreas M. Antonopoulos
673249d68f Renamed security as chapter 13 2021-08-04 09:13:39 +02:00
Andreas M. Antonopoulos
94c791b12d Security chapter edits 2021-08-04 09:12:27 +02:00
Andreas M. Antonopoulos
e26aede038 Updated README and wordcount 2021-08-04 09:03:26 +02:00
aantonop
d8262932f1 Updated atlas.json 2021-08-04 00:02:08 -07:00
Andreas M. Antonopoulos
7e3943ba41 Merge branch 'develop' 2021-08-04 08:58:36 +02:00
Andreas M. Antonopoulos
388139cb29
Merge pull request #750 from aantonop/path_finding_release_prep
WIP: Path Finding / Payment Delivery Chapter - Release prep
2021-08-04 01:58:05 -05:00
Andreas M. Antonopoulos
5be6276ec2 Moved stuck/stuckless payments and PTLCs to onion chapter 2021-08-04 08:54:02 +02:00
Andreas M. Antonopoulos
ce1ac6eac5 Uncertainty in conclusion 2021-08-04 08:45:36 +02:00
Andreas M. Antonopoulos
7fd41a84c0 Unequal splits in example 2021-08-04 08:43:46 +02:00
Andreas M. Antonopoulos
07469651d5 Updated README and wordcount 2021-08-03 13:33:28 +02:00
Andreas M. Antonopoulos
a6211adca8 Renamed as chapter 12 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
a81377d235 MPP, rounds, conclusion 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
261824c6be Probability section and stuckless payment section 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
db3e45e957 remove duplicated gossip and channel graph info 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
1056c288a5 Multi-path payments intro 2021-08-03 13:31:29 +02:00
Rene Pickhardt
c42056caed added an info box for further reading about uncertainty 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
8fa5f21105 Trial and error with path examples and learning 2021-08-03 13:31:29 +02:00