more settings and comments
authorthomasv <thomasv@gitorious>
Fri, 12 Oct 2012 16:15:58 +0000 (18:15 +0200)
committerthomasv <thomasv@gitorious>
Fri, 12 Oct 2012 16:15:58 +0000 (18:15 +0200)
electrum.conf.sample

index 6d55abf..eb84db0 100644 (file)
@@ -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]