lbry.com/posts/faq/how-to-encrypt-wallet.md
Viktor Bengtsson 7c23da6394 Set category to "wallet"
Structuring faq.php into categories in preparation for adding more answers, and to make it more accessible.
2016-07-10 01:36:49 +02:00

670 B

title category
How do I encrypt my wallet? wallet

You can use lbrycrd-cli encryptwallet <passphrase> to encrypt your wallet.

You can use lbrycrd-cli walletpassphrase <passphrase> <timeout> to temporarily unlock the wallet. The parameter is in seconds.

For example, lbrycrd-cli walletpassphrase 'open sesame 321' 300 would unlock your wallet for five minutes, assuming your passphrase was open sesame 321. (In reality you should choose a harder-to-guess passphrase than that.)

If you set too low, it might expire before you get done using your wallet. If you set it too high, you might forget that you left your wallet unlocked.