Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemka374 committed Jul 24, 2024
1 parent d52694e commit 1d13728
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prover/crates/bin/witness_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ Note that the very first input table (`witness_inputs`) is populated by the tree
## Running BWG for custom batch

After releases `prover-v15.1.0` and `core-v24.9.0` basic witness generator doesn't need access to core database anymore.
Database information now lives in input file, called `witness_inputs_<batch>.bin`
generated by different core components).
Database information now lives in input file, called `witness_inputs_<batch>.bin` generated by different core
components).

This file is stored by prover gateway in GCS (or your choice of object storage -- check config).
To access it from GCS (assuming you have access to the bucket), run:
This file is stored by prover gateway in GCS (or your choice of object storage -- check config). To access it from GCS
(assuming you have access to the bucket), run:

```shell
gsutil cp gs://your_bucket/witness_inputs/witness_inputs_<batch>.bin <path/to/era/prover/artifacts/witness_inputs>
Expand Down

0 comments on commit 1d13728

Please sign in to comment.