fix: use address and not key in db_addr
[electrum-server.git] / README.md
1 Electrum-server for the Electrum client
2 =========================================
3
4   * Author: thomasv@bitcointalk
5   * Language: Python
6
7 Features
8 --------
9
10   * The server uses a bitcoind and a leveldb backend.
11   * The server code is open source. Anyone can run a server, removing single
12     points of failure concerns.
13   * The server knows which set of Bitcoin addresses belong to the same wallet,
14     which might raise concerns about anonymity. However, it should be possible
15     to write clients capable of using several servers.
16
17 Installation
18 ------------
19
20   1. To install and run a pruning server (easiest setup) see README.leveldb
21   2. Install [jsonrpclib](https://github.com/joshmarshall/jsonrpclib).
22   3. Launch the server: `nohup python -u server.py > /var/log/electrum.log &`
23      or use the included `start` script.
24
25 See the included `HOWTO.md` for greater detail on the installation process.
26
27 License
28 -------
29
30 Electrum-server is made available under the terms of the [GNU Affero General
31 Public License](http://www.gnu.org/licenses/agpl.html), version 3. See the 
32 included `LICENSE` for more details.