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

New Contribution - Suspended #54

Closed
PellerC opened this issue Jun 7, 2024 · 40 comments
Closed

New Contribution - Suspended #54

PellerC opened this issue Jun 7, 2024 · 40 comments
Assignees
Labels
contribution New Contribution

Comments

@PellerC
Copy link

PellerC commented Jun 7, 2024

Contributor :- Peller
SSH Public key:- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOIIXIwEHtgzgANRtUvMJoCeZVKInxoJUzmXxC9j2iRQ
Attestation:- N/A

@PellerC PellerC added the contribution New Contribution label Jun 7, 2024
Copy link

github-actions bot commented Jun 7, 2024

Thank you for your interest in contributing to the Zircuit Ceremony!

Begin the following process only after receiving notification that it is your turn to contribute through a message in this issue. Please follow instructions only from the issue's assignee.

Once notified, you have 1 hour to confirm by posting a message in this issue that you have started your contribution. If you do not confirm within one hour, your contribution slot might be suspended.

Prerequisites

Get sources

git clone https://github.com/zircuit-labs/ceremony.git
cd ceremony

Generate an SSH Key - Optional

Contributors are required to provide an SSH public key to upload their contributions to our servers.

If you don't have one, you can generate a new SSH public key as:

ssh-keygen -t ed25519 -b 256 -f ./id_ceremony -N "" -C ""

Next, edit the issue description and report as SSH Public key the output of the command:

cat ./id_ceremony.pub

Please note that if you use Docker to compute your contribution, the key will be automatically added to the Docker image during the build process and available in the working directory. If you already have an SSH key and prefer not to generate a new one, you will need to import your existing key manually.

Build

To contribute, you will need a total of at least 33 GiB of combined RAM and SWAP memory available. If you are using Docker, ensure that sufficient resources are allocated when running images.

From sources

cargo install --locked --path . --root .
export PATH="./bin:${PATH}"
chmod +x download.sh

With Docker

docker build . -t "ceremony"

Contribute

Before proceeding, please post a comment on this issue to notify us that you have started your contribution.

Only in the case you are using Docker, you need to first run the built image:

docker run -it "ceremony"

Download the latest contribution:

./download.sh

and verify that the hash of the downloaded contribution matches the one reported here.

Then, compute your contribution:

export RUST_LOG=info
contribute -c ./contributions

The last command will create a contribution using the default settings. For additional options and configurations, please refer to instructions.

If you don't plan to actively use your computer during the contribution phase, please read this section to avoid performance degradation due to power-saving settings.

Upload Contribution

After completing your contribution, upload it to our server using your SSH key:

sftp -i ./id_ceremony [email protected]
put ./contributions/[YOUR_CONTRIBUTION_ID].csrs
quit

If your upload is interrupted, you can use reput in place of put to resume it.

Once the upload is complete, post a comment on this issue to notify us that your contribution has been uploaded.

@PellerC
Copy link
Author

PellerC commented Jun 8, 2024

Ready when you are ready

@zvorcuit zvorcuit self-assigned this Jun 11, 2024
@zvorcuit
Copy link
Collaborator

@PellerC, are you ready to start contribution?

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

Yes i am ready

@zvorcuit
Copy link
Collaborator

You can now proceed with your contribution!

Please notify us with a comment on this issue after each of the following steps is completed:

  • Your contribution process begins.
  • Your upload is finished.

Please note that if you do not acknowledge the start of the contribution process within 15 minutes, your contribution slot will be suspended.

@zvorcuit zvorcuit changed the title New Contribution New Contribution - Pending Jun 11, 2024
@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

okay about to start my contribution

@zvorcuit zvorcuit changed the title New Contribution - Pending New Contribution - Active Jun 11, 2024
@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

starting contribution

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

Downloading contribution 0000000016.csrs

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

Computing hashes for downloaded contributions..
0000000016.csrs edfdfd3401f387a64b5fd16eda1712ff6ed6948f70cd6909b9210b4cb7d66b24

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

Reading contribution from "./contributions/0000000016.csrs"
memory allocation of 17179869184 bytes failed
Aborted (core dumped)

got this and using my other laptop for it

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

and the docker time keeps going up.. now 13hrs
idk whats wrong,, earlier it took 15mins

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

IMG_3822

This

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

now its 9hrs

@zvorcuit
Copy link
Collaborator

@PellerC I would assume it is related to docker client on windows configuration, please try to configure your docker to avoid bottlenecks with large file downloads. Perhaps take a look here for start in resolving bottleneck.

In the meantime we must suspend your allocated time slot to allow other contributors to proceed with the ceremony.

Please notify us when you manage configuration and download speed and are ready to participate again.
Thank you for your understanding!

@zvorcuit zvorcuit changed the title New Contribution - Active New Contribution - Suspended Jun 11, 2024
@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

im ready,, just did

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

just fixed it,,, downloading contribution

@zvorcuit
Copy link
Collaborator

@PellerC please wait, another user has slot. I will ping you when your slot is again.

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

Okay… im waiting right here.,,
Set everything up so I am ready,,

@zvorcuit
Copy link
Collaborator

@PellerC are you ready to start contribution?

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

Yes I am ready,,,

@zvorcuit
Copy link
Collaborator

@PellerC, you can now proceed with your contribution!

Please notify us with a comment on this issue after each of the following steps is completed:

  • Your contribution process begins.
  • Your upload is finished.

Please note that if you do not acknowledge the start of the contribution process within 15 minutes, your contribution slot will be suspended.

@zvorcuit zvorcuit changed the title New Contribution - Suspended New Contribution - Pending Jun 11, 2024
@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

ok

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

on it.

@zvorcuit
Copy link
Collaborator

Your allocated contribution time slot has been suspended due to not starting for 15 minutes. Please let us know when you are ready to contribute again. Thank you!

@zvorcuit zvorcuit changed the title New Contribution - Pending New Contribution - Suspended Jun 11, 2024
@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

its loading now,,, but can i edit the ssh key because i just have to go through another process

@zvorcuit
Copy link
Collaborator

@PellerC please paste new public ssh key.

@zvorcuit zvorcuit changed the title New Contribution - Suspended New Contribution - Active Jun 11, 2024
@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

AAAAC3NzaC1lZDI1NTE5AAAAIKW7BKhrjh2/VgDU/Z8QvB6iwpKy6TYdxTxID0KU1iOQ

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

cani proceed ?

@zvorcuit
Copy link
Collaborator

proceed please

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

Downloading contribution 0000000016.csrs

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

Computing hashes

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

Computing hashes for downloaded contributions..
0000000016.csrs edfdfd3401f387a64b5fd16eda1712ff6ed6948f70cd6909b9210b4cb7d66b24

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

Computing contribution….

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

[2024-06-11T23:15:39Z INFO ceremony::contribution] Reading contribution from "./contributions/0000000016.csrs"
[2024-06-11T23:17:19Z INFO ceremony::check] Checking contribution with id 16
[2024-06-11T23:17:19Z INFO ceremony::check] Contribution's k and n are correct
[2024-06-11T23:17:19Z INFO ceremony::check] > SRS Check #1 Succeded: srs uses hardcoded group generators
[2024-06-11T23:17:19Z INFO ceremony::check] > SRS Check #2 Succeded: g2 and s_g2 have order r
[2024-06-11T23:17:19Z INFO ceremony::check] > SRS Check #3 Succeded: the g vector has expected size

@PellerC
Copy link
Author

PellerC commented Jun 11, 2024

533F0B1B-2922-4BB1-A589-642F3376623C

What do I do in this situation,,

@zvorcuit
Copy link
Collaborator

you should setup docker resources per docs.

In the meantime we must suspend your allocated time slot to allow other contributors to proceed with the ceremony.

Please notify us when you manage configuration and download speed and are ready to participate again.
Thank you for your understanding!

@zvorcuit zvorcuit changed the title New Contribution - Active New Contribution - Suspended Jun 11, 2024
@zvorcuit
Copy link
Collaborator

Your contribution slot has been permanently suspended due to lack of feedback within 24 hours.

This issue will be closed. Please open a new issue to join the contributors' queue if you're interested in contributing again.
Thank you!

@zvorcuit zvorcuit closed this as not planned Won't fix, can't repro, duplicate, stale Jun 13, 2024
@PellerC
Copy link
Author

PellerC commented Jun 13, 2024

No pls don’t do that,,, I am trying to get a new server,,, then I’d be ready to contribute again,,

@zvorcuit
Copy link
Collaborator

@PellerC no problem, once you do so just open new issue to get back into queue.

@PellerC
Copy link
Author

PellerC commented Jun 13, 2024

If I open a new issue,,,, I would be back at no 400+…. And I have been here for days trying to just get this done with sleepless night.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution New Contribution
Projects
None yet
Development

No branches or pull requests

2 participants