Go to file
ThomasV a2e50207ec Merge pull request #1252 from ulrichard/btchip_one_account
Restrict btchip to one account
2015-05-27 11:11:03 +02:00
contrib get rid of pyasn1 dependencies 2015-04-14 15:10:44 +02:00
docs
gui Merge pull request #1253 from kyuupichan/fast_qr_draw 2015-05-27 10:27:28 +02:00
icons Fix two icons. 2015-05-05 14:54:02 +09:00
lib make coin selection a bit faster 2015-05-27 11:07:57 +02:00
plugins Merge pull request #1252 from ulrichard/btchip_one_account 2015-05-27 11:11:03 +02:00
pubkeys
scripts Clean up pick_random_server() and filter_protocol() and their 2015-05-24 21:07:35 +09:00
.gitignore
.travis.yml
AUTHORS
Info.plist
LICENCE
MANIFEST.in
README
RELEASE-NOTES Tweak RELEASE-NOTES 2015-05-23 10:57:30 +09:00
app.fil
electrum Rename auto_cycle to auto_connect in config 2015-05-25 16:18:52 +09:00
electrum-env
electrum.conf.sample
electrum.desktop Icon location fix. Fixes #1111 2015-03-29 18:07:03 +02:00
electrum.icns
icons.qrc add file button to text edits 2015-04-24 09:10:03 +02:00
setup-release.py
setup.py Setup same for FreeBSD and DragonFly 2015-04-23 07:50:44 +09: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.

If you have pip, you can do:

  python setup.py sdist
  sudo pip install --pre dist/Electrum-2.0.tar.gz


If you don't have pip, install with:

  python setup.py sdist
  sudo python setup.py install



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