forked from signum-network/public-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pools.json
61 lines (61 loc) · 1.34 KB
/
pools.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
{
"mainnet": [
{
"id": "nam-signa-pool",
"name": "Nam Signa Pool",
"url": "https://signapool.notallmine.net"
},
{
"id": "pool-signumcoin-ro",
"name": "Pool Signumcoin.ro",
"url": "https://pool.signumcoin.ro"
},
{
"id": "btfgpool",
"name": "BTFGPOOL",
"url": "http://pool.btfg.space"
},
{
"id": "vlp-pool",
"name": "VLP Pool",
"url": "http://signa.voiplanparty.com:8124"
},
{
"id": "tross-signa-pool",
"name": "Tross Signa Pool",
"url": "http://signumpool.de:8080"
},
{
"id": "e4p1k0-signum-pool",
"name": "E4P1K0 Signum Pool",
"url": "http://burst.e4pool.com"
},
{
"id": "open-signum-pool",
"name": "OpenSignumPool",
"url": "http://opensignumpool.ddns.net:8126"
},
{
"id": "rave-fusions",
"name": "Rave Fusions",
"url": "https://ravefusions.com"
},
{
"id": "bowserpool",
"name": "Bowserlab-Signum Pool",
"url": "https://bowserlab.ddns.net:8095"
},
],
"testnet": [
{
"id": "testnet-nam-signa-pool",
"name": "Nam Signa Testnet Pool",
"url": "https://t-pool.notallmine.net"
},
{
"id": "testnet-local-signa-pool",
"name": "Local Testnet Pool",
"url": "http://localhost:8000"
}
]
}