mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-30 17:01:25 +00:00
Update standalone-wallet.md
This commit is contained in:
parent
68845fd3fb
commit
6c88a3b11f
1 changed files with 4 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue