{"id":24144948,"url":"https://github.com/plebhash/nix-bitcoin-core-archive","last_synced_at":"2025-09-19T12:32:49.765Z","repository":{"id":206742866,"uuid":"715026396","full_name":"plebhash/nix-bitcoin-core-archive","owner":"plebhash","description":"An archive of Nix derivations for old bitcoin releases and custom forks.","archived":false,"fork":false,"pushed_at":"2024-11-28T17:41:56.000Z","size":88,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-28T18:34:59.738Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plebhash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-06T10:33:26.000Z","updated_at":"2024-11-28T17:41:59.000Z","dependencies_parsed_at":"2023-11-12T01:26:39.584Z","dependency_job_id":"11795410-dcde-4c46-9cf2-b265b5650985","html_url":"https://github.com/plebhash/nix-bitcoin-core-archive","commit_stats":null,"previous_names":["plebhash/nix-bitcoin-core-archive"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plebhash%2Fnix-bitcoin-core-archive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plebhash%2Fnix-bitcoin-core-archive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plebhash%2Fnix-bitcoin-core-archive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plebhash%2Fnix-bitcoin-core-archive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plebhash","download_url":"https://codeload.github.com/plebhash/nix-bitcoin-core-archive/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233570505,"owners_count":18695866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-12T06:13:32.796Z","updated_at":"2025-09-19T12:32:44.430Z","avatar_url":"https://github.com/plebhash.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg width=\"320\" src=\"nix-bitcoin-core-archive.png\" alt=\"nix-polkadot logo\"\u003e\n  \u003cbr\u003e\nNix Bitcoin Core Archive\n\u003cbr\u003e\n\u003c/h1\u003e\n\n[nix-bitcoin](https://github.com/fort-nix/nix-bitcoin) is useful for running up-to-date `bitcoin-core`.\n\nBut sometimes, we need to run old or patched releases in a nix environment.\n\n`nix-bitcoin-core-archive` provides Nix derivations for:\n- old and outdated `bitcoin-core` releases\n- custom forks\n\nNote: `darwin` is not yet supported. Derivarions are only tested on Linux.\n\n## instructions\n\nJust `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`:\n```\n$ cd core/0.21.0\n$ nix-build\n$ ls result/bin\nbitcoin-cli  bitcoind  bitcoin-qt  bitcoin-tx  bitcoin-wallet\n```\n\n---\n\n# Bitcoin Core\n\n - [ ] Bitcoin Core v25.1\n - [ ] Bitcoin Core v25.0\n - [ ] Bitcoin Core v24.2\n - [ ] Bitcoin Core v24.1\n - [ ] Bitcoin Core v24.0.1\n - [ ] Bitcoin Core v23.2\n - [ ] Bitcoin Core v23.1\n - [ ] Bitcoin Core v23.0\n - [ ] Bitcoin Core v22.1\n - [x] Bitcoin Core v22.0\n - [ ] Bitcoin Core v0.21.2\n - [ ] Bitcoin Core v0.21.1\n - [x] Bitcoin Core v0.21.0\n - [ ] Bitcoin Core v0.20.2\n - [ ] Bitcoin Core v0.20.1\n - [ ] Bitcoin Core v0.20.0\n - [ ] Bitcoin Core v0.19.1\n - [ ] Bitcoin Core v0.19.0.1\n - [ ] Bitcoin Core v0.18.1\n - [ ] Bitcoin Core v0.18.0\n - [ ] Bitcoin Core v0.17.1\n - [ ] Bitcoin Core v0.17.0.1\n - [ ] Bitcoin Core v0.17.0\n - [ ] Bitcoin Core v0.16.3\n - [ ] Bitcoin Core v0.16.2\n - [ ] Bitcoin Core v0.16.1\n - [ ] Bitcoin Core v0.16.0\n - [ ] Bitcoin Core v0.15.2\n - [ ] Bitcoin Core v0.15.1\n - [ ] Bitcoin Core v0.15.0.1\n - [ ] Bitcoin Core v0.15.0\n - [ ] Bitcoin Core v0.14.3\n - [ ] Bitcoin Core v0.14.2\n - [ ] Bitcoin Core v0.14.1\n - [ ] Bitcoin Core v0.14.0\n - [ ] Bitcoin Core v0.13.2\n - [ ] Bitcoin Core v0.13.1\n - [ ] Bitcoin Core v0.13.0\n - [ ] Bitcoin Core v0.12.1\n - [ ] Bitcoin Core v0.12.0\n - [ ] Bitcoin Core v0.11.2\n - [ ] Bitcoin Core v0.11.1\n - [ ] Bitcoin Core v0.11.0\n\n---\n\n# Custom Forks\n\n- [x] [SV2-IPC Patch by @Sjors](https://github.com/Sjors/bitcoin/tree/sv2-ipc) - v28.99.0\n- [x] [SV2 Patch by @Sjors](https://github.com/Sjors/bitcoin/tree/sv2) - v25.99.0\n- [x] [MutinyNet Patch by @benthecarman](https://github.com/benthecarman/bitcoin) - v24.99.0\n- [x] [CPUnet Patch by @braidpool](https://github.com/braidpool/bitcoin/tree/cpunet) - v27.99.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplebhash%2Fnix-bitcoin-core-archive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplebhash%2Fnix-bitcoin-core-archive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplebhash%2Fnix-bitcoin-core-archive/lists"}