Allow wallets without passwords #4
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#4
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?
Long-running services should not have to enter a password every time they want to sign a transaction. Encouraging passwords is great and nudging ppl to use them is great too, but it should not be a requirement.
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 no passphrase at all.
Give it a shot and see if this match the expectation.