Bails is a Bitcoin solution protecting against surveillance, censorship, and confiscation. It installs Bitcoin Core to Tails encrypted Persistent Storage, creates and recovers Bitcoin Core wallets from Codex32 (BIP93) seed backups, and creates backup Bails USB sticks and shareable blank Bails USB sticks. Learn more in README.md.
MIT License
46
stars
9
forks
source link
if verify.py download fails, skips checking checksums #165
Describe the bug
if verify.py download fails, skips checking checksums
A file can be placed in the directory that is just a blank placeholder. When that is executed it returns 0 the same as passing verification. We should double check out results with sha256sum and also read standard output of verify.py for VERIFIED.
Describe the bug if verify.py download fails, skips checking checksums A file can be placed in the directory that is just a blank placeholder. When that is executed it returns 0 the same as passing verification. We should double check out results with sha256sum and also read standard output of verify.py for VERIFIED.