Skip to content

Commit

Permalink
Create extended.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joseiadicicco authored Apr 12, 2021
1 parent 6e9a56f commit c4e8a52
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions extended.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,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": "Buenos Aires, Argentina",
"social": {
"twitter_handle": "@ADAOnePool",
"telegram_handle": "ADA One Pool [ONE1]",
"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": "",
"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"
}
}
}
}

0 comments on commit c4e8a52

Please sign in to comment.