2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-15 00:15:05 +00:00
Commit Graph

1421 Commits

Author SHA1 Message Date
keblek
1eda63e2d5
Bump core version to 0.21 2021-02-08 13:54:55 +01:00
keblek
f328767f06
Added rpc call so the new wallet plays nice
Core 21 doesn't create a new wallet by default anymore
2021-02-08 13:54:09 +01:00
keblek
b7e86db8bd
Added script that fends and prints the versions
Given the fast rate of change many users will be changing and experimenting with different versions of the nodes.

This is a small script to help an unfamiliar new user find and see the variables that affect the versioning.
2021-02-08 13:50:22 +01:00
keblek
4f281a67c4
Added thunderhub app 2021-02-08 11:26:44 +01:00
keblek
468262d706
Update wording 2021-02-08 02:00:50 +01:00
keblek
76e0694b4f
Rewording of sentence, SD caveats, removed info
Single board computers is a more specific term for raspberry pis (at least from my perspective) this can help the user find these devices on a search engine more easily. These devices are usually ARM based and significantly cheaper (slower too).

I think Mini PC usually refers to x86 (AKA something that can run windows without too much fuss) based computers. 

These lines are really blurry and not very important but I think using these terms will help newcomers search for these devices online more quickly.

I also removed specific prices and sizes of things, since these always change. If they really want to run bitcoin they will quickly find out how large it is and every time it gets mentioned it needs to be qualified with a date.  

Removed the caveat that you need an external storage device, since that's subject to the configuration of the node. 

Added a note to be careful with SD cards, since if not configured properly can be easily bricked.
2021-02-07 20:02:03 +01:00
Andreas M. Antonopoulos
6b7cef987f
Merge pull request #626 from keblek/patch-2
Added -r option to jq to strip quotes
2021-02-07 11:28:08 -06:00
keblek
0aa2aef753
Fix grammar 2021-02-07 18:27:20 +01:00
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
2021-02-07 18:19:40 +01:00
Andreas M. Antonopoulos
8d2582e51e
Merge pull request #622 from HannahMR/sysadmin
Rewording warning on sysadmin skills.
2021-02-02 09:25:37 -06:00
Andreas M. Antonopoulos
7972c3b0a8
Merge pull request #621 from HannahMR/down-node
Elaborating on the risks of a down Lightning node.
2021-02-02 09:25:05 -06:00
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…
2021-02-02 09:24:29 -06:00
Andreas M. Antonopoulos
b450bbeed0
Merge pull request #614 from keblek/patch-5
Fix formatting
2021-02-02 09:20:57 -06:00
Andreas M. Antonopoulos
7cd230d381
Merge pull request #613 from keblek/patch-4
changed git clone to HTTPS
2021-02-02 09:20:11 -06:00
Andreas M. Antonopoulos
4f8a6508d1
Merge pull request #611 from keblek/patch-2
Removed -y flag in apt command
2021-02-02 09:18:06 -06:00
Andreas M. Antonopoulos
27b5100be4
Merge pull request #610 from GustavoRSSilva/develop
Channel construction - Grammatical errors corrections
2021-02-02 09:17:36 -06:00
Andreas M. Antonopoulos
9968c3dd58
Merge pull request #609 from Niffi/develop
Delete double word
2021-02-02 09:16:35 -06:00
Andreas M. Antonopoulos
9af2827ba6
Merge pull request #599 from jerzybrzoska/patch-9
node_operations.asciidoc: the blockchain size update
2021-02-02 09:15:34 -06:00
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
Hannah
cf5b538ff2 Rewording warning on sysadmin skills. 2021-02-01 16:57:40 -06:00
Hannah
f33e4015aa Elaborating on the risks of a down Lightning node. 2021-02-01 16:31:04 -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
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