Update INSTALL.md
This commit is contained in:
parent
6b3e482a06
commit
0ab3f4b747
1 changed files with 3 additions and 3 deletions
|
|
@ -90,11 +90,11 @@ $ lncli \
|
||||||
--rpcserver=lightning-node.io:10009 \
|
--rpcserver=lightning-node.io:10009 \
|
||||||
--macaroonpath=admin.macaroon \
|
--macaroonpath=admin.macaroon \
|
||||||
--tlscertpath="tls.cert" \
|
--tlscertpath="tls.cert" \
|
||||||
bakemacaroon uri:/routerrpc.Router/SendPaymentV2 uri:/lnrpc.Lightning/AddInvoice > SendAdd.macaroon.hex
|
bakemacaroon uri:/routerrpc.Router/SendPaymentV2 uri:/lnrpc.Lightning/AddInvoice uri:/invoicesrpc.Invoices/SubscribeSingleInvoiceRequest > SendAddMonitor.macaroon.hex
|
||||||
|
|
||||||
$ xxd -r -p SendAdd.macaroon.hex SendAdd.macaroon
|
$ xxd -r -p SendAddMonitor.macaroon.hex SendAddMonitor.macaroon
|
||||||
```
|
```
|
||||||
`Environment="LN_MACAROON_FILE=..."` update to point to new SendAdd.macaroon
|
`Environment="LN_MACAROON_FILE=..."` update to point to new SendAddMonitor.macaroon
|
||||||
`Environment="FUNCTION_LNURLP=ENABLE`
|
`Environment="FUNCTION_LNURLP=ENABLE`
|
||||||
`cards.lnurlp_enable='Y'` in the database record
|
`cards.lnurlp_enable='Y'` in the database record
|
||||||
#### email notifications (optional)
|
#### email notifications (optional)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue