From 634aa27a859f4eb61922c8e7026d0c710dedd9a0 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Fri, 23 Jun 2017 13:45:25 -0400 Subject: [PATCH] Update standalone-wallet.md --- content/faq/standalone-wallet.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/faq/standalone-wallet.md b/content/faq/standalone-wallet.md index 90811f05..52bf6ecb 100644 --- a/content/faq/standalone-wallet.md +++ b/content/faq/standalone-wallet.md @@ -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`.