Karl-Johan Alm
918e130448
add signet support
6 years ago
ZmnSCPxj
bb301040e4
lightningd/options.c: Add option for setting how long to keep trying bitcoin-cli command.
6 years ago
Michael Schmoock
05b1b3f488
doc: adds capacity default values to manpage
- also adds CHANGELOG
- Cleanup: also add defaults for channel fees to manpage
6 years ago
Michael Schmoock
0fc9368167
doc: commandline switch min-capacity-sat
6 years ago
Michael Schmoock
f1add556d6
doc: setchannelfee 'all' feature
6 years ago
Michael Schmoock
c7ab5102ba
doc: adds manpage and changelog
6 years ago
Rusty Russell
aa4284a35e
docs: document plugin options.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
6 years ago
Rusty Russell
31830ea6bb
doc: Use subsections for option types.
And drive-by fix "if it's seems" to "if it seems".
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
6 years ago
Jonas Nick
da431333b8
Fix default lightning datadir in lightningd-config doc
6 years ago
Rusty Russell
56fd2541c3
doc: make it clearer that specifying addr etc disables autolisten.
Reported-by: Greg Sanders
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
6 years ago
Christian Decker
59e37c12cd
plugin: Add plugins to lightningd and register arguments
6 years ago
trueserve
dbb9b0c077
options: Parse config file before opening working directory
Right now, the `config` file is read *after* the configuration working directory is moved to in the software. However one configuration option `lightning-dir` settable in the `config` file sets this working directory. As the directory is already opened (which defaults to `$HOME/.lightning`) before the configuration is read, the configured directory will not be used.
This patch parses the configuration file before opening the working directory, fixing this bug.
[ Update CHANGELOG.md and man pages -- RR ]
6 years ago
Wladimir J. van der Laan
6a4468edca
doc: Spelling corrections
6 years ago
Rusty Russell
9d517ddc1d
options: remove default-fee-rate now we don't use it.
And no more filtering out messages, as we should no longer spam the
logs with them (the 'Connected json input' one was removed some time
ago).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
6 years ago
Rusty Russell
213be90e77
log: implement reopening log-file on SIGHUP
Closes : #1623
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
6 years ago
arowser
97118c558e
add --conf parameter
7 years ago
Rusty Russell
c46f373205
options: refuse two --announce-addr of the same type.
Gossipd will ignore the second one, but doing it in the front end
gives an explicit error message.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
7 years ago
Christian Decker
1bfa02d877
opts: Add option to disable DNS lookups
Mainly used to disable `gossipd` reaching out to the DNS seeds during testing.
Signed-off-by: Christian Decker <decker.christian@gmail.com>
7 years ago
Rusty Russell
a2dc3d02a8
locktime-blocks: rename to watchtime-blocks.
And clarify the descriptions for end users.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
7 years ago
Rusty Russell
babfddeb3e
lightningd: make --commit-time in milliseconds.
It was the only place we used opt_time, so cuts out much code.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
7 years ago
Rusty Russell
226f0d63d2
lightningd-config.5.txt: working and typos feedback.
Thanks to @ajtowns and @ZmnSCPxj .
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
7 years ago
Rusty Russell
8aca5c5d33
doc/lightningd-config.5: manual page for all our configuration options.
In particular, the subtleties of 'addr' vs 'bind-addr' and 'announce-addr'
needed spelling out.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
7 years ago