You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| services | graph | string || A space-separated list of extra service containers to deploy in the network. See [docs/services.md](services.md) for complete list of available services |
72
-
| version | node | string || Bitcoin Core version with an available Warnet tank image on Dockerhub. May also be a GitHub repository with format user/repository:branch to build from source code |
73
-
| image | node | string || Bitcoin Core Warnet tank image on Dockerhub with the format repository/image:tag|
74
-
| bitcoin_config | node | string || A string of Bitcoin Core options in command-line format, e.g. '-debug=net -blocksonly' |
75
-
| tc_netem | node | string || A tc-netem command as a string beginning with 'tc qdisc add dev eth0 root netem' |
76
-
| exporter | node | boolean | False | Whether to attach a Prometheus data exporter to the tank |
77
-
| collect_logs | node | boolean | False | Whether to collect Bitcoin Core debug logs with Promtail |
78
-
| build_args | node | string || A string of configure options used when building Bitcoin Core from source code, e.g. '--without-gui --disable-tests' |
79
-
| ln | node | string || Attach a lightning network node of this implementation (currently only supports 'lnd') |
80
-
| ln_image | node | string || Specify a lightning network node image from Dockerhub with the format repository/image:tag|
81
-
| ln_cb_image | node | string || Specify a lnd Circuit Breaker image from Dockerhub with the format repository/image:tag|
82
-
| ln_config | node | string || A string of arguments for the lightning network node in command-line format, e.g. '--protocol.wumbo-channels --bitcoin.timelockdelta=80' |
83
-
| channel_open | edge | string || Indicate that this edge is a lightning channel with these arguments passed to lnd openchannel |
84
-
| source_policy | edge | string || Update the channel originator policy by passing these arguments passed to lnd updatechanpolicy |
85
-
| target_policy | edge | string || Update the channel partner policy by passing these arguments passed to lnd updatechanpolicy |
| services | graph | string || A space-separated list of extra service containers to deploy in the network. See [docs/services.md](services.md) for complete list of available services |
73
+
| version | node | string || Bitcoin Core version with an available Warnet tank image on Dockerhub. May also be a GitHub repository with format user/repository:branch to build from source code |
74
+
| image | node | string || Bitcoin Core Warnet tank image on Dockerhub with the format repository/image:tag|
75
+
| bitcoin_config | node | string || A string of Bitcoin Core options in command-line format, e.g. '-debug=net -blocksonly' |
76
+
| tc_netem | node | string || A tc-netem command as a string beginning with 'tc qdisc add dev eth0 root netem' |
77
+
| exporter | node | boolean | False | Whether to attach a Prometheus data exporter to the tank |
78
+
| metrics | node | string | Block count, peers in/out, mempool size | A space-separated string of RPC queries to scrape by prometheus |
79
+
| collect_logs | node | boolean | False | Whether to collect Bitcoin Core debug logs with Promtail |
80
+
| build_args | node | string || A string of configure options used when building Bitcoin Core from source code, e.g. '--without-gui --disable-tests' |
81
+
| ln | node | string || Attach a lightning network node of this implementation (currently only supports 'lnd' or 'cln') |
82
+
| ln_image | node | string || Specify a lightning network node image from Dockerhub with the format repository/image:tag|
83
+
| ln_cb_image | node | string || Specify a lnd Circuit Breaker image from Dockerhub with the format repository/image:tag|
84
+
| ln_config | node | string || A string of arguments for the lightning network node in command-line format, e.g. '--protocol.wumbo-channels --bitcoin.timelockdelta=80' |
85
+
| channel_open | edge | string || Indicate that this edge is a lightning channel with these arguments passed to lnd openchannel |
86
+
| source_policy | edge | string || Update the channel originator policy by passing these arguments passed to lnd updatechanpolicy |
87
+
| target_policy | edge | string || Update the channel partner policy by passing these arguments passed to lnd updatechanpolicy |
0 commit comments