2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-08 19:10:35 +00:00
Commit Graph

1561 Commits

Author SHA1 Message Date
keblek
924e253d66
Added start docker command
Also removed the redundant information.
2021-02-01 15:24:34 +01:00
keblek
1764b9163c
Fix formatting 2021-01-31 23:11:21 +01:00
keblek
8e2b0b8ac5
changed git clone to HTTPS
By using SSH on a fresh OS install you have to establish the public key of GitHub and if you don't have it you have to a song and dance about it. With HTTPS it works every time. Unless of course this is a security measure, in which case ignore this post.
2021-01-31 22:41:23 +01:00
keblek
7682acb7d9
Removed -y flag in apt command
Someone could copy paste it and with the y flag it would automatically install. It’s Java on Ubuntu so it’s probably fine, but it’s a bad precedent to have commands that change so much in a users system without them explicitly approving. 

This is an opinion.
2021-01-31 20:14:26 +01:00
Hannah
0dab0866dc Changed the heading and added a simple sentence to avoid a heading question with bullet point answers. 2021-01-31 13:12:11 -06:00
Gustavo Silva
2223aa8de4 change wording 2021-01-30 20:22:52 +00:00
Gustavo Silva
b79c02550e change wording 2021-01-30 20:21:38 +00:00
Gustavo Silva
d78c0f1027
Merge pull request #1 from lnbook/develop
merge main
2021-01-30 20:12:09 +00:00
Niffi
dffc4361e7
Update 02_getting_started.asciidoc
Delete double word
2021-01-30 20:49:17 +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
Andreas M. Antonopoulos
b8cf068816 Hash functions and recipes 2021-01-28 09:48:31 -06: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
Andreas M. Antonopoulos
681e6f3fb1 First section: intro, keys, hashes, signatures 2021-01-26 10:01:27 -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
Andreas M. Antonopoulos
88aa5c31c8 Bitcoin Fundamentals Review 2021-01-26 09:06:02 -06: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
jerzybrzoska
63bcb8142e
node_operations.asciidoc: the blockchain size update
Based on [the data](https://ycharts.com/indicators/bitcoin_blockchain_size). I myself run a pruned node so I cannot verify it. The adduced data may not include the transaction index. Another source that is consistent with the size that I propose: https://www.blockchain.com/charts/blocks-size
2021-01-24 17:12:17 +01:00
István András Seres
c5ae8a394d
Deanonymization is not trivial
Co-authored-by: nopara73 <adam.ficsor73@gmail.com>
2021-01-24 11:22:24 +01:00
seresistvanandras
7fc6736d6b References to MPP 2021-01-24 11:16:35 +01:00
István András Seres
910c341787
LN and censorship resistance
Co-authored-by: nopara73 <adam.ficsor73@gmail.com>
2021-01-24 10:53:12 +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