fort-nix / nix-bitcoin

A collection of Nix packages and NixOS modules for easily installing full-featured Bitcoin nodes with an emphasis on security.
https://nixbitcoin.org
MIT License
513 stars 107 forks source link

upgrade bitcoin package from nixpkgs #646

Closed RCasatta closed 1 year ago

prusnak commented 1 year ago

local copy of bitcoin package was introduced by https://github.com/fort-nix/nix-bitcoin/pull/610/commits/3650d4befe6cad275b259c78f5373f8e851d070f - the reason was "Bitcoin Core 25.0 may sometimes hang when shutting down."

has the issue been resolved? I don't think so since https://github.com/bitcoin/bitcoin/issues/27722 is still open

but in case it is, the correct way how to upgrade to 25.0 is to revert https://github.com/fort-nix/nix-bitcoin/pull/610/commits/3650d4befe6cad275b259c78f5373f8e851d070f, not update the local copy

erikarvstedt commented 1 year ago

See also our pinned issue Update to bitcoind 25.0 which shows how to switch to 25.0.

RCasatta commented 1 year ago

Oh I didn't know Sorry