https://github.com/plebhash/nix-bitcoin-core-archive
An archive of Nix derivations for old bitcoin releases and custom forks.
https://github.com/plebhash/nix-bitcoin-core-archive
Last synced: 9 months ago
JSON representation
An archive of Nix derivations for old bitcoin releases and custom forks.
- Host: GitHub
- URL: https://github.com/plebhash/nix-bitcoin-core-archive
- Owner: plebhash
- License: gpl-3.0
- Created: 2023-11-06T10:33:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T17:41:56.000Z (over 1 year ago)
- Last Synced: 2024-11-28T18:34:59.738Z (over 1 year ago)
- Language: Nix
- Homepage:
- Size: 85.9 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nix Bitcoin Core Archive
[nix-bitcoin](https://github.com/fort-nix/nix-bitcoin) is useful for running up-to-date `bitcoin-core`.
But sometimes, we need to run old or patched releases in a nix environment.
`nix-bitcoin-core-archive` provides Nix derivations for:
- old and outdated `bitcoin-core` releases
- custom forks
Note: `darwin` is not yet supported. Derivarions are only tested on Linux.
## instructions
Just `cd` into the directory of the chosen version, and then do a `nix-build`. The build artifacts will be placed at `result`. For example, if you want to run `0.21.0`:
```
$ cd core/0.21.0
$ nix-build
$ ls result/bin
bitcoin-cli bitcoind bitcoin-qt bitcoin-tx bitcoin-wallet
```
---
# Bitcoin Core
- [ ] Bitcoin Core v25.1
- [ ] Bitcoin Core v25.0
- [ ] Bitcoin Core v24.2
- [ ] Bitcoin Core v24.1
- [ ] Bitcoin Core v24.0.1
- [ ] Bitcoin Core v23.2
- [ ] Bitcoin Core v23.1
- [ ] Bitcoin Core v23.0
- [ ] Bitcoin Core v22.1
- [x] Bitcoin Core v22.0
- [ ] Bitcoin Core v0.21.2
- [ ] Bitcoin Core v0.21.1
- [x] Bitcoin Core v0.21.0
- [ ] Bitcoin Core v0.20.2
- [ ] Bitcoin Core v0.20.1
- [ ] Bitcoin Core v0.20.0
- [ ] Bitcoin Core v0.19.1
- [ ] Bitcoin Core v0.19.0.1
- [ ] Bitcoin Core v0.18.1
- [ ] Bitcoin Core v0.18.0
- [ ] Bitcoin Core v0.17.1
- [ ] Bitcoin Core v0.17.0.1
- [ ] Bitcoin Core v0.17.0
- [ ] Bitcoin Core v0.16.3
- [ ] Bitcoin Core v0.16.2
- [ ] Bitcoin Core v0.16.1
- [ ] Bitcoin Core v0.16.0
- [ ] Bitcoin Core v0.15.2
- [ ] Bitcoin Core v0.15.1
- [ ] Bitcoin Core v0.15.0.1
- [ ] Bitcoin Core v0.15.0
- [ ] Bitcoin Core v0.14.3
- [ ] Bitcoin Core v0.14.2
- [ ] Bitcoin Core v0.14.1
- [ ] Bitcoin Core v0.14.0
- [ ] Bitcoin Core v0.13.2
- [ ] Bitcoin Core v0.13.1
- [ ] Bitcoin Core v0.13.0
- [ ] Bitcoin Core v0.12.1
- [ ] Bitcoin Core v0.12.0
- [ ] Bitcoin Core v0.11.2
- [ ] Bitcoin Core v0.11.1
- [ ] Bitcoin Core v0.11.0
---
# Custom Forks
- [x] [SV2-IPC Patch by @Sjors](https://github.com/Sjors/bitcoin/tree/sv2-ipc) - v28.99.0
- [x] [SV2 Patch by @Sjors](https://github.com/Sjors/bitcoin/tree/sv2) - v25.99.0
- [x] [MutinyNet Patch by @benthecarman](https://github.com/benthecarman/bitcoin) - v24.99.0
- [x] [CPUnet Patch by @braidpool](https://github.com/braidpool/bitcoin/tree/cpunet) - v27.99.0