Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to bitcoind 25.0 #611

Closed
erikarvstedt opened this issue Jun 2, 2023 · 3 comments · Fixed by #656
Closed

Update to bitcoind 25.0 #611

erikarvstedt opened this issue Jun 2, 2023 · 3 comments · Fixed by #656

Comments

@erikarvstedt
Copy link
Collaborator

erikarvstedt commented Jun 2, 2023

Blocked by bitcoin/bitcoin#27722.
Due to this bug, bitcoind hangs indefinitely during shutdown when a RPC request was aborted previously.
In nix-bitcoin, bitcoind is eventually killed by systemd (default: after 30 min).

If you want to run v25.0 anyway, add the following to your config:

services.bitcoind.package = pkgs.bitcoind;
@fanquake
Copy link

25.1 is now available, and should contain the fix neccesary to unblock this.

@prusnak
Copy link
Contributor

prusnak commented Oct 20, 2023

bitcoin in nixpkgs has been updated to 25.1 both in stable and unstable

@jonasnick
Copy link
Member

Merged and released. Thanks @fanquake @prusnak!

@erikarvstedt erikarvstedt unpinned this issue Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants