-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextend-adapool-example
More file actions
61 lines (61 loc) · 2.12 KB
/
Copy pathextend-adapool-example
File metadata and controls
61 lines (61 loc) · 2.12 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
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
{
"how-to-implement": "in your meta.json - define *extended* with url to this (json) file - https://raw.githubusercontent.com/cardanians/adapools.org/master/example-meta.json",
"info": {
"url_png_icon_64x64": "http(s) url to pool icon; not animated; max 40kb",
"url_png_logo": "http(s) url to pool logo; not animated; max 50kb",
"location": "London, England",
"social": {
"twitter_handle": "AdapoolsO",
"telegram_handle": "adapools_ops",
"facebook_handle": "",
"youtube_handle": "",
"twitch_handle": "",
"discord_handle": "",
"github_handle": ""
},
"company": {
"name": "Company Name",
"addr": "Street, Number",
"city": "London",
"country": "England",
"company_id": "123456789",
"vat_id": "GB123456789"
},
"about": {
"me": "...",
"server": "Raspberry Pi Hosted at my Home in London 100MB up/down, solar energy.",
"company": "..."
},
"rss": "http(s) url to valid RSS feed"
},
"my-pool-ids": {
"0": "0f292fcaa02b8b2f9b3c8f9fd8e0bb21abedb692a6d5058df3ef2735",
"1": "618ab17ec8ea7239b4ac0c826b667c599489e25524ce74841a29d510"
},
"when-satured-then-recommend": {
"0": "0f292fcaa02b8b2f9b3c8f9fd8e0bb21abedb692a6d5058df3ef2735",
"1": "618ab17ec8ea7239b4ac0c826b667c599489e25524ce74841a29d510"
},
"telegram-admin-handle": {
"0": "mnmnmnmnnmn"
},
"adapools_ext": {
"prometheus": {
"0": {
"name": "relay 1 eu",
"type": "relay",
"key": "example_get_own_on_adapools.org/connect"
},
"1": {
"name": "relay 2 usa",
"type": "relay",
"key": "example_get_own_on_adapools.org/connect"
},
"2": {
"name": "block producer home",
"type": "bp",
"key": "example_get_own_on_adapools.org/connect"
}
}
}
}