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

Allow Persistent Storage setup to automatically setup features #93

Closed BenWestgate closed 7 months ago

BenWestgate commented 7 months ago

Currently there is an elaborate system to guide the user to setup the necessary Persistent Storage features.

I can probably quickly write a MR for Tails that allows specifying on the command line which features should be active after Creation that would eliminate that entire step.

BenWestgate commented 7 months ago

Tails does not like merging command line options that are not used because it makes maintenance harder to benefit a small fraction of users. Especially when the commands already exist but just require sudo.

It would be difficult to get this merged without a compelling use.

So Bails has to get way more popular (hundreds of users not dozens of testers like now) before I'll spend any time on this.