mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-18 13:09:00 +02:00
donations/README.md: Default port is 8088
This commit is contained in:
parent
fa31e0336f
commit
5c4ffa2bbf
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ can be started with `lightningd` by adding the following `--plugin` option
|
|||
lightningd --plugin=/path/to/plugins/donations.py
|
||||
```
|
||||
|
||||
By default the plugin will automatically start a webserver serving the donations page on port `33506`.
|
||||
By default the plugin will automatically start a webserver serving the donations page on port `8088`.
|
||||
|
||||
|
||||
The following command line options are registered by the plugin and can be used to customize its behavior:
|
||||
|
|
@ -20,7 +20,7 @@ The following command line options are registered by the plugin and can be used
|
|||
| Command line option | Description |
|
||||
|------------------------|---------------------------------------------------------------------|
|
||||
| `--donation-autostart` | Should the donation server start automatically? (default: `true`) |
|
||||
| `--donation-web-port` | Which port should the donation server listen to? (default: `33506`) |
|
||||
| `--donation-web-port` | Which port should the donation server listen to? (default: `8088`) |
|
||||
|
||||
|
||||
Once the plugin is active you can run `lightning-cli help donationserver` to
|
||||
|
|
@ -35,7 +35,7 @@ server on port 8088. This can however be changed with the port argument.
|
|||
|
||||
This means after starting `lightningd` together with the plugin you can run:
|
||||
`lightning-cli donationserver start` and access the server at
|
||||
http://localhost:33506/donation (in case you run your lightning node at
|
||||
http://localhost:8088/donation (in case you run your lightning node at
|
||||
`localhost`)
|
||||
|
||||
## About the plugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue