Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ to ensure you are meeting the targeted verification rate throughout the process.
If you want to get ambitious, you may wish to run the computation on, for example, an air-gapped laptop within a faraday cage in the middle of a desert.
Further, you may wish to run either your own implementation, or build the `setup-tools` binaries and run those.

Either way, it's still necessary to signal to the server that you are online, in order to be allocated your position in the queue. This can be acheived by running `setup-mpc-client` in a special offline mode,
or you can use something like the `simulate_client.sh` script in `setup-mpc-client-bash` to acheive the same without running the container, sacrificing visualisation of the ceremony.
Either way, it's still necessary to signal to the server that you are online, in order to be allocated your position in the queue. This can be achieved by running `setup-mpc-client` in a special offline mode,
or you can use something like the `simulate_client.sh` script in `setup-mpc-client-bash` to achieve the same without running the container, sacrificing visualisation of the ceremony.

The instructions in [setup-tools](/setup-tools) should guide you on how to build and run the binaries.

Expand Down
2 changes: 1 addition & 1 deletion setup-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Ensure that at the top level of the repo you have run:
git submodule init && git submodule update
```

To ease development you can create an image with necessary build environment, with your current source code mounted into the conatiner.
To ease development you can create an image with necessary build environment, with your current source code mounted into the container.

```
docker-compose build build-env
Expand Down