-
Notifications
You must be signed in to change notification settings - Fork 2
/
pools.json
51 lines (51 loc) · 1.12 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
{
"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": "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://pool.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"
}
]
}