mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 22:22:36 +02:00
Merge pull request #1843 from cfromknecht/change-noencryptwallet
Start deprecating noencryptwallet
This commit is contained in:
@ -291,12 +291,6 @@ lnd --bitcoin.active --bitcoin.testnet --debuglevel=debug --bitcoin.node=bitcoin
|
||||
`lnd` plus any application that consumes the RPC could cause `lnd` to miss
|
||||
crucial updates from the backend.
|
||||
|
||||
#### Disabling Wallet Encryption
|
||||
|
||||
To disable encryption of the wallet files, pass the `--noencryptwallet` argument
|
||||
to `lnd`. Obviously beware the security implications of running an unencrypted
|
||||
wallet - this argument must only be used for testing purposes.
|
||||
|
||||
#### Macaroons
|
||||
|
||||
`lnd`'s authentication system is called **macaroons**, which are decentralized
|
||||
|
Reference in New Issue
Block a user