jackrobison / lbryum

a lightweight client for lbrycrd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 -e .

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

About

a lightweight client for lbrycrd

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:Ruby 0.1%