@ -1,25 +1,19 @@
.TH "LIGHTNINGD" "8" "" "" "lightningd"
.TH "LIGHTNINGD" "8" "" "" "lightningd"
.SH NAME
.SH NAME
lightningd - Daemon for running a Lightning Network node
lightningd - Daemon for running a Lightning Network node
.SH SYNOPSIS
.nf
.RS
lightningd [--conf=<config-file>] [OPTIONS]…
.RE
.fi
SYNOPSIS
.SH DESCRIPTION
lightningd [--conf=<config-file>] [\fI OPTIONS\fR ]…
DESCRIPTION
\fB lightningd\fR starts the C-Lightning daemon, which implements a
\fB lightningd\fR starts the C-Lightning daemon, which implements a
standards-compliant Lightning Network node\.
standards-compliant Lightning Network node\.
.SH CONFIGURATION OPTIONS
CONFIGURATION OPTIONS
\fB --conf\fR =\fI FILE\fR
\fB --conf\fR =\fI FILE\fR
Specify configuration file\. If not an absolute path, will be relative
Specify configuration file\. If not an absolute path, will be relative
@ -30,21 +24,17 @@ from the lightning-dir location\. Defaults to \fIconfig\fR\.
Set the directory for the C-Lightning daemon\. Defaults to
Set the directory for the C-Lightning daemon\. Defaults to
\fI $HOME/\. lightning\fR \.
\fI $HOME/\. lightning\fR \.
.SH MORE OPTIONS
MORE OPTIONS
Command line options are mirrored as configuration options in the
Command line options are mirrored as configuration options in the
configuration file, so \fI foo\fR in the configuration file simply becomes
configuration file, so \fI foo\fR in the configuration file simply becomes
\fI --foo\fR on the command line, and \fI foo=bar\fR becomes \fI --foo=bar\fR \.
\fB --foo\fR on the command line, and \fB foo=bar\fR becomes \fB --foo=bar\fR \.
See \fB lightningd-config\fR (5) for a comprehensive list of all available
See \fB lightningd-config\fR (5) for a comprehensive list of all available
options\.
options\.
.SH LOGGING AND COMMANDING C-LIGHTNING
LOGGING AND COMMANDING C-LIGHTNING
.nf
.nf
.RS
.RS
By default, C-Lightning will log to the standard output.
By default, C-Lightning will log to the standard output.
@ -183,7 +173,7 @@ $ dig lseed.bitcoinstats.com A
This will give 25 IPv4 addresses, you can select any one of those\. You
This will give 25 IPv4 addresses, you can select any one of those\. You
will also need to learn the corresponding public key, which you can
will also need to learn the corresponding public key, which you can
determine by searching the IP addrss on \fB None\fR (\f I https://1ml.com/\fR ) \. The public
determine by searching the IP addrss on \fI https://1ml.com/\fR \. The public
key is a long hex string, like so:
key is a long hex string, like so:
\fI 024772ee4fa461febcef09d5869e1238f932861f57be7a6633048514e3f56644a1\fR \.
\fI 024772ee4fa461febcef09d5869e1238f932861f57be7a6633048514e3f56644a1\fR \.
(this example public key is not used as of this writing)
(this example public key is not used as of this writing)
@ -243,43 +233,30 @@ $ lightning-cli pay $INVOICE
.RE
.RE
.fi
.fi
.SH BUGS
BUGS
You should report bugs on our github issues page, and maybe submit a fix
You should report bugs on our github issues page, and maybe submit a fix
to gain our eternal gratitude!
to gain our eternal gratitude!
.SH AUTHOR
AUTHOR
ZmnSCPxj \fI <ZmnSCPxj@protonmail.com\fR > wrote the initial version of
ZmnSCPxj <\fB None\fR (\fI ZmnSCPxj@protonmail.com\fR )> wrote the initial version of
this man page, but many others did the hard work of actually
this man page, but many others did the hard work of actually
implementing a standards-compliant Lightning Network node
implementing a standards-compliant Lightning Network node
implementation\.
implementation\.
.SH SEE ALSO
SEE ALSO
\fB lightning-listconfigs\fR (7), \fB lightning-config\fR (5), \fB lightning-cli\fR (1),
\fB lightning-listconfigs\fR (7), \fB lightning-config\fR (5), \fB lightning-cli\fR (1),
\fB lightning-newaddr\fR (7), \fB lightning-listfunds\fR (7), \fB lightning-connect\fR (7),
\fB lightning-newaddr\fR (7), \fB lightning-listfunds\fR (7), \fB lightning-connect\fR (7),
\fB lightning-fundchannel\fR (7), \fB lightning-listpeers\fR (7), \fB lightning-pay\fR (7)
\fB lightning-fundchannel\fR (7), \fB lightning-listpeers\fR (7), \fB lightning-pay\fR (7)
.SH RESOURCES
RESOURCES
Main web site: \fI https://github.com/ElementsProject/lightning\fR
Main web site: \fB None\fR (\fI https://github.com/ElementsProject/lightning\fR )
COPYING
.SH COPYING
Note: the modules in the ccan/ directory have their own licenses, but
Note: the modules in the ccan/ directory have their own licenses, but
the rest of the code is covered by the BSD-style MIT license\.
the rest of the code is covered by the BSD-style MIT license\.
Last updated 2019-08-09 11:11:48 CEST