mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 18:43:42 +02:00
Merge pull request #6348 from gabbyprecious/macaroon-doc-#5444
correct misinformation on default macaroon setup
This commit is contained in:
@ -511,8 +511,9 @@ bearer credentials allowing for delegation, attenuation, and other cool
|
|||||||
features. You can learn more about them in Alex Akselrod's [writeup on
|
features. You can learn more about them in Alex Akselrod's [writeup on
|
||||||
Github](https://github.com/lightningnetwork/lnd/issues/20).
|
Github](https://github.com/lightningnetwork/lnd/issues/20).
|
||||||
|
|
||||||
Running `lnd` for the first time will by default generate the `admin.macaroon`,
|
Running `lncli create` to create a wallet, will by default generate
|
||||||
`read_only.macaroon`, and `macaroons.db` files that are used to authenticate
|
the `admin.macaroon`, `read_only.macaroon`, and `macaroons.db`
|
||||||
|
files that are used to authenticate
|
||||||
into `lnd`. They will be stored in the network directory (default:
|
into `lnd`. They will be stored in the network directory (default:
|
||||||
`lnddir/data/chain/bitcoin/mainnet`) so that it's possible to use a distinct
|
`lnddir/data/chain/bitcoin/mainnet`) so that it's possible to use a distinct
|
||||||
password for mainnet, testnet, simnet, etc. Note that if you specified an
|
password for mainnet, testnet, simnet, etc. Note that if you specified an
|
||||||
|
Reference in New Issue
Block a user