URI: 
       trm system config sample - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 2cc77c1c7dc45e07de7191409cd21a03895a695e
   DIR parent 60f8cf665eb167ae315645c849fee81596d455e8
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Sun, 14 Oct 2018 05:13:56 +0200
       
       rm system config sample
       
       system-level configs are no longer supported since 04a1809969a24f7fc176aa505b7fed807e55ad4e
       
       Diffstat:
         D electrum.conf.sample                |      16 ----------------
       
       1 file changed, 0 insertions(+), 16 deletions(-)
       ---
   DIR diff --git a/electrum.conf.sample b/electrum.conf.sample
       t@@ -1,16 +0,0 @@
       -# Configuration file for the Electrum client
       -# Settings defined here are shared across wallets
       -#
       -# copy this file to /etc/electrum.conf if you want read-only settings
       -
       -[client]
       -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]