johnson86tw / maci

Minimal anti collusion infrastructure
https://appliedzkp.github.io/maci/
Other
0 stars 1 forks source link

Fail to genProofs #3

Closed johnson86tw closed 2 years ago

johnson86tw commented 3 years ago
❯ node build/index.js genProofs \
    -x 0xC6bA8C3233eCF65B761049ef63466945c362EdD2 \
    -sk macisk.15790d0f0033702c46969e59396a82abb5f690654a6488ca86d2464fafc4bc4b \
    -o proofs.json \
    -t tally.json
Generating proofs of message processing...

Progress: 1 / 1; batch index: 0
Illegal instruction (core dumped)
Error: unable to compute batch update state tree witness data
Error: exec: Illegal instruction (core dumped)

    at Object.error (/home/johnson/maci/circuits/node_modules/shelljs/src/common.js:110:27)
    at execSync (/home/johnson/maci/circuits/node_modules/shelljs/src/exec.js:102:12)
    at Object._exec (/home/johnson/maci/circuits/node_modules/shelljs/src/exec.js:205:12)
    at Object.exec (/home/johnson/maci/circuits/node_modules/shelljs/src/common.js:335:23)
    at /home/johnson/maci/circuits/ts/index.ts:230:11
    at step (/home/johnson/maci/circuits/build/index.js:33:23)
    at Object.next (/home/johnson/maci/circuits/build/index.js:14:53)
    at /home/johnson/maci/circuits/build/index.js:8:71
    at new Promise (<anonymous>)
    at __awaiter (/home/johnson/maci/circuits/build/index.js:4:12)