mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
switch mint3 to jubjub temporarily
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash -x
|
||||
python scripts/preprocess.py proofs/mint2.psm > /tmp/mint2.psm || exit $?
|
||||
#python scripts/preprocess.py proofs/jubjub.pism > /tmp/mint2.psm || exit $?
|
||||
#python scripts/preprocess.py proofs/mint2.psm > /tmp/mint2.psm || exit $?
|
||||
python scripts/preprocess.py proofs/jubjub.pism > /tmp/mint2.psm || exit $?
|
||||
python scripts/vm.py --supervisor /tmp/mint2.psm --output mint.zcd || exit $?
|
||||
cargo run --release --bin mint3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user