Allow wallets without passwords #4

Open
opened 2022-05-13 20:08:56 +02:00 by lyoshenka · 1 comment
lyoshenka commented 2022-05-13 20:08:56 +02:00 (Migrated from github.com)

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.

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.
roylee17 commented 2022-11-02 07:23:33 +01:00 (Migrated from github.com)

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.

[v0.13.111](https://github.com/lbryio/lbcwallet/releases/tag/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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbcwallet#4
No description provided.