All Projects → lbtcio → lbtc-lightwallet-client

lbtcio / lbtc-lightwallet-client

Licence: MIT License
The official Lightning Bitcoin lightwallet client

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
NSIS
403 projects
HTML
75241 projects
java
68154 projects - #9 most used programming language
Makefile
30231 projects

Lightning Bitcoin

light weight wallet

=====================================

Licence: MIT Licence

=======================================

Lightning Bitcoin light weight wallet is forked from Electrum v3.0.5

NOW Getting started

===============

For Windows users,

you can download latest release here.

If you use Linux, read the following:

NOTE : All the following command work well on Ubuntu 16.04

Check out the code from Github:

git clone git://github.com/lbtcio/lbtc-lightwallet-client

cd lbtc-lightwallet-client

Run install (this should install dependencies):




python3 setup.py install

Compile the icons file for Qt:


sudo apt-get install pyqt5-dev-tools

pyrcc5 icons.qrc -o gui/qt/icons_rc.py

Compile the protobuf description file:


sudo apt-get install protobuf-compiler

protoc --proto_path=lib/ --python_out=lib/ lib/paymentrequest.proto

Create translations (optional):


sudo apt-get install python-pycurl gettext

./contrib/make_locale

//=========//

Author

Benjamin Smith

[email protected]

1ECSDWsm17fbCECgdb5MvR3EZMT6Sbd232

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].