Owen Gunden
e387ad75a9
fix typo ( #809 )
2021-09-10 20:55:22 +02:00
Owen Gunden
7b6221a581
fix typo ( #808 )
2021-09-10 20:55:05 +02:00
Owen Gunden
10f5995f5a
typo ( #807 )
2021-09-10 20:54:36 +02:00
Owen Gunden
a34f9df604
typo ( #806 )
2021-09-10 20:54:04 +02:00
Owen Gunden
876c4ed9a6
fix typo and grammar ( #805 )
2021-09-10 20:53:43 +02:00
Owen Gunden
356fdea5d2
fix typos ( #804 )
2021-09-10 20:53:05 +02:00
Owen Gunden
a06959313c
rework grammar of Multiple HTLCs section ( #803 )
...
Co-authored-by: Rene Pickhardt <rene@rene-pickhardt.de>
2021-09-10 20:52:00 +02:00
Owen Gunden
6e00129777
fix typo ( #802 )
2021-09-10 20:50:12 +02:00
Owen Gunden
8a04d3ee5e
fix typo ( #801 )
2021-09-10 20:49:43 +02:00
Owen Gunden
14c9076ef7
fix typo ( #800 )
2021-09-10 20:49:23 +02:00
Owen Gunden
449cd73251
grammar fix ( #799 )
2021-09-10 20:49:03 +02:00
Owen Gunden
8c08e7662c
fix typo ( #798 )
2021-09-10 20:48:46 +02:00
baptiste767
11c98623a5
Typo ( #797 )
2021-09-10 20:48:25 +02:00
baptiste767
616193f276
Typo 2 ( #795 )
2021-09-10 20:45:55 +02:00
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
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