There are no menu shortcuts to create and restore Bails wallets #5
Labels
enhancement
New feature or request
good first issue
Good for newcomers
priority: high
issues raised or encountered by 2 or more testers
Milestone
Besides RE-running
bails/b
which will check for updates to Bitcoin core before startingbails-wallet
there is no way to create or restore new Bails wallets.A logical place for this shortcut is in
bails-menu
.For
bails-wallet
to run standalone it needs:bitcoin-qt-wrapper -min -server -dbcache=-700 usual -maxmempool=5 -startupnotify=
?)bails-wallet
must be set by anautostart
Then
bails-menu
would be able to callbails-wallet
to create or restore an arbitrary amount of wallets without checking for bitcoin-core updates like runninginstall-core
to startbails-wallet
would.bails-wallet
should probably not run automatically ininstall-bitcoin
if the $DATA_DIR/wallets folder is not empty.similar to how
setup-persistence
only runs when there is no persistence unlocked.The text was updated successfully, but these errors were encountered: