Go to file
Amir Taaki bc64b2ae09 disabled menu entries that dont work. 2012-08-12 20:26:48 +01:00
data fixed vertical align with send button and amount input box. 2012-08-02 14:41:54 -03:00
docs
icons
lib disabled menu entries that dont work. 2012-08-12 20:26:48 +01:00
.gitignore Ignore build outputs 2012-08-02 11:02:46 -06:00
AUTHORS updated coblee description. 2012-07-23 21:00:45 +02:00
LICENCE
MANIFEST.in update MANIFEST.in and setup.py to get rid of warnings 2012-06-23 14:52:44 +04:00
README Add release process for Mac OS X. 2012-07-22 16:19:25 -07:00
RELEASE-NOTES
TODO added tentative TODO list. 2012-08-02 15:09:43 -03:00
app.fil
blocks
electrum Dont require private key on import, patch by ErebusBat 2012-08-01 21:52:52 +02:00
electrum.desktop
electrum.icns Add release process for Mac OS X. 2012-07-22 16:19:25 -07:00
electrum.png
electrum4a.py hotfix for new wallet.register_callback compat 2012-06-30 13:11:39 +02:00
get_history
icons.qrc setWindowIcon() to electrum.png 2012-07-07 19:23:48 +01:00
mki18n.py Create locale/ directory when making i18n files. 2012-07-07 18:01:00 +01:00
peers init socket 2012-06-20 15:32:16 +02:00
remote.php
remote_wallet.py Corrected import paths for print_error. 2012-07-07 19:53:54 +01:00
setup-release.py Added a search option if qt was not installed via port 2012-08-02 16:06:17 +02:00
setup.py Added package qrscanner 2012-08-03 16:04:36 +02:00
upgrade.py Corrected import paths for print_error. 2012-07-07 19:53:54 +01:00
watch_address

README

Electrum - lightweight Bitcoin client

Licence: GNU GPL v3
Author: thomasv@gitorious
Language: Python
Homepage: http://ecdsa.org/electrum


== INSTALL ==

  sudo python setup.py install


== RUN ==

To start Electrum in GUI mode, type:

  electrum

== HELP ==

Up-to-date information and documentation is on the wiki:
https://en.bitcoin.it/wiki/Electrum


== HOW OFFICIAL PACKAGES ARE CREATED ==

python mki18n.py
pyrcc4 icons.qrc -o lib/icons_rc.py
python setup.py sdist --format=zip,gztar

On Mac OS X:

  sudo python setup-release.py py2app
  sudo hdiutil create -fs HFS+ -volname "Electrum" -srcfolder dist/Electrum.app dist/electrum-v0.61-macosx.dmg


== BROWSER CONFIGURATION ==

see http://ecdsa.org/bitcoin_URIs.html