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

deposit mac sha256 doesn't match for release v2.6.0 #374

Open
sserrano44 opened this issue Sep 6, 2023 · 1 comment
Open

deposit mac sha256 doesn't match for release v2.6.0 #374

sserrano44 opened this issue Sep 6, 2023 · 1 comment

Comments

@sserrano44
Copy link

sha256 in the page https://github.com/ethereum/staking-deposit-cli/releases/tag/v2.6.0 for mac is:
b2bfe601d093aecbac3bed61b73df05c55ebe858d8ae279f0061b30e89c6103e

doesn't match results from
% shasum -a 256 deposit
47a179dfeed8f8871e3b3b00659a4f0b501f3c7c7b1192c9e6ff3b3255b3a347 deposit

same as the online tool https://emn178.github.io/online-tools/sha256_checksum.html

@0xDones
Copy link

0xDones commented Nov 6, 2023

If you run the check against the tgz file it will match

shasum -a 256 staking_deposit-cli-33cdafe-darwin-amd64.tar.gz
b2bfe601d093aecbac3bed61b73df05c55ebe858d8ae279f0061b30e89c6103e  staking_deposit-cli-33cdafe-darwin-amd64.tar.gz

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

No branches or pull requests

3 participants
@sserrano44 @0xDones and others