electrum-personal-server

Maximally lightweight electrum server for a single user
git clone https://git.parazyd.org/electrum-personal-server
Log | Files | Refs | README

commit 46e069d616d3c1fbebb1cd8c51bcae40a9288ef1
parent 0ef375055b7a5ba30d3ed64a2324aef0e3fdac1b
Author: chris-belcher <chris-belcher@users.noreply.github.com>
Date:   Tue,  3 Dec 2019 21:02:23 +0000

Add README note about tor broadcasting

Diffstat:
MREADME.md | 14+++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -27,8 +27,12 @@ configuration requires it to send (hashes of) all your bitcoin addresses to some server. That server can then easily spy on your transactions. Full node wallets like Electrum Personal Server would download the entire blockchain and scan it for the user's own addresses, and therefore don't reveal to anyone else -which bitcoin addresses they are interested in. - +which bitcoin addresses they are interested in. Electrum Personal Server can +also [broadcast transactions through Tor](https://en.bitcoin.it/wiki/Privacy#Countermeasures_to_traffic_analysis) +which improves privacy by resisting traffic analysis for broadcasted +transactions which can link the IP address of the user to the transaction. If +enabled this would happen transparently whenever the user simply clicks "Send" +on a transaction in Electrum wallet. For a longer explaination of this project, see the [mailing list email](https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2018-February/015707.html) @@ -113,6 +117,9 @@ ruining their privacy by connecting to public Electrum servers. Another way to do this is to open Electrum's config file and edit the lines to `oneserver=true`. +Pro Tip2: run tor on the same machine as Electrum Personal Server. Then by +default transactions will be broadcast through tor. + #### Quick start on a Debian/Ubuntu machine with a running Bitcoin full node 1. Download the [latest release](https://github.com/chris-belcher/electrum-personal-server/releases) of Electrum Personal Server. (Not the Windows version, the "Source code" zip or @@ -192,9 +199,6 @@ and [here](https://medium.com/hackernoon/completely-offline-bitcoin-transactions [#50](https://github.com/chris-belcher/electrum-personal-server/issues/50). First the server code should be seperated from the networking code. -* An option to broadcast transactions over tor, so that transaction broadcasting -doesn't leak the user's IP address. - * Fix mempool lock/CPU bottleneck issue. See issue [#96](https://github.com/chris-belcher/electrum-personal-server/issues/96). * Research and develop an easier way of rescanning the wallet when blockchain