@cogcoin/bitcoin-darwin-x64
v30.2.0
Published
Bitcoin Core 30.2 binaries (x86_64-apple-darwin)
Readme
@cogcoin/bitcoin-darwin-x64
@cogcoin/[email protected] ships the official Bitcoin Core 30.2 binaries for this target platform. This is a platform delivery package for @cogcoin/bitcoin, not the recommended direct install target.
Use this package as a binary artifact only. For normal consumption, install @cogcoin/bitcoin and let the parent loader select and verify the correct platform package automatically.
Links
- Website: cogcoin.org
- Source: github.com/cogcoin
- Parent repo: github.com/cogcoin/bitcoin
- Source archive: https://bitcoincore.org/bin/bitcoin-core-30.2/bitcoin-30.2-x86_64-apple-darwin.tar.gz
- Guix attestations: https://github.com/bitcoin-core/guix.sigs/tree/main/30.2
Quick Start
Install the parent package:
npm install @cogcoin/bitcoinThe parent package selects this platform package automatically when the host matches.
Contents
bitcoindbitcoin-cliLICENSE
Trust Model
- These binaries are extracted unmodified from
bitcoin-30.2-x86_64-apple-darwin.tar.gz. - The refresh process verifies the archive hash against signed upstream
SHA256SUMSbefore packaging. - When resolved through
@cogcoin/bitcoin, the parent loader verifies the binary SHA-256 before returning a path.
The package is immutable. The trust model is official Bitcoin Core release provenance plus parent-loader verification, not the npm registry alone.
Verification
- Archive SHA-256:
99d5cee9b9c37be506396c30837a4b98e320bfea71c474d6120a7e8eb6075c7b
| Binary | SHA-256 |
| --- | --- |
| bitcoind | 8a872ebf4878d4b26c98fb936c72d1f5dcfe6206cc9e398fbaa3d927f2814ba2 |
| bitcoin-cli | 48ce393e484de2fc43fe39cb32df61957fce46d5865574f8f6b6521dee2f0168 |
To independently verify:
- Download
bitcoin-30.2-x86_64-apple-darwin.tar.gzplus signedSHA256SUMSfrom the Bitcoin Core 30.2 release page. - Verify the upstream signatures and archive hash.
- Extract
bitcoindandbitcoin-cli. - Compare the resulting SHA-256 values to the hashes above.
Critical Clarifications
- Install
@cogcoin/bitcoininstead of this package directly so npm can select the correct platform package automatically. - Running these binaries directly bypasses the parent loader verification.
License
MIT (Bitcoin Core)
