-
Notifications
You must be signed in to change notification settings - Fork 1
/
bos.json
64 lines (64 loc) · 1.56 KB
/
bos.json
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
{
"producer_account_name": "atticlabbosb",
"org": {
"candidate_name": "Attic Lab",
"website": "https://atticlab.net",
"code_of_conduct":"",
"ownership_disclosure":"https://atticlab.net/ownership/",
"email":"[email protected]",
"branding": {
"logo_256":"https://atticlab.net/atticlab-logo-256.png",
"logo_1024":"https://atticlab.net/atticlab-logo-1000.png",
"logo_svg":"https://atticlab.net/atticlab-logo-1000.svg"
},
"location": {
"name": "Kyiv",
"country": "UA",
"latitude": 50.418493,
"longitude": 30.517631
},
"social": {
"steemit": "attic-lab",
"twitter": "atticlab_it",
"youtube": "AtticLab",
"facebook": "atticlab",
"github":"atticlab",
"reddit": "atticlab_it",
"keybase": "",
"telegram": "atticlabeosb",
"wechat":""
}
},
"nodes": [
{
"location": {
"name": "Kyiv",
"country": "UA",
"latitude": 50.418493,
"longitude": 30.517631
},
"node_type": "producer"
},
{
"location": {
"name": "Kyiv",
"country": "UA",
"latitude": 50.418493,
"longitude": 30.517631
},
"node_type": "seed",
"p2p_endpoint": "bos.atticlab.net:7776"
},
{
"location": {
"name": "Kyiv",
"country": "UA",
"latitude": 50.418493,
"longitude": 30.517631
},
"node_type": "full",
"api_endpoint": "http://bosapi.atticlab.net",
"ssl_endpoint": "https://sslbosapi.atticlab.net"
}
]
}