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 700cd108ea026b971f05b906db03951acf6b2ac0
parent c236b4acd2b58e8ed3e0920fed1de50fa346e803
Author: chris-belcher <chris-belcher@users.noreply.github.com>
Date:   Sat, 17 Aug 2019 11:39:18 +0100

Add more items to the "ideas for further work" list

Diffstat:
MREADME.md | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -153,11 +153,18 @@ Definitely check out implementations like [ElectrumX](https://github.com/kyuupic #### Further ideas for work -* Allowing connections from more than one Electrum instance at a time. +* Allowing connections from more than one Electrum instance at a time. See issue +[#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 +pruning is enabled. See issue [#85](https://github.com/chris-belcher/electrum-personal-server/issues/85). + * Developing some way for Electrum servers to authenticate clients, so that Electrum Personal Server can accept connections from the entire internet but without a fear of privacy loss.