phase2-bn254/phase2/verify_tornado_ceremony/README.md

19 lines
558 B
Markdown
Raw Normal View History

2020-05-12 02:58:29 +03:00
# Tornado.Cash ceremony verification
2020-05-12 03:18:47 +03:00
This dir contains scripts that allow to verify tornado.cash trusted setup ceremony. To download all contributions you will need 15Gb of disk space.
2020-05-12 02:58:29 +03:00
```sh
2020-05-12 03:18:47 +03:00
git clone https://github.com/tornadocash/phase2-bn254
cd phase2-bn254/phase2/verify_tornado_ceremony
2020-05-12 02:58:29 +03:00
# Download all tornado.cash contributions
./download.sh
# Verify each contribution
./verify.sh
# Generate keys and Verifier.sol contract
./generate.sh
2020-05-12 03:18:47 +03:00
```
There are also multithreaded scripts for advanced users in phase2-bn254/phase2 (download.sh and batch.sh)