-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathmasternodes-v11.html
268 lines (259 loc) · 13 KB
/
masternodes-v11.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
<!DOCTYPE html>
<!--
This file is part of Dash Ninja.
https://github.com/elbereth/dashninja-fe
Dash 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.
Dash 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 Dash 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>DASH Ninja - Masternodes Monitoring (Legacy v0.11)</title>
<link rel="icon" href="/static/dashninja-favicon.ico" />
<link rel="icon" type="image/png" href="/static/dashninja-favicon.png" />
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/dashninja-template.css" rel="stylesheet">
<link href="//cdn.datatables.net/1.10.2/css/jquery.dataTables.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="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<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;" src="/static/dashninja-logo48x48.png" width="48" height="48" border="0"></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/blocks.html">Blocks Masternodes Payee</a></li>
<li class="dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Masternodes <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="active"><a href="/deterministic-masternodes.html">Masternodes Monitoring</a></li>
<li><a href="/mndonations.html">Masternodes Donations</a></li>
<li><a href="/mnvotes.html">Masternodes Votes</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Tools <span class="caret"></span></a> <ul class="dropdown-menu" role="menu">
<li class="dropdown-header">Official Pages</li>
<li><a href="http://www.dashpay.io/">Dash Homepage</a></li>
<li><a href="https://github.com/darkcoinproject/darkcoin">Dash Github Sources</a></li>
<li><a href="https://github.com/darkcoinproject/darkcoin-binaries/">Dash Github Binaries</a></li>
<li class="divider"></li>
<li class="dropdown-header">Forums / Wiki</li>
<li><a href="http://en.wiki.dashninja.pl/">Dash Ninja Wiki</a></li>
<li><a href="https://dashtalk.org/">DashTalk (DCT)</a></li>
<li><a href="https://bitcointalk.org/index.php?topic=421615">BitcoinTalk (BTC) - Dash ANN</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-sm-3 col-md-2 sidebar">
<ul class="nav nav-sidebar">
<li><a href="#">Daemon Monitoring</a></li>
</ul>
<ul class="nav nav-sidebar">
<li><a href="#payeeconsensus">Masternode voting consensus</a></li>
</ul>
<ul class="nav nav-sidebar">
<li><a href="#mnlistdetail">Masternodes List</a></li>
<li><a href="#mnversions">Masternodes Versions Chart</a></li>
</ul>
</div>
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
<div class="page-header">
<h1>DASH Ninja - Masternodes Monitoring (Legacy v0.11)</h1>
<p>Page is dynamically refreshed (JavaScript required). All times are in GMT/UTC.<br/>
Versions: <i>HTML v2.1.6 / JS v<span id="dashninjajsversion">?.?.?</span></i> (hint: might need to Ctrl+F5 to update JS)</p>
</div>
<div id="testnetalert" class="alert alert-danger" style="display: none">
<h2>THIS IS TESTNET!</h2>
</div>
<div id="msgalert" class="alert alert-warning" style="display: none">
<h2>Masternode operators <u>MUST</u> be <a href="http://dashpay.io/downloads/">running</a> <span id="currentdashversion" style="font-weight: bold">?.?.?.?</span> or greater!</h2>
</div>
<div class="alert alert-info">
<p>If this page is useful to you, spare some coin: <a href="http://chainz.cryptoid.info/dash/address.dws?XkfkHqMnhvQovo7kXQjvnNiFnQhRNZYCsz.htm">XkfkHqMnhvQovo7kXQjvnNiFnQhRNZYCsz</a><br>
Brought to you by <a href="https://dashtalk.org/members/elbereth.175/">elberethzone</a>.</p>
</div>
<h2>Daemon monitoring:</h2>
<table id="localnodes" class="table table-striped table-condensed table-responsive">
<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 neeeded)</td>
</tr>
</tbody>
</table>
<p>Last refresh: <span id="localnodesLR">Never</span></p>
<h2 id="payeeconsensus">Payee Block Template history (Masternode voting consensus):</h2>
<table id="blockconsensus" class="table table-striped table-condensed table-responsive">
<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 neeeded)</td>
</tr>
</tbody>
</table>
<p>Last refresh: <span id="blockconsensusLR">Never</span></p>
<h2>Masternodes List:</h2>
<p><u>Port Checking:</u></p>
<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>
<p><u>Pubkey Links:</u></p>
<div id="pubkeyurllist"></div>
<p><u>Status:</u></p>
<table class="display" border="1">
<thead>
<tr>
<th>Status</th>
<th>Meaning</th>
</tr>
</thead>
<tbody>
<tr>
<td style="background-color:#8FFF8F; text-align:center;">Active<br>(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 style="background-color:#FF8F8F; text-align:center;">Inactive<br>(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 DASH 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 DASH 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="http://dashpay.io/downloads/">latest daemon version</a></ul></td>
</tr>
<tr>
<td style="background-color:#FFFF8F; text-align:center;">Partially Inactive/Unlisted<br>(>=50%)</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>
<tr>
<td style="background-color:#ffcb8f; text-align:center;">Partially Inactive/Unlisted<br>(<50%)</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>
<p><u>Balance:</u><br/>
This is the balance of the pubkey, if more than 1000 DASH then it has a green background (there can be up to 15min delay with true balance)</p>
<p><u>Proof-of-Service:</u></p>
<table class="display" border="1">
<thead>
<tr>
<th colspan="5">Score</th>
<th>Meaning</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="5" style="background-color:#8FFF8F; text-align:center;">0</td>
<td>Everything is fine.</td>
</tr>
<tr>
<td style="background-color:#FFFF8F; text-align:center;">1</td>
<td style="background-color:#FFF28F; text-align:center;">2</td>
<td style="background-color:#FFE58F; text-align:center;">3</td>
<td style="background-color:#FFD88F; text-align:center;">4</td>
<td style="background-color:#FFCB8F; text-align:center;">5</td>
<td>Something is wrong with your setup:
<ul><li>Daemon (dashd) of the Masternode is not responding (port closed, daemon is hung, etc.)
<li>Using an obsolete version of dashd on the Masternode
</ul>
You check the explanation in the <a href="https://raw.githubusercontent.com/darkcoin/darkcoin/master/src/masternode-pos.cpp">header of the source code</a>.
</td>
</tr>
<tr>
<td colspan="5" style="background-color:#FF8F8F; text-align:center;">6</td>
<td>Error, your masternode will be unlisted.<br/>Fix it to get back on the list.</td>
</tr>
</tbody>
</table>
<p><u>JSON API:</u><br/>
An API is available (some documentation can be found <a href="https://dashtalk.org/threads/dashninja-pl-dash-masternode-ninja-free-masternode-monitoring.2722/">there</a>) to retrieve the information below.</p>
<p id="mnlistdetail" style="font-weight: bold; text-align: right">Regexp search: <input type="text" class="global_filter" id="mnregexp"></p>
<table id="mnlist" class="table table-striped table-condensed table-responsive text-nowrap">
<thead>
<tr>
<th>Masternode IP:Port</th>
<th>Port Check (Next check)</th>
<th>Version</th>
<th>Masternode Pubkey</th>
<th>Balance</th>
<th>Last Paid</th>
<th>Active Duration</th>
<th>Last Seen</th>
<th>Country</th>
<th>Status<br>(Active Score)</th>
<th>Proof-of-Service<br>(Score)</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan=11>Please wait while loading... (JavaScript neeeded)</td>
</tr>
</tbody>
</table>
<p>Total Masternodes: <span id="mntotal">???</span> = <span id="mnactive" style="font-weight: bold;">???</span> actives + <span id="mninactive">??</span> inactives [<span id="uniquemnips">???</span> unique IPs] (Last refresh: <span id="mnlistLR">Never</span>)<br>
Estimated daily payout for an active node (blocks with MN payments last 24h: <span id="mnpaymentsratio" style="font-style: italic;">??.??%</span>): <span id="mnpayments" style="font-weight: bold;">???</span> DASH/day (Last Refreshed: <span id="mnpaymentsLR">Never</span>)</p>
<div id="mnversions" style="min-width: 310px; height: 400px; max-width: 600px; margin: 0 auto"></div>
<hr/>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<p style="font-size:small;" align=right>Brought to you by <a href="https://darkcointalk.org/members/elbereth.175/">elberethzone</a>. If this page is useful to you, spare some coin: <a href="http://chainz.cryptoid.info/dash/address.dws?XkfkHqMnhvQovo7kXQjvnNiFnQhRNZYCsz.htm">XkfkHqMnhvQovo7kXQjvnNiFnQhRNZYCsz</a></p>
</div>
</div>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="//code.highcharts.com/highcharts.js"></script>
<script src="//code.highcharts.com/highcharts-more.js"></script>
<script src="//cdn.datatables.net/1.10.2/js/jquery.dataTables.min.js"></script>
<script src="dashninja-config.js"></script>
<script src="dashninja-common.js"></script>
<script src="dashninja-masternodes-v11.js"></script>
</body>
</html>
</body>
</html>