Initial novacoin support
[electrum-nvc.git] / electrum.conf.sample
index eb84db0..b3b270b 100644 (file)
@@ -1,12 +1,12 @@
 # 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
-# copy it into your ~/.electrum/ directory if you want global settings
+# 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 = electrum.novit.ro:50001:t
+server = 127.0.0.1:50001:t
 proxy = None
 gap_limit = 5
 # booleans use python syntax
@@ -14,5 +14,5 @@ use_change = True
 gui = qt
 num_zeros = 2
 # default transaction fee is in Satoshis
-fee = 10000
+fee = 1000
 winpos-qt = [799, 226, 877, 435]