Electrum-FLO; FLO thin client
Go to file
2014-05-09 17:31:29 +02:00
contrib
data Changed theme switching, probably fixes #509 as well 2014-03-13 12:02:55 +01:00
docs
gui add clickable label to show/hide advanced wallet types 2014-05-09 17:31:29 +02:00
icons installwizard: multisig wallets 2014-04-19 20:23:27 +02:00
lib add 2of3 wallets in wizard 2014-05-09 16:27:12 +02:00
plugins Update historical exchange rate query 2014-04-28 11:03:32 -04:00
pubkeys Add @wozz GPG Public Key 2014-04-01 08:49:28 -04:00
scripts global timeout in peers script 2014-04-28 14:46:07 +02:00
.gitignore
app.fil
AUTHORS
electrum fix cmd line wallet creation. fixes #684 2014-05-08 15:18:38 +02:00
electrum.conf.sample
electrum.desktop
electrum.icns
icons.qrc installwizard: multisig wallets 2014-04-19 20:23:27 +02:00
Info.plist
LICENCE
make_packages
MANIFEST.in
mki18n.py
README update readme 2014-04-18 09:46:32 +02:00
RELEASE-NOTES remove encrypt/decrypt from release notes 2014-03-16 20:23:54 +01:00
setup-release.py
setup.py move synchronizer class in its own file. abstract wallet class. 2014-04-30 10:32:40 +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