Commit Graph

1310 Commits (1e94af5b81989288523dbf7126180c70c6425b3c)
 

Author SHA1 Message Date
Andreas M. Antonopoulos 1e94af5b81 Renaming in images 3 years ago
Andreas M. Antonopoulos ccb7b14771 Changing story/example names throughout 3 years ago
Andreas M. Antonopoulos 0c578aa441 Rename story actors: Fix #464 Fix #517 Fix #590
Fix
3 years ago
Andreas M. Antonopoulos 6b7cef987f
Merge pull request #626 from keblek/patch-2
Added -r option to jq to strip quotes
3 years ago
keblek 2f80b05d22
Added -r option to jq to strip quotes
The manual way for stripping quotes from a json reply is messy and gets in the way, jq has a built in tool `-r` to do this.

Aligned the echo commands so its a bit more tidy
3 years ago
Andreas M. Antonopoulos 8d2582e51e
Merge pull request #622 from HannahMR/sysadmin
Rewording warning on sysadmin skills.
4 years ago
Andreas M. Antonopoulos 7972c3b0a8
Merge pull request #621 from HannahMR/down-node
Elaborating on the risks of a down Lightning node.
4 years ago
Andreas M. Antonopoulos 49b7262557
Merge pull request #617 from HannahMR/heading-questions
Changed the heading and added a simple sentence to avoid a heading qu…
4 years ago
Andreas M. Antonopoulos b450bbeed0
Merge pull request #614 from keblek/patch-5
Fix formatting
4 years ago
Andreas M. Antonopoulos 7cd230d381
Merge pull request #613 from keblek/patch-4
changed git clone to HTTPS
4 years ago
Andreas M. Antonopoulos 4f8a6508d1
Merge pull request #611 from keblek/patch-2
Removed -y flag in apt command
4 years ago
Andreas M. Antonopoulos 27b5100be4
Merge pull request #610 from GustavoRSSilva/develop
Channel construction - Grammatical errors corrections
4 years ago
Andreas M. Antonopoulos 9968c3dd58
Merge pull request #609 from Niffi/develop
Delete double word
4 years ago
Andreas M. Antonopoulos 9af2827ba6
Merge pull request #599 from jerzybrzoska/patch-9
node_operations.asciidoc: the blockchain size update
4 years ago
Andreas M. Antonopoulos 4723491456
Merge pull request #608 from HannahMR/wrap-text
Wrap text
4 years ago
Andreas M. Antonopoulos fa6bc93954
Merge pull request #603 from jerzybrzoska/patch-11
"also requires only ..." instead of "also only requires ..."
4 years ago
Andreas M. Antonopoulos 9ff862c037
Merge pull request #600 from HannahMR/stacked-headings
Adding a section intro sentence to avoid stacked headings.
4 years ago
Andreas M. Antonopoulos d5e830343f
Merge pull request #595 from HannahMR/whitepaper-link
Adding Lightning Network whitepaper link.
4 years ago
Andreas M. Antonopoulos 1154c42c84
Merge pull request #594 from HannahMR/01-intro
rewording
4 years ago
Hannah cf5b538ff2 Rewording warning on sysadmin skills. 4 years ago
Hannah f33e4015aa Elaborating on the risks of a down Lightning node. 4 years ago
Andreas M. Antonopoulos 208beb1374
Merge pull request #619 from keblek/patch-7
Added start docker command
4 years ago
keblek 924e253d66
Added start docker command
Also removed the redundant information.
4 years ago
keblek 1764b9163c
Fix formatting 4 years ago
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.
4 years ago
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.
4 years ago
Hannah 0dab0866dc Changed the heading and added a simple sentence to avoid a heading question with bullet point answers. 4 years ago
Gustavo Silva 2223aa8de4 change wording 4 years ago
Gustavo Silva b79c02550e change wording 4 years ago
Gustavo Silva d78c0f1027
Merge pull request #1 from lnbook/develop
merge main
4 years ago
Niffi dffc4361e7
Update 02_getting_started.asciidoc
Delete double word
4 years ago
Hannah 71c8bfee2d Adding [source,bash] to a few more places that may need it. 4 years ago
Hannah 8af6f5361f Adding [source,bash] where needed for the rest of the chapter. 4 years ago
Hannah 1d6122bdc5 Adding [source,bash] to wrap text. 4 years ago
Rene Pickhardt 88f822a3c7 added a table of dns servers 4 years ago
Hannah 8c4a5bd818 Capitalizing sentence start. 4 years ago
Rene Pickhardt 60d3dd2fd9 merged table header and online changes 4 years ago
Rene Pickhardt 431ea23458 some minor adds to gossip 4 years ago
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.
4 years ago
Andreas M. Antonopoulos 4fb21e5a8c
Merge pull request #602 from jerzybrzoska/patch-5
node_operations.asciidoc: -m is needed for 'useradd' to work
4 years ago
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.
4 years ago
Rene Pickhardt e64d151cfb
more table formatting fixing 4 years ago
Rene Pickhardt 6df8e4bbb7
fix formatting error of the new table 4 years ago
Rene Pickhardt dc7d2d7560 added some motivation and a more educational version to the beginning of the gossip chapter 4 years ago
Hannah 958c6ed7b0 Adding a section intro sentence to avoid stacked headings. 4 years ago
Andreas M. Antonopoulos 4953744dc8
Merge pull request #591 from HannahMR/chapter2-alttext
Adding alt text to images
4 years ago
HannahMR d627f47f65
Breaking up a long note into two paragraphs. (#593) 4 years ago
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.
4 years ago
jerzybrzoska 74b5e4cb07
node_operations.asciidoc: correcting a typo (#598)
"definitely" instead of "defintely"
4 years ago
HannahMR 91377b9728
Changing buttlet point list to numbered list to match the below reference to a numbered list. (#592) 4 years ago