Last active
March 25, 2026 22:43
-
-
Save seildancer/1e2d1e0d778443937efe85612f11ef69 to your computer and use it in GitHub Desktop.
zk circuit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| seildancer@recnadlies:~$ bash contribute.sh --coordinator-url https://pb-ceremony.yolkie.xyz | |
| ╔════════════════════════════════════════════════════════════╗ | |
| ║ Privacy Boost - Trusted Setup Ceremony ║ | |
| ║ ║ | |
| ║ Thank you for contributing to the ceremony! ║ | |
| ║ Your participation strengthens protocol security. ║ | |
| ║ This may take 10-15 minutes. ║ | |
| ╚════════════════════════════════════════════════════════════╝ | |
| How would you like to obtain the ceremony binary? | |
| 1) Download pre-built release (fastest) | |
| 2) Build from source (local Go) (requires Go 1.24+) | |
| 3) Build from source (Docker) (no local toolchain needed) | |
| Enter your choice [1-3]: 3 | |
| [ceremony] Checking GitHub for the latest ceremony release... | |
| [ceremony] Cloning repository at tag: v0.1.8 | |
| Cloning into '/tmp/tmp.cOiJu6Y7AG/repo'... | |
| remote: Enumerating objects: 50, done. | |
| remote: Counting objects: 100% (50/50), done. | |
| remote: Compressing objects: 100% (38/38), done. | |
| remote: Total 50 (delta 0), reused 31 (delta 0), pack-reused 0 (from 0) | |
| Receiving objects: 100% (50/50), 54.43 KiB | 18.14 MiB/s, done. | |
| Note: switching to '312bdeec2f9c1e3d19a0fa73cfda263fcd881378'. | |
| You are in 'detached HEAD' state. You can look around, make experimental | |
| changes and commit them, and you can discard any commits you make in this | |
| state without impacting any branches by switching back to a branch. | |
| If you want to create a new branch to retain commits you create, you may | |
| do so (now or later) by using -c with the switch command. Example: | |
| git switch -c <new-branch-name> | |
| Or undo this operation with: | |
| git switch - | |
| Turn off this advice by setting config variable advice.detachedHead to false | |
| [ceremony] Repository cloned. | |
| [ceremony] Building ceremony image with Docker... | |
| DEPRECATED: The legacy builder is deprecated and will be removed in a future release. | |
| Install the buildx component to build images with BuildKit: | |
| https://docs.docker.com/go/buildx/ | |
| Sending build context to Docker daemon 165.9kB | |
| Step 1/12 : FROM golang:1.24.0-bookworm AS build | |
| 1.24.0-bookworm: Pulling from library/golang | |
| 155ad54a8b28: Pulling fs layer | |
| 8031108f3cda: Pulling fs layer | |
| 1d281e50d3e4: Pulling fs layer | |
| 9760da4e8f07: Pulling fs layer | |
| a2a60326dddc: Pulling fs layer | |
| 8985a99e1ce3: Pulling fs layer | |
| 4f4fb700ef54: Pulling fs layer | |
| 9760da4e8f07: Waiting | |
| a2a60326dddc: Waiting | |
| 8985a99e1ce3: Waiting | |
| 4f4fb700ef54: Waiting | |
| 8031108f3cda: Verifying Checksum | |
| 8031108f3cda: Download complete | |
| 155ad54a8b28: Verifying Checksum | |
| 155ad54a8b28: Download complete | |
| 155ad54a8b28: Pull complete | |
| 8031108f3cda: Pull complete | |
| a2a60326dddc: Verifying Checksum | |
| a2a60326dddc: Download complete | |
| 8985a99e1ce3: Verifying Checksum | |
| 8985a99e1ce3: Download complete | |
| 1d281e50d3e4: Verifying Checksum | |
| 1d281e50d3e4: Download complete | |
| 4f4fb700ef54: Verifying Checksum | |
| 4f4fb700ef54: Download complete | |
| 9760da4e8f07: Verifying Checksum | |
| 9760da4e8f07: Download complete | |
| 1d281e50d3e4: Pull complete | |
| 9760da4e8f07: Pull complete | |
| a2a60326dddc: Pull complete | |
| 8985a99e1ce3: Pull complete | |
| 4f4fb700ef54: Pull complete | |
| layers from manifest don't match image configuration | |
| [ceremony] Cleaning up work directory: /tmp/tmp.cOiJu6Y7AG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment