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

[Attestation] @acityinohio #24

Open
acityinohio opened this issue Feb 2, 2021 · 0 comments
Open

[Attestation] @acityinohio #24

acityinohio opened this issue Feb 2, 2021 · 0 comments

Comments

@acityinohio
Copy link

acityinohio commented Feb 2, 2021

My name is Josh Cincinnati and my Plumo ceremony address was 0x2588d0b7b1a1a20369176aaf641398fd96adce6e.

The b2sum of my contribute binary was 4f40b2c405f4c52ad144b47e4ff1d207674049bc0d85277739298cab6109837eb29b634e5c15f95a40eb39a3f8125776b523c5637761237b28156d23a105a58b, while the b2sum of my generate binary was cd4f2baa361ff81764f073ea5db2d6754b28989cad93b8d68f96f78ba32c021dc5eced3fd7fed8d0b9ffe8768927f54c0187830ec98528333559fe72196de6e7.

Attestation file attached here. I compiled the binaries myself on my Linux desktop; compiled from git commit ac3d560 or v1.1.1 as tagged on GitHub, with a very slight modification: I couldn't get the contribute binary to compile until I commented out some X11-specific functions (my main desktop machine runs Wayland-only). The commented out portions should have had no effect on the result of the ceremony, but I've included the diff here just in case anyone wants to recreate my binaries:

diff --git a/src/bin/contribute.rs b/src/bin/contribute.rs
index b77b667..6bcf608 100644
--- a/src/bin/contribute.rs
+++ b/src/bin/contribute.rs
@@ -139,8 +139,8 @@ pub struct ContributeOpts {
     pub skip_ratio_check: bool,
     #[options(help = "whether to disable benchmarking data collection")]
     pub disable_sysinfo: bool,
-    #[options(help = "do not try to keep the computer awake")]
-    pub disable_keep_awake: bool,
+    //#[options(help = "do not try to keep the computer awake")]
+    //pub disable_keep_awake: bool,
     #[options(help = "exit when finished contributing for the first time")]
     pub exit_when_finished_contributing: bool,
     #[options(help = "read passphrase from stdin. THIS IS UNSAFE as it doesn't use pinentry!")]
@@ -1282,9 +1282,9 @@ fn main() {
     .expect("Error setting Ctrl-C handler");
 
     let opts: ContributeOpts = ContributeOpts::parse_args_default_or_exit();
-    if !opts.disable_keep_awake {
+    /* if !opts.disable_keep_awake {
         let _ = keep_awake::inhibit("Plumo setup contribute", "This will take a while");
-    }
+    }*/
     let mut rt = if opts.free_threads > 0 {
         let max_threads = num_cpus::get();
         let threads = max_threads - opts.free_threads;
@acityinohio acityinohio changed the title [Attestation] [Attestation] @acityinohio Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant