URI: 
       tAdd note about when tor broadcasting is not needed - 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 c236b4acd2b58e8ed3e0920fed1de50fa346e803
   DIR parent 172b14524023d84c439ede9a85b4f7763e19e9c3
  HTML Author: chris-belcher <chris-belcher@users.noreply.github.com>
       Date:   Tue,  9 Jul 2019 11:55:02 +0100
       
       Add note about when tor broadcasting is not needed
       
       Diffstat:
         M config.ini_sample                   |       5 ++++-
       
       1 file changed, 4 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/config.ini_sample b/config.ini_sample
       t@@ -84,8 +84,11 @@ broadcast_method = tor-or-own-node
        tor_host = localhost
        tor_port = 9050
        
       +# = Notes on tor broadcasting =
        # If using tor broadcasting, make sure you set `walletbroadcast=0` in
       -# your bitcoin.conf file
       +#  your bitcoin.conf file
       +# If your full node is connected to the internet only via tor then you dont
       +#  need separate tor broadcasting
        
        
        [watch-only-addresses]