URI: 
       tMerge pull request #163 from andrewtoth/patch-1 - 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 bc4dcd80611d1c2e876f6782a0d2a6436631e49a
   DIR parent 46e069d616d3c1fbebb1cd8c51bcae40a9288ef1
  HTML Author: chris-belcher <belcher@riseup.net>
       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(-)
       ---
   DIR diff --git a/README.md b/README.md
       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)