-
Module Affected
Rust Versionrustc 1.74.0-nightly (5c6a7e71c 2023-08-20) Operating System
Issue DescriptionWhen I execute to
Caused by: Expected BehaviorI can run the zk prover in the end Current BehaviorEnd of abnormal interrupt Repository Link (if applicable)https://github.com/matter-labs/zksync-era/releases/tag/core-v23.1.0 Additional DetailsPrior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
It doesn't look like there is a problem with the downloaded key files. % ls -l -h
total 16646200
-rw-r--r--@ 1 ivan staff 64M 4 23 18:05 setup_2^20.key
-rw-r--r--@ 1 ivan staff 128M 4 23 18:11 setup_2^21.key
-rw-r--r--@ 1 ivan staff 256M 4 23 18:22 setup_2^22.key
-rw-r--r--@ 1 ivan staff 512M 4 24 10:06 setup_2^23.key
-rw-r--r--@ 1 ivan staff 1.0G 4 24 10:16 setup_2^24.key
-rw-r--r--@ 1 ivan staff 2.0G 4 24 10:27 setup_2^25.key
-rw-r--r--@ 1 ivan staff 4.0G 4 22 13:37 setup_2^26.key |
Beta Was this translation helpful? Give feedback.
-
Manually retrieve https://storage.googleapis.com/storage/v1/b/matterlabs-setup-data-us/o and found that there is a problem with the path configured by
Manually change this json file to c1c96d5 and try again, the download is normal. |
Beta Was this translation helpful? Give feedback.
Manually retrieve https://storage.googleapis.com/storage/v1/b/matterlabs-setup-data-us/o and found that there is a problem with the path configured by
prover/setup-data-cpu-keys.json
, and the8ef5506
path does not exist. file, only these 4 prefixes are feasible for CPU:Manually change this json file to c1c96d5 and try again, the download is normal.