[ZK Stack] - prover compressor fails in custom testnet #1037
Answered
by
itegulov
thecodingshrimp
asked this question in
ZK Stack
-
Team or ProjectNo response Module Affected
Rust Version1.87.0 Operating System
Issue Descriptioncompressor fails with the following error message:
Expected Behaviorexecuting the following set of commands in sequence should result in a compressed proof.
Current Behaviorafter the circuit-prover successfully generated the proof, the compressor picks up the proof and then fails at the aforementioned line. Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Answered by
itegulov
Jun 12, 2025
Replies: 1 comment 3 replies
-
It seems like you are missing PLONK setup data. Can you try running |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see, thanks for reporting. We're in the process of getting rid of PLONK so its setup data generation might've slipped through the cracks. We recommend running prover in FFLONK mode now (
zkstack prover run --component compressor --mode fflonk
). Also note that it will become the default mode in the near future.