2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-04 18:00:26 +00:00
Commit Graph

1681 Commits

Author SHA1 Message Date
baptiste767
5c6ee7bac0
Typo (#792) 2021-09-10 20:44:13 +02:00
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
Andreas M. Antonopoulos
c128a53cd3 Color screenshots 2021-08-11 11:32:21 +02:00
Andreas M. Antonopoulos
e21944239c Appendices and README update 2021-08-04 09:34:13 +02:00
Andreas M. Antonopoulos
78da6f5b50 Updated README chapter status 2021-08-04 09:16:15 +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
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
Andreas M. Antonopoulos
d619ccf4ee Fees and algorithms 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
6e4203e1f0 Channel graph with fees and other metrics 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
418b62ec37 Updated intro and additional headings 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
e06aa4c176 lngraph.py dependencies 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
a9b47b0133 Increased channel balances in example and diagrams 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
7d2df2c87e Uncertainty of balances 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
66802cadaf Channel graph construction 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
f48ac7c3f8 steps of simple payment delivery 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
70bf8f784c Updated graph and minor edits 2021-08-03 13:31:29 +02:00