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
Hi there, I am trying to build zkEVM Prover for some experiments.
While following the steps instructed in README, the configuration files to be downloaded seems empty.
I am appreciated for any help to get the prover running.
In this step tar -xzvf v1.1.0-rc.1-fork.4.tgz, it gives me a single file AnupamAs01.txt with hello in it.
Although the project can be built without the downloaded configuration, running the sample testvector $ ./build/zkProver -c testvectors/config_runFile_BatchProof.json
failed with a few config files missing, some error examples are listed below:
0240315_022250_204810 f415e1d e394c40 zkError: required file config.zkevmConstPols=config/zkevm/zkevm.const does not exist
20240315_022250_204834 f415e1d e394c40 zkError: required file config.c12aConstPols=config/c12a/c12a.const does not exist
20240315_022250_204855 f415e1d e394c40 zkError: required file config.recursive1ConstPols=config/recursive1/recursive1.const does not exist
20240315_022250_204871 f415e1d e394c40 zkError: required file config.recursive2ConstPols=config/recursive2/recursive2.const does not exist
20240315_022250_204893 f415e1d e394c40 zkError: required file config.recursivefConstPols=config/recursivef/recursivef.const does not exist
The text was updated successfully, but these errors were encountered:
Hi there, I am trying to build zkEVM Prover for some experiments.
While following the steps instructed in
README
, the configuration files to be downloaded seems empty.I am appreciated for any help to get the prover running.
In this step
tar -xzvf v1.1.0-rc.1-fork.4.tgz
, it gives me a single fileAnupamAs01.txt
withhello
in it.Although the project can be built without the downloaded configuration, running the sample testvector
$ ./build/zkProver -c testvectors/config_runFile_BatchProof.json
failed with a few config files missing, some error examples are listed below:
The text was updated successfully, but these errors were encountered: