BenWestgate / Bails

Bails is a Bitcoin solution protecting against surveillance, censorship, and confiscation. It installs Bitcoin Core on the encrypted Persistent Storage of Tails, 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
39 stars 7 forks source link

Use variables to make it easier to update the download website if it ever changes. #74

Closed BenWestgate closed 3 months ago

BenWestgate commented 11 months ago
  1. I will use variables to store the URLs for downloading Bitcoin Core and its checksums. This way, if the URLs change in the future, we can easily modify the script without breaking it. Originally posted by @BenWestgate in https://github.com/BenWestgate/Bails/issues/73#issuecomment-1657283478

this will let me create an array of urls and try each one sequentially with the wget part in a function. That would be cleaner than the current double wget command.

github-actions[bot] commented 3 months ago

Stale issue message

BenWestgate commented 3 months ago

Covered by #94