2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-06 21:20:29 +00:00
Commit Graph

962 Commits

Author SHA1 Message Date
Andreas M. Antonopoulos
1224047534
Merge pull request #393 from 8go/patch-95
node_operations: English touch-ups
2020-09-02 08:54:17 -04:00
Andreas M. Antonopoulos
dda741ee31
Merge pull request #391 from ImranLorgat/patch-18
Presentation Layer - What information does an invoice contain?
2020-09-02 08:52:49 -04:00
Andreas M. Antonopoulos
067f73108e
Merge pull request #388 from ImranLorgat/patch-14
Glossary- Zombie Channel
2020-09-02 08:50:27 -04:00
Andreas M. Antonopoulos
d3177bdd44
Merge pull request #387 from ImranLorgat/patch-13
Glossary - Atomic Multipath Payments
2020-09-02 08:50:19 -04:00
Andreas M. Antonopoulos
4d5fc49309
Merge pull request #386 from ImranLorgat/patch-12
Glossary- JIT Routing
2020-09-02 08:50:10 -04:00
Andreas M. Antonopoulos
ee5533578c
Merge pull request #385 from ImranLorgat/patch-11
Glossary - Fees
2020-09-02 08:49:28 -04:00
Andreas M. Antonopoulos
3b522811e7
Merge pull request #384 from ImranLorgat/patch-9
Glossary - Lightning Node definition
2020-09-02 08:49:04 -04:00
Andreas M. Antonopoulos
5235c947ea
Merge pull request #383 from 8go/patch-94
node_operations: English, OS, LN Node
2020-09-02 08:48:36 -04:00
Andreas M. Antonopoulos
736d4946b8
Merge pull request #382 from 8go/patch-93
node_operations: English. BTC node
2020-09-02 08:48:13 -04:00
Andreas M. Antonopoulos
42c21d978e
Merge pull request #372 from 8go/patch-85
reformatted
2020-09-02 08:47:35 -04:00
René K
03b522c7f6
Update 02_getting_started.asciidoc
Link to eclair-channels picture fixed
2020-09-02 00:13:45 +02:00
René K
db2d24fd70
Update 02_getting_started.asciidoc 2020-09-01 22:38:15 +02:00
Imran
a85f9c7f1b
Glossary - Watchtowers
Added an entry on LN watchtowers. Used the ION Wiki to check some of this info. Please credit accordingly.

https://wiki.ion.radar.tech/tech/research/watchtowers
2020-09-01 21:06:31 +02:00
Imran
c50b4ef2de
Update glossary.asciidoc
Current definition is confusing and has references to Revocable Sequence Maturity Contracts and 483s HTCLs.

Rewrote a simpler definition incorporating ideas from Chapter 3 - How LN works
2020-09-01 20:42:08 +02:00
8go
7524d864b5
node_operations: touch-ups Manual Port Forwarding
- minor adjustments and additions
2020-08-30 17:22:47 +00:00
8go
eef82bb6e3
node_operations: English, touchups, UPNP, TOR
- UPNP: the description in my opinion was incorrect, at least misleading. I rephrased to eliminate the part of the sentence that was doubtful in my opinion
- it's --> its (possessive)
- addition of checking TOR installation
2020-08-30 17:05:01 +00:00
8go
d8d6e96a2d
node_operations: English touch-ups
- mostly commas
- a couple of types
- etc.
2020-08-30 16:27:19 +00:00
Imran
25de2edda1
Update 03_how_ln_works.asciidoc 2020-08-30 16:43:28 +02:00
Imran
0a47707142
How LN Works - Closing a channel (Language edits)
Incorporated some edits from the defunct pull request below to make this section read a little more easily. Some particulars

* Instead of stating as good way, bad way, ugly way -> state as their technical name and put (the good way) bracketed after
* The first and third examples referred to "you" and the second referred to "Alice and Bob". All three now refer to "you"
* Each paragraph now describes the method with a one liner
* Some miscellaneous detail

https://github.com/lnbook/lnbook/pull/307
2020-08-30 16:41:10 +02:00
Imran
d1683f3620
Update e2e-presentation-layer.asciidoc 2020-08-30 15:12:01 +02:00
Imran
55e700ae30
Update e2e-presentation-layer.asciidoc 2020-08-30 15:11:05 +02:00
Imran
1c56039af5
Presentation Layer - What information does an invoice contain?
Wrote the section on what information an invoice contains, using an invoice I generated from satoshis.place

I used the ION Lightning Wiki, an article by suredbits, and BOLT 11 as sources so please credit accordingly:
https://wiki.ion.radar.tech/tech/lightning/invoice
https://medium.com/suredbits/lightning-101-what-is-a-lightning-invoice-d527db1a77e6
https://github.com/lightningnetwork/lightning-rfc/blob/master/11-payment-encoding.md
https://lndecode.com/
2020-08-30 15:06:30 +02:00
Imran
e34db50b24
Glossary - Network Capacity 2020-08-30 11:43:09 +02:00
Imran
a33562709b
Glossary- Zombie Channel 2020-08-30 01:46:31 +02:00
Imran
e339b3a42e
Glossary - Atomic Multipath Payments 2020-08-30 01:05:01 +02:00
Imran
7dd5f534c5
Glossary- JIT Routing 2020-08-30 00:52:39 +02:00
Imran
b9d547a2ae
Glossary - Fees 2020-08-30 00:39:16 +02:00
Imran
6bd86426e7
Glossary - Lightning Node definition 2020-08-30 00:29:19 +02:00
8go
4d78ce6fc7
node_operations: English, OS, LN Node
- open source: as adjective written with hyphen (according to Wiktionary)
- you --> your
- simplifications
- docker --> unless it is a command, I would uppercase it (see Wikipedia)
- more --> more than what? primarily
2020-08-29 17:32:13 +00:00
8go
858fb2986b
node_operations: English. BTC node
- node: repetitive
- above we use _..._ for product names, etc. --> changes +...+ to _..._
- one --> once
- commas: only put comma in front of _but_ whe followed by a complete sentence with noun
- simplifications
- etc
2020-08-29 15:42:42 +00:00
Andreas M. Antonopoulos
6e21272cfa
Merge pull request #381 from 8go/patch-92
node_operations: English, touch ups, BTCPay, Raspi
2020-08-28 19:28:51 -04:00
Andreas M. Antonopoulos
05a4866a2f
Merge pull request #380 from 8go/patch-91
node_operations: English, disks, cloud
2020-08-28 19:27:03 -04:00
8go
59e630f3c2
node_operations: English, touch ups, BTCPay, Raspi
- simplifications
- commas
-  "set up" is a verb, not a noun --> "setup"
- COLDCARDwallet --> They themselves on their website use predominantly "Coldcard Wallet". Their logo image does use uppercase, but they do not use uppercase in their text/manuals.
- a number is not expanding, a number is growing
- etc
2020-08-28 18:05:27 +00:00
8go
3cb6dc2041
node_operations: English, disks, cloud
- "a lot cheaper", "a lot faster" : quite undefined, this might mean different things to different readers
- I like "incantations" but it is slang. Also some foreigners might not know this word. --> then I decided to leave it in as is. Adds some special touch.
- simplifications
2020-08-28 17:35:23 +00:00
8go
7379592b99
reformatted + 1 bullet point (#371)
- reformatted for correct visualization
- added bullet point regarding chat apps using TLV
2020-08-28 19:32:16 +02:00
Andreas M. Antonopoulos
199e9357be
Merge pull request #379 from 8go/patch-90
node_operations: English, minor adjustments/additions
2020-08-28 13:14:14 -04:00
Andreas M. Antonopoulos
7bced58597
Merge pull request #378 from 8go/patch-89
node_operations: English, minor tuning on VPS offering
2020-08-28 13:10:10 -04:00
8go
2523516b02
node_operations: English, minor adjustments/additions
- commas
- simplifications
- added downsides to running on laptop
- Backup is so crucial, I elevated it to full **...** formatting
2020-08-28 16:38:16 +00:00
8go
0451450b88
node_operations: English, minor tuning on VPS offering
- "Specialized Hardware" --> sounds a bit misleading. The hardware is not special, it is off-the-shelf hardware configured to suit the needs of LN (not like mining hardware)
- I felt the "Cloud" section was too one-sided. Just the negative points were mentioned. we should be objective and also mention the upsides.
- Describe the situation fairly, let the user form an opinion
- we give free advertising to the big 3 (MS, G, AWS), let's also give advertising to at least one smaller player: added DigitalOcean
2020-08-28 15:54:55 +00:00
Andreas M. Antonopoulos
b826605a4a
Merge pull request #377 from 8go/patch-88
node_operations: English touch ups
2020-08-28 09:34:30 -04:00
Andreas M. Antonopoulos
4079f7dda3 Merge branch 'node_operations_chapter' into develop 2020-08-28 09:33:45 -04:00
Andreas M. Antonopoulos
84a7879280 node_operations: watchtowers 2020-08-28 09:33:35 -04:00
8go
b252a8d8ef
node_operations: English touch ups
- simplifications of sentences
- "wasted" --> "underutilized"
- "however" repetitive --> "in contrast"
- commas
- etc
2020-08-28 13:26:10 +00:00
8go
4d6579bb13
e2e-presentation-layer: added non-finance use case 2020-08-28 12:54:30 +00:00
8go
3bd297c3de
e2e-presentation layer: English touch-ups,
- currency is divisible (not the financial system)
- commas
- use comma in front of where when it is a non-restrictive clause
- etc.
2020-08-27 13:11:11 +00:00
8go
05dead01ae
reformatted
- reformatted for better visualization (even though just temporarily)
2020-08-27 12:22:53 +00:00
Imran
ac6d1ed4d9
Channel Graph - Zombie Channels
I'd like to also credit Gabriel Comtefor this contribution as his medium article helped me write this section on Zombie channels. Specifically the points on Zombie channels being a burden on the network, and losing your funds even if you have a channel.backup are taken from his article below.

https://medium.com/@gcomxx/get-rid-of-those-zombie-channels-1267d5a2a708
2020-08-26 17:06:15 +02:00
Andreas M. Antonopoulos
20f95bf519 Merge branch 'node_operations_chapter' into develop 2020-08-26 10:01:11 -04:00
Andreas M. Antonopoulos
26c8f02f44 node_operations: loop out 2020-08-26 10:00:59 -04:00
8go
1e35cacba5
node_operations: intro, English touch ups (#349)
- "reading" --> "having read": since the reading was more than just a few minutes but most likely a couple of hours spread over a couple of days
- better "participant in" than "participant of"
- no comma in list of 2
- do use comma in list of 3+ (see PR # 340), Oxford comma for consistency
2020-08-26 15:56:01 +02:00