forked from ethereumclassic/explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
35 lines (35 loc) · 1.41 KB
/
config.json
File metadata and controls
35 lines (35 loc) · 1.41 KB
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
{
"nodeAddr": "localhost",
"gethPort": 9545,
"startBlock": 0,
"endBlock": "latest",
"quiet": true,
"syncAll": false,
"patch": false,
"patchBlocks": 100,
"settings": {
"contact": "mailto:elaine.ou@gmail.com",
"about": "This is an open source Blockchain Explorer.",
"rss": "http://ethereumclassic.org",
"reddit": "https://www.reddit.com/r/EthereumClassic",
"twitter": "https://twitter.com/ethereumclassic",
"linkedin": "https://www.linkedin.com/company/ethereum-classic",
"github": "https://github.com/ethereumproject",
"logo": "/img/esn-explorer-logo.png",
"customCss": "gray.css",
"copyright": "2018 © Gonsmine.",
"symbol": "ESN",
"name": "EtherSocial Network",
"title": "EtherSocial Network Block Explorer",
"author": "gonspool",
"miners": {
"0xe3ec5ebd3e822c972d802a0ee4e0ec080b8237ba": "SejunPool",
"0xc734480388db099cb43fd1c3ed530b39b9d8d567": "GonsPool",
"0x2eb64b8ab13f0d7823158217d15ba310ed3d0e58": "TopMining",
"0x0b292a321fe5e20cc943648a782184f8ab44d2eb": "MoricPool",
"0x2930822031420731f09dce572554a8b8c1eaa09b": "Gonsmine",
"0xfc35930abb108ae6cae33fd065dfb799808ea326": "Comining",
"0x90d7c82615f151953a8d71a68096cee4d428619c": "privatePool"
}
}
}