diff --git a/manta-trusted-setup/README.md b/manta-trusted-setup/README.md index d0a17b7e3..bc3a59b6e 100644 --- a/manta-trusted-setup/README.md +++ b/manta-trusted-setup/README.md @@ -19,7 +19,9 @@ cargo run --release --package manta-trusted-setup --all-features --bin groth16_p ``` You will see a screen like this ![register](./docs/ts_guide_register.png) -Enter the required information (Twitter handle and email address) and copy these together with the public key and signature generated by the client into the appropriate fields of [this form](https://4z64on4g0gg.typeform.com/to/N7afxPaU). DO NOT include the secret passphrase displayed in red. Save this secret phrase somewhere safe and do not share it with anyone. Without this secret you will not be able to participate in the ceremony. You are now registered; please wait until the ceremony begins to proceed to the next step. You will be notified by email when the ceremony is about to begin. +The output contains a link (green) that leads you to our registration form. Here you may answer some optional questions, then submit the form to complete your registration. + +Take note of the secret passphrase displayed in red. Save this secret phrase somewhere safe and do not share it with anyone. Without this secret you will not be able to participate in the ceremony. You are now registered; please wait until the ceremony begins to proceed to the next step. You will be notified by email when the ceremony is about to begin. > **NOTE**: There may be some lag between when you submit your registration info and when it has been uploaded to the server -- we perform some manual screening to prevent abuse. diff --git a/manta-trusted-setup/docs/ts_guide_register.png b/manta-trusted-setup/docs/ts_guide_register.png index ae1f564bc..4e4f0a673 100644 Binary files a/manta-trusted-setup/docs/ts_guide_register.png and b/manta-trusted-setup/docs/ts_guide_register.png differ