ordinals/ord

Encrypted wallet support

Open

#4132 aperta il 12 dic 2024

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Rust (1479 fork)github user discovery
enhancementgood first issue

Metriche repository

Star
 (3955 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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 walletpassphrase command to unlock wallet for some limited time.

Guida contributor