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
Copy file name to clipboardexpand all lines: README.md
+12-7
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,14 @@ Install the CLI:
41
41
cargo install --locked --path sim-cli/
42
42
```
43
43
44
-
Run with Simulation File (see [setup instructions](#simulation-file-setup) for details):
45
-
```
46
-
sim-cli sim.json
44
+
To run the simulation, create a simulation file `sim.json` in the working directory (see [setup instructions](#simulation-file-setup) for details) and run:
45
+
46
+
```
47
+
sim-cli
47
48
```
48
49
50
+
Run `sim-cli -h` for details on `--data-dir` and `--sim-file` options that allow specifying custom simulation file locations.
51
+
49
52
### Simulation File Setup
50
53
The simulator requires access details for a set of `nodes` that you
51
54
have permission to execute commands on. Note that the current version
@@ -190,10 +193,12 @@ described above). Activity sources and destinations may reference the
190
193
*must* provide a valid public key.
191
194
192
195
### Simulation Output
193
-
A summary of the results will be logged by the simulator, and a full
194
-
list of payments made with their outcomes is available in
195
-
`simulation_{timestamp}.csv` in the directory that the simulation was
196
-
executed in. For more detailed logs, use the `--log-level` cli flag.
196
+
197
+
A summary of the results will be logged by the simulator. A full list of payments made with their outcomes
198
+
is available in `simulation_{timestamp}.csv` within the configured `{data_dir}/results`.
199
+
200
+
Run `sim-cli -h` for details on data directory (`--data-dir`) and other options including `--print-batch-size`
201
+
which affect how simulation outputs are persisted
197
202
198
203
## Lightning Environments
199
204
If you're looking to get started with local lightning development, we
0 commit comments