-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encrypted wallet support #4132
Labels
Comments
|
This passphrase is used to derive wallet seed, not encrypt wallet? |
Well, we might have a terminology mismatch here. You invoked |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Bitcoin Core wallet supports encrypting wallets using passphrase, since ord use it's rpc interface, do you guys think it's a good idea to also support this in ord? To achive this, we need to add an addition optional parameter(for example: password) to
wallet create
subcommand.Pro
Con
bitcoin-cli walletpassphrase
command to unlock wallet for some limited time.The text was updated successfully, but these errors were encountered: