macOS
brew install bitcoinlocal Homebrew formula metadata
sudo port install bitcoinMacPorts ports tree · finance/bitcoin/Portfile · 来源: api.github.com
安装
brew install bitcoinlocal Homebrew formula metadata
sudo port install bitcoinMacPorts ports tree · finance/bitcoin/Portfile · 来源: api.github.com
sudo apk add bitcoinAlpine Linux edge package indexes · bitcoin · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#bitcoinnixpkgs package indexes · pkgs/by-name/bi/bitcoin/package.nix · 来源: api.github.com
sudo zypper install bitcoin-qt6openSUSE Tumbleweed package metadata · bitcoin-qt6 · 来源: download.opensuse.org
sudo pacman -S bitcoin-daemonArch Linux sync databases · bitcoin-daemon · 来源: geo.mirror.pkgbuild.com
choco install bitcoinChocolatey community package catalog · bitcoin · 来源: community.chocolatey.org
概览
Decentralized, peer to peer payment network
历史
Bitcoin Core is the reference full-node implementation for the Bitcoin network. It descends directly from Satoshi Nakamoto's original Bitcoin client and packages the network node, wallet, RPC tools, transaction utilities, validation engine, and supporting documentation used by operators, developers, exchanges, researchers, and packagers.
Bitcoin Core's About page describes it as the open-source project that maintains and releases Bitcoin client software, and as a direct descendant of the original client released by Satoshi Nakamoto after the Bitcoin whitepaper. The current repository is the integration and staging tree for that software.
The software evolved from a combined GUI wallet and peer-to-peer node into a suite of command-line and GUI programs: `bitcoind` for daemonized full-node operation, `bitcoin-cli` for RPC calls, `bitcoin-tx` for transaction construction, `bitcoin-wallet` for wallet maintenance, and related utilities. The official README emphasizes full validation of blocks and transactions.
Major engineering milestones show the project adapting to scale and operational risk. The 0.8.0 release moved block and transaction indices to LevelDB, changed indexing defaults, added performance work for validation, and supported Bloom filters for lightweight clients. Later releases added network privacy and transport work, wallet changes, RPC evolution, and continuing platform support.
Bitcoin Core became the default implementation against which much of the Bitcoin ecosystem measures consensus behavior, because full nodes independently validate blocks and transactions. Its correctness and review process matter beyond ordinary application packaging: a consensus bug can split money.
The project has broad package-manager presence in this batch: Homebrew, Alpine, Chocolatey, MacPorts, Nix, Arch, and openSUSE package some form of Bitcoin Core or its daemon. Official binary releases remain central, but package managers are important for operators who want reproducible installs, service integration, or policy-controlled upgrades.
The GitHub repository shows a large, active contributor base and continued releases through Bitcoin Core 31.0 in 2026. The README explicitly notes that testing and code review are the bottleneck and that the project is security-critical.
Operators run `bitcoind` or `bitcoin-qt` to join the peer-to-peer network, download blocks, validate consensus rules, maintain the UTXO set, relay transactions, and optionally serve wallet or RPC workflows. `bitcoin-cli` is the normal administrative interface for RPC calls.
Developers and power users use `bitcoin-tx`, `bitcoin-util`, `bitcoin-wallet`, regtest, signet, testnet, RPCs, and the documented data directory layout for testing, transaction work, wallet maintenance, and integration. The data directory contains chainstate, block files, indexes, wallets, `bitcoin.conf`, `.cookie`, and other operational files.
Packagers must care about platform support, bundled versus system libraries, database migrations, wallet formats, service files, man pages, and the difference between consensus-critical behavior and optional indexes or wallet features.
Bitcoin Core is one of the rare packages where packaging is inseparable from protocol safety. Build flags, dependency versions, wallet database behavior, runtime paths, and upgrade order can affect node operators managing real funds and participating in a live consensus network.
It is also a package-history landmark: a small open-source peer-to-peer client became a globally significant infrastructure package with daemon, CLI, GUI, RPC surface, reproducible-release culture, security advisories, and intense review norms.
For package nerds, its file layout is unusually educational. The official filesystem document names the blocks, chainstate, indexes, wallet databases, cookie authentication, generated config, and legacy migrations, making the package a concrete map of how a decentralized network client persists state.
安全态势
broad file, network, media, or database tool signal. formula declares a Homebrew service.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.bitcoin/bitcoin.conf~/Library/Application Support/Bitcoin/bitcoin.conf%LOCALAPPDATA%\Bitcoin\bitcoin.confCredential-bearing paths to review before unattended agent runs.
~/.bitcoin/.cookie~/Library/Application Support/Bitcoin/.cookie%LOCALAPPDATA%\Bitcoin\.cookie可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
bitcoin | cli | 全局可执行文件 | |
bitcoin-cli | cli | 全局可执行文件 | |
bitcoin-tx | cli | 全局可执行文件 | |
bitcoin-util | cli | 全局可执行文件 | |
bitcoin-wallet | cli | 全局可执行文件 | |
bitcoind | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:bitcoin |
|---|---|
| 版本 | 31.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/bitcoin |
| 主页 | https://bitcoincore.org/ |
| 仓库 | https://github.com/bitcoin/bitcoin |
| 上游文档 | https://bitcoincore.org/en/doc |
| 许可证 | MIT AND BSD-3-Clause AND BSL-1.0 |
| 源码归档 | https://bitcoincore.org/bin/bitcoin-core-31.1/bitcoin-31.1.tar.gz |
| 最后更新 | 2026-07-10T03:17:47Z |
| Pulse | updated |
| 依赖 | capnp, libevent, zeromq |
| 构建依赖 | boost, cmake, pkgconf |
| macOS 提供的库 | sqlite |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | declared |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bitcoin |
| Version Scheme | 0 |
| Revision | 1 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
bitcoin
nix profile install nixpkgs#bitcoinbitcoin 30.2-r2
Decentralized P2P electronic cash system
sudo apk add bitcoinbitcoin-bench 30.2-r2
Bitcoin Benchmarking Tools
sudo apk add bitcoin-benchbitcoin-cli 30.2-r2
Bitcoin CLI
sudo apk add bitcoin-clibitcoin-doc 30.2-r2
Decentralized P2P electronic cash system (documentation)
sudo apk add bitcoin-docbitcoin-openrc 30.2-r2
Decentralized P2P electronic cash system (OpenRC init scripts)
sudo apk add bitcoin-openrcbitcoin-qt 30.2-r2
Bitcoin with a Qt frontend & QR Code support
sudo apk add bitcoin-qtbitcoin-tests 30.2-r2
Bitcoin & Bitcoin-QT Unit Tests
sudo apk add bitcoin-testsbitcoin-tx 30.2-r2
Bitcoin TX (Transaction Tool)
sudo apk add bitcoin-txbitcoin-qt6 31.0-1.1
An end-user Qt6 GUI for the Bitcoin crypto-currency
sudo zypper install bitcoin-qt6bitcoin-test 31.0-1.1
Automated tests for bitcoin client
sudo zypper install bitcoin-testbitcoin-utils 31.0-1.1
An end-user CLI for the Bitcoin crypto-currency
sudo zypper install bitcoin-utilsbitcoind 31.0-1.1
Headless daemon for Bitcoin crypto-currency
sudo zypper install bitcoindbitcoin
sudo port install bitcoinbitcoin
choco install bitcoinbitcoind
nix profile install nixpkgs#bitcoind来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.