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

Make Bails stronger dialog should not display on first run of bails-wallet #68

Closed BenWestgate closed 11 months ago

BenWestgate commented 11 months ago

It's asking me to Donate Now and I just recovered my wallet!

BenWestgate commented 11 months ago

I can check if there are any wallets in $DATA_DIR/wallets before creating the new one and if so launch with the wrapper, and if not launch with the bitcoin-qt command.

BenWestgate commented 11 months ago

Actually, I checked if any wallets were funded. More robust. Calls gtk-launch bitcoin-qt if there are no funds.

Resolved.