This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/bitcoin-core/badges/latest-version.svg)](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]]