mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-05-21 01:00:15 +02:00
parent
7ca7526132
commit
03b4d88ed7
@ -583,6 +583,12 @@ There are currently two primary ways to run `lnd`: one requires a local `btcd`
|
|||||||
instance with the RPC service exposed, and the other uses a fully integrated
|
instance with the RPC service exposed, and the other uses a fully integrated
|
||||||
light client powered by [neutrino](https://github.com/lightninglabs/neutrino).
|
light client powered by [neutrino](https://github.com/lightninglabs/neutrino).
|
||||||
|
|
||||||
|
For testing scenarios like integration tests where wallet security is not
|
||||||
|
important, the `itest/lnd-itest` binary can be used which uses very weak
|
||||||
|
password stretching for the wallet encryption and therefore starts up faster
|
||||||
|
than a production/mainnet/release build. The binary can be built by running
|
||||||
|
`make build-itest`.
|
||||||
|
|
||||||
# Creating an lnd.conf (Optional)
|
# Creating an lnd.conf (Optional)
|
||||||
|
|
||||||
Optionally, if you'd like to have a persistent configuration between `lnd`
|
Optionally, if you'd like to have a persistent configuration between `lnd`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user