| Date: Thu, 5 Dec 2019 08:52:01 +0000
Merge pull request #163 from andrewtoth/patch-1
Add note about using walletbroadcast=0 with tor
Diffstat:
M README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--- |
| t@@ -118,7 +118,9 @@ to do this is to open Electrum's config file and edit the lines to
`oneserver=true`.
Pro Tip2: run tor on the same machine as Electrum Personal Server. Then by
-default transactions will be broadcast through tor.
+default transactions will be broadcast through tor. If running tor, also set
+`walletbroadcast=0` in your `bitcoin.conf`. This prevents the wallet from
+rebroadcasting transactions without tor.
#### Quick start on a Debian/Ubuntu machine with a running Bitcoin full node
1. Download the [latest release](https://github.com/chris-belcher/electrum-personal-server/releases) |