Hello,
I posted about this problem a couple days ago but failed to provide enough information.
There’s a checksum error within the latest paper wallet zip file for linux that’s on github.
The zip file was downloaded from the URL below:
Under Assets the third file listed is:
linux-zecpaperwallet-v0.5.zip
After download the reported file the size is:
11,749,284 bytes
The computed SHA256 checksum for this file is:
48344a1e6db0aea01197ef7dee94a2682bc3e73ff801684654f382888d2eccb3
The file unzips without error producing the output below:
Archive: linux-zecpaperwallet-v0.5.zip
creating: linux-zecpaperwallet-v0.5/
extracting: linux-zecpaperwallet-v0.5/zecpaperwallet.sig
inflating: linux-zecpaperwallet-v0.5/zecpaperwallet
inflating: linux-zecpaperwallet-v0.5/sha256sum.txt
extracting: linux-zecpaperwallet-v0.5/zecpaperwalletui.sig
inflating: linux-zecpaperwallet-v0.5/zecpaperwalletui
The new linux-zecpaperwallet-v0.5 directory contents are:
-rw-r–r-- 1 xxx yyy 164 Jun 28 11:19 sha256sum.txt
-rwxr-xr-x 1 xxx yyy 4783936 Jun 28 11:36 zecpaperwallet
-rw-r–r-- 1 xxx yyy 566 Jun 28 11:19 zecpaperwallet.sig
-rwxr-xr-x 1 xxx yyy 22276416 Jun 28 11:05 zecpaperwalletui
-rw-r–r-- 1 xxx yyy 566 Jun 28 11:19 zecpaperwalletui.sig
cat sha256sum.txt
f53418a35635c6c70ffd991cae6da02fa17ca1d7436a829ca2007973ace4b0b5 zecpaperwallet
7c8a1dffab1ac6dd0f29980796b1270b173800a2d9cbc98a1d0d1500163bb7b3 zecpaperwalletui
sha256sum -c sha256sum.txt
zecpaperwallet: FAILED
zecpaperwalletui: OK
sha256sum: WARNING: 1 computed checksum did NOT match
sha256sum zecpaperwallet
7750ab8409359350dd3fcddd79c671442fc4acd96f2d728b543ad4086400feb1 zecpaperwallet
Would someone please try to reproduce this and confirm or dispute these results?
Thanks in advance.