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 a1ff27d4fcdc36889c88115fb3046a570a40777c
parent d14d201a123f46808e68f73f2f4d2ebecbcb2aff
Author: chris-belcher <chris-belcher@users.noreply.github.com>
Date:   Thu, 14 Nov 2019 21:29:45 +0000

Update pruning link because bitcoin.org is ugly

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -8,7 +8,7 @@ It is an implementation of the Electrum server protocol which fulfills the specific need of using the Electrum wallet backed by a full node, but without the heavyweight server backend, for a single user. It allows the user to benefit from all of Bitcoin Core's resource-saving features like -[pruning](https://bitcoin.org/en/release/v0.12.0#wallet-pruning), +[pruning](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.12.0.md#wallet-pruning), [blocksonly](https://bitcointalk.org/index.php?topic=1377345.0) and disabled txindex. All of Electrum's feature-richness like hardware wallet integration, [multisignature wallets](http://docs.electrum.org/en/latest/multisig.html),