mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-02 18:25:11 +00:00
Update standalone-wallet.md
This commit is contained in:
parent
9cb2e89cd1
commit
634aa27a85
1 changed files with 10 additions and 1 deletions
|
@ -3,4 +3,13 @@ title: Is there a standalone wallet?
|
|||
category: wallet
|
||||
---
|
||||
|
||||
Yes, please visit [Coinomi](http://www.coinomi.com) to download their excellent wallet.
|
||||
Yes, please visit [Coinomi](http://www.coinomi.com) to download their excellent and easy to use 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](https://lbry.io/faq/lbry-directories) with values for `rpcuser` and `rpcpassword` provided. For example:
|
||||
|
||||
```
|
||||
rpcuser=lbryrpc
|
||||
rpcpassword=do_not_copy_paste_this_password
|
||||
```
|
||||
|
||||
The lbrycrdd daemon can be started with `lbrycrdd -server -printtoconsole`. For help using the command line, `lbrycrd-cli help`.
|
||||
|
|
Loading…
Add table
Reference in a new issue