Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 492 Bytes

README.rst

File metadata and controls

25 lines (13 loc) · 492 Bytes

LBRYum - lightweight lbrycrd client, a fork of the Electrum bitcoin client

1. GETTING STARTED

To install lbryum, run the following from this directory (use of a virtualenv is recommended):

pip install -r requirements.txt
pip install .

To run start the lbryum daemon, run:

./lbryum daemon start

To stop the lbryum daemon, run:

./lbryum daemon stop

For a list of lbryum commands, run:

./lbryum help