lbry.com/content/faq/how-to-run-lbry.md
2016-10-13 17:18:51 -04:00

592 B

title category
How do I run LBRY from the command line? setup

If you installed from source

If using lbryum, run lbrynet-daemon.

If using lbrycrdd, run lbrynet-daemon --wallet=lbrycrd.

On Linux

LBRY is installed into /usr/share/python/lbrynet. The executables are in /usr/share/python/lbrynet/bin. For example, to run lbrynet-daemon, type:

/usr/share/python/lbrynet/bin/lbry

On OS X

Install from source, then start with lbrynet-daemon.