@@ -76,6 +76,7 @@ versioning](#daemon-versions-packaged-with-lit).
76
76
77
77
| LiT | LND |
78
78
| -------------------| --------------|
79
+ | ** v0.11.0-alpha** | v0.16.0-beta |
79
80
| ** v0.10.5-alpha** | v0.16.0-beta |
80
81
| ** v0.10.4-alpha** | v0.16.0-beta |
81
82
| ** v0.10.2-alpha** | v0.16.0-beta |
@@ -120,9 +121,9 @@ a standalone process on the same or remote machine (called "lnd remote mode",
120
121
set by ` lnd-mode=remote ` config option)] ( doc/config-lnd-remote.md ) .
121
122
122
123
In addition to those main modes, the individual bundled daemons (Faraday, Loop
123
- and Pool) can be toggled to be integrated or remote as well. This offers a
124
- large number of possible configuration combinations, of which not all are
125
- fully supported due to technical reasons.
124
+ and Pool) can be toggled to be integrated or remote as well, or as disabled.
125
+ This offers a large number of possible configuration combinations, of which not
126
+ all are fully supported due to technical reasons.
126
127
127
128
The following table shows the supported combinations:
128
129
@@ -136,12 +137,17 @@ The following table shows the supported combinations:
136
137
| ` loop-mode=remote ` | | X |
137
138
| ` pool-mode=remote ` | | X |
138
139
| ` taprootassets-mode=remote ` | | X |
140
+ | ` faraday-mode=disable ` | X | X |
141
+ | ` loop-mode=disable ` | X | X |
142
+ | ` pool-mode=disable ` | X | X |
143
+ | ` taprootassets-mode=disable ` | X | X |
139
144
| ` lnd ` running in "stateless init" mode | X | |
140
145
141
146
## Daemon Versions packaged with LiT
142
147
143
148
| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
144
149
| -------------------| --------------| --------------| ---------------| --------------| ----------------|
150
+ | ** v0.11.0-alpha** | v0.17.0-beta | v0.26.3-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.3-alpha |
145
151
| ** v0.10.5-alpha** | v0.16.4-beta | v0.26.2-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.3-alpha |
146
152
| ** v0.10.4-alpha** | v0.16.4-beta | v0.25.2-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.3-alpha |
147
153
| ** v0.10.2-alpha** | v0.16.4-beta | v0.25.2-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.2-alpha |
0 commit comments