-
Notifications
You must be signed in to change notification settings - Fork 40
/
budgetdetails.html
301 lines (293 loc) · 13.2 KB
/
budgetdetails.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
<!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 - Budget Details</title>
<link rel="icon" href="/static/dashninja-favicon.ico" />
<link rel="icon" type="image/png" href="/static/dashninja-favicon.png" />
<link href="/static/bootstrap-3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/dashninja-template.css" rel="stylesheet">
<link href="/static/datatables/datatables.min.css" rel="stylesheet">
<link href="/static/font-awesome-4.6.3/css/font-awesome.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 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"><i class="fa fa-link fa-fw" aria-hidden="true"></i> Blockchain</a></li>
<li><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.dashninja.pl"><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://www.dash.org/">Dash Homepage</a></li>
<li><a href="https://github.com/dashpay/dash">Dash Github Sources</a></li>
<li><a href="https://www.dash.org/downloads/">Dash Binaries</a></li>
<li class="divider"></li>
<li class="dropdown-header">Forums / Wiki</li>
<li><a href="https://dashpay.atlassian.net/wiki/">Official Dash Wiki</a></li>
<li><a href="https://dash.org/forum">Official Dash Forum</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="#">Budget information</a></li>
<li><a href="#get2vote">How to vote for this budget</a></li>
</ul>
<ul class="nav nav-sidebar">
<li><a href="#votes">Votes list</a></li>
</ul>
<ul class="nav nav-sidebar">
<li><a href="#superblocks">Super-block Payments</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 - Budget Details</h1>
<p>Page is dynamically refreshed (JavaScript required). All times are in GMT/UTC.<br/>
Versions: <i>HTML v1.2.5 / 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="gobjectwarning" class="alert alert-warning">
<h2>This is OBSOLETE since v0.12.1 release!</h2>
<p>Go to the <a href="/governance.html">Governance Proposals Monitoring</a> page, for the new budget info.</p>
</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://www.dash.org/forum/members/elbereth.175/">elberethzone</a> (<a href="https://keybase.io/elbereth/key.asc">GPG</a>).</p>
</div>
<h2>Budget information:</h2>
<table id="budgetinfo" class="table table-striped table-condensed table-responsive text-nowrap">
<tbody>
<tr>
<td><i class="fa fa-tag"></i></td>
<th>Budget Name</th>
<td id="budgetid">???</td>
</tr>
<tr>
<td><i class="fa fa-sign-in"></i></td>
<th>Budget Hash</th>
<td id="budgethash">???</td>
</tr>
<tr>
<td><i class="fa fa-link"></i></td>
<th>Budget URL</th>
<td id="budgeturl">???</td>
</tr>
<tr>
<td><i class="fa fa-sign-out"></i></td>
<th>Budget Fee Transaction</th>
<td id="budgetfee">???</td>
</tr>
<tr>
<td><i class="fa fa-hourglass-start"></i></td>
<th>Block Start</th>
<td id="budgetblockstart">???</td>
</tr>
<tr>
<td><i class="fa fa-hourglass-end"></i></td>
<th>Block End</th>
<td id="budgetblockend">???</td>
</tr>
<tr>
<td><i class="fa fa-money"></i></td>
<th>Monthly Amount</th>
<td id="budgetmonthlyamount">???</td>
</tr>
<tr>
<td><i class="fa fa-money"></i></td>
<th>Total Amount</th>
<td id="budgettotalamount">???</td>
</tr>
<tr>
<td><i class="fa fa-clock-o"></i></td>
<th>Remaining Payments</th>
<td id="budgetremainingpayments">???</td>
</tr>
<tr>
<td><i class="fa fa-clock-o"></i></td>
<th>Total Payments</th>
<td id="budgettotalpayments">???</td>
</tr>
<tr>
<td><i class="fa fa-key"></i></td>
<th>Payment Address</th>
<td id="budgetpubkey">???</td>
</tr>
<tr>
<td><i class="fa fa-heartbeat"></i></td>
<th>Budget Status</th>
<td id="budgetstatus">???</td>
</tr>
<tr>
<td><i class="fa fa-clock-o"></i></td>
<th>Last Paid</th>
<td id="budgetlastpaid">???</td>
</tr>
<tr>
<td><i class="fa fa-plus-square"></i></td>
<th>Votes YES</th>
<td id="budgetyes">???</td>
</tr>
<tr>
<td><i class="fa fa-minus-square"></i></td>
<th>Votes NO</th>
<td id="budgetno">???</td>
</tr>
<tr>
<td><i class="fa fa-check-square"></i></td>
<th>Votes YES still needed</th>
<td id="budgetyesremaining">???</td>
</tr>
<tr>
<td><i class="fa fa-clock-o"></i></td>
<th>Last Seen</th>
<td id="budgetlastseen">???</td>
</tr>
<tr>
<td><i class="fa fa-play-circle-o"></i></td>
<th>First Seen</th>
<td id="budgetfirstseen">???</td>
</tr>
</tbody>
</table>
<p>(Last refresh: <span id="budgetinfoLR">Never</span>)<br>
(Using <span id="fiatDASHBTCval">???</span> BTC/DASH value from <span id="fiatDASHBTCwho">???</span> [<span id="fiatDASHBTCwhen">???</span>] and <span id="fiatUSDBTCval">???</span> USD/BTC value from <span id="fiatUSDBTCwho">???</span> [<span id="fiatUSDBTCwhen">???</span>])<br>
(Also using <span id="fiatEURBTCval">???</span> EUR/BTC value from <span id="fiatEURBTCwho">???</span> [<span id="fiatEURBTCwhen">???</span>])</p>
<hr/>
<h2 id="get2vote">Vote for this budget:</h2>
<div id="voteisover" class="panel panel-info" style="display: none;">
<div class="panel-heading">Vote is over</div>
<div class="panel-body">
<p>You cannot vote for this project anymore.<br>It was unlisted on <span id="budgetlastseen2">???</span>.</p>
</div>
</div>
<div id="voteisover2" class="panel panel-info" style="display: none;">
<div class="panel-heading">Vote is over</div>
<div class="panel-body">
<p>You don't need to vote for this project anymore.<br>It was fully paid with last payment on <span id="budgetlastpaid2">???</span>.</p>
</div>
</div>
<div id="voteyes" class="panel panel-success">
<div class="panel-heading">Vote YES</div>
<div class="panel-body">
<p>From your masternode cold wallet (the one having your 1000 DASH vins and where the revenue arrives).</p>
<p>To vote from dash-qt (graphical wallet), go to Tools > Debug console and type:</p>
<pre>mnbudget vote-many <span id="budgethash1">???</span> yes</pre>
<p>To vote from dash-cli (command line, dashd must be running), type:</p>
<pre>dash-cli mnbudget vote-many <span id="budgethash2">???</span> yes</pre>
</div>
</div>
<div id="voteno" class="panel panel-danger">
<div class="panel-heading">Vote NO</div>
<div class="panel-body">
<p>From your masternode cold wallet (the one having your 1000 DASH vins and where the revenue arrives).</p>
<p>To vote from dash-qt (graphical wallet), go to Tools > Debug console and type:</p>
<pre>mnbudget vote-many <span id="budgethash3">???</span> no</pre>
<p>To vote from dash-cli (command line, dashd must be running), type:</p>
<pre>dash-cli mnbudget vote-many <span id="budgethash4">???</span> no</pre>
</div>
</div>
<hr/>
<h2 id="votes">Masternodes votes</h2>
<div class="table-responsive">
<table id="votestable" class="table table-striped table-condensed table-responsive text-nowrap">
<thead>
<tr>
<th>Date</th>
<th>Masternode Hash-Index</th>
<th>Vote</th>
<th>Vote Hash</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="4">Please wait while loading... (JavaScript neeeded)</td>
</tr>
</tbody>
</table>
<p>(Last refresh: <span id="votestableLR">Never</span>)</p>
</div>
<hr/>
<h2 id="superblocks">Super-block Payments</h2>
<div class="table-responsive">
<table id="superblockstable" class="table table-striped table-condensed table-responsive text-nowrap">
<thead>
<tr>
<th>Date Found</th>
<th>Height</th>
<th>Found by</th>
<th>Difficulty</th>
<th>Budget Payment</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="5">Please wait while loading... (JavaScript neeeded)</td>
</tr>
</tbody>
</table>
<p>(Last refresh: <span id="superblockstableLR">Never</span>)</p>
</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://www.dash.org/forum/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><br>Contact me securely via <a href="https://keybase.io/elbereth">Keybase</a>. Check source (<a href="/LICENSE">GPLv3</a>) on: <a href="https://github.com/elbereth/dashninja-fe">GitHub</a>.</p>
</div>
</div>
<script src="/static/jquery-2.2.4.min.js"></script>
<script src="/static/bootstrap-3.3.6/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="dashninja-config.js"></script>
<script src="dashninja-common.js"></script>
<script src="dashninja-budgetdetails.js"></script>
</body>
</html>