-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.ini
122 lines (99 loc) · 2.18 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
;BASIC CONFIG
;maximum number of peg updates that will be allowed to occur in a single period
maxUpdatesPerPeriod = 5
;defintion of the duration of a single period in seconds
updatePeriod = 3600
;percentage at which an update is attempted, if value of peg fluctuates +/- this range
updateThresholdPercentage = 0.001
;time in second to check for price change updates
updateInterval = 5
;debug mode, disables live updates to peg on network
enableLivePegUpdates = true
;debug mode, enables debug mode which updates peg on set interval w fixed update rather than market rates
enablePegUpdateDebug = false
;debug mode, how frequently to update peg
debugPegUpdateInterval = 5
;debug mode, how much to increment USD conversion
debugPegUpdateIncrement = 50
rpcserver = localhost
rpcuser = u
rpcpassword = p
rpcport = 8336
rpctimeout = 30000
pegalias = pegtest1
pegalias_aliaspeg = pegtest1
httpport = 8080
debugLogFilename = pegtest.log
[logLevel]
logNetworkEvents = false
logBlockchainEvents = true
logPriceCheckEvents = true
logUpdateLoggingEvents = true
;MODIFY BELOW SECTION TO CHANGE CURRENCY SUPPORT
[currencies.USD]
isFiat = true
escrowFee = 0.01
precision = 2
[currencies.EUR]
isFiat = true
escrowFee = 0.005
precision = 2
[currencies.GBP]
isFiat = true
escrowFee = 0.005
precision = 2
[currencies.CAD]
isFiat = true
escrowFee = 0.005
precision = 2
[currencies.CNY]
isFiat = true
escrowFee = 0.005
precision = 4
[currencies.BTC]
isFiat = false
dataSources = Poloniex, Bittrex
escrowFee = 0.01
fee = 75
precision = 8
[currencies.SYS]
isFiat = false
escrowFee = 0.005
fee = 1000
precision = 2
[currencies.ZEC]
isFiat = false
dataSources = Poloniex, Bittrex
escrowFee = 0.01
fee = 50
precision = 8
[currencies.ETH]
isFiat = false
dataSources = Poloniex, Bittrex
escrowFee = 0.01
fee = 50
precision = 8
[currencies.DASH]
isFiat = false
dataSources = Poloniex, Bittrex
escrowFee = 0.01
fee = 50
precision = 8
[currencies.XMR]
isFiat = false
dataSources = Poloniex, Bittrex
escrowFee = 0.01
fee = 50
precision = 8
[currencies.FCT]
isFiat = false
dataSources = Poloniex, Bittrex
escrowFee = 0.01
fee = 50
precision = 8
[currencies.WAVES]
isFiat = false
dataSources = Bittrex
escrowFee = 0.01
fee = 50
precision = 8