-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextended-template.json
30 lines (30 loc) · 1.11 KB
/
extended-template.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
{
"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; png format; not animated; max 40kb",
"url_png_logo": "http(s) url to pool logo; png format; not animated; max 50kb",
"location": "London, England",
"social": {
"twitter_handle": "adapools_org",
"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": "..."
}
}
}