From 0a61657fda52dda35e293b5a3256fda41ba4069c Mon Sep 17 00:00:00 2001 From: James Xu Date: Thu, 31 Aug 2023 14:29:52 +1200 Subject: [PATCH] add how to stop prover section --- docs/guides/how-to-run-prover.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/guides/how-to-run-prover.md b/docs/guides/how-to-run-prover.md index 37b172e..b1becf0 100644 --- a/docs/guides/how-to-run-prover.md +++ b/docs/guides/how-to-run-prover.md @@ -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 +```