Reformat motivation section in README

This commit is contained in:
Roman Zeyde 2018-06-17 10:34:39 +03:00
parent b85747c0c2
commit f786c62dc5
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -5,9 +5,12 @@
An efficient re-implementation of Electrum Server, inspired by [ElectrumX](https://github.com/kyuupichan/electrumx)
and [Electrum Personal Server](https://github.com/chris-belcher/electrum-personal-server/).
The motivation behind this project is to enable a user to run his own Electrum server, with required hardware resources not much beyond those of a full node.
The server indexes the whole Bitcoin blockchain, and this index enables fast queries for any given user wallet, allowing the user to keep real-time track of his balances and his transaction history using the [Electrum wallet](https://electrum.org/).
Since it runs on the user's own machine, there is no need for the wallet to communicate with external Electrum servers, thus preserving the privacy of the user's addresses and balances.
The motivation behind this project is to enable a user to run his own Electrum server,
with required hardware resources not much beyond those of a [full node](https://en.bitcoin.it/wiki/Full_node#Why_should_you_use_a_full_node_wallet).
The server indexes the whole Bitcoin blockchain, and this index enables fast queries for any given user wallet,
allowing the user to keep real-time track of his balances and his transaction history using the [Electrum wallet](https://electrum.org/).
Since it runs on the user's own machine, there is no need for the wallet to communicate with external Electrum servers,
thus preserving the privacy of the user's addresses and balances.
## Features