docs/INSTALL: remove noencryptwallet from install docs

We will be slowly phasing this out, though abruptly
discontinuing support would be a more extensive change.
For now, we will ensure that this feature is not
recommended to users setting up a new wallet.
This commit is contained in:
Conner Fromknecht 2018-09-04 18:45:46 -07:00
parent d75a01ec83
commit e47412be3a
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

View File

@ -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