-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·259 lines (205 loc) · 11.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>vPool</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Premium Dogecoin and Litecoin Mining Pool, Funding Asics for Regular Shibes.">
<meta name="keywords" content="vpool, mining, pool, asic, cheap, dogecoin, litecoin">
<meta name="author" content="island219">
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/jquery.carouFredSel-6.2.1-packed.js" type="text/javascript"></script>
<!-- Custom Fonts -->
<link href="http://fonts.googleapis.com/css?family=Lato:100,300,400,700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Oxygen" rel="stylesheet" type="text/css">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<div id="content">
<section id="main" >
<div id="top">
<div class="container">
<div style="vertical-align:bottom;" class="col-xs-6 col-sm-2">
<div class="info hidden-xs">
<img src="img/Pool-Fee.png" class="img-responsive center-block "/>
</div>
</div>
<div class="col-xs-12 col-sm-8 center-block text-center">
<img src="img/vPool.png" class="img-responsive center-block"/>
</div>
<div style="vertical-align:bottom;" class="col-xs-6 col-sm-2">
<div class="info hidden-xs">
<img src="img/Pool-Uptime.png" class="img-responsive center-block "/>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="col-md-6 col-xs-12">
<h2 class="coins dogecoin text-center">Dogecoin</h2>
<!-- Begin Indent -->
<div class="col-xs-12 col-md-10 col-md-offset-1">
<div class="stat-block">
<div class="icon">
<b class="icon-cover"></b>
<i class="fa fa-tachometer"></i>
</div>
<div class="details">
<div class="number">89 MH/s</div>
<div class="description">Pool Hashrate</div>
</div>
</div>
<div class="stat-block">
<div class="icon">
<b class="icon-cover"></b>
<i class="fa fa-users"></i>
</div>
<div class="details">
<div class="number">83</div>
<div class="description">Workers</div>
</div>
</div>
<div class="stat-block">
<div class="ldetails">
<div class="number">3</div>
<div class="description">Pending Blocks</div>
</div>
<div class="details">
<div class="number">6</div>
<div class="description">Paid Blocks</div>
</div>
</div>
<div class="panel panel-default hidden-xs">
<div class="panel-heading">
<h3 class="panel-title">Getting Started</h3>
</div>
<div class="panel-body">
<p>To get started mining at vPool, input the following details into your miner.</p>
<table class="table">
<tbody>
<tr>
<td>Stratum</td>
<td>stratum+tcp://vPool.io</td>
</tr>
<tr>
<td>Port</td>
<td>3000 (ASICs use 3064)</td>
</tr>
<tr>
<td>Username</td>
<td>Wallet Address</td>
</tr>
<tr>
<td>Password</td>
<td>Anything</td>
</tr>
</tbody>
</table>
<p>The parameters to select these options vary from client to client. So refer to the documentation of your miner to find the correct parameters to supply the options!</p>
</div>
</div>
<form name="input" action="http://vpool.io/dogechecker.php" method="get">
<div class="form-group">
<label class="control-label">Check Miner Status</label>
<div class="input-group">
<input type="text" class="form-control" name="address" placeholder="Dogecoin Wallet Address">
<span class="input-group-btn">
<button class="btn btn-default" type="submit" value="Submit">Button</button>
</span>
</div>
</div>
</form>
</div>
</div>
<div class="col-md-6 col-xs-12">
<h2 class="coins litecoin text-center">Litecoin</h2>
<!-- Begin Indent -->
<div class="col-xs-12 col-md-10 col-md-offset-1">
<div class="stat-block">
<div class="icon">
<b class="icon-cover"></b>
<i class="fa fa-tachometer"></i>
</div>
<div class="details">
<div class="number">92 MH/s</div>
<div class="description">Pool Hashrate</div>
</div>
</div>
<div class="stat-block">
<div class="icon">
<b class="icon-cover"></b>
<i class="fa fa-users"></i>
</div>
<div class="details">
<div class="number">32</div>
<div class="description">Workers</div>
</div>
</div>
<div class="stat-block">
<div class="ldetails">
<div class="number">1</div>
<div class="description">Pending Blocks</div>
</div>
<div class="details">
<div class="number">8</div>
<div class="description">Paid Blocks</div>
</div>
</div>
<div class="panel panel-default hidden-xs">
<div class="panel-heading">
<h3 class="panel-title">Getting Started</h3>
</div>
<div class="panel-body">
<p>To get started mining at vPool, input the following details into your miner.</p>
<table class="table">
<tbody>
<tr>
<td>Stratum</td>
<td>stratum+tcp://vPool.io</td>
</tr>
<tr>
<td>Port</td>
<td>4000 (ASICs use 4064)</td>
</tr>
<tr>
<td>Username</td>
<td>Wallet Address</td>
</tr>
<tr>
<td>Password</td>
<td>Anything</td>
</tr>
</tbody>
</table>
<p>The parameters to select these options vary from client to client. So refer to the documentation of your miner to find the correct parameters to supply the options!</p>
</div>
</div>
<form name="input" action="http://vpool.io/litechecker.php" method="get">
<div class="form-group">
<label class="control-label">Check Miner Status</label>
<div class="input-group">
<input type="text" class="form-control" name="address" placeholder="Litecoin Wallet Address">
<span class="input-group-btn">
<button class="btn btn-default" type="submit" value="Submit">Button</button>
</span>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
</div>
<section id="footer">
<div class="container">
<div class="col-sm-12 col-md-12">
<div class="col-md-4 col-md-offset-4 text-center">
<p>Designed by <a href="http://www.reddit.com/u/island219">/u/island219</a></p>
</div>
</div>
</div>
</section>
</body>
</html>