Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinvforvendetta/electrum-boli
electrum client for bolivarcoin
https://github.com/justinvforvendetta/electrum-boli
Last synced: 29 days ago
JSON representation
electrum client for bolivarcoin
- Host: GitHub
- URL: https://github.com/justinvforvendetta/electrum-boli
- Owner: justinvforvendetta
- License: gpl-3.0
- Created: 2015-10-30T20:50:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T14:53:53.000Z (5 months ago)
- Last Synced: 2024-10-16T10:48:11.061Z (3 months ago)
- Language: Python
- Size: 1.47 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Electrum - lightweight Bitcoin client
=====================================::
Licence: GNU GPL v3
Author: Thomas Voegtlin
Language: Python
Homepage: https://electrum.org/.. image:: https://travis-ci.org/spesmilo/electrum.svg?branch=master
:target: https://travis-ci.org/spesmilo/electrum
:alt: Build Status1. GETTING STARTED
------------------To run Electrum from this directory, just do::
./electrum
If you install Electrum on your system, you can run it from any
directory.If you have pip, you can do::
python setup.py sdist
sudo pip install --pre dist/Electrum-2.0.tar.gzIf you don't have pip, install with::
python setup.py sdist
sudo python setup.py installTo start Electrum from your web browser, see
http://electrum.org/bitcoin_URIs.html2. HOW OFFICIAL PACKAGES ARE CREATED
------------------------------------On Linux/Windows::
pyrcc4 icons.qrc -o gui/qt/icons_rc.py
python setup.py sdist --format=zip,gztarOn Mac OS X::
# On port based installs
sudo python setup-release.py py2app# On brew installs
ARCHFLAGS="-arch i386 -arch x86_64" sudo python setup-release.py py2app --includes sipsudo hdiutil create -fs HFS+ -volname "Electrum" -srcfolder dist/Electrum.app dist/electrum-VERSION-macosx.dmg