Skip to content

Commit

Permalink
book
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed May 30, 2024
1 parent f59cff5 commit f0a9f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/generating-proofs/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To use the prover network to generate a proof, you can run your program as you w
SP1_PROVER=network SP1_PRIVATE_KEY=... cargo run --release
```

- `SP1_PROVER` can be set to `network` or `local`, and defaults to local.
- `SP1_PROVER` should be set to `network` when using the prover network.

- `SP1_PRIVATE_KEY` is your secp256k1 private key for signing messages on the network. The balance of
the address corresponding to this private key will be used to pay for the proof request.
Expand Down

0 comments on commit f0a9f2f

Please sign in to comment.