@cogcoin/bitcoin-darwin-arm64
v30.2.0
Published
Bitcoin Core 30.2 binaries (arm64-apple-darwin)
Downloads
65
Readme
@cogcoin/bitcoin-darwin-arm64
@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-arm64-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-arm64-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:
c2ecab62891de22228043815cb6211549a32272be3d5d052ff19847d3420bd10
| Binary | SHA-256 |
| --- | --- |
| bitcoind | 3c40be552d92887107f68d7e534aa553b6f94b0b6bfe8a7cd18bc053988a67c9 |
| bitcoin-cli | 6c8024645f1f5eeb6f1f93f9f790771c322eb077eed4d5b3ff76e5a7be8bf1c2 |
To independently verify:
- Download
bitcoin-30.2-arm64-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)
