Go to file
thomasv b35617f6db merge imported labels with existing labels 2013-01-07 14:03:45 +01:00
contrib/build-wine Git builds have commit hash in filename 2012-12-12 00:40:54 +01:00
data Merge pull request #80 from bkkcoins/sahara 2013-01-04 01:52:12 -08:00
docs
icons add switch-gui button for qt 2013-01-07 12:03:39 +01:00
lib merge imported labels with existing labels 2013-01-07 14:03:45 +01:00
scripts updating default servers 2012-11-27 09:16:27 +01:00
.gitignore
AUTHORS
LICENCE
MANIFEST.in don't include every file in scripts, because merchant.conf is often there 2012-10-28 08:27:26 +01:00
README updated website url 2013-01-06 14:53:23 +01:00
RELEASE-NOTES update release notes for 1.6.0 2013-01-06 10:34:37 +01:00
TODOLIST support for compressed keys 2013-01-05 11:50:49 +01:00
app.fil
electrum fix: unencrypted seed 2013-01-06 15:57:01 +01:00
electrum.conf.sample more settings and comments 2012-10-12 18:15:58 +02:00
electrum.desktop
electrum.icns Update release scripts for OSX 2012-12-09 13:04:01 +01:00
icons.qrc add switch-gui button for qt 2013-01-07 12:03:39 +01:00
make_packages fix display in packaging script 2012-12-18 17:18:03 +01:00
mki18n.py increasing version number, and wiki translation version 2012-10-28 07:41:44 +01:00
setup-release.py Use find instead of mdfind in Mac build script. 2013-01-02 18:08:27 -05:00
setup.py added new sahara theme 2013-01-04 13:07:33 +07:00

README

Electrum - lightweight Bitcoin client

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


== 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:

  # 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 sip

  sudo hdiutil create -fs HFS+ -volname "Electrum" -srcfolder dist/Electrum.app dist/electrum-VERSION-macosx.dmg


== BROWSER CONFIGURATION ==

See http://electrum.org/bitcoin_URIs.html