tMerge pull request #17 from bill-walker/patch-2 - 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 aff525d22b1b000f136062ee10e2709108cc66c8
DIR parent ab7c944d664f6b696409d8637a7bb9c401e8a1a0
HTML Author: chris-belcher <chris-belcher@users.noreply.github.com>
Date: Fri, 13 Apr 2018 09:04:44 +0100
Merge pull request #17 from bill-walker/patch-2
avoiding accidental pressing of the doxxing button
Diffstat:
M README.md | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
DIR diff --git a/README.md b/README.md
t@@ -68,6 +68,9 @@ By default Electrum will connect to several Electrum servers to obtain block
headers. This can be avoided by starting Electrum on the command line with the
`--oneserver` flag.
+By using the `--oneserver --server 127.0.0.1:50002:s` flags, the autoconnect
+button in the GUI can be disabled to prevent accidentally clicking on it.
+
Electrum Personal Server also works on [testnet bitcoin](https://en.bitcoin.it/wiki/Testnet). The Electrum wallet can be started in testnet mode with the command line flag `--testnet`.