lbry.com/posts/faq/how-to-run-lbry.md
Viktor Bengtsson bf24ba5f3c Set category to "running"
Structuring faq.php into categories in preparation for adding more answers, and to make it more accessible.
2016-07-10 01:41:21 +02:00

794 B

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

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

On OS X, you need more than the packaged app. You can install LBRY command line by running this in a terminal:

curl -sL https://raw.githubusercontent.com/lbryio/lbry-setup/master/lbry_setup_osx.sh | sudo bash

This script will install lbrynet and its dependencies, as well as the app.