mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
592 B
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
.