Update standalone-wallet.md

This commit is contained in:
Thomas Zarebczan 2019-10-12 16:12:48 -04:00 committed by GitHub
parent 68845fd3fb
commit 6c88a3b11f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.