This repository has been archived by the owner on Oct 15, 2018. It is now read-only.
forked from mainconceptx/Sigwo-explorer-mirror
-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.json.template
212 lines (177 loc) · 5.52 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
/*
This file must be valid JSON. But comments are allowed
Please edit settings.json, not settings.json.template
*/
{
// name your instance!
"title": "Explorerz.top",
"address": "127.0.0.1:3001",
// coin name
"coin": "Darkcoin",
// coin symbol
"symbol": "DRK",
// coin type
// Options:
// bitcoin = Default Bitcoin/Dash/... clones
// ripple = Ripple clones
"baseType": "bitcoin",
// The epoch time for a ripple based coin.
// You can ignore this setting if you're not using a ripple based coin.
"rippleEpoch": 946684800,
// logo
"logo": "/images/logo.png",
// favicon
"favicon": "public/favicon.ico",
// Uses bootswatch themes (http://bootswatch.com/)
// Valid options:
// Cerulean, Cosmo, Cyborg, Darkly, Flatly, Journal, Lumen, Paper,
// Readable, Sandstone, Simplex, Slate, Spacelab, Superhero, United, Yeti
// theme (see /public/themes for available themes)
"theme": "Cyborg",
// port to listen for requests on.
"port" : 3001,
// database settings (MongoDB)
"dbsettings": {
"user": "iquidus",
"password": "3xp!0reR",
"database": "explorerdb",
"address": "localhost",
"port": 27017
},
//update script settings
"update_timeout": 10,
"check_timeout": 250,
// wallet settings
"wallet": {
"host": "localhost",
"port": 9332,
"user": "darkcoinrpc",
"pass": "123gfjk3R3pCCVjHtbRde2s5kzdf233sa"
},
// confirmations
"confirmations": 40,
// language settings
"locale": "locale/en.json",
// menu settings
"display": {
"api": true,
"markets": false,
"richlist": true,
"twitter": true,
"facebook": false,
"googleplus": false,
"search": true,
"movement": true,
"network": true,
"masternodes": false,
"coininfo": false,
"coinmarketcap": false
},
// index page (valid options for difficulty are POW, POS or Hybrid)
"index": {
"show_hashrate": true,
"show_coin_supply": true,
"difficulty": "POW",
"last_txs": 100
},
// ensure links on API page are valid
"api": {
"blockindex": 1337,
"blockhash": "1733320247b15ca2262be646397d1ffd6be953fa638ebb8f5dcbb4c2b91b34f1",
"txhash": "f270cd3813254c9922a2e222a56ba745842d9112223a1394062e460b33d27b7e",
"address": "RBiXWscC63Jdn1GfDtRj8hgv4Q6Zppvpwb"
},
// market settings
//supported markets: bittrex, poloniex, yobit, empoex, bleutrade, cryptopia, ccex
//default market is loaded by default and determines last price in header
"markets": {
"coin": "JBS",
"exchange": "BTC",
"enabled": ["bittrex"],
"cryptopia_id": "1658",
"ccex_key" : "Get-Your-Own-Key",
"default": "bittrex"
},
// richlist/top100 settings
"richlist": {
"distribution": true,
"received": true,
"balance": true,
"coin_supply": 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": 5000
},
// Masternodes page
// default port: Default port a masternode is running.
"masternodes": {
"default_port": 12845,
// Use index-based values (starting with 0).
// 0 is the key of the masterlist data.
// -1 means that the info is not available.
"list_format": {
"address": 3,
"status": 1,
"lastseen": 5,
"lastpaid": -1,
"ip": 0
}
},
// Coin info page
"coininfo": {
"basic_info_links": [
["Github", "http://github.com/"]
],
"masternode_required": 1000,
"block_time_sec": 120,
"block_reward_mn": 5
},
// CoinMarketCap integration
"coinmarketcap": {
"ticker": "BTC"
},
// twitter, facebook, googleplus
"twitter": "explorerztop",
"facebook": "yourfacebookpage",
"googleplus": "yourgooglepluspage",
//genesis
"genesis_tx": "65f705d2f385dc85763a317b3ec000063003d6b039546af5d8195a5ec27ae410",
"genesis_block": "b2926a56ca64e0cd2430347e383f63ad7092f406088b9b86d6d68c2a34baef51",
// Fetch blocks from <index>
"fetch_blocks_from": 0,
//heavy (enable/disable additional heavy features)
"heavy": false,
//amount of txs to index per address (stores latest n txs)
"txcount": 100,
//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": "COINBASE",
// how to acquire network hashrate
// getnetworkhashps: uses getnetworkhashps api call, returns in GH/s
// netmhashps: uses getmininginfo.netmhashpsm returns in MH/s
"nethash": "getnetworkhashps",
// 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"},
// "JSWVXHWeYNknPdG9uDrcBoZHztKMFCsndw": {"label": "Cryptsy"}
}
}