Skip to content

Commit 086542e

Browse files
Apply suggestions from code review
Co-authored-by: colin <[email protected]>
1 parent 3dde539 commit 086542e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

permissionless-batches/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The batch production toolkit is a set of tools that allow anyone to submit a bat
1919
- Docker
2020
- [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).
2121
- 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
2323
- L1 account with funds to pay for the batch submission
2424

2525
### 1. l2geth state recovery from L1
@@ -74,7 +74,6 @@ Running l2geth in block production mode requires following configuration:
7474
--da.sync=true --da.recovery --da.recovery.produceblocks \
7575
--miner.gaslimit 1 --miner.gasprice 1 --miner.maxaccountsnum 100 --rpc.gascap 0 --gpo.ignoreprice 1 \
7676
--miner.etherbase '0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee' --mine \
77-
--ccc \
7877
--verbosity 3
7978
```
8079

@@ -99,8 +98,8 @@ To prove the chunk, batch and bundle you just generated you need to run the `loc
9998

10099
Local Proving:
101100

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)
104103
2. Set the `SCROLL_ZKVM_VERSION` environment variable on `Makefile` to the correct version. [TODO link list with versions](#batch-production-toolkit)
105104
4. Fill in the required fields in `conf/proving-service/local-prover/config.json`
106105

0 commit comments

Comments
 (0)