|
|
@ -42,15 +42,23 @@ |
|
|
|
|
|
|
|
; Path to write the admin macaroon for lnd's RPC and REST services if it |
|
|
|
; doesn't exist. This can be set if one wishes to store the admin macaroon in a |
|
|
|
; distinct location. By default, it is stored within lnd's main home directory. |
|
|
|
; Applications that are able to read this file, gains admin macaroon access |
|
|
|
; adminmacaroonpath=~/.lnd/admin.macaroon |
|
|
|
; distinct location. By default, it is stored within lnd's network directory. |
|
|
|
; Applications that are able to read this file, gain admin macaroon access. |
|
|
|
; adminmacaroonpath=~/.lnd/data/chain/bitcoin/simnet/admin.macaroon |
|
|
|
|
|
|
|
; Path to write the read-only macaroon for lnd's RPC and REST services if it |
|
|
|
; doesn't exist. This can be set if one wishes to store the read-only macaroon |
|
|
|
; in a distinct location. The read only macaroon allows users which can read |
|
|
|
; the file to access RPCs which don't modify the state of the daemon. |
|
|
|
; readonlymacaroonpath=~/.lnd/readonly.macaroon |
|
|
|
; the file to access RPCs which don't modify the state of the daemon. By |
|
|
|
; default, it is stored within lnd's network directory. |
|
|
|
; readonlymacaroonpath=~/.lnd/data/chain/bitcoin/simnet/readonly.macaroon |
|
|
|
|
|
|
|
; Path to write the invoice macaroon for lnd's RPC and REST services if it |
|
|
|
; doesn't exist. This can be set if one wishes to store the invoice macaroon in |
|
|
|
; a distinct location. By default, it is stored within lnd's network directory. |
|
|
|
; The invoice macaroon allows users which can read the file to gain read and |
|
|
|
; write access to all invoice related RPCs. |
|
|
|
; invoicemacaroonpath=~/.lnd/data/chain/bitcoin/simnet/invoice.macaroon |
|
|
|
|
|
|
|
|
|
|
|
; Specify the interfaces to listen on for p2p connections. One listen |
|
|
@ -128,11 +136,6 @@ debuglevel=debug |
|
|
|
; network. |
|
|
|
; nobootstrap=1 |
|
|
|
|
|
|
|
; If set, your wallet will be encrypted with the default passphrase. This isn't |
|
|
|
; recommend, as if an attacker gains access to your wallet file, they'll be able |
|
|
|
; to decrypt it. This value is ONLY to be used in testing environments. |
|
|
|
; noencryptwallet=1 |
|
|
|
|
|
|
|
; The alias your node will use, which can be up to 32 UTF-8 characters in |
|
|
|
; length. |
|
|
|
; alias=My Lightning ☇ |
|
|
|