Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinvforvendetta/electrum-pkb
https://github.com/justinvforvendetta/electrum-pkb
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/justinvforvendetta/electrum-pkb
- Owner: justinvforvendetta
- License: gpl-3.0
- Created: 2015-10-27T20:54:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T14:53:18.000Z (5 months ago)
- Last Synced: 2024-10-16T10:48:11.058Z (3 months ago)
- Language: Python
- Size: 2.07 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Electrum-PKB - lightweight parkbyte client
------------------------------------------------
![Electrum-PKB](https://raw.githubusercontent.com/parkbyte/electrum-pkb/master/electrumlogo.png)Licence: GNU GPL v3
Authors: sunerok, bitspill & whit3water
Language: Python
Homepage: http://electrum-pkb.net/
1.a) GETTING STARTED WITH UBUNTU/LINUX
------------------
sudo apt-get install git pyqt4-dev-tools python-pip python-dev python-slowaessudo pip install pyasn1 pyasn1-modules pbkdf2 tlslite qrcode
git clone https://github.com/pkb/electrum-pkb && cd electrum-pkb
pyrcc4 icons.qrc -o gui/qt/icons_rc.py
sudo python setup.py install
To run Electrum from this directory, just do:
---------------------------------------------
./electrum-pkbTo start Electrum from your web browser, see
--------------------------------------------
http://electrum-pkb.net/parkbyte_URIs.htmlTo update your copy of the electrum client:
-------------------------------------------
cd electrum-pkbgit pull
sudo python setup.py install
1.b) GETTING STARTED WITH WINDOWS
-------------------download this repo as a zip and extract it to where you would like it to run from.
https://github.com/pkb/electrum-pkb/archive/master.zip-download python 2.7 for windows here: https://www.python.org/ftp/python/2.7.10/python-2.7.10.msi
-download Microsoft Visual C++ Compiler for Python 2.7 here: http://www.microsoft.com/en-us/download/confirmation.aspx?id=44266
-download python qt4: http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.3/PyQt4-4.11.3-gpl-Py2.7-Qt4.8.6-x64.exe
-then in ms visual studio command prompt, go into the directory electrum-pkb:
pyrcc4 icons.qrc -o gui/qt/icons_rc.py
py -m pip install pip pyasn1 pyasn1-modules pbkdf2 tlslite qrcode ecdsa ltc_scrypt
py setup.py install
py electrum-pkb
2. HOW OFFICIAL PACKAGES ARE CREATED
------------------------------------python mki18n.py
pyrcc4 icons.qrc -o gui/qt/icons_rc.py
python setup.py sdist --format=zip,gztar
On 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-PKB" -srcfolder dist/Electrum-PKB.app dist/electrum-pkb-VERSION-macosx.dmg
[![Visit our IRC Chat!](https://kiwiirc.com/buttons/irc.freenode.net/parkbyte.png)](https://kiwiirc.com/client/irc.freenode.net/?nick=pkb|?&theme=cli#electrumpkb)