bitcoin-core
Bitcoin peer-to-peer client
Bitcoin is a digital currency that enables instant payments to anyone anywhere in the world. It uses peer-to-peer technology to operate without central authority: managing transactions and issuing money are carried out collectively by the network. Bitcoin Core is the reference implementation of the bitcoin protocol. This package provides the Bitcoin Core command line client and a client based on Qt.
- Versions: 30.0
- Website: https://bitcoincore.org/
- Licenses: Expat
- Package source: gnu/packages/finance.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of bitcoin-core as follows:
guix install bitcoin-core
Or install a particular version:
guix install bitcoin-core@30.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of bitcoin-core about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/bitcoin-core'><img src='https://packages.guix.gnu.org/packages/bitcoin-core/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/bitcoin-core)
Example Org:
[[https://packages.guix.gnu.org/packages/bitcoin-core][https://packages.guix.gnu.org/packages/bitcoin-core/badges/latest-version.svg]]