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 febdaf7b7a5cd2cc3defcec347a9f26fea5c5fe2
parent e100cb3b7e87248a9d659701d51e63bc189f24a6
Author: chris-belcher <chris-belcher@users.noreply.github.com>
Date:   Thu, 29 Mar 2018 18:28:26 +0100

added comment about how core needs to be built with wallet

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

diff --git a/README.md b/README.md @@ -41,7 +41,7 @@ See also the Electrum bitcoin wallet [website](https://electrum.org/). * Download and install python3 and a Bitcoin full node version 0.16 or higher. Make sure you [verify the digital signatures](https://bitcoin.stackexchange.com/questions/50185/how-to-verify-bitcoin-core-release-signing-keys) -of any binaries before running them, or compile from source. +of any binaries before running them, or compile from source. The Bitcoin node must have wallet enabled. * Download the [latest release](https://github.com/chris-belcher/electrum-personal-server/releases) or clone the git repository. Enter the directory and rename the file `config.cfg_sample` to `config.cfg`.