1
1
mirror of https://github.com/bumi/lntip synced 2025-06-16 17:55:35 +00:00

Update README.md

This commit is contained in:
bumi 2019-02-20 21:51:02 +00:00 committed by GitHub
parent 7d168019e3
commit b49e118e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ To use LnTip a running [LND node](https://github.com/lightningnetwork/lnd/blob/m
is required.
1. download the latest [release](https://github.com/bumi/lntip/releases)
2. run `invoices-proxy` to run it as systemd service have a look at the [systemd service example config](https://github.com/bumi/lntip/blob/master/examples/invoices-proxy.service)
2. run `invoices_proxy` (to run it as systemd service have a look at the [systemd service example config](https://github.com/bumi/lntip/blob/master/examples/invoices-proxy.service))
3. integrate the widget on website
### Configuration
@ -36,7 +36,7 @@ To connect to the lnd node the cert, macaroon and address of the lnd node has to
* static-path: The proxy can serve files from a static folder (e.g. the JS/CSS files). Use this option to configure the path to a filder. (e.g. /home/bitcoin/lntip/assets) default: disabled
* disable-cors: Disable CORS headers. (default: false)
Example:
Examples:
$ ./invoices_proxy --help
$ ./invoices_proxy --address=lndhost.com:10009 --bind=localhost:4711