forked from iquidus/explorer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.json.template
181 lines (152 loc) · 5.08 KB
/
settings.json.template
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
/*
This file must be valid JSON. But comments are allowed
Please edit settings.json, not settings.json.template
*/
{
// name your instance!
"title": "Torus Explorer",
"address": "0.0.0.0:3000",
// coin name
"coin": "Torus",
// coin symbol
"symbol": "TRS",
// logo
"logo": "/images/logo.png",
// Optional header logo - change false to e.g. "/images/headerlogo.png"
"headerlogo": false,
// favicon
"favicon": "public/favicon.ico",
// Uses bootswatch themes (http://bootswatch.com/)
// Valid options:
// Cerulean, Cosmo, Cyborg, Darkly, Flatly, Journal, Litera, Lumen,
// Lux, Materia, Minty, Pulse, Sandstone, Simplex, Sketchy, Slate,
// Solar, Spacelab, Superhero, United, Yeti
// theme (see /public/themes for available themes)
"theme": "United",
// port to listen for requests on.
"port" : 3000,
// database settings (MongoDB)
"dbsettings": {
"user": "XXX",
"password": "XXX",
"database": "XXX",
"address": "x.x.x.x",
"port": 27017
},
//update script settings
"update_timeout": 10,
"check_timeout": 250,
"block_parallel_tasks": 1,
// wallet settings
"use_rpc": true,
"wallet": {
"host": "XXX",
"port": 24112,
"username": "XXX",
"password": "XXX"
},
// confirmations
"confirmations": 40,
// language settings
"locale": "locale/en.json",
// menu settings
"display": {
"api": false,
"markets": false,
"richlist": true,
"twitter": false,
"facebook": false,
"googleplus": false,
"youtube": false,
"search": true,
"movement": true,
"network": true,
// Settings to switch navbar theme, leaving both false will use the 'primary' navbar
"navbar_dark": false,
"navbar_light": false
},
// index page (valid options for difficulty are POW, POS or Hybrid)
"index": {
"show_hashrate": false,
// Show Market Cap in header
"show_market_cap": false,
// Show Market Cap in place of price box
"show_market_cap_over_price": false,
"difficulty": "POS",
"last_txs": 100,
"txs_per_page": 10
},
// ensure links on API page are valid
"api": {
"blockindex": 1337,
"blockhash": "1733320247b15ca2262be646397d1ffd6be953fa638ebb8f5dcbb4c2b91b34f1",
"txhash": "f270cd3813254c9922a2e222a56ba745842d9112223a1394062e460b33d27b7e",
"address": "RBiXWscC63Jdn1GfDtRj8hgv4Q6Zppvpwb"
},
// market settings
//included markets: altmarkets, fides, bittrex, poloniex, yobit, bleutrade
//default market is loaded by default and determines last price in header
"markets": {
"coin": "TRS",
"exchange": "BTC",
"enabled": ["bittrex"],
"ccex_key" : "Get-Your-Own-Key",
"default": "bittrex"
},
// richlist/top100 settings
"richlist": {
"distribution": true,
"received": true,
"balance": true
},
// movement page settings
// min amount: show transactions greater than this value
// low flag: greater than this value flagged yellow
// high flag: greater than this value flagged red
"movement": {
"min_amount": 100,
"low_flag": 1000,
"high_flag": 50000
},
// twitter, facebook, googleplus, youtube
//"twitter": "iquidus",
//"facebook": "yourfacebookpage",
//"googleplus": "yourgooglepluspage",
//"youtube": "youryoutubechannel",
//genesis
"genesis_tx": "cdc376c01136ce03cbdf5c6faa1eeaaddaff9d2e40a4fdb2825b1cff8e123de6",
"genesis_block": "000005a39de532e9f2546ad8c954a21f01e0064f3edc9fea108f39e0499a011d",
//heavy (enable/disable additional heavy features)
"heavy": false,
//disable saving blocks & TXs via API during indexing.
"lock_during_index": false,
//amount of txs to index per address (stores latest n txs)
"txcount": 100,
"txcount_per_page": 50,
//show total sent & received on address page (set false if PoS)
"show_sent_received": true,
// how to calculate current coin supply
// COINBASE : total sent from coinbase (PoW)
// GETINFO : retreive from getinfo api call (PoS)
// HEAVY: retreive from heavys getsupply api call
// BALANCES : total of all address balances
// TXOUTSET : retreive from gettxoutsetinfo api call
"supply": "GETINFO",
// how to acquire network hashrate
// getnetworkhashps: uses getnetworkhashps api call, returns in GH/s
// netmhashps: uses getmininginfo.netmhashpsm returns in MH/s
"nethash": "netmhashps",
// nethash unitd: sets nethash API return units
// valid options: "P" (PH/s), "T" (TH/s), "G" (GH/s), "M" (MH/s), "K" (KH/s)
"nethash_units": "G",
// Address labels
// example : "JhbrvAmM7kNpwA6wD5KoAsbtikLWWMNPcM": {"label": "This is a burn address", "type":"danger", "url":"http://example.com"}
// label (required) = test to display
// type (optional) = class of label, valid types: default, primary, warning, danger, success
// url (optional) = url to link to for more information
"labels": {
// "JSoEdU717hvz8KQVq2HfcqV9A79Wihzusu": {"label": "Developers address", "type":"primary", "url":"http://example.com"},
"TEuWjbJPZiuzbhuS6YFE5v4gGzkkt26HDJ": {"label": "Burn address", "type": "danger"},
"TRRCa4hwjA4GhBCGLajVwpapC853S1dtbM": {"label": "UBI Pool", "type": "primary"}
}
}