bitcoin-core / guix.sigs
Bitcoin Core release attestations (Guix)
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing bitcoin-core/guix.sigs in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewThis repository contains Guix attestations for releases of Bitcoin Core. Overall process The Guix build consists of two stages: • In the first stage ( ), people compile the binaries from source. • Then, code signatures for Windows and MacOS are generated from the binaries that were produced in the first stage, and distributed to the builders. • In the second stage ( ), the builders attach these code signatures. See https://github.com/bitcoin/bitcoin/blob/master/doc/release-process.md#building on how to build the release with Guix and create an attestation. Directory structure • : Build attestations for repository tag for . • : Hashes of binaries produced by the first stage build for this version. • : Detached PGP signature for . • : Hashes of binaries produced by the second stage build. This covers all the binaries uploaded to the website, and is what to check release binaries against. • : Detached PGP signature for . • : PGP keys of the signers. If you're going to do builds and contribute attestations, file a PR to add your key here. • : Scripts used in the CI tests.