Skip to content

Commit

Permalink
env var comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ctian1 committed Jan 10, 2025
1 parent 1a209d7 commit 5a6a2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/docs/generating-proofs/prover-network/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let mut proof = client.prove(&pk, &stdin).run().unwrap();
SP1_PROVER=network NETWORK_PRIVATE_KEY=... RUST_LOG=info cargo run --release
```

- `SP1_PROVER` should be set to `network` when using the prover network.
- `SP1_PROVER` should be set to `network` rather than the default `cpu` when using the prover network. This variable allows you to switch between the CPU and network provers.

- `NETWORK_PRIVATE_KEY` should be set to your [private key](./key-setup.md). You will need
to be using a [whitelisted](../prover-network) key to use the network.
Expand Down

0 comments on commit 5a6a2bc

Please sign in to comment.