Electrum-FLO; FLO thin client
Go to file
2014-07-26 13:58:55 -04:00
contrib
data
docs
gui send server height and server lag with daemon 2014-07-25 16:32:19 +02:00
icons new widget: QRTextEdit 2014-06-14 12:17:44 +02:00
lib interface: use parse_json 2014-07-26 16:24:22 +02:00
plugins Add itbit exchange to exchange rate plugin 2014-07-26 13:58:55 -04:00
pubkeys
scripts tx radar 2014-05-21 21:15:42 +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
app.fil
AUTHORS
electrum gui should always use daemon if it is running 2014-07-25 16:44:22 +02:00
electrum.conf.sample
electrum.desktop
electrum.icns
icons.qrc new widget: QRTextEdit 2014-06-14 12:17:44 +02:00
Info.plist
LICENCE
make_packages update packages script 2014-06-20 11:55:58 +02:00
MANIFEST.in bundle dependencies in 'packages' dir. use qrcode instead of pyqrnative 2014-06-17 11:02:46 +02:00
mki18n.py
README
RELEASE-NOTES
setup-release.py
setup.py make daemon usable with the GUI 2014-07-24 16:12:18 +02:00

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