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

bitcoind: 0.18.1 -> 0.19.0.1 #74128

Closed
wants to merge 1 commit into from

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bitcoind/versions.

meta.description for bitcoind is: '"Peer-to-peer electronic cash system"'.

meta.homepage for bitcoind is: '"http://www.bitcoin.org/"

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

8 total rebuild path(s)

3 package rebuild(s)

3 x86_64-linux rebuild(s)
3 i686-linux rebuild(s)
0 x86_64-darwin rebuild(s)
2 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
bitcoin
bitcoinarmory
bitcoind

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/a9ylk4a5zmi0jb07fjxk9cbyb2zp1diq-bitcoind-0.19.0.1 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A bitcoind https://github.com/r-ryantm/nixpkgs/archive/35e70e8a09acace0fb25b772f0fe30929b864031.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/a9ylk4a5zmi0jb07fjxk9cbyb2zp1diq-bitcoind-0.19.0.1
ls -la /nix/store/a9ylk4a5zmi0jb07fjxk9cbyb2zp1diq-bitcoind-0.19.0.1/bin

cc @roconnor @AndersonTorres for testing.

Copy link
Member

@prusnak prusnak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hash matches the officially signed hash from the website.


src = fetchurl {
urls = [ "https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
"https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
];
sha256 = "5c7d93f15579e37aa2d1dc79e8f5ac675f59045fceddf604ae0f1550eb03bf96";
sha256 = "1172dl4b8h2a80ilk9sfgbl8yi55k6hs4b1m07nic2ls4irgkjbs";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to change this to use the hex form of the SHA256 values: 7ac9f972249a0a16ed01352ca2a199a5448fe87a4ea74923404a40b4086de284 which makes it easier to match against the SHA256SUMS.asc file.

@roconnor
Copy link
Contributor

roconnor commented Nov 30, 2019

I understand that protobuf needs to be removed from the dependency list. I'm working on a PR to replace this one since I believe the bot won't make changes. :)

@roconnor
Copy link
Contributor

superseded by #74741

@roconnor roconnor closed this Nov 30, 2019
@r-ryantm r-ryantm deleted the auto-update/bitcoind branch December 7, 2019 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants