From 6c88a3b11fbeafbb807c01831b62710c74ec9d70 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Sat, 12 Oct 2019 16:12:48 -0400 Subject: [PATCH] Update standalone-wallet.md --- content/faq/standalone-wallet.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/content/faq/standalone-wallet.md b/content/faq/standalone-wallet.md index ac7d9b36..7381539a 100644 --- a/content/faq/standalone-wallet.md +++ b/content/faq/standalone-wallet.md @@ -3,13 +3,10 @@ title: Is there a standalone wallet? category: wallet --- -Yes, please visit [Coinomi](http://www.coinomi.com) to download their excellent and easy to use wallet. +Yes, please visit [Coinomi](http://www.coinomi.com) to download their excellent and easy to use wallet. You can also use the [LBRY App](https://lbry.com/get) simply as a wallet. -For technical users, we have [lbrycrd](https://github.com/lbryio/lbrycrd/releases), a full blockchain node very similar to bitcoind. You'll need to set up a `lbrycrd.conf` file in the `lbrycrd` [directory for your OS](/faq/lbry-directories) with values for `rpcuser` and `rpcpassword` provided. For example: +For technical users, we have -``` -rpcuser=lbryrpc -rpcpassword=do_not_copy_paste_this_password -``` +- [electrum](https://github.com/tzarebczan/electrum/releases/tag/0.1.0) - Electrum clone for LBRY. Supports [multisig and Ledger](https://lbry.com/faq/multisig) also. -The lbrycrdd daemon can be started with `lbrycrdd -server -printtoconsole`. For help using the command line, `lbrycrd-cli help`. +- [lbrycrd](https://github.com/lbryio/lbrycrd/releases), a full blockchain node very similar to bitcoind. See Readme for full details.