Go to file
ThomasV f93bc5951c simplify show_seed dialog 2013-10-03 09:19:09 +02:00
contrib
data
docs
gui simplify show_seed dialog 2013-10-03 09:19:09 +02:00
icons key icon 2013-09-28 08:07:04 +02:00
lib do not check certificate expiration if OpenSSL cannot be imported 2013-10-03 07:44:04 +02:00
plugins Remove log statement from Exchange rate plugin 2013-09-30 16:55:16 +02:00
pubkeys Animazing's key 2013-09-15 18:15:57 +02:00
scripts update peers script 2013-08-14 16:22:13 +02:00
.gitignore
AUTHORS
Info.plist
LICENCE
MANIFEST.in
README
RELEASE-NOTES Release notes for 1.8.1 2013-08-05 22:21:16 +02:00
app.fil updated app.fil to new gui folder structure 2013-10-03 01:56:45 +02:00
electrum common wallet.restore() method for GUIs 2013-09-28 13:45:49 +02:00
electrum.conf.sample
electrum.desktop
electrum.icns
icons.qrc add account menus and details window 2013-09-24 16:55:25 +02:00
make_packages
mki18n.py
setup-release.py
setup.py simplify gui names 2013-09-24 10:06:03 +02: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 gui/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