@cogcoin/bitcoin-win32-x64
v30.2.0
Published
Bitcoin Core 30.2 binaries (win64)
Readme
@cogcoin/bitcoin-win32-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-win64.zip
- 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
bitcoind.exebitcoin-cli.exeLICENSE
Trust Model
- These binaries are extracted unmodified from
bitcoin-30.2-win64.zip. - 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:
0d7e1f16f8823aa26d29b44855ff6dbac11c03d75631a6c1d2ea5fab3a84fdf8
| Binary | SHA-256 |
| --- | --- |
| bitcoind.exe | 4fddd47cb33560109b826f3d5b8a8332480db7a1c13d91676375cdae20c240b3 |
| bitcoin-cli.exe | 45eb95ec60dccb242770bcc19c4a5a1ad3ee9dc53841f5a710b35d127d80e21b |
To independently verify:
- Download
bitcoin-30.2-win64.zipplus signedSHA256SUMSfrom the Bitcoin Core 30.2 release page. - Verify the upstream signatures and archive hash.
- Extract
bitcoind.exeandbitcoin-cli.exe. - 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)
