-
Notifications
You must be signed in to change notification settings - Fork 2
/
nodes.json
90 lines (90 loc) · 2.44 KB
/
nodes.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"mainnet": [
{
"id": "signum-mainnet-local",
"name": "Local Mainnet",
"description": "For those who run a local main net node on standard port 8125",
"url": "http://localhost:8125"
},
{
"id": "signum-europe",
"name": "Europe",
"description": "Featured Node from Europe",
"url": "https://europe.signum.network"
},
{
"id": "signum-europe-1",
"name": "Europe 1",
"description": "Another Featured Node from Europe",
"url": "https://europe1.signum.network"
},
{
"id": "signum-europe-2",
"name": "Europe 2",
"description": "Another Featured Node from Europe",
"url": "https://europe2.signum.network"
},
{
"id": "signum-europe-3",
"name": "Europe 3",
"description": "Another Featured Node from Europe",
"url": "https://europe3.signum.network"
},
{
"id": "signum-ru",
"name": "Russia",
"description": "Featured Node from Russia",
"url": "https://ru.signum.network"
},
{
"id": "signum-us-east",
"name": "US East",
"description": "Featured Node from the US",
"url": "https://us-east.signum.network"
},
{
"id": "signum-canada",
"name": "Canada",
"description": "Featured Node from Canada",
"url": "https://canada.signum.network"
},
{
"id": "signum-us-central",
"name": "US Central",
"description": "Featured Node from the US",
"url": "https://us-central.signum.network"
},
{
"id": "signum-brazil",
"name": "Latin America BR",
"description": "Featured Node from South America",
"url": "https://brazil.signum.network"
},
{
"id": "signum-australia",
"name": "Australia",
"description": "Featured Node from Australia",
"url": "https://australia.signum.network"
},
{
"id": "signum-singapore",
"name": "Asia SG",
"description": "Featured Node from Singapore",
"url": "https://singapore.signum.network"
}
],
"testnet": [
{
"id": "signum-testnet-local",
"name": "Local Testnet",
"description": "For those hackers who run a local test net node on standard port 6876",
"url": "http://localhost:6876"
},
{
"id": "signum-testnet-europe",
"name": "Europe Testnet",
"description": "Public Testnet Node Europe",
"url": "https://europe3.testnet.signum.network"
}
]
}