update readme

This commit is contained in:
poma 2020-05-12 03:18:47 +03:00
parent 732f09b908
commit 9420c72716
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
3 changed files with 7 additions and 2 deletions

0
phase2/batch.sh Normal file → Executable file

0
phase2/download.sh Normal file → Executable file

@ -1,8 +1,11 @@
# Tornado.Cash ceremony verification
This dir contains scripts that allow to verify tornado.cash trusted setup ceremony
This dir contains scripts that allow to verify tornado.cash trusted setup ceremony. To download all contributions you will need 15Gb of disk space.
```sh
git clone https://github.com/tornadocash/phase2-bn254
cd phase2-bn254/phase2/verify_tornado_ceremony
# Download all tornado.cash contributions
./download.sh
@ -11,4 +14,6 @@ This dir contains scripts that allow to verify tornado.cash trusted setup ceremo
# Generate keys and Verifier.sol contract
./generate.sh
```
```
There are also multithreaded scripts for advanced users in phase2-bn254/phase2 (download.sh and batch.sh)