electrum-bitcoinprivate/README

46 lines
870 B
Plaintext
Raw Normal View History

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