URI: 
       tmore settings and comments - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 86d463123020afa6cfb08a1cb66286aebad2e898
   DIR parent 23f7ee2fb94019bdbb6fedf46ee3040971427e13
  HTML Author: thomasv <thomasv@gitorious>
       Date:   Fri, 12 Oct 2012 18:15:58 +0200
       
       more settings and comments
       
       Diffstat:
         M electrum.conf.sample                |      14 ++++++++++++--
       
       1 file changed, 12 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/electrum.conf.sample b/electrum.conf.sample
       t@@ -2,7 +2,17 @@
        # Settings defined here are shared across wallets
        #
        # copy this file to /etc/electrum.conf if you want read-only settings
       -# copy it into your ~/.electrum/ directory if you want settings that can be rewritten by the client
       +# copy it into your ~/.electrum/ directory if you want global settings
       +# that can be rewritten by the client
       +
        [client]
       -winpos-qt = [799, 226, 877, 435]
        server = electrum.novit.ro:50001:t
       +proxy = None
       +gap_limit = 5
       +# booleans use python syntax
       +use_change = True
       +gui = qt
       +num_zeros = 2
       +# default transaction fee is in Satoshis
       +fee = 10000
       +winpos-qt = [799, 226, 877, 435]