- Running the Powers of Tau ceremony
- Uses the rust client
$> curl https://sh.rustup.rs -sSf | sh
# add cargo to your $PATH
$> export PATH="$HOME/.cargo/bin:$PATH"
$> git clone https://github.com/ebfull/powersoftau
$> cd powersoftau
$> cargo build
$> cd powersoftau
# create dummy challenge file
$> cargo run --release --bin new
$> python3 input_capture.py
- Write to the zcash mailing list if you want to run for real.