lbry.com/content/faq/standalone-wallet.md
netop:// ウェッブ 9186f2cdaf
Change .io to .com (#984)
* Flatten commits

* Fixed old blog links
2019-03-19 16:59:22 -05:00

675 B

title category
Is there a standalone wallet? wallet

Yes, please visit Coinomi to download their excellent and easy to use wallet.

For technical users, we have lbrycrd, 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 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.