BenWestgate / Bails

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
45 stars 8 forks source link

Backups will need a config to be self-aware that they are backups. Prompt to sync with cloud, welcome back message, just testing (shutdown) or recovering #80

Closed BenWestgate closed 6 months ago

BenWestgate commented 1 year ago

Resolved with the following series of commits

https://github.com/wild-kard/arctica/commit/2a24979ab3bb0546d02310981fd40646f5b8d101 https://github.com/wild-kard/arctica/commit/f7e399c608924108addbe4ab9698f5a9b200bc94

Including the corresponding front end changes (which is where the majority of the refactor happened)

The config.txt now has an awake=false param and if it is set to awake=true a wallet is treated like a warm wallet, there is now an automated process for converting a HW2-7 should a user choose, after booting into one of them.

Originally posted by @wild-kard in https://github.com/wild-kard/arctica/issues/66#issuecomment-1681210234

BenWestgate commented 6 months ago

Tails backup reminder system will feature this so I don't have to do it.