Electrum-FLO; FLO thin client
Go to file
Michael Wozniak 2fc3f408c8 Exception caused by tx_list not defined
I wasn't seeing this before, so I assume it could be a race condition if
the "load_wallet" function doesn't finish before the history tab is updated.
2014-03-07 23:10:36 -05:00
contrib
data
docs
gui display locktime for transaction 2014-03-05 16:38:34 -05:00
icons
lib display locktime for transaction 2014-03-05 16:38:34 -05:00
plugins Exception caused by tx_list not defined 2014-03-07 23:10:36 -05:00
pubkeys
scripts increase timeout 2014-03-04 22:49:43 +01:00
.gitignore
app.fil
AUTHORS
electrum eval arg passed to setconfig, to avoid storing boolean as string 2014-03-03 12:29:10 +01:00
electrum.conf.sample
electrum.desktop
electrum.icns
icons.qrc
Info.plist
LICENCE
make_packages
MANIFEST.in
mki18n.py move api key path 2014-01-27 10:37:25 +01:00
README
RELEASE-NOTES
setup-release.py
setup.py

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/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


== BROWSER CONFIGURATION ==

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