enhancementgood first issue
仓库指标
- Star
- (3,955 star)
- PR 合并指标
- (PR 指标待抓取)
描述
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
- It will maintain ord wallet's security even when wallet file is leaked.
Con
- When wallet is encryped, before doing any signing related operations(such as inscribe, etching, send, etc), we need to use
bitcoin-cli walletpassphrasecommand to unlock wallet for some limited time.