Rename files
[electrum-nvc.git] / electrum-nvc.conf.sample
diff --git a/electrum-nvc.conf.sample b/electrum-nvc.conf.sample
new file mode 100644 (file)
index 0000000..b3b270b
--- /dev/null
@@ -0,0 +1,18 @@
+# Configuration file for the electrum client
+# Settings defined here are shared across wallets
+#
+# copy this file to /etc/electrum-nvc.conf if you want read-only settings
+# copy it into your ~/.electrum-nvc/ directory if you want global settings
+# that can be rewritten by the client
+
+[client]
+server = 127.0.0.1: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 = 1000
+winpos-qt = [799, 226, 877, 435]