docs: Rename from c-lightning to core-lightning for local plugins

This commit is contained in:
Christian Decker
2022-05-13 18:07:13 +02:00
parent dc035f0e50
commit 7ef9e6c172
12 changed files with 32 additions and 32 deletions

View File

@@ -3,16 +3,16 @@ Created on 04.09.2018
@author: rpickhardt
This software is a command line tool and c-lightning wrapper for lib_autopilot
This software is a command line tool and Core-Lightning wrapper for lib_autopilot
You need to have a c-lightning node running in order to utilize this program.
You need to have a Core-Lightning node running in order to utilize this program.
Also you need lib_autopilot. You can run
python3 c-lightning-autopilot --help
python3 Core-Lightning-autopilot --help
in order to get all the command line options
usage: c-lightning-autopilot.py [-h] [-b BALANCE] [-c CHANNELS]
usage: Core-Lightning-autopilot.py [-h] [-b BALANCE] [-c CHANNELS]
[-r PATH_TO_RPC_INTERFACE]
[-s {diverse,merge}] [-p PERCENTILE_CUTOFF]
[-d] [-i INPUT]
@@ -36,7 +36,7 @@ optional arguments:
a good example call of the program could look like that:
python3 c-lightning-autopilot.py -s diverse -c 30 -b 10000000
python3 core-lightning-autopilot.py -s diverse -c 30 -b 10000000
This call would use up to 10'000'000 satoshi to create 30 channels which are
generated by using the diverse strategy to mix the 4 heuristics.