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

99 Commits

Author SHA1 Message Date
8go
57d0d8ba54
Merge branch 'develop' into patch-108 2020-09-22 14:06:40 +00:00
Andreas M. Antonopoulos
689e72a297
Merge pull request #495 from 8go/patch-110
node_operations: added a note
2020-09-21 16:12:39 -04:00
Andreas M. Antonopoulos
8e20750898
Merge pull request #494 from 8go/patch-109
node_operations: node managment: touch-ups
2020-09-21 16:12:27 -04:00
Andreas M. Antonopoulos
ab9c561633
Merge pull request #492 from 8go/patch-107
node_operations: re-balancing: touch-ups
2020-09-21 15:45:13 -04:00
Andreas M. Antonopoulos
f8888ad239
Merge branch 'develop' into patch-106 2020-09-21 15:34:56 -04:00
Andreas M. Antonopoulos
e8c5c9c2ff
Merge branch 'develop' into patch-105 2020-09-21 15:33:45 -04:00
Andreas M. Antonopoulos
c08eda5c3a
Merge branch 'develop' into patch-104 2020-09-21 15:32:47 -04:00
Andreas M. Antonopoulos
bc1dd095ce
Merge pull request #487 from HAOYUatHZ/142
add ref to LN explorer in node_operations chapter
2020-09-21 15:29:19 -04:00
8go
a986510721
node_operations: added a note
- not 100% sure about it
- but this kind of warning upfront might be useful
- it might help fight against hype and plain mis-information
- there are misinformed people out there who think this is a gold-mine like BTC mining in the early years
- think it over and decide if you want to pull it in or drop it
2020-09-18 16:52:37 +00:00
8go
8ba157c6a8
node_operations: node managment: touch-ups
- commas
- rephrasing
- simplifications
- etc
2020-09-18 16:13:38 +00:00
8go
51f4ac81a0
node_operations: fees: BUG, wrong math
- "millionths per satoshi" ==> it is a rate, so it is just "millionths". Just like interest rate is 2% and not "2% per $" or "2%/$"
- rephrased and highlighted to make it more clear, more easy to follow
- changed 100,000 amount to 1,000,000 solely that at the end F_base and F_rate*P are different (different numbers make a better example)
- there was a BUG: in given example F_rate is 1 (not 100)
- "F_rate = 10/1,000,000 * payment size" ==> wrong: ==> F_rate = 10/1,000,000 is correct
- put ( ) around F_rate * P to make it extra clear
- \Rightarrow is NOT showing correctly in "Preview" window, not sure why, \Rightarrow is correct Latex but not shown correctly here. I did not touch it. Maybe this is handled by post-processing.
2020-09-18 15:43:29 +00:00
8go
d750e84b15
node_operations: re-balancing: touch-ups
- misc. touch-ups
2020-09-18 14:51:19 +00:00
8go
ab6eeb407d
node_operations: touch-ups on Inbound capacity
- small touch-ups
2020-09-18 14:31:50 +00:00
8go
160adcce07
node_operations: autopilot 2: BUG + touchups
- BUG: "if you do not want" --> "if you want"
- several commas
- word orders
- etc.
2020-09-18 13:43:50 +00:00
8go
8b91a00695
node_operations: BUG + minor touch-ups, auto-pilot
- somewhat -> too colloquial 
- simplifications
- 'originally' as used in this sentence implies (or at least hints) that it no longer is. I don't think this is what you want to express. Maybe you wanted to express that lnd were the first. To avoid confusion, I removed "originally".
- restructuring of sentences
- typo clightning
- typo controll
- lose -> close
- BUG: you mixed up min and max parameters in autopilot config!
- BUG: I changed the text rather than the numbers to KEEP the parameter ORDER the SAME as in sample-lnd.conf file
- "not more" --> sort of double negation, better "less"
- don't mix cases: one, they --> rephrased to use singular in both cases
- chosen arbitrary -> must use adverb, --> arbitrarily
- "quite some funds" --> very vague. Rephrased to explain how to save fees
- usefull -> useful
- etc
2020-09-18 12:53:13 +00:00
René K
f53a8a7498
Update node_operations.asciidoc
Added infos regarding the "ppm" abbreviation
2020-09-18 11:40:57 +02:00
HAOYUatHZ
8b37e41234 re https://github.com/lnbook/lnbook/issues/142#issuecomment-692845678 2020-09-17 15:52:23 +08:00
René K
319d0f301c
Update node_operations.asciidoc
The calculation made no sense to me before. After reading this https://blog.bitmex.com/the-lightning-network-part-2-routing-fee-economics/ I was hopefully able to correct it. But please double-check!
2020-09-16 23:14:07 +02:00
René K
12f3cffe5c
Update node_operations.asciidoc
Only Loop-Out is used to get remote balance
2020-09-16 22:45:05 +02:00
René K
f31402f66a
Update node_operations.asciidoc
Some more typos fixed
2020-09-16 22:36:56 +02:00
Andreas M. Antonopoulos
bce66f17cd
Merge pull request #475 from saubyk/patch-1
node_operations: Raspiblitz additional services update
2020-09-15 12:51:49 -04:00
Andreas M. Antonopoulos
0caacfa8bd
Merge pull request #472 from 8go/patch-103
node_operations: watchtowers, outbound channels
2020-09-15 12:44:58 -04:00
Andreas M. Antonopoulos
0be40024d1
Merge pull request #471 from 8go/patch-102
node_operations: monitoring
2020-09-15 12:43:51 -04:00
Andreas M. Antonopoulos
457e1e5eb0
Merge pull request #470 from 8go/patch-101
node_operations: sweeps, submarine swaps, Loop
2020-09-15 12:43:41 -04:00
Andreas M. Antonopoulos
e847578dc5
Merge pull request #469 from 8go/patch-100
node_operations: hot wallet
2020-09-15 12:43:03 -04:00
Andreas M. Antonopoulos
ea34f3d998
Merge pull request #468 from 8go/patch-99
node_operations: backup, commas, rephrasing
2020-09-15 12:42:38 -04:00
Suheb
46deeee1ba
Update node_operations.asciidoc 2020-09-15 06:48:18 -04:00
Suheb
a7c10a20f9
Updated Raspiblitz additional services section
Raspiblitz's additional services also include RTL which was missing from the list.
2020-09-14 07:17:35 -04:00
8go
20f122b48b
node_operations: watchtowers, outbound channels
- commas
- touch ups
- somewhat: too colloquial, rephrased
- added a sentence about time-in-market and reputation
2020-09-07 16:09:38 +00:00
8go
4e9233eb87
node_operations: monitoring
- commas
- addition of "Fault tolerance and automation" 
- etc
2020-09-07 15:06:27 +00:00
8go
1d3c552a6e
node_operations: sweeps, submarine swaps, Loop
- rephrasing
- typo: you --> your
- less-public: sounds strange, replaced
- simplifications
- comma
- it's wrong --> its (possessive)
- no comma in front of "because" (in most cases)
- after using "you" all the time, suddenly "we" is used. For consistency, changed it to "you"
- etc.
2020-09-07 14:16:04 +00:00
8go
f22e2f7e5d
node_operations: hot wallet
- comma: in most cases no comma in front of "because"
- rephrasing to clarify or simplify
2020-09-07 13:31:36 +00:00
8go
177a37b2db
node_operations: backup
- comma (no comma when or is used between 2 items)
- comma (use comma after "by default, ")
- comma (use Oxford comma for consistency when there are 3+ items in "and" or "or)
- an SCB (with "n")
- rephrasing the argument for SCBs
2020-09-07 12:11:31 +00:00
8go
bfdaff5730
node_operations: minor additions to security
- more details
- new bullet point: minimize
2020-09-07 10:59:58 +00:00
Andreas M. Antonopoulos
0fc8cc668e node_operations: routing, management, conclusion 2020-09-02 12:43:05 -04:00
Rene Pickhardt
a859b24baa fixed some flaws with the autopilot section 2020-09-02 17:39:20 +02:00
Andreas M. Antonopoulos
11b3008781 node_operations: re-balancing 2020-09-02 10:48:40 -04:00
Rene Pickhardt
82eeba5ac0 drafts on the autopilot 2020-09-02 16:48:18 +02:00
Andreas M. Antonopoulos
63b6ea7a2f node_operations: LND autopilot config 2020-09-02 09:37:39 -04:00
Andreas M. Antonopoulos
1da91f45cc node_operations: autopilot 2020-09-02 09:31:05 -04:00
Andreas M. Antonopoulos
9ade444e6f
Merge pull request #395 from 8go/patch-97
node_operations: touch-ups Manual Port Forwarding
2020-09-02 08:56:38 -04:00
Andreas M. Antonopoulos
7da1cb7018
Merge pull request #394 from 8go/patch-96
node_operations: English, touchups, UPNP, TOR
2020-09-02 08:56:17 -04:00
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
5235c947ea
Merge pull request #383 from 8go/patch-94
node_operations: English, OS, LN Node
2020-09-02 08:48:36 -04: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
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