-
Notifications
You must be signed in to change notification settings - Fork 1
/
giver.html
executable file
·516 lines (489 loc) · 30.1 KB
/
giver.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
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
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
<!DOCTYPE html>
<html>
<head>
<title> xel | Utilise your hardware and get rewards</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Become a part of XEL’s network by providing hardware resources and earn tokens from helping other users resolve demanding computational tasks for advanced scientific research.">
<meta name="referrer" content="no-referrer-when-downgrade">
<meta property="og:site_name" content="xel">
<meta property="og:type" content="website">
<meta property="og:title" content="xel | Utilise your hardware and get rewards">
<meta property="og:description" content="Become a part of XEL’s network by providing hardware resources and earn tokens from helping other users resolve demanding computational tasks for advanced scientific research.">
<meta property="og:url" content="https://xel.org/giver.html">
<meta property="og:image" content="https://xel.org/assets/images/facebook.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="xel | Utilise your hardware and get rewards">
<meta name="twitter:description" content="Become a part of XEL’s network by providing hardware resources and earn tokens from helping other users resolve demanding computational tasks for advanced scientific research.">
<meta name="twitter:url" content="https://xel.org/giver.html">
<meta name="twitter:image" content="https://xel.org/assets/images/twitter.png">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#ffffff">
<link href="https://fonts.googleapis.com/css?family=Inconsolata|Poppins" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<link rel="mask-icon" href="assets/favicon/safari-pinned-tab.svg" color="#ffffff">
</head>
<body>
<script type="text/javascript" src="dependencies/jquery/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="dependencies/jquery/jquery.bcSwipe.min.js"></script>
<script type="text/javascript" src="dependencies/bootstrap/js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="assets/js/nav.js"></script>
<script type="text/javascript" src="dependencies/animejs/anime.min.js"></script>
<script type="text/javascript" src="dependencies/clipboard/clipboard.min.js"></script>
<link rel="stylesheet" href="dependencies/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css">
<link rel="stylesheet" href="assets/css/xel.style.css" data-autorefresh="true">
<div class="giverpage">
<div class="navbar1 nav-desktop content-container">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="index.html">
<img id="nav_black_logo" src="assets/images/xel_black.svg" alt="Xel logo">
<img id="exp_black_logo" src="assets/images/xel_black.svg" alt="Xel logo"><span id="nav-xel">xel</span>
<div id="xeldocs"><span id="xeldocs1">xel</span><span id="xeldocs2">Docs</span></div>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="fas fa-bars open-toggle"></span>
<span class="fas fa-times close-toggle"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto">
<div class="nav-container">
<div class="navlinks" id="generalnav">
<li class="nav-item dropdown dropdown-desktop">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Installation
</a>
<div id="navbarDropdownMenu" class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="xelinewallet.html">XELINE Wallet</a>
<a class="dropdown-item" href="litewallet.html">Lite Wallet</a>
<a class="dropdown-item" href="miner.html">XEL Miner</a>
</div>
</li>
<li class="nav-item dropdown-mobile">
<a id="mobileInstallation" class="nav-link" href="JavaScript:Void(0);">Installation</a>
</li>
<div id="mobileInstallationMenu" class="dropdown-menu-mobile dropdown-mobile">
<li>
<a class="dropdown-item" href="xelinewallet.html">XELINE Wallet</a>
</li>
<li>
<a class="dropdown-item" href="litewallet.html">Lite Wallet</a>
</li>
<li>
<a class="dropdown-item" href="miner.html">XEL Miner</a>
</li>
</div>
<li class="nav-item">
<a class="nav-link" href="https://explorer.xel.org/" target="_blank">explorer</a>
</li>
<li class="nav-item dropdown dropdown-desktop">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink2" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
DOCS
</a>
<div id="navbarDropdownMenu2" class="dropdown-menu docs" aria-labelledby="navbarDropdownMenuLink2">
<a class="dropdown-item" target="_blank" href="http://docs.xel.org/submit-task.html">How to submit your task</a>
<a class="dropdown-item" target="_blank" href="http://docs.xel.org/give-power.html">How to provide power</a>
<a class="dropdown-item" target="_blank" href="http://docs.xel.org/learn-epl.html">Learn ePL</a>
</div>
</li>
<li class="nav-item dropdown-mobile">
<a id="mobileDocs" class="nav-link" href="JavaScript:Void(0);">docs</a>
</li>
<div id="mobileDocsMenu" class="dropdown-menu-mobile dropdown-mobile">
<li>
<a class="dropdown-item" target="_blank" href="http://docs.xel.org/submit-task.html">How to submit your task</a>
</li>
<li>
<a class="dropdown-item" target="_blank" href="http://docs.xel.org/give-power.html">How to provide power</a>
</li>
<li>
<a class="dropdown-item" target="_blank" href="http://docs.xel.org/learn-epl.html">Learn ePL</a>
</li>
</div>
<li class="nav-item">
<a class="nav-link" href="https://link.xel.org/whitepaper" target="_blank">whitepaper</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/xel-software" target="_blank">github</a>
</li>
</div>
<div class="dropdown-mobile navsocials">
<div class="line"></div>
<div class="socials-mobile">
<a class="social discord" href="https://link.xel.org/discord" target="_blank">
<img src="assets/images/discord.svg" alt="">
</a>
<a class="social reddit" href="https://link.xel.org/reddit" target="_blank">
<img src="assets/images/reddit.svg" alt="">
</a>
<a class="social twitter" href="https://link.xel.org/twitter" target="_blank">
<img src="assets/images/twitter.svg" alt="">
</a>
<a class="social btctalk" href="https://link.xel.org/bitcointalk" target="_blank">
<img src="assets/images/btc.svg" alt="">
</a>
</div>
</div>
</div>
</ul>
</div>
</nav>
</div>
<div class="navbar1 nav-mobile content-container">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="index.html">
<img id="nav_black_logo" src="assets/images/xel_white.svg" alt="Xel logo">
<img id="exp_black_logo" src="assets/images/xel_black.svg" alt="Xel logo"><span id="nav-xel">xel</span>
<div id="xeldocs"><span id="xeldocs1">xel</span><span id="xeldocs2">Docs</span></div>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="fas fa-bars open-toggle"></span>
<span class="fas fa-times close-toggle"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto">
<div class="nav-container">
<div class="navlinks" id="generalnav">
<li class="nav-item dropdown dropdown-desktop">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Installation
</a>
<div id="navbarDropdownMenu" class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="xelinewallet.html">XELINE Wallet</a>
<a class="dropdown-item" href="litewallet.html">Lite Wallet</a>
<a class="dropdown-item" href="miner.html">XEL Miner</a>
</div>
</li>
<li class="nav-item dropdown-mobile">
<a id="mobileInstallation" class="nav-link" href="JavaScript:Void(0);">Installation</a>
</li>
<div id="mobileInstallationMenu" class="dropdown-menu-mobile dropdown-mobile">
<li>
<a class="dropdown-item" href="xelinewallet.html">XELINE Wallet</a>
</li>
<li>
<a class="dropdown-item" href="litewallet.html">Lite Wallet</a>
</li>
<li>
<a class="dropdown-item" href="miner.html">XEL Miner</a>
</li>
</div>
<li class="nav-item">
<a class="nav-link" href="https://explorer.xel.org/" target="_blank">explorer</a>
</li>
<li class="nav-item dropdown dropdown-desktop">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink2" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
DOCS
</a>
<div id="navbarDropdownMenu2" class="dropdown-menu docs" aria-labelledby="navbarDropdownMenuLink2">
<a class="dropdown-item" target="_blank" href="http://docs.xel.org/submit-task.html">How to submit your task</a>
<a class="dropdown-item" target="_blank" href="http://docs.xel.org/give-power.html">How to provide power</a>
<a class="dropdown-item" target="_blank" href="http://docs.xel.org/learn-epl.html">Learn ePL</a>
</div>
</li>
<li class="nav-item dropdown-mobile">
<a id="mobileDocs" class="nav-link" href="JavaScript:Void(0);">docs</a>
</li>
<div id="mobileDocsMenu" class="dropdown-menu-mobile dropdown-mobile">
<li>
<a class="dropdown-item" target="_blank" href="http://docs.xel.org/submit-task.html">How to submit your task</a>
</li>
<li>
<a class="dropdown-item" target="_blank" href="http://docs.xel.org/give-power.html">How to provide power</a>
</li>
<li>
<a class="dropdown-item" target="_blank" href="http://docs.xel.org/learn-epl.html">Learn ePL</a>
</li>
</div>
<li class="nav-item">
<a class="nav-link" href="https://link.xel.org/whitepaper" target="_blank">whitepaper</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/xel-software" target="_blank">github</a>
</li>
</div>
<div class="navlinks" id="navfordocs">
<li class="nav-item">
<a class="nav-link" id="navtask" href="submit-task.html">submit your task</a>
</li>
<li class="nav-item">
<a class="nav-link" id="navpower" href="give-power.html">provide power</a>
</li>
<li class="nav-item">
<a class="nav-link" id="navepl" href="learn-epl.html">learn epl</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html">xel homepage</a>
</li>
</div>
<div class="dropdown-mobile navsocials">
<div class="line"></div>
<div class="socials-mobile">
<a class="social discord" href="https://link.xel.org/discord" target="_blank">
<img src="assets/images/discord.svg" alt="">
</a>
<a class="social reddit" href="https://link.xel.org/reddit" target="_blank">
<img src="assets/images/reddit.svg" alt="">
</a>
<a class="social twitter" href="https://link.xel.org/twitter" target="_blank">
<img src="assets/images/twitter.svg" alt="">
</a>
<a class="social btctalk" href="https://link.xel.org/bitcointalk" target="_blank">
<img src="assets/images/btc.svg" alt="">
</a>
</div>
</div>
</div>
</ul>
</div>
</nav>
</div>
<div class="content-container">
<div class="giver row">
<div class="col-md-6">
<div class="tagline">
<article>
<div class="top Giver">
<h1 class="tag-title">Utilise your hardware and
get rewards</h1>
<div class="line"></div>
</div>
<p class="tag-text">
Turn your hardware into a XEL worker node and benefit by earning bounty rewards. Insert yourself into the crypto world, earn XEL tokens, while helping others complete real world computational tasks. Your computer resources , CPU and GPU, will be utilised to find solutions for demanding problems in the scientific world.
<br>
<br>
<br>
Follow the tutorial to become a part of XEL’s network and start earning rewards.
</p>
<div class="tag-buttons">
<a href="http://docs.xel.org/give-power.html" target="_blank" class="wrapper-see tutorial" role="button">
<div class="mainbutton see tutorial">
see tutorial
</div>
</a>
<a href="#footer" target="" class="wrapper-Let us help" role="button">
<div class="mainbutton Let us help">
Let us help
</div>
</a>
</div>
</article>
</div>
</div>
<div class="col-md-6 giver-wrapper">
<img class="giver-img" "="" src=" assets/images/layer_taker.png" alt="Giver figure">
</div>
</div>
<div class="questions">
<div id="accordion">
<div class="question card">
<div class="btn btn-link card-header " id="1" data-toggle="collapse" data-target="#oneCollapse" aria-expanded="false" aria-controls="oneCollapse">
<h5 class="mb-0">
Is this secure ?
</h5>
<span class="fas fa-chevron-up"></span>
<span class="fas fa-chevron-right"></span>
</div>
<div id="oneCollapse" class="collapse show" aria-labelledby="1" data-parent="#accordion">
<div class="card-body">
It has always been a golden rule: never run any code of untrusted sources on trusted systems. Even manual code checks do not guarantee that there is no hidden, obfuscated malicious section of code included waiting to attack your systems (would you believe it, if I told you that this program calculates PI?). However, also poorly programmed code, even though not malicious, can use up your system's resources and significantly eat away at the performance of your system.<br>
Our solution to the problems described above is an own programming language - ePL. With ePL, which was explicitly designed for the use on the XEL blockchain, we have managed to ensure safety on the fundamental design-level. The design of ePL makes it just powerful enough to allow for the implementation of a wide variety of algorithms but yet limits it to safe operations only, guaranteeing that algorithms written in ePL can not eavesdrop on your data or show any other malicious and unwanted behavior.
</div>
</div>
</div>
<div class="question card">
<div class="btn btn-link card-header collapsed" id="2" data-toggle="collapse" data-target="#twoCollapse" aria-expanded="false" aria-controls="twoCollapse">
<h5 class="mb-0">
What is a bounty reward ?
</h5>
<span class="fas fa-chevron-up"></span>
<span class="fas fa-chevron-right"></span>
</div>
<div id="twoCollapse" class="collapse " aria-labelledby="2" data-parent="#accordion">
<div class="card-body">
Once you submit a task on the blockchain, this task is downloaded by nodes which contribute their computational resources to the network - let's call them "workers" for now. Workers that find actual solutions – which we also call "bounties" – are rewarded with a "bounty reward" by the scientist paid in XEL tokens. These bounty rewards are set by the scientist when the job is created and should be ideally set to an amount that attracts participation in running their job. As the network grows, competition among scientists to attract participation in running their job increases; therefore, scientists will want to calibrate their bounty rewards to a fair market value to ensure enough interest in their job.
</div>
</div>
</div>
<div class="question card">
<div class="btn btn-link card-header collapsed" id="3" data-toggle="collapse" data-target="#threeCollapse" aria-expanded="false" aria-controls="threeCollapse">
<h5 class="mb-0">
What is a PoW reward ?
</h5>
<span class="fas fa-chevron-up"></span>
<span class="fas fa-chevron-right"></span>
</div>
<div id="threeCollapse" class="collapse " aria-labelledby="3" data-parent="#accordion">
<div class="card-body">
While "bounties" are the primary incentive to attract computation nodes to work on a job, there is a risk that nodes could be working on jobs where no bounty solution even exists. This could be due to an intentional malicious act by the scientist, or simply a bug in the job’s code. To mitigate this risk, scientists will be required to additionally provide "PoW rewards". These PoW are defined as moderately hard tasks which are easily verifiable and which are randomly found by the workers at a certain rate, regardless of how hard or easy the underlying task is, in order ensure workers stay motivated. PoW rewards should be calibrated to roughly match the average electricity cost of running a computational node to alleviate any concerns of participants that they could potentially lose money by running the job. Currently, the network adapts itself so that, on average, 10 PoW payments are made each minute - for all jobs in total, not individually. While the PoW price can be set by the scientist arbitrarily, and will vary among different tasks, it is worth to mention that several tasks might require a higher PoW payment due to a more complex program which needs significantly more time to generate one bounty in relation to other, potentially easier tasks, that are currently alive.
</div>
</div>
</div>
<div class="question card">
<div class="btn btn-link card-header collapsed" id="4" data-toggle="collapse" data-target="#fourCollapse" aria-expanded="false" aria-controls="fourCollapse">
<h5 class="mb-0">
How much money can I earn ?
</h5>
<span class="fas fa-chevron-up"></span>
<span class="fas fa-chevron-right"></span>
</div>
<div id="fourCollapse" class="collapse " aria-labelledby="4" data-parent="#accordion">
<div class="card-body">
It is too early to give estimates like this, but surely as we grow, tasks in the network will multiply, and the workers will start earning more bounty rewards.
</div>
</div>
</div>
<div class="question card">
<div class="btn btn-link card-header collapsed" id="5" data-toggle="collapse" data-target="#fifthCollapse" aria-expanded="false" aria-controls="fifthCollapse">
<h5 class="mb-0">
Do I need to have specific settings for my machine ?
</h5>
<span class="fas fa-chevron-up"></span>
<span class="fas fa-chevron-right"></span>
</div>
<div id="fifthCollapse" class="collapse " aria-labelledby="5" data-parent="#accordion">
<div class="card-body">
We do not have a standard for the "optimal" XEL machine. At the moment, you can follow the rule of thumb: "the more power you are willing to spare, the more tasks you will receive”.
</div>
</div>
</div>
<div class="question card">
<div class="btn btn-link card-header collapsed" id="6" data-toggle="collapse" data-target="#sixthCollapse" aria-expanded="false" aria-controls="sixthCollapse">
<h5 class="mb-0">
This is pretty overwhelming, where do I start?
</h5>
<span class="fas fa-chevron-up"></span>
<span class="fas fa-chevron-right"></span>
</div>
<div id="sixthCollapse" class="collapse " aria-labelledby="6" data-parent="#accordion">
<div class="card-body">
Don’t worry! Just follow along the tutorial for <a href="http://docs.xel.org/give-power.html" target="_blank" class="p-link">providing power</a>. In case you are facing any difficulties you can always seek assistance by our supportive community. Check the platforms below.
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer" class="footer">
<div class="footer-background">
<div class="content-container">
<h3 class="title">Join the Community</h3>
<p class="text">We are continuously developing and improving the XEL platform. Become a part of our community to find out first about our latest news, or seek assistance if you are facing issues.</p>
<div class="socials">
<a href="https://link.xel.org/discord" role="button" target="_blank">
<div class="imgbutton discord">
<img src="assets/images/discord.svg" alt="discord"><span>discord</span>
</div>
</a>
<a href="https://link.xel.org/reddit" role="button" target="_blank">
<div class="imgbutton reddit">
<img src="assets/images/reddit.svg" alt="reddit"><span>reddit</span>
</div>
</a>
<a href="https://link.xel.org/twitter" role="button" target="_blank">
<div class="imgbutton twitter">
<img src="assets/images/twitter.svg" alt="twitter"><span>twitter</span>
</div>
</a>
<a href="https://link.xel.org/bitcointalk" role="button" target="_blank">
<div class="imgbutton bitcointalk">
<img src="assets/images/btc.svg" alt="bitcointalk"><span>bitcointalk</span>
</div>
</a>
</div>
<div class="line"></div>
</div>
</div>
<div class="btm-con content-container">
<div class="bottom bottom-desktop">
<div class="links">
<div class="footer-link">
<h3 class="title">Resources</h3>
<a href="litewallet.html" target="">Lite Wallet</a>
<a href="xelinewallet.html" target="">XELINE Wallet</a>
<a href="miner.html" target="">XEL Miner</a>
<a id="url4" href="" target=""></a>
<a id="url5" href="" target=""></a>
</div>
</div>
<div class="links">
<div class="footer-link">
<h3 class="title">Useful Links</h3>
<a href="https://link.xel.org/coinmarketcap" target="_blank">Coinmarketcap</a>
<a href="https://explorer.xel.org/" target="_blank">Explorer</a>
<a href="https://link.xel.org/whitepaper" target="_blank">Whitepaper</a>
<a id="url4" href="https://github.com/xel-software" target="_blank">Github</a>
<a id="url5" href="" target="_blank"></a>
</div>
</div>
<div class="links">
<div class="footer-link">
<h3 class="title">Learn more</h3>
<a href="http://docs.xel.org/submit-task.html" target="_blank">How to submit your task</a>
<a href="http://docs.xel.org/give-power.html" target="_blank">How to provide power</a>
<a href="http://docs.xel.org/learn-epl.html" target="_blank">Learn ePL</a>
<a id="url4" href="" target="_blank"></a>
<a id="url5" href="" target="_blank"></a>
</div>
</div>
<a href="index.html">
<div class="logo">
<img src="assets/images/xel_white.svg" alt="">
<span class="name">xel</span>
</div>
</a>
</div>
<div class="bottom bottom-mobile">
<div class="top">
<a href="index.html">
<div class="logo">
<img src="assets/images/xel_white.svg" alt="">
<span class="name">xel</span>
</div>
</a>
<div class="links">
<div class="footer-link">
<h3 class="title">Learn more</h3>
<a href="http://docs.xel.org/submit-task.html" target="_blank">How to submit your task</a>
<a href="http://docs.xel.org/give-power.html" target="_blank">How to provide power</a>
<a href="http://docs.xel.org/learn-epl.html" target="_blank">Learn ePL</a>
<a id="url4" href="" target="_blank"></a>
<a id="url5" href="" target="_blank"></a>
</div>
</div>
</div>
<div class="btm">
<div class="links">
<div class="footer-link">
<h3 class="title">Resources</h3>
<a href="litewallet.html" target="">Lite Wallet</a>
<a href="xelinewallet.html" target="">XELINE Wallet</a>
<a href="miner.html" target="">XEL Miner</a>
<a id="url4" href="" target=""></a>
<a id="url5" href="" target=""></a>
</div>
</div>
<div class="links">
<div class="footer-link">
<h3 class="title">Useful Links</h3>
<a href="https://link.xel.org/coinmarketcap" target="_blank">Coinmarketcap</a>
<a href="https://explorer.xel.org/" target="_blank">Explorer</a>
<a href="https://link.xel.org/whitepaper" target="_blank">Whitepaper</a>
<a id="url4" href="https://github.com/xel-software" target="_blank">Github</a>
<a id="url5" href="" target="_blank"></a>
</div>
</div>
</div>
</div>
<div class="copyright">
<p class="copyrights">2019 - All Rights Reserved © xel.org</p>
<a class="fromscratch" href="https://fromscratch.gr" target="_blank">Created by <img class="fslogo" src="assets/images/fromscratch_logo_big.svg" alt="fromScratch Logo"></a>
</div>
</div>
</div>
</div>
</body>
</html>