You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ThomasV 86e867ae30 assert address is in wallet (use watch_address if it is not) 13 years ago
docs mv client/* . && rm -fr client 13 years ago
icons mv client/* . && rm -fr client 13 years ago
LICENCE mv client/* . && rm -fr client 13 years ago
MANIFEST.in mv client/* . && rm -fr client 13 years ago
README mv client/* . && rm -fr client 13 years ago
RELEASE-NOTES mv client/* . && rm -fr client 13 years ago
blocks mv client/* . && rm -fr client 13 years ago
bmp.py mv client/* . && rm -fr client 13 years ago
electrum fix: is_input 13 years ago
electrum4a.py mv client/* . && rm -fr client 13 years ago
electrum_text_320.png mv client/* . && rm -fr client 13 years ago
gui.py mv client/* . && rm -fr client 13 years ago
gui_qt.py mv client/* . && rm -fr client 13 years ago
icons.qrc mv client/* . && rm -fr client 13 years ago
interface.py mv client/* . && rm -fr client 13 years ago
mnemonic.py mv client/* . && rm -fr client 13 years ago
msqr.py mv client/* . && rm -fr client 13 years ago
peers mv client/* . && rm -fr client 13 years ago
pyqrnative.py mv client/* . && rm -fr client 13 years ago
remote.php mv client/* . && rm -fr client 13 years ago
remote_wallet.py mv client/* . && rm -fr client 13 years ago
ripemd.py mv client/* . && rm -fr client 13 years ago
setup.py mv client/* . && rm -fr client 13 years ago
upgrade.py mv client/* . && rm -fr client 13 years ago
version.py mv client/* . && rm -fr client 13 years ago
wallet.py assert address is in wallet (use watch_address if it is not) 13 years ago
watch_address watch_address 13 years ago

README

Electrum - lightweight Bitcoin client

Licence: GNU GPL v3
Author: thomasv@gitorious
Language: Python

Features:

* Encrypted wallet: the file that contains your bitcoins is protected with a password. You are protected from thieves.
* Deterministic key generation: If you lose your wallet, you can recover it from its seed. You are protected from your own mistakes.
* No blockchain download: the client requests blockchain information from a server. No delays, always up-to-date.
* Transactions are signed locally: Your private keys are not shared with the server. You do not have to trust the server with your money.
* Privacy: The server does not know you, it does not store user accounts. You are not tied to a particular server.
* No single point of failure: The server code is open source, anyone can run a server.
* Firewall friendly: The client does not need to open a port, it simply polls the server for updates.
* Open Source: Anyone can audit the code.
* Python. Very compact code, easy to contribute.


INSTALL