Closed guha-rahul closed 1 month ago
Could you try making the error more expressive by changing the error.rs
code to the following and sharing the output?
#[error("prover run failed: {0}")]
CommandError(std::process::Output),
Hey @mellowcroc , idk what happened but suddenly it worked for me . But do you plan to merge the cairo-proof-parser pr or are you finding some better alternatives.?
Also running the prover in m3 chip takes about 8mins and on M1 about 30 mins , doing something like CPU_AIR_PROVER=<absolute path to binary>
But do you plan to merge the cairo-proof-parser pr or are you finding some better alternatives.?
There's a PR now that uses a different lib and adds additional functionalities (https://github.com/zksecurity/stone-cli/pull/13). It will be merged soon, but feel free to work on that branch.
Also running the prover in m3 chip takes about 8mins and on M1 about 30 mins , doing something like CPU_AIR_PROVER=
Not sure what you mean here, do you mean it's too slow?
@mellowcroc Yes it takes about 30 mins on m1
If we run
I am getting this output
ps: i solve the cairo-proof-parser with a new updated package