New port numbers
[electrum-nvc.git] / electrum-nvc.conf.sample
1 # Configuration file for the electrum client
2 # Settings defined here are shared across wallets
3 #
4 # copy this file to /etc/electrum-nvc.conf if you want read-only settings
5 # copy it into your ~/.electrum-nvc/ directory if you want global settings
6 # that can be rewritten by the client
7
8 [client]
9 server = 193.23.181.148:40001:t
10 proxy = None
11 gap_limit = 5
12 # booleans use python syntax
13 use_change = True
14 gui = qt
15 num_zeros = 2
16 # default transaction fee is in Satoshis
17 fee = 1000
18 winpos-qt = [799, 226, 877, 435]