-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
455 lines (398 loc) · 19.1 KB
/
Copy pathindex.html
File metadata and controls
455 lines (398 loc) · 19.1 KB
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
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>DEMAND</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.ico" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Day
* Updated: Mar 10 2024 with Bootstrap v5.3.3
* Template URL: https://bootstrapmade.com/day-multipurpose-html-template-for-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Top Bar ======= -->
<section id="topbar" class="d-flex align-items-center">
<div class="container d-flex justify-content-center justify-content-md-between">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-envelope-fill"></i><a href="mailto:info@dmnd.work">info@dmnd.work</a>
</div>
<div class="social-links d-none d-md-block">
<a href="https://twitter.com/DEMAND_POOL" class="twitter"><i class="bi bi-twitter"></i></a>
<!-- <a href="#" class="telegram"><i class="bi bi-telegram"></i></a> --!>
<a href="https://www.linkedin.com/company/demandpool/" class="linkedin"><i class="bi bi-linkedin"></i></i></a>
</div>
</div>
</section>
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo"><a href="index.html">Demand</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#services">Get Started</a></li>
<li><a class="nav-link scrollto" href="#team">Team</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container position-relative" data-aos="fade-up" data-aos-delay="500">
<h1>Welcome to Demand</h1>
<h2>Decentralize Bitcoin through Sv2, offchain payments, and transparent share accounting.</h2>
<a href="#about" class="btn-get-started scrollto">Get Started</a>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row">
<div class="col-lg-6 order-1 order-lg-2" data-aos="fade-left">
<img src="assets/img/about.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 order-2 order-lg-1 content" data-aos="fade-right">
<h3>Demand is the first pool to support template declaration for pooled mining.</h3>
<p class="fst-italic">
Leveraging the power of StratumV2 demand offer better latency and less bandwidth usage
to theur miners.
</p>
<ul>
<li><i class="bi bi-check-circle"></i> Improved security trought encryption and
authenrtication.</li>
<li><i class="bi bi-check-circle"></i> More freedom thanks to template decalration.</li>
<li><i class="bi bi-check-circle"></i> Best transperency with open PPLNS.</li>
</ul>
<p>
Miners that still want to use Stratum V1 can do that via our sv1 endpoint, or using
our translator proxy they can just use sv1 mining devices with all the advantage of an sv2
pool.
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title">
<span>Get Started</span>
<h2>Get Started</h2>
<p>The pool is still in beta but anyone can already try it</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="fade-up">
<div class="icon-box">
<div class="icon"><i class="bx bx-tachometer"></i></div>
<h4><a href="#pooled-sv2">Pooled Sv2</a></h4>
<p>
                 
Pooled mining through the Sv2 enpoint
                 
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="fade-up" data-aos-delay="150">
<div class="icon-box">
<div class="icon"><i class="bx bx-tachometer"></i></div>
<h4><a href="#solo-sv2">Solo Sv2</a></h4>
<p>
                 
Pooled mining through the Sv2 enpoint
                 
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="fade-up" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bx bx-tachometer"></i></div>
<h4><a href="#pooled-sv1">Pooled Sv1</a></h4>
<p>
                 
Pooled mining through the Sv1 enpoint
                 
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="fade-up" data-aos-delay="450">
<div class="icon-box">
<div class="icon"><i class="bx bx-tachometer"></i></div>
<h4><a href="#solo-sv1">Solo Sv1</a></h4>
<p>
                 
Solo mining through the Sv1 enpoint
                 
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="fade-up" data-aos-delay="450">
<div class="icon-box">
<div class="icon"><i class="bx bx-tachometer"></i></div>
<h4><a href="">With Job Declarator</a></h4>
<p>
                 
Solo mining through the Sv1 enpoint
                 
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="fade-up" data-aos-delay="450">
<div class="icon-box">
<div class="icon"><i class="bx bx-tachometer"></i></div>
<h4><a href="">With Translator</a></h4>
<p>
                 
Solo mining through the Sv1 enpoint
                 
</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Pooled Sv2 Section ======= -->
<section id="pooled-sv2" class="services">
<div class="container">
<div class="section-title">
<span>Pooled Sv2</span>
<h2>Pooled Sv2</h2>
<p>Pooled mining through the Sv2 enpoint</p>
</div>
<b>Pooled mining is not yet enabled.</b>
In order to do pooled mining you have to register an account via our
<a href="https://dmnd.work/app">webapp</a> then you must enabled two factor auth and registerd a
payout method. At that point you will get a token. Then you can use it in
your setup connection message, like this:
<pre>
<code>
SetupConnection {
protocol: Protocol::MiningProtocol,
min_version: 2,
max_version: 2,
flags: 0b0000_0000_0000_0000_0000_0000_0000_0001,
endpoint_host: "dmnd.work",
endpoint_port: 2000,
vendor: "vendor",
hardware_version: "hw_version",
firmware: "firmware_version",
device_id: "[device_id]::pooled::[token]",
}
</code>
</pre>
The important part here is <b>device_id: "[device_id]::pooled::[token]"</b> <br/><br/>
<b>[device_id]</b> will be used to log the downstream activity.<br/>
<b>pooled</b> intruct the pool to use pooled mining for that connection.<br/>
<b>[token]</b> is a securty check so that we are sure which account must be credited fot
the share produced.<br/><br/>
Sv2 endpoint is: <b>dmnd.work:2000</b>
<div class="row">
</div>
</div>
</section><!-- Pooled Sv2 Section -->
<!-- ======= Solo Sv2 Section ======= -->
<section id="solo-sv2" class="services">
<div class="container">
<div class="section-title">
<span>Solo Sv2</span>
<h2>Solo Sv2</h2>
<p>Solo mining through the Sv2 enpoint</p>
</div>
To do solo mining you don't need to have an account with us cause you chose the the
coinbase output. When you do solo mining you don't have share accounting and you have to
find a block in order to be payed. More entities can mine with a solo pool that pay the
same address, and then split the reward in the way that they prefer. From our
<a href="https://dmnd.work/app">webapp</a> you can check the status of the miners that are
mining with a specific solo pool, you juts need to put the address that you used in your
setup connection message in the text box and click on "check" to see some stats about
your workers.
<pre>
<code>
SetupConnection {
protocol: Protocol::MiningProtocol,
min_version: 2,
max_version: 2,
flags: 0b0000_0000_0000_0000_0000_0000_0000_0001,
endpoint_host: "dmnd.work",
endpoint_port: 2000,
vendor: "vendor",
hardware_version: "hw_version",
firmware: "firmware_version",
device_id: "[device_id]::solo::[bitcoin address]",
}
</code>
</pre>
The important part here is <b>device_id: "[device_id]::pooled::[bitcoin address]"</b> <br/><br/>
<b>[device_id]</b> will be used to log the downstream activity.<br/>
<b>pooled</b> intruct the pool to use pooled mining for that connection.<br/>
<b>[bitcoin address]</b> is the address that will be used in the coinbase output, it must
be a bitcoin address for bitcoin network (not testnet) serialized as a bech32 or base58
string.<br/><br/>
Sv2 endpoint is: <b>dmnd.work:2000</b>
<div class="row">
</div>
</div>
</section><!-- Solo Sv2 Section -->
<!-- ======= Pooled Sv1 Section ======= -->
<section id="pooled-sv1" class="services">
<div class="container">
<div class="section-title">
<span>Pooled Sv1</span>
<h2>Pooled Sv1</h2>
<p>Pooled mining through the Sv1 enpoint</p>
</div>
<b>Pooled mining is not yet enabled.</b>
In order to do pooled mining you have to register an account via our
<a href="dmnd.work/app">webapp</a> then you must enabled two factor auth and registerd a
payout method. At that point you will get a token. then you can use it in your auth
message, like this:
<pre>
<code>
{
"message": {
"id": 3,
"method": "mining.authorize",
"params": ["username", "[token]"]
},
"id": "mining.authorize"
}
</code>
</pre>
The important part here is <b>device_id: ""params": ["[username]", "[token]"]"</b> <br/><br/>
<b>[username]</b> will be used to log the downstream activity.<br/>
<b>[token]</b> is a securty check so that we are sure which account must be credited for
the share produced.<br/><br/>
Sv1 endpoint is: <b>dmnd.work:1000</b>
<div class="row">
</div>
</div>
</section><!-- Pooled Sv1 Section -->
<!-- ======= Pooled Sv1 Section ======= -->
<section id="solo-sv1" class="services">
<div class="container">
<div class="section-title">
<span>Solo Sv1</span>
<h2>Solo Sv1</h2>
<p>Solo mining through the Sv1 enpoint</p>
</div>
To do solo mining you don't need to have an account with us cause you chose the the
coinbase output. When you do solo mining you don't have share accounting and you have to
find a block in order to be payed. More entities can mine with a solo pool that pay the
same address, and then split the reward in the way that they prefer. From our
<a href="dmnd.work/app">webapp</a> you can check the status of the miners that are
mining with a specific solo pool, you juts need to put the address that you used in your
auth message in the text box and click on "check" to see some stats about
your workers.
<pre>
<code>
{
"message": {
"id": 3,
"method": "mining.authorize",
"params": ["username", "[bitcoin address]"]
},
"id": "mining.authorize"
}
</code>
</pre>
The important part here is <b>device_id: ""params": ["[username]", "[bitcoin address]"]"</b> <br/><br/>
<b>[username]</b> will be used to log the downstream activity.<br/>
<b>[bitcoin address]</b> is the address that will be used in the coinbase output, it must
be a bitcoin address for bitcoin network (not testnet) serialized as a bech32 or base58
string.<br/><br/>
Sv1 endpoint is: <b>dmnd.work:1000</b>
<div class="row">
</div>
</div>
</section><!-- Pooled Sv1 Section -->
<!-- ======= Team Section ======= -->
<section id="team" class="team">
<div class="container">
<div class="section-title">
<span>Team</span>
<h2>Team</h2>
<p>DEMAND team</p>
</div>
<div class="row" id="team-row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in">
<div class="member">
<img src="assets/img/team/team-1.jpg" alt="">
<h4>Alejeandro De La Torre</h4>
<span>Chief Executive Officer</span>
<p>
Mining pool veteran, former vp of btccom and poolin, taprootactivation coordinates
</p>
<div class="social">
<a href="https://twitter.com/bitentrepreneur"><i class="bi bi-twitter"></i></a>
<a href="https://www.linkedin.com/in/alejandrodelatorre/"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in">
<div class="member">
<img src="assets/img/team/team-2.png" alt="">
<h4>Filippo Merli</h4>
<span>Chief Technology Officer</span>
<p>
Creator of SRI the first stratum v2 open source implementation
</p>
<div class="social">
<a href="https://twitter.com/dev_sv2"><i class="bi bi-twitter"></i></a>
<a href="https://www.linkedin.com/in/filippo-merli-fi3/"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span>Day</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/day-multipurpose-html-template-for-free/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>