From e47412be3a5cb80867f697e0da55f11f713ca867 Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Tue, 4 Sep 2018 18:45:46 -0700 Subject: [PATCH] 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. --- docs/INSTALL.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index c99af043..f7a4737c 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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