Skip to content

Commit

Permalink
add how to stop prover section
Browse files Browse the repository at this point in the history
  • Loading branch information
jx-aoraki committed Aug 31, 2023
1 parent 1310b5f commit 0a61657
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/guides/how-to-run-prover.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ The basic flow is as follows:
2. Choose between CPU/GPU (coming soon).
3. Generate an access key for your account.
4. Follow one command to download your keys and prover binary, and then run the prover binary.

## How to stop a prover

To stop a running prover, simple run the following command

```shell
pkill zkpool-prover
```

0 comments on commit 0a61657

Please sign in to comment.