https://github.com/devrandom/bitcoin-release
Bitcoin gitian style releases
https://github.com/devrandom/bitcoin-release
Last synced: 3 months ago
JSON representation
Bitcoin gitian style releases
- Host: GitHub
- URL: https://github.com/devrandom/bitcoin-release
- Owner: devrandom
- Created: 2011-03-27T19:00:41.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-27T15:11:49.000Z (over 13 years ago)
- Last Synced: 2025-01-31T22:07:01.710Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 168 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin Releases
This directory contains bitcoin Gitian build results, signed by multiple people.
The layout of this directory is:
/
/
bitcoin-build.assert - the result file produced by the signer's build process
bitcoin-build.assert.sig - the signer's signature certifying the resultThis directory is created by the Gitian `gsign` command, after a successful `gbuild`. It can be verified with `gverify`.
Normally, all output manifests in the result files should be identical between different signers.
See also:
* docs/build.sh
* [Bitcoin](https://www.bitcoin.org/)
* [Gitian builder](https://github.com/devrandom/gitian-builder)