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

1285 Commits

Author SHA1 Message Date
Andreas M. Antonopoulos
4723491456
Merge pull request #608 from HannahMR/wrap-text
Wrap text
2021-02-02 09:14:13 -06:00
Andreas M. Antonopoulos
fa6bc93954
Merge pull request #603 from jerzybrzoska/patch-11
"also requires only ..." instead of "also only requires ..."
2021-02-02 09:03:48 -06:00
Andreas M. Antonopoulos
9ff862c037
Merge pull request #600 from HannahMR/stacked-headings
Adding a section intro sentence to avoid stacked headings.
2021-02-02 09:02:33 -06:00
Andreas M. Antonopoulos
d5e830343f
Merge pull request #595 from HannahMR/whitepaper-link
Adding Lightning Network whitepaper link.
2021-02-02 08:58:56 -06:00
Andreas M. Antonopoulos
1154c42c84
Merge pull request #594 from HannahMR/01-intro
rewording
2021-02-02 08:57:52 -06:00
Andreas M. Antonopoulos
208beb1374
Merge pull request #619 from keblek/patch-7
Added start docker command
2021-02-01 12:13:19 -06:00
keblek
924e253d66
Added start docker command
Also removed the redundant information.
2021-02-01 15:24:34 +01:00
Hannah
71c8bfee2d Adding [source,bash] to a few more places that may need it. 2021-01-30 12:40:57 -06:00
Hannah
8af6f5361f Adding [source,bash] where needed for the rest of the chapter. 2021-01-30 12:27:10 -06:00
Hannah
1d6122bdc5 Adding [source,bash] to wrap text. 2021-01-30 12:21:52 -06:00
Rene Pickhardt
88f822a3c7 added a table of dns servers 2021-01-28 16:57:55 +01:00
Hannah
8c4a5bd818 Capitalizing sentence start. 2021-01-27 16:17:38 -06:00
Rene Pickhardt
60d3dd2fd9 merged table header and online changes 2021-01-27 16:03:01 +01:00
Rene Pickhardt
431ea23458 some minor adds to gossip 2021-01-27 16:02:05 +01:00
jerzybrzoska
9c7790c95e
"also requires only ..." instead of "also only requires ..."
The latter reads more natural to me. [Google Ngrams results](https://books.google.com/ngrams/graph?content=also+only+requires+a%2Calso+requires+only+a&year_start=1800&year_end=2019&corpus=26&smoothing=10&direct_url=t1%3B%2Calso%20only%20requires%20a%3B%2Cc0%3B.t1%3B%2Calso%20requires%20only%20a%3B%2Cc0) for the reference.
2021-01-26 18:26:54 +01:00
Andreas M. Antonopoulos
4fb21e5a8c
Merge pull request #602 from jerzybrzoska/patch-5
node_operations.asciidoc: -m is needed for 'useradd' to work
2021-01-26 10:33:43 -06:00
jerzybrzoska
eec465f44e
node_operations.asciidoc: -m is needed for 'useradd' to work
The reader was not asked to create a directory 'bitcoin' on his external drive. `sudo useradd -d /external_drive/bitcoin -s /dev/null bitcoin` will not make `/external_drive/bitcoin` the user's home directory as it can only assign existing directories. `sudo useradd -d /external_drive/bitcoin -s /dev/null bitcoin` cannot make new directories, for this '-m' is needed.
2021-01-26 17:01:26 +01:00
Rene Pickhardt
e64d151cfb
more table formatting fixing 2021-01-26 16:54:46 +01:00
Rene Pickhardt
6df8e4bbb7
fix formatting error of the new table 2021-01-26 16:53:41 +01:00
Rene Pickhardt
dc7d2d7560 added some motivation and a more educational version to the beginning of the gossip chapter 2021-01-26 16:51:53 +01:00
Hannah
958c6ed7b0 Adding a section intro sentence to avoid stacked headings. 2021-01-25 15:35:00 -06:00
Andreas M. Antonopoulos
4953744dc8
Merge pull request #591 from HannahMR/chapter2-alttext
Adding alt text to images
2021-01-25 13:02:46 -06:00
HannahMR
d627f47f65
Breaking up a long note into two paragraphs. (#593) 2021-01-25 17:38:15 +01:00
jerzybrzoska
bd68075856
node_client.asciidoc: "collaboratively developed" instead of "collaborative developed" (#597)
[Collaborative](https://dictionary.cambridge.org/dictionary/english/collaborative) is not an adverb, [collaboratively](https://en.wiktionary.org/wiki/collaboratively) is. I also added 'are' for the sake of [parallelism](https://en.wikipedia.org/wiki/Parallelism_(grammar)), the said 'are' is optional, though.
2021-01-25 17:36:50 +01:00
jerzybrzoska
74b5e4cb07
node_operations.asciidoc: correcting a typo (#598)
"definitely" instead of "defintely"
2021-01-25 17:34:42 +01:00
HannahMR
91377b9728
Changing buttlet point list to numbered list to match the below reference to a numbered list. (#592) 2021-01-25 17:34:04 +01:00
Rene Pickhardt
58c77cbb27
added my favorite ln explorer (: 2021-01-25 17:29:28 +01:00
Hannah
ccbdd7696b Adding Lightning Network whitepaper link. 2021-01-22 17:52:47 -06:00
Hannah
5bd24d1578 Adding alt text to images 2021-01-22 15:45:30 -06:00
Andreas M. Antonopoulos
52d9ae0c91
Merge pull request #589 from HannahMR/order-swap
Rearranged list, making alphanumeric and swapping URL/description.
2021-01-22 10:06:14 -06:00
Andreas M. Antonopoulos
5b64e00535
Merge pull request #585 from Fichte42/develop
Added Umbrel to Node Operations
2021-01-22 10:05:45 -06:00
Andreas M. Antonopoulos
bcb155eb85
Merge pull request #569 from batmanscode/develop
Minor wording and punctuation
2021-01-22 10:04:52 -06:00
Hannah
60bc30a8a9 Rearranged list, making alphanumeric and swapping URL/description. 2021-01-20 17:06:28 -06:00
Hannah
273a9521c6 rewording 2021-01-20 16:17:50 -06:00
Rene Pickhardt
634b920869
completed missing sentence 2021-01-18 19:49:34 +01:00
Andreas M. Antonopoulos
d29012d12f
Merge pull request #586 from Fichte42/issue_528
Add Muun
2021-01-18 11:58:47 -06:00
Fichte42
5079219077 Fixed Keystore 2021-01-18 18:36:15 +01:00
Fichte42
de78a4710e Add Muun
refs #528
2021-01-18 18:15:46 +01:00
Fichte42
bda10134d6 Added Umbrel to Node Operations
refs #529
2021-01-15 20:22:44 +01:00
Andreas M. Antonopoulos
22067eb157
Merge pull request #573 from jerzybrzoska/patch-1
Punctuation (missing full stop).
2021-01-11 13:14:41 -06:00
Andreas M. Antonopoulos
a13efbc3a6
Merge pull request #575 from jerzybrzoska/patch-2
Consistency in spelling out the numbers that are < 10 (ch. 3)
2021-01-11 13:14:33 -06:00
Andreas M. Antonopoulos
b97cd977de
Merge pull request #576 from jerzybrzoska/patch-3
Consistency in spelling out the numbers that are < 10 (introduction)
2021-01-11 13:13:59 -06:00
Andreas M. Antonopoulos
4ddb41ab95
Merge pull request #577 from jerzybrzoska/patch-4
Corrected a typo "2-of-2" instead of "2-2"
2021-01-11 13:13:34 -06:00
Andreas M. Antonopoulos
6ed6712ddd
Merge pull request #578 from GustavoRSSilva/feature/minor-misspells-channel-description
Channel description - minor misspels
2021-01-11 13:13:26 -06:00
Andreas M. Antonopoulos
95b16c65d3
Merge pull request #579 from jerzybrzoska/patch-5
Consistent spelling of timelock (ch. 3)
2021-01-11 13:12:51 -06:00
Andreas M. Antonopoulos
eb7aff823d
Merge branch 'develop' into patch-5 2021-01-11 13:12:43 -06:00
Andreas M. Antonopoulos
e8e46646a8
Merge pull request #581 from jerzybrzoska/patch-6
Minor modification that removes ambiguity (ch. 3)
2021-01-11 13:11:26 -06:00
Andreas M. Antonopoulos
3b6dcc164e
Merge pull request #582 from jerzybrzoska/patch-7
Made one sentence out of these two.
2021-01-11 13:11:02 -06:00
Andreas M. Antonopoulos
1997ed28a7
Merge pull request #568 from johnsBeharry/develop
fix(glossary): BOLT === Basis Of Lightning Technology NOT Basics
2021-01-11 13:10:39 -06:00
Andreas M. Antonopoulos
bc8b34667b
Merge pull request #567 from ysangkok/patch-1
Update Eclair manual building instructions
2021-01-11 13:10:14 -06:00