forked from elbereth/dashninja-fe
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmasternodes.html
370 lines (352 loc) · 21 KB
/
masternodes.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
<!DOCTYPE html>
<!--
This file is part of GoByte Ninja.
https://github.com/gobytecoin/gobyteninja-fe
GoByte Ninja is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
GoByte Ninja is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GoByte Ninja. If not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GOBYTE Ninja - Masternodes Monitoring</title>
<link rel="icon" href="/static/gobyteninja-favicon.ico" />
<link rel="icon" type="image/png" href="/static/gobyteninja-favicon.png" />
<link href="/static/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/gobyteninja-template-2.0.css" rel="stylesheet">
<link href="/static/datatables/datatables.min.css" rel="stylesheet">
<link href="/static/fa/css/font-awesome.min.css" rel="stylesheet">
<!-- <link href="/static/fa/css/v4-shims.min.css" rel="stylesheet"> -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/html5shiv.min.js"></script>
<script src="/static/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img style="margin-top: -13px; border-top: 0px; border-bottom: 0px; margin-right: 10px;" src="/static/gobyteninja-logo48x48.png" width="48" height="48" align="left"> GOBYTE Ninja<span id="testnettitle" style="display: none"> (TESTNET)</a>
</div>
<div class="collapse navbar-collapse navbar-collapse" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a href="/blocks.html"><i class="fa fa-link fa-fw" aria-hidden="true"></i> Blockchain</a></li>
<li class="active"><a href="/deterministic-masternodes.html"><i class="fa fa-server fa-fw" aria-hidden="true"></i> Masternodes</a></li>
<li><a href="/governance.html"><i class="fa fa-balance-scale fa-fw" aria-hidden="true"></i> Governance</a></li>
<li><a name="menuitemexplorer" href="https://explorer.gobyte.network"><i class="fa fa-search fa-fw" aria-hidden="true"></i> Explorer</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-wrench fa-fw" aria-hidden="true"></i> Other Tools <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">Official Pages</li>
<li><a href="http://gobyte.network/">GoByte Homepage</a></li>
<li><a href="https://github.com/gobytecoin/gobyte">GoByte Github Sources</a></li>
<li><a href="https://github.com/gobytecoin/gobyte/releases/">GoByte Binaries</a></li>
<li class="divider"></li>
<li class="dropdown-header">Forums / Wiki</li>
<li><a href="https://gobyte-coin.readthedocs.io/en/latest/index.html">Official GoByte Wiki</a></li>
<li><a href="https://community.gobyte.network">Official GoByte Forum</a></li>
<li><a href="https://bitcointalk.org/index.php?topic=2414021">BitcoinTalk (BTC) - GoByte ANN</a></li>
</ul>
</li>
</ul>
</div>
<!--/.nav-collapse -->
<div class="navbar-default sidebar" role="navigation">
<div class="nav-sidebar sidebar-nav">
<ul class="nav" id="side-menu">
<li><a href="#">Masternodes Statistics</a></li>
<li><a href="#daemonmonitoring">Daemon Monitoring</a></li>
<li><a href="#payeeconsensus">Masternode voting consensus</a></li>
<li><a href="#mnlistdetail">Masternodes List</a></li>
</ul>
</div>
</div>
</nav>
<div id="page-wrapper">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header"><i class="fa fa-server" aria-hidden="true"></i> Masternodes Monitoring <span class="badge badge-secondary">Links: <a href="/masternodes.html"><i class="fa fa-link"></i></a><span name="gobyteninjatordisplay" style="display: none;"> - <a name="gobyteninjatorurl" href="#">Tor</a></span><span name="gobyteninjai2pdisplay" style="display: none;"> - <a name="gobyteninjai2purl" href="#">I2P</a></span></span> <span class="label label-danger" id="testnetalert" style="display: none">THIS IS TESTNET!</span> <span class="label label-warning">Check the <a href="deterministic-masternodes.html">deterministic masternodes</a> list !</span></h1>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4">
<div class="panel panel-info">
<div class="panel-heading">
GoByte Ninja info
</div>
<div class="panel-body">
By <a class="badge badge-primary" href="https://keybase.io/sirbond/">sirbond</a> / Time <span class="label label-info">GMT/UTC</span> / HTML <span class="label label-info">2.5.6</span> / JavaScript <span class="label label-danger" id="gobyteninjajsversion">required</span>
</div>
<div class="panel-footer">
<span class="pull-left">Donations:</span>
<span class="pull-right"><a href="https://explorer.gobyte.network/address/GQ9w7ojnrEL286oZsxAQ9gfjQfGFmMoh1m">GQ9w7ojnrEL286oZsxAQ9gfjQfGFmMoh1m</a></span>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="panel panel-primary">
<div class="panel-heading">
Actual masternode version
</div>
<div class="panel-body">
gobyted v<span id="currentgobyteversion" style="font-weight: bold">?.?.?.?</span> / Sentinel v<span id="currentsentinelversion" style="font-weight: bold">?.?.?</span>
</div>
<div class="panel-footer">
<span class="pull-left"><u><b>IMPORTANT:</b></u> <i class="fas fa-shield-alt" style="color: red"></i> <a href="https://shop.trezor.io/product/trezor-model-t?offer_id=14&aff_id=2360&source=mn12">Secure your GBX in hardware wallet</a></span>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div id="nextvotepanel" class="panel panel-info">
<div class="panel-heading">
Governance proposals vote deadline
</div>
<div class="panel-body">
<span id="nextvotelimithr" style="font-weight: bold">???</span>
</div>
<a href="/governance.html">
<div class="panel-footer">
<span class="pull-left">Check governance proposals</span>
<span class="pull-right"><i class="fa fa-arrow-circle-right"></i></span>
<div class="clearfix"></div>
</div>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4">
<div class="panel panel-primary">
<div class="panel-heading">
Masternodes Statistics
</div>
<div class="panel-body">
<p class="lead"><span class="pull-left">Active:</span><span class="pull-right label label-success" id="mnactive">???</span></p><br>
<span class="pull-left">Total:</span><span class="pull-right label label-info" id="mntotal">???</span><br>
<span class="pull-left">Inactives:</span><span class="pull-right label label-warning" id="mninactive">???</span><br>
<span class="pull-left">Unique IPs:</span><span class="pull-right label label-info" id="uniquemnips">???</span><br><br>
<span class="pull-left"><span id="mnlatestprotocolpercent">??.?</span>% on latest protocol (<span id="mnlatestprotocol">???</span>):</span><span class="pull-right label label-info" id="mnactivelatest">???</span><br><br>
An estimated daily payout per masternode version can be seen <a href="/blocks.html#perversion">here</a>.
</div>
<div class="panel-footer">
<span class="pull-left">Last data refresh:</span>
<span class="pull-right"><span id="mnlistLR">Never</span><br><span id="mnlistLRHR"></span></span>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-lg-8 col-md-8">
<div class="panel panel-primary">
<div class="panel-heading">
Masternodes Distribution per Reported Version (and Protocol)
</div>
<div class="panel-body">
<div id="mnversions" style="min-width: 310px; height: 400px; max-width: 600px; margin: 0 auto"></div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="panel panel-info">
<div class="panel-heading" id="daemonmonitoring">
Daemon monitoring
</div>
<table id="localnodes" class="table table-striped table-condensed table-responsive nowrap" width="100%">
<thead>
<tr>
<th>ID</th>
<th>Status</th>
<th>Version</th>
<th>Protocol</th>
<th>Blocks</th>
<th>Last block hash</th>
<th>Connections</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="7">Please wait while loading... (JavaScript needed)</td>
</tr>
</tbody>
</table>
<div class="panel-footer">
<span class="pull-left">Last data refresh:</span>
<span class="pull-right"><span id="localnodesLR">Never</span><br><span id="localnodesLRHR"></span></span>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="panel panel-info">
<div class="panel-heading" id="payeeconsensus">
Payee Block Template history (Masternode voting consensus)
</div>
<table id="blockconsensus" class="table table-striped table-condensed table-responsive nowrap" width="100%">
<thead>
<tr>
<th>Height</th>
<th>Consensus</th>
<th>Majority</th>
<th>Not in consensus</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="4">Please wait while loading... (JavaScript needed)</td>
</tr>
</tbody>
</table>
<div class="panel-footer">
<span class="pull-left">Last data refresh:</span>
<span class="pull-right"><span id="blockconsensusLR">Never</span><br><span id="blockconsensusLRHR"></span></span>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div class="row">
<div id="masternodelistexplain" class="col-lg-12 col-md-12">
<div class="panel panel-info">
<div class="panel-heading">
Masternodes List explanations :
</div>
<div class="panel-body">
<!-- Nav tabs -->
<ul class="nav nav-tabs">
<li class="active"><a href="#portchecking" data-toggle="tab">Port Checking</a>
</li>
<li><a href="#pubkeylinks" data-toggle="tab">Pubkey Links</a>
</li>
<li><a href="#status" data-toggle="tab">Status</a>
</li>
<li><a href="#balance" data-toggle="tab">Balance</a>
</li>
<li><a href="#jsonapi" data-toggle="tab">JSON API</a>
</li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane fade in active" id="portchecking">
<h4>Port Checking:</h4>
<ul><li><b>Unknown</b>: New entry that will be checked as soon as possible (usually less than 15min)</li>
<li><b>Open</b>: Port was open during last check (time to next check in parenthesis, re-check after 1h)</li>
<li><b>Closed</b>: Port was closed during last check (time to next check in parenthesis, re-check after 1h) [Your node can be shown as closed but be working fine, the port scanner can be banned by your node for 24h]</li>
</ul>
</div>
<div class="tab-pane fade" id="pubkeylinks">
<h4>Pubkey Links:</h4>
<div id="pubkeyurllist"></div>
</div>
<div class="tab-pane fade" id="status">
<h4>Status:</h4>
<table class="table table-striped table-condensed table-responsive text-nowrap table-bordered">
<thead>
<tr>
<th>Status</th>
<th>Meaning</th>
</tr>
</thead>
<tbody>
<tr>
<td class="success" style="text-align: center">Active (100%)</td>
<td>Masternode is listed and has status "1" (masternode list).<br>This is what you want for your masternode.</td>
</tr>
<tr>
<td class="danger" style="text-align: center">Inactive (0%)</td>
<td>Masternode is listed but has status "0" (masternode list)<br/>Possible reasons:<br/><ul><li>Masternode is not responding (port 9999 must be open on your firewall, if you see Closed below, there is your problem)<li>The 1000 GBX were removed from the masternode start wallet<li>The masternode is getting banned (active on some but inactive on others):<br/>Try masternode start with a fresh/new local wallet (don't forget to send your 1000 GBX to that new wallet!!)<br/>This will force a new masternode pubkey (I fixed my dmn01 with that trick)<li>Make sure you have the <a href="https://github.com/gobytecoin/gobyte/releases/">latest daemon version</a></ul></td>
</tr>
<tr>
<td class="warning" style="text-align: center">Partially Inactive/Unlisted</td>
<td>Masternode is not fully active (some, but not all, nodes see it as inactive [with "0" in masternode list] or unlisted [not in masternode list]).<br>The Percentage indicates how many nodes see it as active (the nearer to 100% the better).</td>
</tr>
</tbody>
</table>
</div>
<div class="tab-pane fade" id="balance">
<h4>Balance:</h4>
<p>This is the balance of the pubkey, if more than 1000 GBX then it has a green background (there can be up to 15min delay with true balance).</p>
</div>
<div class="tab-pane fade" id="jsonapi">
<h4>JSON API:</h4>
<p>An API is available (some documentation can be found <a href="https://bit.ly/3oS23cI">there</a>) to retrieve the information below.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="panel panel-primary">
<div id="mnlistdetail" class="panel-heading">
Masternodes List:
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<p style="font-weight: bold; text-align: right">Regexp search: <input type="text" class="global_filter" id="mnregexp"></p>
</div>
<table width="100%" id="mnlist" class="table table-striped table-bordered table-condensed table-responsive table-hover text-nowrap">
<thead>
<tr>
<th data-priority="1"></th>
<th data-priority="12">Vin (Hash-Index)</th>
<th data-priority="11">Pubkey</th>
<th data-priority="4">IP:Port</th>
<th data-priority="2">Status<br>(Active Score)</th>
<th data-priority="3">Port Check<br>(Next check)</th>
<th data-priority="5">Version</th>
<th data-priority="6">Protocol</th>
<th data-priority="7">Balance</th>
<th data-priority="8">Last Paid</th>
<th data-priority="9">Active Duration</th>
<th data-priority="10">Last Seen</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="12">Please wait while loading... (JavaScript needed)</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<hr/>
<div id="footer">
<div class="container">
<p style="font-size:small;" align=right>Brought to you by <a href="https://github.com/gobytecoin">sirbond</a>. If this page is useful to you, spare some coin: <a href="https://explorer.gobyte.network/address/GQ9w7ojnrEL286oZsxAQ9gfjQfGFmMoh1m">GQ9w7ojnrEL286oZsxAQ9gfjQfGFmMoh1m</a><br>Contact me securely via <a href="https://keybase.io/sirbond">Keybase</a>. Check source (<a href="/LICENSE">GPLv3</a>) on: <a href="https://github.com/gobytecoin/gobyteninja-fe
">GitHub</a>.</p>
</div>
</div>
</div>
<script src="/static/jquery.min.js"></script>
<script src="/static/popper.js"></script>
<script src="/static/bootstrap/js/bootstrap.min.js"></script>
<script src="/static/highcharts.js"></script>
<script src="/static/highcharts-more.js"></script>
<script src="/static/datatables/datatables.min.js"></script>
<script src="gobyteninja-config.js"></script>
<script src="gobyteninja-common.js"></script>
<script src="gobyteninja-masternodes.js"></script>
</body>
</html>