mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
parent
7ca7526132
commit
03b4d88ed7
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
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)
|
||||
|
||||
Optionally, if you'd like to have a persistent configuration between `lnd`
|
||||
|
|
Loading…
Add table
Reference in a new issue