-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
73 lines (68 loc) · 3.7 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>TurtleNode.io</title>
<link href="/favicon.ico" rel="icon" />
<script src="//code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="//cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
<script src="js/config.js"></script>
<script src="js/main.min.js"></script>
<link href="css/main.css" rel="stylesheet" />
<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/css/bootstrap.css" rel="stylesheet" />
<link href="//cdn.datatables.net/1.10.16/css/dataTables.bootstrap4.min.css" rel="stylesheet" />
<link rel="apple-touch-icon" sizes="57x57" href="/ico/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="/ico/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/ico/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/ico/apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/ico/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/ico/apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/ico/apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/ico/apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/ico/apple-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/ico/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/ico/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/ico/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/ico/favicon-16x16.png" />
<link rel="manifest" href="/ico/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="/ico/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
</head>
<body>
<h1><img src="img/turtlecoin_icon_color.png" width="73" height="80" alt="TurtleCoin Icon" /> TurtleNode.io - Free Public TurtleCoin Node(s)</h1>
<p>Use our free public nodes that are load balanced with high-availability with TurtleCoin simple wallet quickly and safely.</p>
<p>Using our public node is simple.</p>
<blockquote>ex. simplewallet.exe --daemon-host public.turtlenode.io</blockquote>
<p>To use nodes in a specific region, use one of the following hostnames:</p>
<ul>
<li>us-west.turtlenode.io</li>
<li>us-east.turtlenode.io</li>
<li>europe.turtlenode.io</li>
<li>asia.turtlenode.io</li>
</ul>
<table id="nodeTable" class="table table-striped table-bordered" style="width: 100%">
<thead>
<tr>
<th>Hostname</th>
<th>Port</th>
<th>Name</th>
<th>Region</th>
<th>Height</th>
<th>Difficulty</th>
<th>Network
<br />Hashrate</th>
<th>Last Block
<br />Index</th>
<th>Tx. Pool</th>
<th>Tx. Count</th>
<th>Inc. Conn.</th>
<th>Out. Conn.</th>
<th>Status</th>
</tr>
</thead>
</table>
<p style="font-size: 12pt; text-align: center">Like this free service? Send us some TRTLs - TRTLv1pacKFJk9QgSmzk2LJWn14JGmTKzReFLz1RgY3K9Ryn7783RDT2TretzfYdck5GMCGzXTuwKfePWQYViNs4avKpnUbrwfQ</p>
<p style="font-size: 12pt; text-align: center">© 2018 TurtleNode.io</p>
</body>
</html>