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
*`x` specifies the node's x position when rendered in a GUI
43
-
*`y` specifies the node's y position when rendered in a GUI
44
-
*`version` specifies the node's Bitcoin Core release version, or GitHub branch
45
-
*`bitcoin_config` is a comma-separated list of values the node should apply to it's bitcoin.conf, using bitcoin.conf syntax
46
-
*`tc_netem` is a `tc-netem` command as a string beginning with "tc qdisc add dev eth0 root netem"
47
-
48
-
`version` should be either a version number from the pre-compiled binary list on https://bitcoincore.org/bin/**or** a branch to be compiled from GitHub using `<user>/<repo>#<branch>` syntax.
| 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 |
68
+
| image | node | string || Bitcoin Core Warnet tank image on Dockerhub with the format repository/image:tag|
69
+
| bitcoin_config | node | string || A string of Bitcoin Core options in command-line format, e.g. '-debug=net -blocksonly' |
70
+
| tc_netem | node | string || A tc-netem command as a string beginning with 'tc qdisc add dev eth0 root netem' |
71
+
| exporter | node | boolean | False | Whether to attach a Prometheus data exporter to the tank |
72
+
| collect_logs | node | boolean | False | Whether to collect Bitcoin Core debug logs with Promtail |
73
+
| build_args | node | string || A string of configure options used when building Bitcoin Core from source code, e.g. '--without-gui --disable-tests' |
74
+
| ln | node | string || Attach a lightning network node of this implementation (currently only supports 'lnd') |
75
+
| ln-image | node | string || Specify a lightning network node image from Dockerhub with the format repository/image:tag|
76
+
| ln-cb-image | node | string || Specify a lnd Circuit Breaker image from Dockerhub with the format repository/image:tag|
77
+
| channel | edge | number || Indicate that this edge is a lightning channel with this specified capacity |
0 commit comments