tadded comment about server=1 because this tripped up one tester - electrum-personal-server - Maximally lightweight electrum server for a single user
HTML git clone https://git.parazyd.org/electrum-personal-server
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit c0865a51a0b2d0b2b239d2c2fe402b9f8802e7f0
DIR parent 4a0f7338d62a287fc76910be144270c0dc46683a
HTML Author: chris-belcher <chris-belcher@users.noreply.github.com>
Date: Thu, 29 Mar 2018 20:17:42 +0100
added comment about server=1 because this tripped up one tester
Diffstat:
M README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/README.md b/README.md
t@@ -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. The Bitcoin node must have wallet enabled.
+of any binaries before running them, or compile from source. The Bitcoin node must have wallet enabled, and must have the RPC server switched on (`server=1` in bitcoin.conf).
* 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`.