2011-11-10 01:23:34 +01:00
|
|
|
Electrum - lightweight Bitcoin client
|
|
|
|
|
|
|
|
|
|
Licence: GNU GPL v3
|
|
|
|
|
Author: thomasv@gitorious
|
|
|
|
|
Language: Python
|
2012-10-28 08:41:57 +01:00
|
|
|
Homepage: http://electrum.ecdsa.org/
|
2011-11-10 01:23:34 +01:00
|
|
|
|
|
|
|
|
|
2012-06-12 15:49:51 +04:00
|
|
|
== INSTALL ==
|
2012-05-10 14:38:49 +02:00
|
|
|
|
|
|
|
|
sudo python setup.py install
|
|
|
|
|
|
|
|
|
|
|
2012-06-12 15:49:51 +04:00
|
|
|
== RUN ==
|
2011-11-10 01:23:34 +01:00
|
|
|
|
2012-05-10 14:38:49 +02:00
|
|
|
To start Electrum in GUI mode, type:
|
|
|
|
|
|
|
|
|
|
electrum
|
|
|
|
|
|
2012-06-12 15:49:51 +04:00
|
|
|
== HELP ==
|
2012-05-10 14:38:49 +02:00
|
|
|
|
2012-06-12 15:49:51 +04:00
|
|
|
Up-to-date information and documentation is on the wiki:
|
|
|
|
|
https://en.bitcoin.it/wiki/Electrum
|
2012-02-15 01:32:53 +03:00
|
|
|
|
|
|
|
|
|
2012-06-12 15:49:51 +04:00
|
|
|
== HOW OFFICIAL PACKAGES ARE CREATED ==
|
2012-03-15 14:34:46 +01:00
|
|
|
|
2012-06-12 15:49:51 +04:00
|
|
|
python mki18n.py
|
|
|
|
|
pyrcc4 icons.qrc -o lib/icons_rc.py
|
|
|
|
|
python setup.py sdist --format=zip,gztar
|
2012-03-15 14:34:46 +01:00
|
|
|
|
2012-07-22 16:19:25 -07:00
|
|
|
On Mac OS X:
|
|
|
|
|
|
2012-08-02 22:41:38 +02:00
|
|
|
# On port based installs
|
2012-07-22 16:19:25 -07:00
|
|
|
sudo python setup-release.py py2app
|
2012-08-02 22:41:38 +02:00
|
|
|
# On brew installs
|
|
|
|
|
ARCHFLAGS="-arch i386 -arch x86_64" sudo /usr/bin/python setup-release.py py2app --includes sip
|
|
|
|
|
|
2012-07-22 16:19:25 -07:00
|
|
|
sudo hdiutil create -fs HFS+ -volname "Electrum" -srcfolder dist/Electrum.app dist/electrum-v0.61-macosx.dmg
|
|
|
|
|
|
2012-03-15 14:34:46 +01:00
|
|
|
|
2012-06-12 15:49:51 +04:00
|
|
|
== BROWSER CONFIGURATION ==
|
2012-02-15 01:32:53 +03:00
|
|
|
|
2012-02-15 08:22:12 +01:00
|
|
|
see http://ecdsa.org/bitcoin_URIs.html
|