Closed pettinarip closed 2 years ago
@pettinarip you are going to need to use Ubuntu 21.04^ as your server image- or recompile the binaries on your machine using the param files and your libc version (this is why the other param files do work on your machine).
Unfortunately the binaries pinned on IPFS were compiled using a higher version of libc (2.3.3) than is available on the Ubuntu version you are using.
Feel free to ping me if you need any help!
Perfect @daodesigner. Yes, I recall Weijei telling me that he had used Ubuntu 21.04 as well. Ok, when I can, I'll try to run it with an ubuntu image. Thanks!
@daodesigner just to confirm that it worked with docker using ubuntu 21.04 + node 15 🎉
Awesome! Please add a note to the docs, we should probably bump the version of Ubuntu on the Docker image as well.
Awesome! Please add a note to the docs, we should probably bump the version of Ubuntu on the Docker image as well.
Cool. I've created a PR to use ubuntu in the Docker image here: https://github.com/appliedzkp/maci/pull/337
Will add a note in our docs soon.
This is not a blocker for us but we wanted to mention that I've been trying to run the
genProofs
using the trusted setup files (https://gateway.pinata.cloud/ipfs/QmWSxPBNYDtsK23KwYdMtcDaJg3gWS3LBsqMnENrVG6nmc) but I had the following error:I have tested this against:
libc.so.6
)Aside from that, using my own params files, they worked as expected in all the mentioned envs.
Wondering what env are you guys using to run the MACI scripts @daodesigner @auryn-macmillan