lncli stop
and wait for the process to shut down completely, for example by observing the logs.lnd.conf
file (check if unsure), all the data necessary for your migration is in your ~/.lnd
directory.--lnddir=
--datdir=
and --logdir=
~/.lnd
directory. This will regenerate them when you first start up your migrated node. You may also delete your macaroon files together with the macaroon.db
in ~/.lnd/data/chain/bitcoin/mainnet
to make sure any old copies are invalidated. Deleting the macaroon files alone does not invalidate them.lncli getinfo
, lncli walletbalance
and lncli channelbalance
.