From badf1d0e4d33b8b48bedca54e61aba0e97e45c69 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Mon, 3 Feb 2025 18:53:51 +0100 Subject: [PATCH 1/2] Fix typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5789e4d..9b28701 100644 --- a/README.md +++ b/README.md @@ -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. From 031bd21279e0ab081f9988180ee9b6c977f406e6 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Mon, 3 Feb 2025 18:53:53 +0100 Subject: [PATCH 2/2] Fix typos in setup-tools/README.md --- setup-tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-tools/README.md b/setup-tools/README.md index 25435ce..2c68b5d 100644 --- a/setup-tools/README.md +++ b/setup-tools/README.md @@ -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