Go to file
ThomasV f4abbd7981 fix gtk gui, network dialog 2014-08-27 13:48:10 +02:00
contrib
data
docs docs 2014-07-30 12:59:40 +02:00
gui fix gtk gui, network dialog 2014-08-27 13:48:10 +02:00
icons add trustedcoin icon 2014-08-26 17:17:17 +02:00
lib wizard integration 2014-08-26 16:23:24 +02:00
plugins fix plugin restore: wallet_type 2014-08-26 17:58:17 +02:00
pubkeys
scripts handle non-answering servers in peers script 2014-08-15 08:09:43 +02:00
.gitignore Added _trial_temp to .gitignore 2014-06-25 07:25:04 +02:00
.travis.yml Travis now excludes "gui" 2014-06-25 17:52:05 +02:00
AUTHORS
Info.plist
LICENCE
MANIFEST.in
README
RELEASE-NOTES release notes for 2.0 2014-08-21 23:58:31 +02:00
app.fil
electrum bip44 2014-08-21 18:24:47 +02:00
electrum.conf.sample
electrum.desktop
electrum.icns
icons.qrc add trustedcoin icon 2014-08-26 17:17:17 +02:00
make_packages update packages script 2014-06-20 11:55:58 +02:00
mki18n.py
setup-release.py
setup.py add explanation to comment 2014-08-17 11:20:43 +02:00

README

Electrum - lightweight Bitcoin client

Licence: GNU GPL v3
Author: Thomas Voegtlin
Language: Python
Homepage: https://electrum.org/


1. GETTING STARTED
------------------

To run Electrum from this directory, just do:

  ./electrum

If you install Electrum on your system, you can run it from any
directory:

  sudo python setup.py install
  electrum


To start Electrum from your web browser, see
http://electrum.org/bitcoin_URIs.html



2. HOW OFFICIAL PACKAGES ARE CREATED
------------------------------------

python mki18n.py
pyrcc4 icons.qrc -o gui/qt/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