You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: permissionless-batches/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The batch production toolkit is a set of tools that allow anyone to submit a bat
19
19
- Docker
20
20
-[l2geth](https://github.com/scroll-tech/go-ethereum/) or [Docker image](https://hub.docker.com/r/scrolltech/l2geth) of corresponding version [TODO link list with versions](#batch-production-toolkit).
21
21
- access to an Ethereum L1 RPC node (beacon node and execution client)
22
-
- ability to run a prover or access to a proving service (e.g. Sindri)
22
+
- ability to run a prover
23
23
- L1 account with funds to pay for the batch submission
24
24
25
25
### 1. l2geth state recovery from L1
@@ -74,7 +74,6 @@ Running l2geth in block production mode requires following configuration:
@@ -99,8 +98,8 @@ To prove the chunk, batch and bundle you just generated you need to run the `loc
99
98
100
99
Local Proving:
101
100
102
-
1. Hardware spec for local prover: CPU: 36+ core, 128G memory GPU: 24G memory (eg. Rtx 3090/3090Ti/4090/A10/L4)
103
-
2. Make sure `verifier``low_version_circuit`and `high_version_circuit` in `conf/coordinator/config.json` are correct for the latest fork: [TODO link list with versions](#batch-production-toolkit)
101
+
1. Hardware spec for local prover: CPU: 36+ core, 128G memory GPU: 24G memory (e.g. Rtx 3090/3090Ti/4090/A10/L4)
102
+
2. Make sure `verifier` and `high_version_circuit` in `conf/coordinator/config.json` are correct for the latest fork: [TODO link list with versions](#batch-production-toolkit)
104
103
2. Set the `SCROLL_ZKVM_VERSION` environment variable on `Makefile` to the correct version. [TODO link list with versions](#batch-production-toolkit)
105
104
4. Fill in the required fields in `conf/proving-service/local-prover/config.json`
0 commit comments