Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
This repository has been archived by the owner. It is now read-only.
a lightweight client for lbrycrd
Python
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.

README.rst

lbryum - lbrycrd client Build Test Coverage

Lightweight lbrycrd client library in Python; based on the the Electrum bitcoin client.

Installation

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

pip install -r requirements.txt
pip install -e .

Usage

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
You can’t perform that action at this time.