commit c2d076c007bb5654856163f16f181b0371adee4c
parent 1781d69f66308f3d1fdb9c39d2915cbe1377cde6
Author: chris-belcher <belcher@riseup.net>
Date: Thu, 28 Feb 2019 15:46:11 +0000
Merge pull request #90 from suvayu/dev
Do not install sample config along with docs
Diffstat:
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/MANIFEST.in b/MANIFEST.in
@@ -1,4 +1,3 @@
include README.md
include doc/*.md
include electrumpersonalserver/certs/*
-include config.cfg_sample
diff --git a/README.md b/README.md
@@ -52,7 +52,7 @@ on [full nodes](https://en.bitcoin.it/wiki/Full_node).
`--server localhost:50002:s`.
* Download the [latest release](https://github.com/chris-belcher/electrum-personal-server/releases)
- of Electrum Personal Server. Enter the directory and rename the file
+ of Electrum Personal Server. Enter the directory and copy the file
`config.cfg_sample` to `config.cfg`.
* Edit the file `config.cfg` to configure everything about the server. Add your
@@ -62,7 +62,7 @@ on [full nodes](https://en.bitcoin.it/wiki/Full_node).
in the Electrum client menu `Wallet` -> `Information`. You can add multiple
master public keys or watch-only addresses by adding separate lines for the
different keys/addresses:
-
+
wallet1 = xpub661MyMwAqRbcF...
wallet2 = xpub7712KLsfsg46G...
diff --git a/setup.py b/setup.py
@@ -18,7 +18,6 @@ setup(
},
package_data={"electrumpersonalserver": ["certs/*"]},
data_files=[
- ("etc/electrum-personal-server", ["config.cfg_sample"]),
("share/doc/electrum-personal-server", ["README.md"]),
],
install_requires=[