Description
This repository contains RPMs for Bitcoin Core. The work here is based off of the spec file in the Bitcoin Core repo (with a small number of changes). There are no patches applied to the upstream release tarballs. You can find the specfile at: https://github.com/eklitzke/bitcoin-rpm
Installation Instructions
To install the GUI (Qt) application:
# Install the GUI application.
$ dnf install bitcoin-qt
To install daemon (and CLI utils):
# Install the command line programs.
$ dnf install bitcoind bitcoin-cli
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
| Release | Architectures | Repo Download | 
|---|---|---|
|  Fedora 40 | aarch64 (59)*, x86_64 (76)* | Fedora 40 (0 downloads) | 
|  Fedora 41 | aarch64 (47)*, x86_64 (28)* | Fedora 41 (60 downloads) | 
|  Fedora 42 | aarch64 (27)*, x86_64 (39)* | Fedora 42 (41 downloads) | 
|  Fedora 43 | aarch64 (0)*, x86_64 (0)* | Fedora 43 (18 downloads) | 
|  Fedora rawhide | aarch64 (126)*, x86_64 (139)* | Fedora rawhide (206 downloads) | 
* Total number of downloaded packages.
Quick Enable
    #> dnf copr enable eklitzke/bitcoin
  
  
     More info about enabling Copr repositories