Skip to content

Commit 550142f

Browse files
committed
debug: Check spend
1 parent 2e47a7a commit 550142f

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Makefile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,17 @@ verify:
2323
@if [ "$$REMOVE_PARAMS" != "" ]; then rm -rf params_old/*.tar.gz params_old/*.tar.gz.*; fi
2424

2525
@echo "Downloading R1CS files..."
26-
wget -O proof_of_burn.r1cs.gz $(WGET_ARGS) -c https://github.com/worm-privacy/trusted-setup/releases/download/circuit_data/proof_of_burn.r1cs.gz
26+
#wget -O proof_of_burn.r1cs.gz $(WGET_ARGS) -c https://github.com/worm-privacy/trusted-setup/releases/download/circuit_data/proof_of_burn.r1cs.gz
2727
wget -O spend.r1cs.gz $(WGET_ARGS) -c https://github.com/worm-privacy/trusted-setup/releases/download/circuit_data/spend.r1cs.gz
28-
gunzip proof_of_burn.r1cs.gz
28+
#gunzip proof_of_burn.r1cs.gz
2929
gunzip spend.r1cs.gz
3030

3131
@echo "Downloading Powers-of-Tau file..."
32-
wget -O powersOfTau28_hez_final_24.ptau $(WGET_ARGS) -c https://storage.googleapis.com/zkevm/ptau/powersOfTau28_hez_final_24.ptau
32+
wget -O powersOfTau28_hez_final_18.ptau $(WGET_ARGS) -c https://storage.googleapis.com/zkevm/ptau/powersOfTau28_hez_final_18.ptau
3333

34-
snarkjs zkey verify proof_of_burn.r1cs powersOfTau28_hez_final_24.ptau proof_of_burn.zkey
35-
snarkjs zkey verify spend.r1cs powersOfTau28_hez_final_24.ptau spend.zkey
34+
#snarkjs zkey verify proof_of_burn.r1cs powersOfTau28_hez_final_18.ptau params_old/proof_of_burn.zkey
35+
snarkjs zkey verify spend.r1cs powersOfTau28_hez_final_18.ptau params_old/spend.zkey
36+
sha256sum spend.r1cs params_old/spend.zkey
3637

3738
contribute:
3839
@echo " __ _____ ____ __ __ "

0 commit comments

Comments
 (0)