Support unlocking wallet at start-up. #8
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
mining
question
rpc
ux
wallet
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbcwallet#8
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Several users have requested new feature to support unlocking wallet at startup time without having to issue a
walletpassphrase
RPC.Options:
v0.13.111 merged a few updates which work for this use case.
During wallet creation, a default passphrase, "passphrase", would be used to protect the seed unless the user overrides it with
-p new_passphrase
.At wallet startup, it unlocks itself with the default "passphrase" or a user-provided one with
-p
.If the user doesn't override the default passphrase, the experience will feel like there is no passphrase at all.